summaryrefslogtreecommitdiffstats
path: root/login-utils/sulogin.c
Commit message (Expand)AuthorAgeFilesLines
* sulogin: fix variable / function shadowing [cppcheck]Sami Kerola2019-05-181-4/+5
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-4/+4
* sulogin: restore signals after failed exec() onlyKarel Zak2018-08-161-7/+5Star
* sulogin: do not use plain 0 as NULLKarel Zak2018-08-161-4/+5
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-4/+4
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-4/+3Star
* sulogin: add missing typeKarel Zak2017-05-091-1/+1
* sulogin: reduce vulnerability surfaceSami Kerola2017-05-031-24/+15Star
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-5/+5
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-6/+6
* lib/list: remove LIST_HEAD macroKarel Zak2017-01-051-2/+3
* sulogin: bail out from getpasswd(...) on timeoutAndreas Henriksson2016-12-071-0/+4
* sulogin: make getpasswd(...) return NULL on ^DAndreas Henriksson2016-12-071-0/+1
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-2/+2
* misc: always check setenv(3) return valueSami Kerola2016-08-121-10/+11
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-4/+2Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* build-sys: add --disable-plymouth-supportKarel Zak2016-05-261-4/+5
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-201-40/+4Star
* sulogin: Always make echo work after performing getpasswd even if root accoun...Werner Fink2016-03-221-2/+1Star
* sulogin: ignore missing WEXITED, add warningRuediger Meier2016-03-211-0/+5
* sulogin: fix sigset_t initializationKarel Zak2016-03-141-1/+1
* sulogin: keep initialization more robustKarel Zak2016-02-121-1/+1
* sulogin: avoid shared memory area usemask but use waitid() for childsWerner Fink2016-02-121-26/+78
* sulogin: improve support for locked root accountKarel Zak2015-06-251-14/+34
* sulogin: don't use strcpy(), enlarge pwd line bufferKarel Zak2015-05-251-7/+7
* sulogin, hwclock: use xusleep() instead of usleep()Sami Kerola2015-02-101-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-2/+2
* sulogin: don't use uninitialized struct sigaction [coverity scan]Karel Zak2014-07-171-0/+1
* sulogin: check result of the open() [coverity scan]Karel Zak2014-07-171-0/+2
* build-sys: fixes for non-Linux systemsSamuel Thibault2014-06-191-1/+6
* agetty: beside virtual consoles support xvc and hvc device lines as wellWerner Fink2014-05-131-5/+12
* agetty: better support of the special system consoles on S390Werner Fink2014-05-131-1/+7
* agetty: avoid that agetty nor sulogin are fooled by a running plymouthWerner Fink2014-05-131-1/+50
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-2/+2
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-091-1/+1
* textual: improve clarity of some error messagesBenno Schulenberg2013-06-071-3/+3
* sulogin: clean up error messagesKarel Zak2013-05-141-4/+4
* sulogin: don't run if not found passww entry [coverity scan]Karel Zak2013-03-271-0/+1
* sulogin: couple of obvious fixes for non-linux systemsSamuel Thibault2013-03-261-1/+3
* translation: unify exec error messagesSami Kerola2013-02-061-2/+2
* include/ttyutils: add default chardataWerner Fink2013-01-081-4/+0Star
* sulogin: don't use {de,con}structor attributesKarel Zak2012-12-231-0/+4
* sulogin: remove consoles.c from libcommonKarel Zak2012-12-231-1/+1
* sulogin: map NL to CR-NL on output in initial termios settingsKarel Zak2012-12-191-1/+3
* sulogin: minor coding style changesKarel Zak2012-12-181-13/+18
* sulogin: add multi console feature from SysVinit suloginWerner Fink2012-12-181-149/+516