summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* su: use xstrdup()Karel Zak2012-07-261-3/+1Star
* docs: clean up sulogin.8 manualSami Kerola2012-07-261-26/+44
* vipw: add noreturn function attributeSami Kerola2012-07-261-1/+2
* sulogin: fix shadow declarationSami Kerola2012-07-261-10/+10
* utmpdump: fix compiler warning [-Wunused-result]Karel Zak2012-07-261-1/+1
* su: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-0/+1
* Merge branch '2012wk28'Karel Zak2012-07-166-40/+38Star
|\
| * translation: unify file open error messagesSami Kerola2012-07-165-10/+9Star
| * utmpdump: use help and version output macrosSami Kerola2012-07-161-4/+4
| * su: align with howto-usage-functionSami Kerola2012-07-161-26/+25Star
| * utmpdump: remove unused variableSami Kerola2012-07-161-1/+0Star
* | utmpdump: kill unused variable in follow_by_inotify()Petr Uzel2012-07-161-1/+0Star
* | docs: man page syntax fixesVille Skyttä2012-07-161-1/+1
|/
* login: close tty before vhangup()Karel Zak2012-07-121-0/+8
* utmpdump: cleanup file descriptor usageKarel Zak2012-07-101-14/+18
* utmpdump: encourage users not to follow stdinSami Kerola2012-07-101-1/+3
* utmpdump: use inotify to when following fileSami Kerola2012-07-101-7/+107
* utmpdump: fixes based on static analysis [cppcheck]Sami Kerola2012-07-101-10/+1Star
* utmpdump: white space fixSami Kerola2012-07-091-20/+19Star
* docs: clean up utmpdump.1 manualSami Kerola2012-07-091-26/+31
* utmpdump: document optional filename argumentBernhard Voelker2012-07-092-2/+5
* docs: fix typos found by misspellingsBernhard Voelker2012-07-092-3/+3
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-7/+7
* utmpdump: use xalloc.h, minor coding style changesKarel Zak2012-06-291-12/+13
* utmpdump: cleanup usage()Karel Zak2012-06-291-7/+17
* utmpdump: add long optionsKarel Zak2012-06-292-12/+25
* utmpdump: use err.h stuffKarel Zak2012-06-291-25/+26
* utmpdump: add NLS and closestream supportKarel Zak2012-06-291-6/+14
* utmpdump: remove dead codeKarel Zak2012-06-291-2/+2
* utmpdump: remove libc5 supportKarel Zak2012-06-292-76/+11Star
* utmpdump: cleanup comments, funcs definition linesKarel Zak2012-06-291-45/+29Star
* utmpdump: new command, merge from sysvinitKarel Zak2012-06-293-0/+389
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-10/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-15/+8Star
* build-sys: convert login-utils/ to moduleKarel Zak2012-06-261-37/+50
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-151-0/+2
|\
| * build: fix redundant redeclaration warningsSami Kerola2012-06-111-0/+2
* | su: remove unimplemented options -u and -vBernhard Voelker2012-06-151-8/+10
|/
* build-sys: suid su in make installKarel Zak2012-06-051-2/+11
* login: fix compiler warning [-Wsign-compare]Karel Zak2012-06-051-4/+4
* Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-057-127/+192
|\
| * fileutils: xmkstemp() interface changeDave Reisner2012-06-022-2/+4
| * docs: clean up login.1 manualSami Kerola2012-06-021-106/+170
| * login: allow TTYGROUP name begin by numberSami Kerola2012-06-021-8/+5Star
| * build-sys: add su executable to .gitignoreSami Kerola2012-06-021-0/+1
| * logindefs: change getlogindefs_num() to return unsigned longSami Kerola2012-06-024-13/+14
* | su: preserve errno in cleanup_pam()Ludwig Nussel2012-06-051-0/+4
* | build-sys: include correct source file for chshDave Reisner2012-06-051-1/+1
* | su: use BSD err function instead of gnu's error()Ludwig Nussel2012-06-051-19/+19
* | su: remove unused codeLudwig Nussel2012-06-051-4/+1Star