| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "-dce" commandline option to gss-client.c to set GSS_C_DCE_STYLE flag | Sam Hartman | 2011-10-14 | 1 | -0/+2 |
* | Fixed some warnings on Windows | Sam Hartman | 2011-09-19 | 1 | -2/+2 |
* | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 1 | -1/+1 |
* | Whitespace | Greg Hudson | 2011-08-09 | 1 | -2/+2 |
* | Windows fixes for gss-client.c | Sam Hartman | 2011-08-09 | 1 | -9/+19 |
* | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 1 | -7/+35 |
* | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 1 | -9/+81 |
* | Mark and reindent what's left of the appl directory | Greg Hudson | 2009-11-24 | 1 | -433/+429 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -7/+7 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -6/+10 |
* | Cleanup some warnings on missing prototypes | Ezra Peisach | 2006-10-15 | 1 | -1/+1 |
* | reindent to style in doc/coding-style, via gnu indent | Ken Raeburn | 2005-10-21 | 1 | -480/+490 |
* | Jeff's patches for a multi-threaded gss-sample suite, modified to not break the | Ken Raeburn | 2005-10-21 | 1 | -17/+130 |
* | * gss-client.c: change if (this) if (that) => if (this && that) | Jeffrey Altman | 2004-02-27 | 1 | -170/+168 |
* | update copyright notices on gss sample apps | Tom Yu | 2004-02-11 | 1 | -0/+23 |
* | gss-client.c: remove extraneous parameters from client_establish_context() | Jeffrey Altman | 2004-02-10 | 1 | -5/+5 |
* | * update usage() for gss-client | Jeffrey Altman | 2004-02-07 | 1 | -0/+1 |
* | 2004-02-06 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-02-06 | 1 | -13/+20 |
* | Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocol | Sam Hartman | 2003-01-09 | 1 | -15/+25 |
* | Free the context when it is non-null not when it is null | Sam Hartman | 2002-04-30 | 1 | -1/+1 |
* | Fix typo in last checkin | Ezra Peisach | 2001-12-05 | 1 | -1/+0 |
* | * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length to | Ezra Peisach | 2001-12-05 | 1 | -5/+6 |
* | 2001-11-01 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-01 | 1 | -3/+3 |
* | * gss-client.c (parse_oid): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 1 | -5/+1 |
* | * gss-misc.c: Include <sys/socket.h> for prototype definitions | Ezra Peisach | 2000-09-26 | 1 | -9/+9 |
* | * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c: | Tom Yu | 2000-02-11 | 1 | -218/+308 |
* | * gss-client.c, gss-server.c, gss-misc.c: Include Windows headers | Danilo Almeida | 2000-02-01 | 1 | -1/+6 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -16/+19 |
* | gss-server.c (server_establish_context): Rearrange server establish | Theodore Tso | 1997-06-11 | 1 | -8/+12 |
* | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 1 | -1/+1 |
* | gss-server.c: Re-added code to test import and export security | Theodore Tso | 1996-10-22 | 1 | -7/+52 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 1 | -326/+261 |
* | When reading in the test value from a file, don't free free | Theodore Tso | 1996-06-06 | 1 | -2/+2 |
* | gss-server.c (sign_server): Do better import/export security checking. | Theodore Tso | 1996-03-02 | 1 | -13/+75 |
* | Get the nametype OID from gss_display_name, print it, and then release | Theodore Tso | 1996-02-28 | 1 | -2/+14 |
* | * gss-client.c (main, client_establish_context): If the -d flag is | Theodore Tso | 1996-01-04 | 1 | -2/+9 |
* | gss-client.c (main): Set display_file to be stdout | Theodore Tso | 1995-09-29 | 1 | -0/+4 |
* | Update for GSSAPI-V2. Add -v2 switch to use some of these features | Paul Park | 1995-08-31 | 1 | -16/+155 |
* | 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 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -4/+0 |
* | * Makefile.in: fix infinite recursion in rules | Tom Yu | 1994-07-21 | 1 | -11/+21 |
* | As submitted from Openvision --- a sample GSSAPI client/server application! | Theodore Tso | 1994-06-15 | 1 | -0/+313 |