| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 2 | -2/+2 |
* | Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, so | Greg Hudson | 2010-04-14 | 1 | -28/+2 |
* | Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix bad | Greg Hudson | 2010-04-08 | 1 | -100/+92 |
* | Fix the kpasswd fallback from the ccache principal name to the | Greg Hudson | 2010-03-18 | 1 | -7/+11 |
* | Add more verbosity when the -V option to kinit is specified. Based on | Greg Hudson | 2010-03-17 | 1 | -0/+21 |
* | Anonymous documentation | Sam Hartman | 2010-01-04 | 1 | -0/+21 |
* | Fix documentation of armor cache based on fast negotiation project | Sam Hartman | 2010-01-04 | 1 | -3/+5 |
* | Some unsigned/signed warning cleanup | Ezra Peisach | 2010-01-03 | 1 | -1/+1 |
* | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 1 | -13/+13 |
* | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 1 | -29/+56 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 2 | -13/+19 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 15 | -93/+75 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 4 | -6/+6 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 16 | -3484/+3500 |
* | If krb5_sname_to_principal returns a null realm for the client | Ken Raeburn | 2009-10-30 | 1 | -0/+10 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 2 | -21/+25 |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 1 | -2/+25 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -1/+8 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 2 | -47/+133 |
* | In ksetpwd (a program we don't yet install), don't display the new | Greg Hudson | 2009-09-09 | 1 | -2/+0 |
* | Document kinit -C and -E options | Greg Hudson | 2009-08-28 | 1 | -1/+9 |
* | Fix up kinit -T documentation | Greg Hudson | 2009-05-25 | 2 | -3/+6 |
* | Fix typo in error message reported by Marek Mahut (Red Hat) | Tom Yu | 2009-04-29 | 1 | -1/+1 |
* | Implement kinit option for FAST armor ccache | Sam Hartman | 2009-04-14 | 2 | -4/+19 |
* | Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ type | Zhanna Tsitkov | 2009-03-09 | 1 | -6/+20 |
* | Add "-V" option to klist to print the package name and version, and exit | Ken Raeburn | 2009-03-06 | 1 | -3/+13 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 3 | -11/+11 |
* | Remove ksu's own implementation of krb5_verify_init_creds now that it is not ... | Sam Hartman | 2009-01-06 | 1 | -122/+0 |
* | Ksu should call krb5_verify_init_creds instead of using its own function. | Sam Hartman | 2009-01-06 | 1 | -7/+13 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 13 | -116/+105 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 2 | -20/+51 |
* | Remove krb4 support from clients. Some of the code has been | Greg Hudson | 2008-12-15 | 14 | -1018/+90 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 3 | -30/+26 |
* | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 6 | -47/+44 |
* | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -13/+10 |
* | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -4/+3 |
* | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -4/+2 |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -27/+31 |
* | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
* | misc uninitialized-storage accesses | Ken Raeburn | 2008-06-27 | 1 | -2/+3 |
* | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 1 | -10/+6 |
* | Passing 0 to krb5_build_principal requires a cast | Ken Raeburn | 2008-06-03 | 1 | -1/+1 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 3 | -11/+11 |
* | man page macro and hyphen fixes | Russ Allbery | 2008-02-19 | 1 | -2/+1 |
* | improve debugging of ticket verification in ksu | Russ Allbery | 2007-12-30 | 1 | -5/+5 |
* | -S sname option for kvno | Tom Yu | 2007-08-29 | 2 | -7/+32 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -27/+31 |
* | Add PKINIT support | Kevin Coffman | 2007-08-01 | 2 | -3/+29 |
* | make depend | Ken Raeburn | 2007-07-27 | 1 | -3/+3 |