summaryrefslogtreecommitdiffstats
path: root/src/appl/gss-sample
Commit message (Expand)AuthorAgeFilesLines
...
* * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2004-02-272-170/+172
* update copyright notices on gss sample appsTom Yu2004-02-113-0/+69
* gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2004-02-102-5/+10
* * update usage() for gss-clientJeffrey Altman2004-02-073-1/+7
* 2004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-063-14/+36
* * gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2004-01-312-14/+26
* Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman2004-01-303-145/+161
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-094-30/+69
* * gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2002-12-302-5/+21
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-2/+7
* Free the context when it is non-null not when it is nullSam Hartman2002-04-303-2/+9
* Fix typo in last checkinEzra Peisach2001-12-051-1/+0
* * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach2001-12-054-10/+17
* * gss-server.c (server_establish_context, sign_server): EnsureEzra Peisach2001-11-192-10/+39
* * gss-misc.c (recv_token): Do not attempt to malloc 0 bytesEzra Peisach2001-11-072-2/+6
* 2001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-013-11/+23
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-3/+3
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-103-6/+10
* dependenciesKen Raeburn2001-09-022-1/+17
* * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach2001-06-183-11/+9
* * gss-server.c (usage): Fix usage info *again* to reflect thatDanilo Almeida2001-05-152-1/+6
* * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach2000-09-264-16/+25
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu2000-02-116-437/+711
* * gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida2000-02-015-9/+63
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-1/+1
* gss-server.c (test_import_export_context): Fix memory leakTheodore Tso1998-12-222-0/+5
* Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1998-11-131-2/+2
* configure.in: Removed and tests moved up to appl/configure.inTheodore Tso1998-11-133-7/+12
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-303-26/+43
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* configure.in: Remove USE_ANAMEEzra Peisach1998-02-142-1/+4
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-193-3/+8
* gss-server.c (server_establish_context): Rearrange server establishTheodore Tso1997-06-113-16/+35
* Merge of libhack_branchTom Yu1997-02-093-13/+12
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-1/+7
* * configure.in: Add USE_GSSAPI_LIBRARYEzra Peisach1996-10-283-3/+8
* gss-server.c: Re-added code to test import and export securityTheodore Tso1996-10-223-15/+141
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-226-729/+694
* cvsignore hackeryTom Yu1996-06-101-1/+0
* When reading in the test value from a file, don't free freeTheodore Tso1996-06-062-2/+8
* * gss-server.c (timeval_subtract): Use old-style function definitionKen Raeburn1996-03-132-2/+7
* * gss-server.c (test_import_export_context): Add second argumentEzra Peisach1996-03-032-3/+8
* gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1996-03-024-38/+219
* Get the nametype OID from gss_display_name, print it, and then releaseTheodore Tso1996-02-282-2/+21