summaryrefslogtreecommitdiff
path: root/usr.bin/su
AgeCommit message (Expand)Author
2006-07-13remove PAM_DEBUGchristos
2006-05-14restore elevated priority before launching command inmlelstv
2006-03-20Goodbye KerberosIVchristos
2005-12-15Use LOGIN_CAP even in the pam case.christos
2005-12-15PR/32307: Jason V. Miller: su fails to set umask correctly when using pamchristos
2005-12-15Give a general description what this command does before going intohubertf
2005-07-05Set LOGNAME in the new environment (in addition to USER);kleink
2005-06-19Use groff macros instead of troff ones.wiz
2005-06-19Drop trailing whitespace.wiz
2005-04-19check for pwd != NULLchristos
2005-04-05Update with pam descriptions.christos
2005-04-02Put declaration of pwbuf[] back before any code, so this compiles withhe
2005-03-30- Use the getpw*_r methods.christos
2005-03-23Deal with signals and process groups (from FreeBSD)christos
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-02-28Fix unmatched .El warning.christos
2005-02-25Don't wait for any process, just our child. pam sessions can fork otherchristos
2005-02-01Add commented out notes on how we support the special compilation optionschristos
2005-01-18Remove unneeded \ at the end of line, stylemanu
2005-01-13Test USE_PAM, not MKPAM.thorpej
2005-01-12undo accidental commit with MKPAM=yeschristos
2005-01-12Always print pam error in messageschristos
2005-01-12:xchristos
2005-01-10- make LOGIN_CAP mandatorychristos
2005-01-10LOGIN_CAP is mandatory for PAM.christos
2005-01-10Restore su.c to version 1.58, plus minor prototyping. Split pamchristos
2005-01-09Rewrite PAMification of su.manu
2005-01-08Don't fallback to plain old authentication on "normal" errors such asmanu
2005-01-08if we are using pam and it succeeded, don't re-initialize kerberos needlessly.christos
2005-01-08add DPADDlukem
2005-01-08- avoid calling pam_end twice if pam failed in fatalchristos
2005-01-07Add PAM support to sumanu
2004-04-27Remove a leftover line apparently from rev. 1.17; also from Juha Hyttinenkleink
2004-04-27Fix typo (SU_INDIRECT_GROOP -> SU_INDIRECT_GROUP). PR#25347 fromcjep
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
2003-09-17Hey, wiz! Doesn't this need a comma?atatat
2003-08-23libkrb depends on libdes, patch in private mail fromlha
2003-08-23Comma and Pp police. Bump date for last.wiz
2003-08-20Normalize the program's compilation options so they are all of the form SU_christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-24Backout previous and revert su(1) to dynamic linking instead.tron
2003-07-24Link with "libdes" if Kerberos IV support is enabled.tron
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-06-18This addresses PR21693. Under certain conditions, su -m will fail becausejrf
2003-04-27Drop trailing space.wiz
2003-04-27Implement the `-d' option, which behaves as `-l' but does not change thejmmv
2003-04-25Only unset ENV if -f was used, AS THE CHANGE WAS DOCUMENTED.mycroft
2003-04-24Bump date for last.wiz
2003-04-20PR/5803: Gregg A. Woods: su doesn't support it's "-f" option for sh and/or kshchristos