summaryrefslogtreecommitdiffstats
path: root/src/appl/gss-sample/gss-server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various warningsGreg Hudson2013-06-071-4/+4
* Stop misusing gss_release_buffer in test programsGreg Hudson2012-08-111-1/+1
* Improve printf handling of size_t argsBen Kaduk2012-07-021-1/+1
* Use gssalloc memory management where appropriateSam Hartman2011-10-141-41/+46
* Replace gss_pname_to_uid with gss_localname in gss-server.cSam Hartman2011-10-051-5/+5
* Use closesocket() instead of close() for sockets on WindowsSam Hartman2011-09-191-2/+2
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-041-0/+18
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-061-2/+82
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-1/+12
* Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2010-04-241-0/+1
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-241-385/+378
* make mark-cstyleTom Yu2009-10-311-5/+5
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-151-1/+1
* Renamed variable 'log' to 'logfile' and made it staticKen Raeburn2005-10-211-40/+41
* reindent to style in doc/coding-style, via gnu indentKen Raeburn2005-10-211-505/+511
* Jeff's patches for a multi-threaded gss-sample suite, modified to not break theKen Raeburn2005-10-211-14/+151
* update copyright notices on gss sample appsTom Yu2004-02-111-0/+23
* Address issues discovered while testing updated Windows gss sample client.Jeffrey Altman2004-01-301-142/+142
* Free the context when it is non-null not when it is nullSam Hartman2002-04-301-1/+1
* * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length toEzra Peisach2001-12-051-3/+4
* * gss-server.c (server_establish_context, sign_server): EnsureEzra Peisach2001-11-191-10/+34
* 2001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-011-8/+12
* * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach2001-06-181-6/+2
* * gss-server.c (usage): Fix usage info *again* to reflect thatDanilo Almeida2001-05-151-1/+1
* * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach2000-09-261-7/+9
* * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu2000-02-111-152/+231
* * gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida2000-02-011-1/+6
* gss-server.c (test_import_export_context): Fix memory leakTheodore Tso1998-12-221-0/+1
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-10/+12
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-191-1/+1
* gss-server.c (server_establish_context): Rearrange server establishTheodore Tso1997-06-111-8/+11
* gss-server.c: Re-added code to test import and export securityTheodore Tso1996-10-221-8/+77
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-325/+245
* * gss-server.c (timeval_subtract): Use old-style function definitionKen Raeburn1996-03-131-2/+2
* * gss-server.c (test_import_export_context): Add second argumentEzra Peisach1996-03-031-3/+3
* gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1996-03-021-25/+89
* gss-client.c (main): Set display_file to be stdoutTheodore Tso1995-09-291-0/+2
* (sign_server): Only try using gss_export_context andTheodore Tso1995-09-161-24/+43
* Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1995-08-311-6/+24
* Use new gss_{im,ex}port_sec_contextPaul Park1995-08-291-1/+20
* Check for string.h and include if present, else include strings.hEzra Peisach1995-05-241-0/+6
* Fix problem when gss_accept_sec_context() fails where error message was lostPaul Park1995-05-221-2/+3
* gss-server.c (main, sign_server): Make changes to allowTheodore Tso1995-04-281-12/+49
* ret_flags should be an int based on the prototype ofTheodore Tso1995-02-031-1/+2
* stamp out rcs keywordsMark Eichin1994-08-181-4/+0
* use unistd.h if the system has itMark Eichin1994-08-141-1/+3
* * Makefile.in: fix infinite recursion in rulesTom Yu1994-07-211-11/+20
* As submitted from Openvision --- a sample GSSAPI client/server application!Theodore Tso1994-06-151-0/+346