aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample/gss-server.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-30Free the context when it is non-null not when it is nullSam Hartman1-1/+1
2001-12-05 * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach1-3/+4
2001-11-19 * gss-server.c (server_establish_context, sign_server): EnsureEzra Peisach1-10/+34
2001-11-012001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman1-8/+12
2001-06-18 * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach1-6/+2
2001-05-15* gss-server.c (usage): Fix usage info *again* to reflect thatDanilo Almeida1-1/+1
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach1-7/+9
2000-02-11 * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu1-152/+231
2000-02-01* gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida1-1/+6
1998-12-22gss-server.c (test_import_export_context): Fix memory leakTheodore Tso1-0/+1
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-10/+12
1997-09-19remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1-1/+1
1997-06-11gss-server.c (server_establish_context): Rearrange server establishTheodore Tso1-8/+11
1996-10-22gss-server.c: Re-added code to test import and export securityTheodore Tso1-8/+77
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-325/+245
1996-03-13* gss-server.c (timeval_subtract): Use old-style function definitionKen Raeburn1-2/+2
1996-03-03 * gss-server.c (test_import_export_context): Add second argumentEzra Peisach1-3/+3
1996-03-02gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1-25/+89
1995-09-29gss-client.c (main): Set display_file to be stdoutTheodore Tso1-0/+2
1995-09-16(sign_server): Only try using gss_export_context andTheodore Tso1-24/+43
1995-08-31Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1-6/+24
1995-08-29Use new gss_{im,ex}port_sec_contextPaul Park1-1/+20
1995-05-24Check for string.h and include if present, else include strings.hEzra Peisach1-0/+6
1995-05-22Fix problem when gss_accept_sec_context() fails where error message was lostPaul Park1-2/+3
1995-04-28gss-server.c (main, sign_server): Make changes to allowTheodore Tso1-12/+49
1995-02-03ret_flags should be an int based on the prototype ofTheodore Tso1-1/+2
1994-08-18stamp out rcs keywordsMark Eichin1-4/+0
1994-08-14use unistd.h if the system has itMark Eichin1-1/+3
1994-07-21 * Makefile.in: fix infinite recursion in rulesTom Yu1-11/+20
1994-06-15As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1-0/+346