summaryrefslogtreecommitdiffstats
path: root/login-utils/login.c
Commit message (Expand)AuthorAgeFilesLines
* login: simplify string handlingSami Kerola2019-07-241-4/+1Star
* login: retire use of __FUNCTION__ macroKarel Zak2019-05-271-4/+3Star
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-2/+1Star
* login: add support for login.defs(5) LASTLOG_UID_MAXKarel Zak2019-01-111-0/+3
* login: cleanup code to copy to log stringsKarel Zak2018-10-031-12/+12
* login: use const qualifier for username from PAM or struct passwd [-Wcast-qual]Karel Zak2018-07-231-6/+11
* login: add LOGIN_PLAIN_PROMPT to login.defsKarel Zak2017-12-041-3/+9
* login-utils: use free_getlogindefs_data()Karel Zak2017-11-281-0/+2
* login: fix signal raceTobias Stoeckmann2017-09-261-7/+12
* login: add xgetpwnam()Karel Zak2017-09-181-24/+5Star
* login: use IPv4 on IPv4-mapping-to-IPv6Karel Zak2017-07-041-1/+8
* login: add --help textRuediger Meier2017-06-271-0/+8
* login: add --help and --versionRuediger Meier2017-06-221-6/+22
* login-utils: switch to utmpx.hRuediger Meier2016-12-071-15/+15
* login: re-add lastlog.h headerRuediger Meier2016-12-071-0/+3
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-071-19/+0Star
* include/env: minor fixes and clean upsKarel Zak2016-08-161-3/+4
* misc: always check setenv(3) return valueSami Kerola2016-08-121-8/+11
* lib: try to find tty in get_terminal_name()Sami Kerola2016-07-041-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* include: move sys/sysmacros.h to c.hKarel Zak2016-03-081-3/+0Star
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-1/+1
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-1/+1
* login-utils: minor utmp cleanupRuediger Meier2016-02-291-1/+0Star
* include: check for sys/sysmacros.hRuediger Meier2016-02-181-0/+2
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* login, mount: fix __SC_GETPW_R_SIZE_MAX usageKarel Zak2015-12-151-10/+2Star
* login: fix stat(2) raceSami Kerola2015-11-091-4/+2Star
* login: replace siginterrupt with sigactionChen Qi2015-08-311-1/+4
* login: fix mem leak in init_environ() [coverity scan]Karel Zak2015-01-291-3/+5
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+2
* login: Fix unused variables in login.c if _HAVE_UT_TV isn't definedWill Johansson2014-12-181-0/+2
* login-utils: Enable building util-linux against OpenPAMWill Johansson2014-12-151-4/+13
* login: ignore SIGXFSZ when write to lastlogKarel Zak2014-11-191-2/+11
* Fix typo "ioclt" in various files.Lauri Nurmi2014-07-111-1/+1
* lslogins: add functionalityOndrej Oprala2014-05-151-1/+1
* login: extract get_hushlogin_statusOndrej Oprala2014-05-151-118/+0Star
* docs: improve grammar and consistency of comments in login.cBenno Schulenberg2013-06-071-85/+77Star
* textual: standardize synopsis for login, and improve an error messageBenno Schulenberg2013-06-071-2/+2
* login: use TCSANOW to remove HUPCLKarel Zak2013-06-051-2/+2
* lib/tty: don't hardcode terminal fd in get_terminal_name()Karel Zak2013-05-131-1/+1
* login: check returns [coverity scan]Karel Zak2013-03-271-6/+5Star
* login: remove file descriptor leak [cppcheck]Sami Kerola2013-03-041-1/+3
* login: check lastlog lseek return code [coverity scan]Karel Zak2012-12-121-1/+2
* login: use get_terminal_name() from ttyutils.cKarel Zak2012-11-221-14/+2Star
* login: fix compiler warning [-Wunused-result]Karel Zak2012-10-221-6/+10
* login: stop using MAXHOSTNAMELENKarel Zak2012-10-191-4/+4
* login: reuse DEAD_PROCESS utmp entriesKarel Zak2012-10-051-3/+11
* login: close tty before vhangup()Karel Zak2012-07-121-0/+8
* docs: fix typos found by misspellingsBernhard Voelker2012-07-091-2/+2