aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample/gss-server.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04Merge branch 'master' into users/lhoward/moonshot-mechglue-fixesLuke Howard1-4/+3
2011-03-21add gss_pname_to_uid test to gss-serverLuke Howard1-0/+19
2010-10-06Merge users/lhoward/sasl-gs2 to trunkGreg Hudson1-2/+82
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-1/+12
2010-04-24Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson1-0/+1
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson1-385/+378
2009-10-31make mark-cstyleTom Yu1-5/+5
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach1-1/+1
2005-10-21Renamed variable 'log' to 'logfile' and made it staticKen Raeburn1-40/+41
2005-10-21reindent to style in doc/coding-style, via gnu indentKen Raeburn1-505/+511
2005-10-21Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn1-14/+151
2004-02-11update copyright notices on gss sample appsTom Yu1-0/+23
2004-01-30Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman1-142/+142
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