summaryrefslogtreecommitdiffstats
path: root/login-utils/su-common.c
Commit message (Expand)AuthorAgeFilesLines
* su: fix mem leak in modify_environ() [coverity scan]Karel Zak2015-01-291-2/+4
* login-utils: Enable building util-linux against OpenPAMWill Johansson2014-12-151-2/+9
* su: print proper core dump message when killedpcpa2014-10-011-3/+2Star
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-3/+3
* su: don't use kill(0, ...) when propagate signalKarel Zak2014-02-171-1/+1
* su-common: pluralize one messageBenno Schulenberg2013-10-081-1/+3
* su: fix caught_signal logic and initialize oldact [coverity scan]Karel Zak2013-10-021-0/+5
* su: fix lastlog and btmp loggingKarel Zak2013-09-091-4/+1Star
* su: suppress PAM info messages for -c or non-login sessionsKarel Zak2013-08-271-2/+21
* su: fix exit status if terminated by signalOndrej Oprala2013-06-071-15/+41
* textual: tiny alphabetical and grammatical tweakBenno Schulenberg2013-06-071-1/+1
* textual: standardize the spelling of "superuser"Benno Schulenberg2013-06-071-1/+1
* su: ignore --preserve-environment, it's mutually exclusive to --loginKarel Zak2013-05-291-0/+5
* lib/tty: don't hardcode terminal fd in get_terminal_name()Karel Zak2013-05-131-2/+2
* su: consistent angular brackets and lowercase in help text of 'su'Benno Schulenberg2013-05-061-12/+11Star
* su: remove '+' from getopt_long()Karel Zak2013-04-101-1/+1
* su: make code more robust [coverity scan]Karel Zak2013-03-271-0/+3
* translation: unify exec error messagesSami Kerola2013-02-061-2/+2
* su-common: make usage() translator friendlySami Kerola2013-01-251-12/+10Star
* su: log failed logins to btmpKarel Zak2012-11-221-2/+50
* su: use get_terminal_name() for compatibility with login(1)Karel Zak2012-11-221-2/+3
* su: rename log_su to log_syslogKarel Zak2012-11-221-2/+2
* su: fix "COMMAND not specified" errorKarel Zak2012-11-071-10/+19
* runuser: add -u to not execute shellKarel Zak2012-11-011-47/+91
* su: fixed a typo in pam error messageVitezslav Cizek2012-10-021-1/+1
* su: don't modify PATH if -l not specifiedKarel Zak2012-10-021-125/+1Star
* su: add segmentation fault reporting of the child processOndrej Oprala2012-09-211-1/+6
* su: move long options to main()Karel Zak2012-09-051-15/+14Star
* su: verify writing to streams was successfulKarel Zak2012-09-051-0/+2
* su: more robust getpwuid() for GNU Hurt [coreutils 71b7ddc]Karel Zak2012-09-051-3/+23
* runuser: new command (derived from su(1))Karel Zak2012-09-041-8/+43
* su: move generic su code to su-common.cKarel Zak2012-09-041-0/+883