aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample
AgeCommit message (Expand)AuthorFilesLines
2004-03-08Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2-1/+4
2004-02-27 * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2-170/+172
2004-02-11update copyright notices on gss sample appsTom Yu3-0/+69
2004-02-10 gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2-5/+10
2004-02-07* update usage() for gss-clientJeffrey Altman3-1/+7
2004-02-062004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman3-14/+36
2004-01-31* gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2-14/+26
2004-01-30Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman3-145/+161
2003-01-09Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman4-30/+69
2002-12-30* gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2-5/+21
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+2
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-06-14Use ws2_32.lib instead of wsock32.libKen Raeburn2-2/+7
2002-04-30Free the context when it is non-null not when it is nullSam Hartman3-2/+9
2001-12-05Fix typo in last checkinEzra Peisach1-1/+0
2001-12-05 * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach4-10/+17
2001-11-19 * gss-server.c (server_establish_context, sign_server): EnsureEzra Peisach2-10/+39
2001-11-07 * gss-misc.c (recv_token): Do not attempt to malloc 0 bytesEzra Peisach2-2/+6
2001-11-012001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman3-11/+23
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-3/+3
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn3-6/+10
2001-09-02dependenciesKen Raeburn2-1/+17
2001-06-18 * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach3-11/+9
2001-05-15* gss-server.c (usage): Fix usage info *again* to reflect thatDanilo Almeida2-1/+6
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach4-16/+25
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
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