index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
login-utils
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-11
login-utils: add missing header, fix setpwnam.c fclose logic
Karel Zak
2
-1
/
+5
2012-04-04
login-utils: verify writing to streams was successful
Sami Kerola
9
-6
/
+20
2012-03-18
fileutils: differentiate xmkstemp and xfmkstemp
Sami Kerola
2
-3
/
+3
2012-03-18
pathnames: clean up various user database paths
Sami Kerola
1
-1
/
+1
2012-03-18
vipw: use xmkstemp() and lckpwdf()
Sami Kerola
4
-94
/
+49
2012-03-18
setpwnam: use xmkstemp() and lckpwdf()
Sami Kerola
2
-35
/
+20
2012-03-18
chsh: use pathnames.h for paths
Sami Kerola
1
-11
/
+11
2012-03-18
chfn: use pathnames.h for paths
Sami Kerola
1
-2
/
+2
2012-03-18
vipw: use rpmatch to yes/no question
Sami Kerola
1
-2
/
+3
2012-03-18
docs: add deprecation comments
Sami Kerola
3
-0
/
+27
2012-03-13
login: add USER to initial environment
Dave Reisner
2
-2
/
+4
2012-03-12
build-sys: add --diable-sulogin (enabled by default)
Karel Zak
1
-10
/
+15
2012-03-12
sulogin: share vc initialization with agetty
Karel Zak
2
-0
/
+34
2012-03-12
sulogin: add note about port to util-linux to the man page
Karel Zak
2
-2
/
+9
2012-03-12
sulogin: fix selinux build
Karel Zak
2
-1
/
+3
2012-03-12
sulogin: parse timeout more carefully
Karel Zak
2
-2
/
+6
2012-03-12
sulogin: initialize nls stuff
Karel Zak
1
-1
/
+5
2012-03-12
sulogin: check chdir and getcwd return values [-Wunused-result]
Karel Zak
1
-5
/
+13
2012-03-12
sulogin: add long options
Karel Zak
2
-22
/
+42
2012-03-12
sulogin: use EXIT_*
Karel Zak
1
-2
/
+2
2012-03-12
sulogin: use err.h stuff
Karel Zak
1
-13
/
+9
2012-03-12
sulogin: replace perror() with warx()
Karel Zak
1
-9
/
+9
2012-03-12
sulogin: cleanup comments
Karel Zak
1
-51
/
+44
2012-03-12
sulogin: add i18n strings
Dave Reisner
1
-12
/
+14
2012-03-12
sulogin: use a more standard usage output
Dave Reisner
1
-4
/
+20
2012-03-12
sulogin: header/include cleanup
Dave Reisner
1
-2
/
+1
2012-03-12
sulogin: use pathnames.h for file locations
Dave Reisner
1
-14
/
+12
2012-03-12
sulogin: get rid of calls to /bin/sash
Dave Reisner
1
-7
/
+0
2012-03-12
sulogin: use size_t for iterator to avoid cast
Dave Reisner
1
-2
/
+2
2012-03-12
sulogin: remove USE_ONELINE and SANE_TIO defines
Dave Reisner
1
-84
/
+1
2012-03-12
sulogin: remove CHECK_{DES,MD5} defines
Dave Reisner
1
-7
/
+0
2012-03-12
sulogin: replace older signal() with sigaction()
Dave Reisner
1
-20
/
+35
2012-03-12
sulogin: whitespace fixes
Dave Reisner
1
-53
/
+71
2012-03-12
sulogin.8: refactor manpage
Dave Reisner
1
-48
/
+21
2012-03-12
sulogin: initial import from sysvinit
Dave Reisner
3
-1
/
+697
2012-03-06
login: minor spelling fixes
Karel Zak
1
-1
/
+1
2012-03-06
login: minor spelling fixes
Elan Ruusamäe
1
-1
/
+1
2012-03-05
login: fix LOGIN_CHOWN_VCS code
Karel Zak
1
-24
/
+25
2012-02-28
build-sys: enhance readability of the autotools files
Sami Kerola
1
-9
/
+32
2012-02-28
login: support crazy shadow-utils syntax in login.defs
Karel Zak
3
-7
/
+42
2012-02-10
login: add LOGIN_RETRIES, cleanup retries check code
Karel Zak
2
-3
/
+9
2012-02-06
login: fix leak, improve strtok usage
Karel Zak
1
-2
/
+6
2012-02-06
vipw: use xalloc.h
Karel Zak
1
-1
/
+4
2012-02-02
login: allocate buffer with shell name
Karel Zak
1
-1
/
+1
2012-02-02
login: (and chsh) make pw_shell usage more robust
Karel Zak
3
-3
/
+4
2012-02-01
newgrp: fix possible FILE leak on error
Karel Zak
1
-2
/
+6
2012-02-01
vipw: don't modify environment, check strtok() return value
Karel Zak
1
-4
/
+6
2012-01-31
login: comparing an array to null is not useful [coverity scan]
Karel Zak
1
-2
/
+2
2012-01-31
login: more robust sysconf() usage [coverity scan]
Karel Zak
1
-5
/
+6
2012-01-31
chfn: fix use-after-free [coverity scan]
Karel Zak
1
-3
/
+5
[next]