summaryrefslogtreecommitdiffstats
path: root/src/clients/ksu
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-4/+0
* Fix copy/pasto in ksu error messageBen Kaduk2013-03-291-1/+1
* make dependGreg Hudson2013-03-241-20/+16
* Modernize k5bufGreg Hudson2013-02-141-5/+5
* make dependGreg Hudson2013-01-101-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-10/+10
* Remove install-oldmanBen Kaduk2012-10-171-6/+0
* Remove nroff man pagesBen Kaduk2012-10-161-481/+0
* install sphinx-generated manpagesTom Yu2012-01-091-0/+4
* Fix implicit declaration in ksu for some buildsGreg Hudson2011-12-281-0/+1
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-021-2/+2
* Remove variable set but unusedEzra Peisach2011-08-191-2/+1
* Mark up strings for translationGreg Hudson2011-06-104-138/+146
* 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-092-21/+17
* Make dependGreg Hudson2011-02-251-22/+20
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Make dependGreg Hudson2010-09-081-16/+18
* make dependGreg Hudson2010-06-071-28/+32
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-1/+1
* 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
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-52/+50
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-3/+3
* make mark-cstyleTom Yu2009-10-318-2046/+2054
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-18/+22
* Fix typo in error message reported by Marek Mahut (Red Hat)Tom Yu2009-04-291-1/+1
* 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-052-69/+67
* 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-041-29/+31
* 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
* makedependKen Raeburn2008-09-181-27/+31
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-10/+6
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-303-11/+11
* improve debugging of ticket verification in ksuRuss Allbery2007-12-301-5/+5
* make dependKen Raeburn2007-08-161-27/+31
* declare xasprintfKen Raeburn2007-07-201-0/+1
* 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
* 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
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-6/+6
* install headers into include/krb5Ken Raeburn2006-05-231-34/+38
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-181-2/+2