summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* In ksetpwd (a program we don't yet install), don't display the newGreg Hudson2009-09-091-2/+0
* Document kinit -C and -E optionsGreg Hudson2009-08-281-1/+9
* Fix up kinit -T documentationGreg Hudson2009-05-252-3/+6
* Fix typo in error message reported by Marek Mahut (Red Hat)Tom Yu2009-04-291-1/+1
* Implement kinit option for FAST armor ccacheSam Hartman2009-04-142-4/+19
* Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ typeZhanna Tsitkov2009-03-091-6/+20
* Add "-V" option to klist to print the package name and version, and exitKen Raeburn2009-03-061-3/+13
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-023-11/+11
* Remove ksu's own implementation of krb5_verify_init_creds now that it is not ...Sam Hartman2009-01-061-122/+0
* Ksu should call krb5_verify_init_creds instead of using its own function.Sam Hartman2009-01-061-7/+13
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0513-116/+105
* Merge mskrb-integ onto trunkSam Hartman2009-01-032-20/+51
* Remove krb4 support from clients. Some of the code has beenGreg Hudson2008-12-1514-1018/+90
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-013-30/+26
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-046-47/+44