| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove variable set but unused | Ezra Peisach | 2011-08-19 | 1 | -2/+1 |
* | Document klist -V in the man page | Greg Hudson | 2011-07-26 | 1 | -0/+3 |
* | make depend | Ezra Peisach | 2011-07-01 | 3 | -5/+13 |
* | Add setlocale() calls to main functions | Greg Hudson | 2011-06-10 | 5 | -1/+5 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 9 | -315/+331 |
* | Don't assume principal components are C strings in klist -s | Greg Hudson | 2011-05-25 | 1 | -5/+4 |
* | Don't test HAVE_STDARG_H, just assume it | Ken Raeburn | 2011-04-03 | 1 | -18/+1 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 7 | -46/+24 |
* | Make depend | Greg Hudson | 2011-02-25 | 3 | -28/+26 |
* | Delete kinit_kdb.o in make clean | Tom Yu | 2011-02-22 | 1 | -1/+1 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 7 | -53/+7 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 2 | -0/+6 |
* | Whitespace and minor style changes | Greg Hudson | 2010-09-30 | 1 | -7/+8 |
* | make depend | Sam Hartman | 2010-09-29 | 1 | -1/+21 |
* | kpasswd: if a credential cache is present, use FAST | Sam Hartman | 2010-09-27 | 1 | -26/+33 |
* | In kinit_kdb_init(), ensure that we don't return an error with the | Greg Hudson | 2010-09-17 | 1 | -1/+3 |
* | Whitespace | Greg Hudson | 2010-09-15 | 3 | -25/+29 |
* | Add a license statement to the new extern.h in kinit, use an include | Greg Hudson | 2010-09-15 | 1 | -6/+35 |
* | kinit: add KDB keytab support | Sam Hartman | 2010-09-15 | 5 | -6/+98 |
* | Make depend | Greg Hudson | 2010-09-08 | 2 | -19/+21 |
* | When we display enctypes, display the input name rather than the | Greg Hudson | 2010-06-08 | 1 | -1/+1 |
* | make depend | Greg Hudson | 2010-06-07 | 2 | -32/+37 |
* | 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 |