Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
and also interferes with multiple sessions by removing tickets potentially in use by those other sessions. | |||
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 | |
struct passwd just to be safe. | |||
1996-10-26 | Now sets $LOGNAME as per POSIX. | Todd C. Miller | |
1996-10-23 | skey_authenticate() now fakes up a challenge if user does not | Todd C. Miller | |
have an entry in the keys file. Don't want to give info to information gathering attack. | |||
1996-10-21 | compile | Theo de Raadt | |
1996-10-21 | Test first, then commit, eh? | Todd C. Miller | |
1996-10-21 | save a cycle on strncpy() -- pointed out by Theo | Todd C. Miller | |
1996-10-21 | sheer raging paranoia -- possible buf olfow. Does not look exploitable. | Todd C. Miller | |
1996-10-16 | Check ret val of strdup(3) -- may be NULL. | Todd C. Miller | |
1996-10-12 | su.c: minor cleanup, some from FreeBSD | Todd C. Miller | |
su.1: Examples from FreeBSD + minor nits fixed. | |||
1996-10-12 | Fix suage string to match man page. NetBSD PR #2837 | Todd C. Miller | |
1996-10-08 | export $TERM only if passed in; joerg@freebsd.org | Theo de Raadt | |
1996-07-22 | seteuid for chdir | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-01-07 | more traditional semantics. if wheel group has no listed users, anyone | Theo de Raadt | |
can su to root. default wheel group lists "root" as a user, thus defaulting to a secure envirment. from arnej@pvv.unit.no; netbsd pr#1894 | |||
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert | |
Add support for building with kerberosIV | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |