| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 2 | -9/+117 |
| * | Update dependencies | Ken Raeburn | 2010-05-16 | 1 | -2/+6 |
| * | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 3 | -13/+136 |
| * | Add a Python test script to exercise the GSS sample app | Greg Hudson | 2010-04-24 | 2 | -0/+43 |
| * | Add a sentinel line to sim_server after the socket is ready, and use | Greg Hudson | 2010-04-24 | 1 | -0/+2 |
| * | Add a sentinel to the sample gss-server after the socket is ready, and | Greg Hudson | 2010-04-24 | 1 | -0/+1 |
| * | Some unsigned/signed warning cleanup | Ezra Peisach | 2010-01-03 | 1 | -1/+1 |
| * | Mark and reindent what's left of the appl directory | Greg Hudson | 2009-11-24 | 12 | -1710/+1699 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 10 | -20/+2 |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 164 | -69014/+2 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 75 | -765/+753 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 2 | -24/+29 |
| * | Reply message ordering bug in ftpd | Greg Hudson | 2009-08-12 | 1 | -3/+2 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
| * | include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_H | Tom Yu | 2009-07-17 | 1 | -0/+4 |
| * | On error getting forwarded creds, actually print out the error | Ken Raeburn | 2009-05-25 | 1 | -1/+2 |
| * | Unfortunately, pre-1.7 krshd fails to support keyed checksums because | Sam Hartman | 2009-04-03 | 1 | -0/+2 |
| * | Fix krshd and krlogind to use krb5_c_verify_checksum | Tom Yu | 2009-04-02 | 2 | -20/+29 |
| * | In krcp, check the return value when closing the output file after | Greg Hudson | 2009-02-20 | 1 | -1/+2 |
| * | Supply missing fn declarations | Ken Raeburn | 2009-02-09 | 3 | -1/+9 |
| * | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -2/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 21 | -46/+44 |
| * | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 3 | -26/+26 |
| * | no more -r option for setting krb.conf path | Ken Raeburn | 2009-01-28 | 2 | -11/+1 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 26 | -343/+337 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 2 | -13/+14 |
| * | Set auth_context's rcache to NULL after destroying and before calling | Tom Yu | 2008-12-31 | 1 | -1/+1 |
| * | Remove krb4 support in gssftp and telnet | Greg Hudson | 2008-12-15 | 17 | -1363/+19 |
| * | Remove krb4 support in the applications. login's ability to run aklog | Greg Hudson | 2008-12-15 | 17 | -3312/+234 |
| * | make depend | Sam Hartman | 2008-12-02 | 1 | -9/+12 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 27 | -202/+204 |
| * | Delete replay cache before exiting with success indication | Ken Raeburn | 2008-11-10 | 1 | -0/+6 |
| * | Fix a krsh bug introduced in r21001 which could cause garbage at the | Greg Hudson | 2008-11-10 | 1 | -0/+1 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 6 | -40/+27 |
| * | Replace strcpy/strcat/sprintf uses in a couple of sample code files | Greg Hudson | 2008-11-05 | 1 | -2/+7 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 6 | -128/+105 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -4/+8 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 13 | -26/+36 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 5 | -44/+38 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 3 | -18/+8 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 10 | -28/+14 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 2 | -66/+72 |
| * | Update krb4 test to use aclocal.m4 macro and default to disabled | Ken Raeburn | 2008-08-19 | 1 | -9/+1 |
| * | cstatus() takes no arguments | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Fix test for accept failure | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 5 | -5/+5 |
| * | Don't build spx.o, since we never enable SPX | Ken Raeburn | 2008-06-11 | 1 | -4/+1 |
| * | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 4 | -41/+31 |
| * | Fix various minor format-string issues | Ken Raeburn | 2008-06-03 | 1 | -2/+2 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 1 | -2/+2 |