summaryrefslogtreecommitdiffstats
path: root/login-utils/su-common.c
Commit message (Expand)AuthorAgeFilesLines
...
* su: cleanup PAM stuffKarel Zak2017-09-181-31/+27Star
* su: cleanup usage()Karel Zak2017-09-181-60/+63
* su: add control structKarel Zak2017-09-181-137/+114Star
* su: cosmetic changes after indentKarel Zak2017-09-181-50/+34Star
* su: fix indentionKarel Zak2017-09-181-714/+692Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-5/+7
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-0/+1
* su: remove duplicate const declarationSami Kerola2017-05-161-1/+1
* sulogin: reduce vulnerability surfaceSami Kerola2017-05-031-24/+29
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-2/+2
* su: properly clear child PIDKarel Zak2017-02-011-4/+10
* su, runuser: fix typo in the /etc/default pathKarel Zak2017-01-201-2/+2
* runuser: add "--" to SYNOPSISKarel Zak2017-01-191-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* login-utils: switch to utmpx.hRuediger Meier2016-12-071-3/+3
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-071-8/+0Star
* Revert "su,runuser: add libseccomp based workaround for TIOCSTI ioctl"Karel Zak2016-10-031-20/+0Star
* su,runuser: add libseccomp based workaround for TIOCSTI ioctlKarel Zak2016-09-291-0/+20
* misc: always check setenv(3) return valueSami Kerola2016-08-121-1/+1
* lib: try to find tty in get_terminal_name()Sami Kerola2016-07-041-2/+2
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* su: clean up groups initializationKarel Zak2016-02-151-32/+38
* 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