]> git.ipfire.org Git - thirdparty/util-linux.git/history - login-utils/su-common.c
Use --help suggestion on invalid option
[thirdparty/util-linux.git] / login-utils / su-common.c
2016-12-19  Karel ZakUse --help suggestion on invalid option
2016-12-07  Ruediger Meierlogin-utils: switch to utmpx.h
2016-12-07  Ruediger Meierlogin-utils: remove _HAVE_UT_TV fallback
2016-10-03  Karel ZakRevert "su,runuser: add libseccomp based workaround...
2016-09-29  Karel Zaksu,runuser: add libseccomp based workaround for TIOCSTI...
2016-08-16  Karel ZakMerge branch 'misc' of https://github.com/kerolasa...
2016-08-12  Sami Kerolamisc: always check setenv(3) return value
2016-07-14  Karel ZakMerge branch 'write-improvements' of git://github.com...
2016-07-03  Sami Kerolalib: try to find tty in get_terminal_name()
2016-05-31  Sebastian Rasmussenmisc: Fix various typos
2016-02-15  Karel Zaksu: clean up groups initialization
2015-01-29  Karel Zaksu: fix mem leak in modify_environ() [coverity scan]
2014-12-15  Will Johanssonlogin-utils: Enable building util-linux against OpenPAM
2014-10-01  pcpasu: print proper core dump message when killed
2014-07-23  Benno Schulenbergtextual: fix some typos and inconsistencies in various...
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-02-17  Karel Zaksu: don't use kill(0, ...) when propagate signal
2013-10-08  Benno Schulenbergsu-common: pluralize one message
2013-10-02  Karel Zaksu: fix caught_signal logic and initialize oldact ...
2013-09-09  Karel Zaksu: fix lastlog and btmp logging
2013-08-27  Karel Zaksu: suppress PAM info messages for -c or non-login...
2013-06-07  Ondrej Opralasu: fix exit status if terminated by signal
2013-06-07  Benno Schulenbergtextual: tiny alphabetical and grammatical tweak
2013-06-07  Benno Schulenbergtextual: standardize the spelling of "superuser"
2013-05-29  Karel Zaksu: ignore --preserve-environment, it's mutually exclus...
2013-05-13  Karel Zaklib/tty: don't hardcode terminal fd in get_terminal_name()
2013-05-06  Benno Schulenbergsu: consistent angular brackets and lowercase in help...
2013-04-10  Karel Zaksu: remove '+' from getopt_long()
2013-03-27  Karel Zaksu: make code more robust [coverity scan]
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-06  Sami Kerolatranslation: unify exec error messages
2013-01-25  Sami Kerolasu-common: make usage() translator friendly
2012-11-22  Karel Zaksu: log failed logins to btmp
2012-11-22  Karel Zaksu: use get_terminal_name() for compatibility with...
2012-11-22  Karel Zaksu: rename log_su to log_syslog
2012-11-07  Karel Zaksu: fix "COMMAND not specified" error
2012-11-01  Karel Zakrunuser: add -u to not execute shell
2012-10-02  Vitezslav Cizeksu: fixed a typo in pam error message
2012-10-02  Karel Zaksu: don't modify PATH if -l not specified
2012-09-21  Ondrej Opralasu: add segmentation fault reporting of the child process
2012-09-05  Karel Zaksu: move long options to main()
2012-09-05  Karel Zaksu: verify writing to streams was successful
2012-09-05  Karel Zaksu: more robust getpwuid() for GNU Hurt [coreutils...
2012-09-04  Karel Zakrunuser: new command (derived from su(1))
2012-09-04  Karel Zaksu: move generic su code to su-common.c