summaryrefslogtreecommitdiff
path: root/usr.bin/su/su.c
AgeCommit message (Expand)Author
2000-07-13fix the krb5 su to ordinary user case, from Mark Daviesassar
2000-07-10add Kerberos5 supportassar
2000-07-10repair, simplify, and improve the Kerberos partassar
2000-02-11Set SU_FROM environment variable. This can be used to determine a 'su -'abs
2000-01-25Removed code that would squash root's path when suing to root,mjl
2000-01-14Implement login_cap capability lookup.mjl
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-08-29Amazing how this worked for so long. setenv(3) expects environ(7) to bechristos
1999-07-11Allow people in group wheel to use the ROOTAUTH group.kim
1999-03-22Looks like some recent changes broke the 'anyone can su if wheel is not presentabs
1999-03-15Revert - handling; it is done as part of getopt.christos
1999-03-15Remove Solaris shadow password support... Better to do this in thechristos
1999-03-15- Add support for Solaris style shadow password fileschristos
1999-02-20Don't warn about being in a user's ACL if Kerberos appears to bescottr
1998-12-19ifdef the pw_change and pw_expire stuff with BSD4_4christos
1998-10-14Add #ifdef SKEY around SKEY-specific code.wsanchez
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-26const poisoning.mycroft
1998-07-06fix error in previous.mrg
1998-07-06remove some (almost) duplicated (and thankfully harmless) code left from lite...mrg
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-04-02Need <time.h> for ctime() prototype.kleink
1997-10-24Cleanup warnings when -DKERBEROSchristos
1997-10-19WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOFlukem
1997-07-02As per discussion with mrg, back out parts of previous change.lukem
1997-06-27* Notify of impending password or account expiry (check againstlukem
1997-03-04s/strcnpy/strncpy/ typoexplorer
1997-02-11remove possibly dangerous sprintf and strcpy calls.mrg
1997-01-31As discussed on tech-userlevel, allow anyone to su if group wheel hasghudson
1997-01-09Sync to 4.4BSD-Lite2tls
1996-10-15- Fix previous commit; shells require -c "command"christos
1996-10-12Fix PR/2837: su [login [args]] had the wrong usage and did not work properly....christos
1994-05-24add skey supportderaadt
1994-02-12fix bin/120: "su -" buglet when empty "shell" field in passwdcgd
1994-01-07Fix bizarre handling of cleanenv, and set the subshells argv[0] accordingmycroft
1993-08-27Minor tweaks: including header files to bring prototypes into scope,jtc
1993-08-01Add RCS identifiers.mycroft
1993-07-28Back out last change until I can get an official interpretation.jtc
1993-07-28Update LOGNAME as well as USER environment variables to keep POSIX utilitiesjtc
1993-04-26changed to use new libcrypt scheme.cgd
1993-04-17Allow 'su foo -c command'. MAY BE BUGGY! (So sayeth Keith Bostic.)sef
1993-03-21initial import of 386bsd-0.1 sourcescgd