summaryrefslogtreecommitdiffstats
path: root/login-utils/su-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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