summaryrefslogtreecommitdiff
path: root/usr.bin/su
AgeCommit message (Expand)Author
2023-03-24After a ':' (as in login:group or just :group) insist that therekre
2023-03-24PR misc/57287 from Nan Xiaokre
2021-11-27usr.bin: remove unnecessary CONSTCOND, lint no longer needs itrillig
2021-10-30su(1): use reallocarr instead of malloc(x * y)nia
2021-10-17su: Use consttime_memequal instead of strcmp.nia
2021-09-10usr.bin: remove unnecessary lint comment CONSTCONDrillig
2019-09-01Remove superfluous Ns.wiz
2019-09-01su was in v1sevan
2018-02-26Fix typo in comment.htodd
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2017-05-18Correct the man page referenceabhinav
2015-08-09Do not use pamh after pam_end. It's cosmetic change since pam_strerrorshm
2015-06-16fix some error handling.christos
2014-09-19Sort sections. From Henning Petersen in PR 49222.wiz
2014-03-16Fix gcc48 build. No obvious reason why nobody else has hit this...dholland
2013-06-29Change to home directory only after setting the full user contextmlelstv
2013-06-20- don't re-use the va list twice, leads to coredumps.christos
2012-11-21Note that 'su -l' does not update utmp and related databases.pgoyette
2012-04-12make this compile again.christos
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2011-08-31NULL does not need a castplunky
2011-04-24We no longer need -I/usr/include/krb5.elric
2010-10-02Don't free memory that was succesfully passed to putenv(3) which takestron
2009-05-18Sort options.wiz
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-06Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no.lukem
2008-04-05call setprogname(), from Anon Ymouschristos
2007-10-27bump date.christos
2007-10-27uncomment the group handling documentation.christos
2007-10-27- move grutil code to newgrp.christos
2007-10-27From Anon Ymous:christos
2007-10-18Make the license match to grutil.cchristos
2007-10-18Put the proper license on this file, using the newgrp.c one.christos
2007-10-17From Anon Ymous:christos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
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