summaryrefslogtreecommitdiffstats
path: root/login-utils/login.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* login: fix compiler warning [-Wsign-compare]Karel Zak2012-06-051-4/+4
* login: allow TTYGROUP name begin by numberSami Kerola2012-06-021-8/+5Star
* logindefs: change getlogindefs_num() to return unsigned longSami Kerola2012-06-021-8/+9
* login: Include <linux/major.h> only if it exists.Thomas Schwinge2012-05-291-1/+3
* login: fix segmentation fault in log_utmpKarel Zak2012-05-211-8/+15
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* login: use get_fd_tabsize()Karel Zak2012-04-231-1/+2
* login: use getdtablesize() correctly in login.cchas williams - CONTRACTOR2012-04-231-1/+1
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* login: add USER to initial environmentDave Reisner2012-03-131-0/+1
* login: fix LOGIN_CHOWN_VCS codeKarel Zak2012-03-051-24/+25
* login: support crazy shadow-utils syntax in login.defsKarel Zak2012-02-281-7/+4Star
* login: add LOGIN_RETRIES, cleanup retries check codeKarel Zak2012-02-101-3/+4
* login: fix leak, improve strtok usageKarel Zak2012-02-061-2/+6
* login: allocate buffer with shell nameKarel Zak2012-02-021-1/+1
* login: (and chsh) make pw_shell usage more robustKarel Zak2012-02-021-1/+1
* login: comparing an array to null is not useful [coverity scan]Karel Zak2012-01-311-2/+2
* login: more robust sysconf() usage [coverity scan]Karel Zak2012-01-311-5/+6
* login: add version printing optionSami Kerola2011-11-231-1/+4
* login: fix compiler warning [-Wreturn-type]Karel Zak2011-11-181-3/+4
* login: improve pam_setcred() usageKarel Zak2011-11-181-2/+23
* login: clean FAIL_DELAY usageKarel Zak2011-11-071-9/+11
* login: remove unnecessary ifdef HAVE_CRYPT_HKarel Zak2011-11-031-3/+0Star
* login: cosmetic changes in docsKarel Zak2011-10-261-0/+3
* login: use ENV_PATH and ENV_{ROOT,SU}PATH from login.defsKarel Zak2011-10-261-1/+9
* login: add -H option for compatibility with SuseKarel Zak2011-10-261-10/+56
* login: use LOG_UNKFAIL_ENAB from login.defs, improve loggingKarel Zak2011-10-261-6/+23
* login: use DEFAULT_HOME from login.defsKarel Zak2011-10-261-0/+3
* login: use HUSHLOGIN_FILE from login.defsKarel Zak2011-10-261-1/+14
* login: use TTYGROUP from login.defsKarel Zak2011-10-261-4/+11
* login: use TTYPERM from login.defsKarel Zak2011-10-261-7/+11
* login: use FAIL_DELAY from login.defsKarel Zak2011-10-261-1/+1
* login: use LOGIN_TIMEOUT from login.defsKarel Zak2011-10-261-0/+2
* login: rewrite motd(), use MOTD_FILE from login.defsKarel Zak2011-10-261-22/+31
* login: host{name,address} initialization refactoringKarel Zak2011-10-261-40/+43
* login: remove unnecessary variablesKarel Zak2011-10-261-6/+4Star
* login: move signal stuff to the one placeKarel Zak2011-10-261-84/+82Star