summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-13/+10
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-4/+3
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-4/+2
* makedependKen Raeburn2008-09-181-27/+31
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* misc uninitialized-storage accessesKen Raeburn2008-06-271-2/+3
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-10/+6
* Passing 0 to krb5_build_principal requires a castKen Raeburn2008-06-031-1/+1
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-303-11/+11
* man page macro and hyphen fixesRuss Allbery2008-02-191-2/+1
* improve debugging of ticket verification in ksuRuss Allbery2007-12-301-5/+5
* -S sname option for kvnoTom Yu2007-08-292-7/+32
* make dependKen Raeburn2007-08-161-27/+31
* Add PKINIT supportKevin Coffman2007-08-012-3/+29
* make dependKen Raeburn2007-07-271-3/+3
* Include k5-platform.hKen Raeburn2007-07-221-0/+1
* declare xasprintfKen Raeburn2007-07-201-0/+1
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-122-10/+11
* Create and use xasprintf akin to xmalloc, returns pointer on success or exits...Ken Raeburn2007-07-122-5/+17
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-102-17/+8