summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add resource data windows/version.rc for:Jeffrey Altman2007-04-147-27/+100
* remove krb5_get_init_creds_opt_set_pkinit() for nowTom Yu2007-01-311-18/+0
* get_init_creds_opt extensibilityTom Yu2007-01-303-30/+123
* This commit adds two new functions, krb5_server_decrypt_ticket_keyblock Jeffrey Altman2007-01-161-11/+41
* Modifications to support the generation and embedding Jeffrey Altman2006-12-076-0/+6
* make dependTom Yu2006-10-061-16/+18
* * src/clients/ksu/main.c (sweep_up): Don't check return value ofTom Yu2006-08-151-2/+3
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-3/+6
* Enable kinit -a to match the man page and add documentationRuss Allbery2006-06-131-3/+3
* Fix minor nroff man page problems (stray space, bad cross reference)Russ Allbery2006-06-121-1/+1
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-6/+6
* install headers into include/krb5Ken Raeburn2006-05-236-37/+90
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-188-38/+14
* Fix excessive italics in kinit man page;Sam Hartman2006-04-271-1/+2
* Include com_err.hKen Raeburn2006-04-141-0/+1
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-18/+14
* make dependKen Raeburn2006-04-111-1/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-119-1917/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-115-197/+0
* * setenv.c: Include autoconf.hKen Raeburn2006-04-042-0/+5
* more DEFS=Ken Raeburn2006-04-044-0/+10