| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copy/pasto in ksu error message | Ben Kaduk | 2013-03-29 | 1 | -1/+1 |
* | Remove variable set but unused | Ezra Peisach | 2011-08-19 | 1 | -2/+1 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -84/+84 |
* | Don't test HAVE_STDARG_H, just assume it | Ken Raeburn | 2011-04-03 | 1 | -18/+1 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 1 | -3/+3 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -622/+623 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -11/+8 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 1 | -1/+1 |
* | * src/clients/ksu/main.c (sweep_up): Don't check return value of | Tom Yu | 2006-08-15 | 1 | -2/+3 |
* | fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilities | Tom Yu | 2006-08-08 | 1 | -3/+6 |
* | * main.c: updated the usage function | Jen Selby | 2002-08-14 | 1 | -1/+1 |
* | * main.c (main): Do not pass LOG_AUTH facility into openlog() as a | Ezra Peisach | 2001-10-30 | 1 | -1/+1 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -3/+3 |
* | * main.c (get_params): Change optind to optindex to prevent | Ezra Peisach | 2001-06-21 | 1 | -6/+6 |
* | * main.c (main): Cast arguments to print_status to be consitant | Ezra Peisach | 2001-06-18 | 1 | -1/+1 |
* | * setenv.c: Add prototype for _findenv to avoid inconsistancy of | Ezra Peisach | 2001-06-11 | 1 | -579/+596 |
* | * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c: | Ezra Peisach | 2001-06-05 | 1 | -2/+1 |
* | * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() is | Ezra Peisach | 2000-10-03 | 1 | -1/+1 |
* | pullup from 1.2-beta4 | Ken Raeburn | 2000-07-01 | 1 | -135/+92 |
* | * main.c (print_status): Now static. Add format attribute if using GNU C | Ken Raeburn | 2000-01-27 | 1 | -2/+7 |
* | merge from 1.1 branch | Ken Raeburn | 1999-12-06 | 1 | -62/+41 |
* | * main.c (main): Fix cleanup code for setluid() failure | Tom Yu | 1999-03-12 | 1 | -1/+2 |
* | * Makefile.in (ksu): Add $(KSU_LIBS) in case we need -lsecurity | Tom Yu | 1999-02-19 | 1 | -0/+12 |
* | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 1 | -1/+1 |
* | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 1 | -2/+0 |
* | Check the error return from krb5_init_context(), and print an error | Theodore Tso | 1996-11-08 | 1 | -1/+6 |
* | Unlock source cache before executing command | Sam Hartman | 1996-08-10 | 1 | -0/+3 |
* | Do not keep source cache open if we are going to use | Sam Hartman | 1996-05-20 | 1 | -5/+6 |
* | Significant security fixes to ksu | Sam Hartman | 1996-05-19 | 1 | -24/+69 |
* | Mostly output formatting fixes. | Richard Basch | 1996-04-11 | 1 | -27/+21 |
* | proven's ksu fixes | Mark Eichin | 1996-04-10 | 1 | -47/+40 |
* | Handle case when ticket cache name does not include a colon | Ezra Peisach | 1995-10-10 | 1 | -0/+2 |
* | * ksu.M: Document authorization changes | Ezra Peisach | 1995-10-06 | 1 | -7/+2 |
* | Use libkadm string handling routines | Paul Park | 1995-08-21 | 1 | -29/+31 |
* | Add full prototypes for all functions. Fix calls to functions that | Ezra Peisach | 1995-07-20 | 1 | -11/+10 |
* | * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL | Tom Yu | 1995-06-20 | 1 | -4/+4 |
* | * configure.in: Replace CHECK_STDARG with AC_CHECK_HEADERS. | John Gilmore | 1995-03-17 | 1 | -3/+3 |
* | If gethostbyname returns an error, exit after printing an error message | Theodore Tso | 1995-01-19 | 1 | -1/+2 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -50/+55 |
* | lint | Mark Eichin | 1994-08-14 | 1 | -3/+1 |
* | * *.c: "upgrade" to C Classic :-) | Tom Yu | 1994-08-10 | 1 | -4/+16 |
* | only use ... if we've got it | Mark Eichin | 1994-08-09 | 1 | -0/+4 |
* | support varargs too, and deal with MAXHOSTNAMELEN | Mark Eichin | 1994-08-09 | 1 | -1/+19 |
* | Change to use POSIX getcwd() instead of getwd() | Theodore Tso | 1994-07-16 | 1 | -12/+12 |
* | #ifdef's have to be at column 1, not tabbed over! | Theodore Tso | 1994-06-16 | 1 | -2/+2 |
* | Included fixes submitted by Ari/Cliff, including a security fix | Theodore Tso | 1994-06-15 | 1 | -105/+183 |
* | Added ifdefs for getusershell() --- doesn't exist on all platforms | Theodore Tso | 1994-06-10 | 1 | -3/+6 |
* | As contributed by ISI | Theodore Tso | 1994-06-08 | 1 | -0/+871 |