| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various warnings | Greg Hudson | 2013-06-07 | 1 | -4/+4 |
* | Stop misusing gss_release_buffer in test programs | Greg Hudson | 2012-08-11 | 1 | -1/+1 |
* | Improve printf handling of size_t args | Ben Kaduk | 2012-07-02 | 1 | -1/+1 |
* | Use gssalloc memory management where appropriate | Sam Hartman | 2011-10-14 | 1 | -41/+46 |
* | Replace gss_pname_to_uid with gss_localname in gss-server.c | Sam Hartman | 2011-10-05 | 1 | -5/+5 |
* | Use closesocket() instead of close() for sockets on Windows | Sam Hartman | 2011-09-19 | 1 | -2/+2 |
* | Add gss_userok and gss_pname_to_uid | Greg Hudson | 2011-04-04 | 1 | -0/+18 |
* | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 1 | -2/+82 |
* | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 1 | -1/+12 |
* | Add a sentinel to the sample gss-server after the socket is ready, and | Greg Hudson | 2010-04-24 | 1 | -0/+1 |
* | Mark and reindent what's left of the appl directory | Greg Hudson | 2009-11-24 | 1 | -385/+378 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -5/+5 |
* | Cleanup some warnings on missing prototypes | Ezra Peisach | 2006-10-15 | 1 | -1/+1 |
* | Renamed variable 'log' to 'logfile' and made it static | Ken Raeburn | 2005-10-21 | 1 | -40/+41 |
* | reindent to style in doc/coding-style, via gnu indent | Ken Raeburn | 2005-10-21 | 1 | -505/+511 |
* | Jeff's patches for a multi-threaded gss-sample suite, modified to not break the | Ken Raeburn | 2005-10-21 | 1 | -14/+151 |
* | update copyright notices on gss sample apps | Tom Yu | 2004-02-11 | 1 | -0/+23 |
* | Address issues discovered while testing updated Windows gss sample client. | Jeffrey Altman | 2004-01-30 | 1 | -142/+142 |
* | Free the context when it is non-null not when it is null | Sam Hartman | 2002-04-30 | 1 | -1/+1 |
* | * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length to | Ezra Peisach | 2001-12-05 | 1 | -3/+4 |
* | * gss-server.c (server_establish_context, sign_server): Ensure | Ezra Peisach | 2001-11-19 | 1 | -10/+34 |
* | 2001-11-01 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-01 | 1 | -8/+12 |
* | * gss-client.c (parse_oid): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 1 | -6/+2 |
* | * gss-server.c (usage): Fix usage info *again* to reflect that | Danilo Almeida | 2001-05-15 | 1 | -1/+1 |
* | * gss-misc.c: Include <sys/socket.h> for prototype definitions | Ezra Peisach | 2000-09-26 | 1 | -7/+9 |
* | * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c: | Tom Yu | 2000-02-11 | 1 | -152/+231 |
* | * gss-client.c, gss-server.c, gss-misc.c: Include Windows headers | Danilo Almeida | 2000-02-01 | 1 | -1/+6 |
* | gss-server.c (test_import_export_context): Fix memory leak | Theodore Tso | 1998-12-22 | 1 | -0/+1 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -10/+12 |
* | remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS | Tom Yu | 1997-09-19 | 1 | -1/+1 |
* | gss-server.c (server_establish_context): Rearrange server establish | Theodore Tso | 1997-06-11 | 1 | -8/+11 |
* | gss-server.c: Re-added code to test import and export security | Theodore Tso | 1996-10-22 | 1 | -8/+77 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 1 | -325/+245 |
* | * gss-server.c (timeval_subtract): Use old-style function definition | Ken Raeburn | 1996-03-13 | 1 | -2/+2 |
* | * gss-server.c (test_import_export_context): Add second argument | Ezra Peisach | 1996-03-03 | 1 | -3/+3 |
* | gss-server.c (sign_server): Do better import/export security checking. | Theodore Tso | 1996-03-02 | 1 | -25/+89 |
* | gss-client.c (main): Set display_file to be stdout | Theodore Tso | 1995-09-29 | 1 | -0/+2 |
* | (sign_server): Only try using gss_export_context and | Theodore Tso | 1995-09-16 | 1 | -24/+43 |
* | Update for GSSAPI-V2. Add -v2 switch to use some of these features | Paul Park | 1995-08-31 | 1 | -6/+24 |
* | Use new gss_{im,ex}port_sec_context | Paul Park | 1995-08-29 | 1 | -1/+20 |
* | Check for string.h and include if present, else include strings.h | Ezra Peisach | 1995-05-24 | 1 | -0/+6 |
* | Fix problem when gss_accept_sec_context() fails where error message was lost | Paul Park | 1995-05-22 | 1 | -2/+3 |
* | gss-server.c (main, sign_server): Make changes to allow | Theodore Tso | 1995-04-28 | 1 | -12/+49 |
* | ret_flags should be an int based on the prototype of | Theodore Tso | 1995-02-03 | 1 | -1/+2 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -4/+0 |
* | use unistd.h if the system has it | Mark Eichin | 1994-08-14 | 1 | -1/+3 |
* | * Makefile.in: fix infinite recursion in rules | Tom Yu | 1994-07-21 | 1 | -11/+20 |
* | As submitted from Openvision --- a sample GSSAPI client/server application! | Theodore Tso | 1994-06-15 | 1 | -0/+346 |