summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | su: replace PAM_BAIL_P macro with better solutionLudwig Nussel2012-06-051-28/+28
* | su: introduce xsetenv globallyLudwig Nussel2012-06-051-25/+11Star
* | su: use ENV_PATH resp ENV_SUPATH to be consistent with loginLudwig Nussel2012-06-051-8/+16
* | su: use EXIT_FAILURE consistentlyLudwig Nussel2012-06-051-9/+6Star
* | su: don't use custom MAX macroLudwig Nussel2012-06-051-5/+1Star
* | docs: rewrite su.1 manualLudwig Nussel2012-06-021-117/+184
* | docs: add su.1 manual pageSami Kerola2012-05-311-0/+155
|/
* build-sys: add --enable-vipwKarel Zak2012-05-291-11/+4Star
* build-sys: add --enable-newgrpKarel Zak2012-05-291-12/+11Star
* build-sys: add --disable-suKarel Zak2012-05-291-16/+12Star
* build-sys: add --enable-chfn-chshKarel Zak2012-05-291-26/+34
* build-sys: add --disable-loginKarel Zak2012-05-291-14/+20
* su: remove program_nameKarel Zak2012-05-291-12/+6Star