aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample
AgeCommit message (Expand)AuthorFilesLines
2000-02-11 * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu6-437/+711
2000-02-01* gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida5-9/+63
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-1/+1
1998-12-22gss-server.c (test_import_export_context): Fix memory leakTheodore Tso2-0/+5
1998-11-13Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1-2/+2
1998-11-13configure.in: Removed and tests moved up to appl/configure.inTheodore Tso3-7/+12
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz3-26/+43
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+7
1998-02-14configure.in: Remove USE_ANAMEEzra Peisach2-1/+4
1998-02-12Mass makefile/configure.in build system revampTheodore Tso2-0/+6
1997-09-19remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu3-3/+8
1997-06-11gss-server.c (server_establish_context): Rearrange server establishTheodore Tso3-16/+35
1997-02-09Merge of libhack_branchTom Yu3-13/+12
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-1/+7
1996-10-28 * configure.in: Add USE_GSSAPI_LIBRARYEzra Peisach3-3/+8
1996-10-22gss-server.c: Re-added code to test import and export securityTheodore Tso3-15/+141
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz6-729/+694
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-06-06When reading in the test value from a file, don't free freeTheodore Tso2-2/+8
1996-03-13* gss-server.c (timeval_subtract): Use old-style function definitionKen Raeburn2-2/+7
1996-03-03 * gss-server.c (test_import_export_context): Add second argumentEzra Peisach2-3/+8
1996-03-02gss-server.c (sign_server): Do better import/export security checking.Theodore Tso4-38/+219
1996-02-28Get the nametype OID from gss_display_name, print it, and then releaseTheodore Tso2-2/+21
1996-02-27Add USE_ANAME for dbm library (if needed)Ezra Peisach2-0/+5
1996-01-04* gss-client.c (main, client_establish_context): If the -d flag isTheodore Tso3-6/+25
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1-2/+0
1995-10-12 * gss-misc.c (recv_token): When continuing partial read, decreaseEzra Peisach2-1/+7
1995-10-08(recv_token): When continuning a partial read over the network, putEzra Peisach2-1/+6
1995-09-29gss-client.c (main): Set display_file to be stdoutTheodore Tso4-24/+37
1995-09-16(sign_server): Only try using gss_export_context andTheodore Tso2-24/+58
1995-09-04gss-misc.c: Either include stdlib.h or declare mallocEzra Peisach3-2/+13
1995-08-31Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park5-23/+193
1995-08-29Use new gss_{im,ex}port_sec_contextPaul Park3-2/+44
1995-07-07Reorganize library logic and use LDFLAGS from configurePaul Park3-9/+12
1995-06-15Shared library Makefile/configure changes and cleanupPaul Park3-6/+12
1995-06-10recv_tocken: Initialize stack variable to 0 before usingEzra Peisach2-1/+5
1995-06-10Allow for partial reads while reading the tokenTheodore Tso2-11/+14
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-5/+5
1995-05-24Check for string.h and include if present, else include strings.hEzra Peisach4-0/+20
1995-05-22Fix problem when gss_accept_sec_context() fails where error message was lostPaul Park2-2/+9
1995-04-29Use $(LD) instead of $(CC) so that we can do purify checkingTheodore Tso2-2/+5
1995-04-28Oops, checked in wrote version of gss-miscTheodore Tso1-1/+4
1995-04-28gss-server.c (main, sign_server): Make changes to allowTheodore Tso3-17/+79
1995-04-26 * configure.in: use AC_CONST since we don't learn it from the krb5Mark Eichin2-0/+6
1995-04-14Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1-0/+40
1995-03-02Remove reference to $(ISODELIB)Theodore Tso2-2/+5
1995-03-01Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso2-3/+6
1995-02-03Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1-0/+1
1995-02-03ret_flags should be an int based on the prototype ofTheodore Tso2-1/+7