summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* Remove an outdated reference to DES in klist helpGreg Hudson2012-06-291-1/+1
* Document how to free krb5_cc_get_full_name resultGreg Hudson2012-06-201-2/+2
* Add API to interpret changepw result stringsGreg Hudson2012-05-091-4/+6
* Require IPv6 supportKen Raeburn2012-02-281-2/+0
* install sphinx-generated manpagesTom Yu2012-01-096-2/+22
* Fix implicit declaration in ksu for some buildsGreg Hudson2011-12-281-0/+1
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-022-3/+3
* Updated command line utilities not to complain about missing getopt() definitionSam Hartman2011-09-196-0/+16
* Add ccache collection support to toolsGreg Hudson2011-09-0511-59/+515
* Remove variable set but unusedEzra Peisach2011-08-191-2/+1
* Document klist -V in the man pageGreg Hudson2011-07-261-0/+3
* make dependEzra Peisach2011-07-013-5/+13
* Add setlocale() calls to main functionsGreg Hudson2011-06-105-1/+5
* Mark up strings for translationGreg Hudson2011-06-109-315/+331
* Don't assume principal components are C strings in klist -sGreg Hudson2011-05-251-5/+4
* Don't test HAVE_STDARG_H, just assume itKen Raeburn2011-04-031-18/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-097-46/+24
* Make dependGreg Hudson2011-02-253-28/+26
* Delete kinit_kdb.o in make cleanTom Yu2011-02-221-1/+1
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-287-53/+7
* Fix Windows buildGreg Hudson2010-11-252-0/+6
* Whitespace and minor style changesGreg Hudson2010-09-301-7/+8
* make dependSam Hartman2010-09-291-1/+21
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-271-26/+33
* In kinit_kdb_init(), ensure that we don't return an error with theGreg Hudson2010-09-171-1/+3
* WhitespaceGreg Hudson2010-09-153-25/+29
* Add a license statement to the new extern.h in kinit, use an includeGreg Hudson2010-09-151-6/+35
* kinit: add KDB keytab supportSam Hartman2010-09-155-6/+98
* Make dependGreg Hudson2010-09-082-19/+21
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-081-1/+1
* make dependGreg Hudson2010-06-072-32/+37
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-032-2/+2
* Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, soGreg Hudson2010-04-141-28/+2
* Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix badGreg Hudson2010-04-081-100/+92
* Fix the kpasswd fallback from the ccache principal name to theGreg Hudson2010-03-181-7/+11
* Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson2010-03-171-0/+21
* Anonymous documentationSam Hartman2010-01-041-0/+21
* Fix documentation of armor cache based on fast negotiation projectSam Hartman2010-01-041-3/+5
* Some unsigned/signed warning cleanupEzra Peisach2010-01-031-1/+1
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-13/+13
* Anonymous support for KerberosSam Hartman2009-12-281-29/+56
* fast negotiation projecSam Hartman2009-12-142-13/+19
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2215-93/+75
* Reindent after making fixes for emacs-23Tom Yu2009-11-034-6/+6
* make mark-cstyleTom Yu2009-10-3116-3484/+3500
* If krb5_sname_to_principal returns a null realm for the clientKen Raeburn2009-10-301-0/+10
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-102-21/+25
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-2/+25
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-1/+8
* Implement s4u extensionsGreg Hudson2009-09-132-47/+133