Age | Commit message (Expand) | Author |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-17 | Only call setlogin() if this proccess is a session leader. | Todd C. Miller |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller |
2002-12-07 | Repair -a flag parsing which I broke in revision 1.47. | Todd C. Miller |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-11-08 | In login emulation mode use the same setusercontext() flags as | Todd C. Miller |
2002-10-16 | Add a new flag, -L, to cause su(1) to loop asking for a login/password | Todd C. Miller |
2002-07-22 | auth_close() was not actually getting called in auth_errx?() (not | Todd C. Miller |
2002-05-29 | KNF | Theo de Raadt |
2002-03-27 | We uyse 'krb4', not 'kerberos' for the authentication type. Also | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | mention that '-' is the deprecated form of '-l' | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-18 | check strdup() rval | Todd C. Miller |
2001-09-18 | Make a private copy of pwd via pw_dup() since its contents can get | Todd C. Miller |
2001-08-26 | su(1) see also: sudo(8) - users coming fron other UNIX environments may | Heikki Korpela |
2001-06-25 | Instead of trying to do clever and figure out a root instance for Kerberos, | Hans Insulander |
2001-06-25 | Add a "login" option to allow differentiation between authentication | Todd C. Miller |
2001-05-31 | nuke errant ARGSTR that I osmehow missed in the last commit | Todd C. Miller |
2001-05-31 | no longer need ARGSTR macro; sync usage() with man page | Todd C. Miller |
2001-05-29 | add support for BSD authentication | Todd C. Miller |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2000-12-02 | Check for symlinks before overwriting kerberos ticket files. | Hans Insulander |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell |
1998-03-25 | explicit braces to avoid ambigious `else', some small -Wall fixes | Artur Grabowski |
1997-09-11 | cleanup -Wall | Theo de Raadt |
1997-09-04 | clarify usage of wheel group; twp@tezcat.com | Niels Provos |
1997-06-29 | new location of des.h | Niels Provos |
1997-06-27 | fix up KRBTKFILE confusion; dm@ and traister@gate.net | Theo de Raadt |
1997-06-23 | long != int | Theo de Raadt |
1997-06-22 | %u for uid | Theo de Raadt |
1997-06-21 | push KRBTKFILE only if new ticket; dm@openbsd.org and traister@gate.net | Theo de Raadt |
1997-06-20 | worry about #ifdef KERBEROS | Theo de Raadt |
1997-06-20 | when building new environment, do not destroy KRBTKFILE; traister@gate.net | Theo de Raadt |
1997-06-20 | do not conflict with realloc() in setenv(); traister@gate.net | Theo de Raadt |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-03-26 | no libcrypt, fix DPADD | Theo de Raadt |
1997-02-18 | Undo last changes; it makes it impossible to suspect su in Kerberos mode, | Thorsten Lockert |
1997-02-11 | Fix for non-kerberos. | Todd C. Miller |
1997-02-11 | Handle tickets the same way as login(1) does; remove when session ends | Thorsten Lockert |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert |
1996-10-27 | Don't use "user" arg verbatim from argv, use the sanitized one in | Todd C. Miller |
1996-10-26 | Now sets $LOGNAME as per POSIX. | Todd C. Miller |