summaryrefslogtreecommitdiffstats
path: root/src/clients/ksu/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copy/pasto in ksu error messageBen Kaduk2013-03-291-1/+1
* Remove variable set but unusedEzra Peisach2011-08-191-2/+1
* Mark up strings for translationGreg Hudson2011-06-101-84/+84
* Don't test HAVE_STDARG_H, just assume itKen Raeburn2011-04-031-18/+1
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-3/+3
* make mark-cstyleTom Yu2009-10-311-622/+623
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-11/+8
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-1/+1
* * 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
* * main.c: updated the usage functionJen Selby2002-08-141-1/+1
* * main.c (main): Do not pass LOG_AUTH facility into openlog() as aEzra Peisach2001-10-301-1/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-3/+3
* * main.c (get_params): Change optind to optindex to preventEzra Peisach2001-06-211-6/+6
* * main.c (main): Cast arguments to print_status to be consitantEzra Peisach2001-06-181-1/+1
* * setenv.c: Add prototype for _findenv to avoid inconsistancy ofEzra Peisach2001-06-111-579/+596
* * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c:Ezra Peisach2001-06-051-2/+1
* * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() isEzra Peisach2000-10-031-1/+1
* pullup from 1.2-beta4Ken Raeburn2000-07-011-135/+92
* * main.c (print_status): Now static. Add format attribute if using GNU CKen Raeburn2000-01-271-2/+7
* merge from 1.1 branchKen Raeburn1999-12-061-62/+41
* * main.c (main): Fix cleanup code for setluid() failureTom Yu1999-03-121-1/+2
* * Makefile.in (ksu): Add $(KSU_LIBS) in case we need -lsecurityTom Yu1999-02-191-0/+12
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-2/+0
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-081-1/+6
* Unlock source cache before executing commandSam Hartman1996-08-101-0/+3
* Do not keep source cache open if we are going to useSam Hartman1996-05-201-5/+6
* Significant security fixes to ksuSam Hartman1996-05-191-24/+69
* Mostly output formatting fixes.Richard Basch1996-04-111-27/+21
* proven's ksu fixesMark Eichin1996-04-101-47/+40
* Handle case when ticket cache name does not include a colonEzra Peisach1995-10-101-0/+2
* * ksu.M: Document authorization changesEzra Peisach1995-10-061-7/+2
* Use libkadm string handling routinesPaul Park1995-08-211-29/+31
* Add full prototypes for all functions. Fix calls to functions thatEzra Peisach1995-07-201-11/+10
* * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELLTom Yu1995-06-201-4/+4
* * configure.in: Replace CHECK_STDARG with AC_CHECK_HEADERS.John Gilmore1995-03-171-3/+3
* If gethostbyname returns an error, exit after printing an error messageTheodore Tso1995-01-191-1/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-50/+55
* lintMark Eichin1994-08-141-3/+1
* * *.c: "upgrade" to C Classic :-)Tom Yu1994-08-101-4/+16
* only use ... if we've got itMark Eichin1994-08-091-0/+4
* support varargs too, and deal with MAXHOSTNAMELENMark Eichin1994-08-091-1/+19
* Change to use POSIX getcwd() instead of getwd()Theodore Tso1994-07-161-12/+12
* #ifdef's have to be at column 1, not tabbed over!Theodore Tso1994-06-161-2/+2
* Included fixes submitted by Ari/Cliff, including a security fixTheodore Tso1994-06-151-105/+183
* Added ifdefs for getusershell() --- doesn't exist on all platformsTheodore Tso1994-06-101-3/+6
* As contributed by ISITheodore Tso1994-06-081-0/+871