index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
login-utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: last(1): Eliminate oddball formatting
Michael Kerrisk
2016-12-09
1
-3
/
+3
*
docs: last(1): SEE ALSO: add reference to wtmp(5)
Michael Kerrisk
2016-12-09
1
-0
/
+1
*
docs: various pages: Use consistent terminology (set-user-ID and set-group-ID)
Michael Kerrisk
2016-12-09
2
-2
/
+3
*
docs: various pages: Format pathnames as italic (.I)
Michael Kerrisk
2016-12-09
4
-8
/
+8
*
sulogin: bail out from getpasswd(...) on timeout
Andreas Henriksson
2016-12-07
1
-0
/
+4
*
sulogin: make getpasswd(...) return NULL on ^D
Andreas Henriksson
2016-12-07
1
-0
/
+1
*
login-utils: switch to utmpx.h
Ruediger Meier
2016-12-07
5
-51
/
+53
*
login: re-add lastlog.h header
Ruediger Meier
2016-12-07
1
-0
/
+3
*
login-utils: avoid using the defined utmp sizes.
Ruediger Meier
2016-12-07
1
-9
/
+9
*
utmpdump: code formatting for readability
Ruediger Meier
2016-12-07
1
-3
/
+5
*
lslogins: remove useless strlen()
Ruediger Meier
2016-12-07
1
-6
/
+2
*
login-utils: remove _HAVE_UT_TV fallback
Ruediger Meier
2016-12-07
4
-52
/
+15
*
last: include libgen.h for basename(3p)
Ruediger Meier
2016-12-07
1
-1
/
+6
*
misc: spelling, always use "cannot" instead of "can not"
Ruediger Meier
2016-11-30
3
-4
/
+4
*
Correctly format page cross references
Michael Kerrisk (man-pages)
2016-11-29
2
-2
/
+2
*
Place SEE ALSO entries in order
Michael Kerrisk (man-pages)
2016-11-29
5
-12
/
+12
*
misc: fix unsigned int usage for ctype.h functions
Karel Zak
2016-10-26
1
-1
/
+1
*
Revert "su,runuser: add libseccomp based workaround for TIOCSTI ioctl"
Karel Zak
2016-10-03
2
-24
/
+3
*
su,runuser: add libseccomp based workaround for TIOCSTI ioctl
Karel Zak
2016-09-29
2
-3
/
+24
*
su, runuser, setpriv: create links between man pages
Karel Zak
2016-08-18
2
-1
/
+17
*
include/env: minor fixes and clean ups
Karel Zak
2016-08-16
1
-3
/
+4
*
misc: always check setenv(3) return value
Sami Kerola
2016-08-12
3
-19
/
+23
*
misc: fix declarations shadowing variables in the global scope [oclint]
Sami Kerola
2016-07-21
2
-6
/
+6
*
lslogins: simplify if clause and move definition and comments [oclint]
Sami Kerola
2016-07-21
1
-11
/
+9
*
misc: simplify if clauses [oclint]
Sami Kerola
2016-07-21
3
-11
/
+7
*
Merge branch 'write-improvements' of git://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2016-07-14
2
-3
/
+3
|
\
|
*
lib: try to find tty in get_terminal_name()
Sami Kerola
2016-07-04
2
-3
/
+3
*
|
sulogin: remove __nonnull__ function attribute
Sami Kerola
2016-07-14
1
-1
/
+1
|
/
*
docs: add file format note to utmpdump manual page
Sami Kerola
2016-06-27
1
-0
/
+12
*
utmpdump: use iso-8601 timestamp format with subsecond accuracy
Sami Kerola
2016-06-26
2
-26
/
+38
*
utmpdump: use always UTC-0 timezone in textual output
Sami Kerola
2016-06-26
1
-3
/
+3
*
chfn: chsh: use selinux_check_passwd_access()
Karel Zak
2016-06-14
4
-31
/
+16
*
misc: Fix various typos
Sebastian Rasmussen
2016-05-31
6
-9
/
+9
*
docs: Fix various typos
Sebastian Rasmussen
2016-05-31
1
-1
/
+1
*
build-sys: add --disable-plymouth-support
Karel Zak
2016-05-26
1
-4
/
+5
*
last: fix logout time
Karel Zak
2016-05-24
1
-4
/
+5
*
lslogins: use strtime_short()
Karel Zak
2016-05-24
1
-31
/
+19
*
lslogins: use strtm_iso()
Karel Zak
2016-05-24
1
-1
/
+5
*
last: cleanup time formatting code
Karel Zak
2016-05-24
1
-48
/
+66
*
sulogin: agetty: use the plymouth local protocol instead the plymouth binary
Werner Fink
2016-05-20
1
-40
/
+4
*
setpwnam: fix memory leak
Sami Kerola
2016-04-19
1
-0
/
+1
*
sulogin: make fopen O_CLOEXEC specifier usage portable
Sami Kerola
2016-04-17
1
-2
/
+2
*
vipw: make tmp_file usage more robust [clang analyze]
Karel Zak
2016-03-29
1
-2
/
+5
*
sulogin: Always make echo work after performing getpasswd even if root accoun...
Werner Fink
2016-03-22
1
-2
/
+1
*
sulogin: ignore missing WEXITED, add warning
Ruediger Meier
2016-03-21
1
-0
/
+5
*
vipw: print only one new line when asking about shadow file
Sami Kerola
2016-03-15
1
-2
/
+2
*
vipw: use puts() when formatting unnecessary
Karel Zak
2016-03-14
1
-1
/
+2
*
Merge branch 'travis-osx' of https://github.com/rudimeier/util-linux
Karel Zak
2016-03-14
1
-1
/
+1
|
\
|
*
misc: fix icc/clang compiler warnings
Ruediger Meier
2016-03-13
1
-1
/
+1
*
|
sulogin: fix sigset_t initialization
Karel Zak
2016-03-14
1
-1
/
+1
|
/
[next]