index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-02
tools: add checkmans.sh
Sami Kerola
2
-0
/
+78
2012-06-02
docs: clean up wdctl.8 manual
Sami Kerola
1
-30
/
+37
2012-06-02
docs: clean up login.1 manual
Sami Kerola
1
-106
/
+170
2012-06-02
login: allow TTYGROUP name begin by number
Sami Kerola
1
-8
/
+5
2012-06-02
build-sys: add su executable to .gitignore
Sami Kerola
1
-0
/
+1
2012-06-02
logindefs: change getlogindefs_num() to return unsigned long
Sami Kerola
4
-13
/
+14
2012-05-29
build-sys: move configure login options to one place
Karel Zak
1
-30
/
+27
2012-05-29
build-sys: add --enable-vipw
Karel Zak
2
-18
/
+10
2012-05-29
build-sys: add --enable-newgrp
Karel Zak
2
-13
/
+21
2012-05-29
build-sys: add --disable-su
Karel Zak
2
-16
/
+21
2012-05-29
build-sys: add --enable-chfn-chsh
Karel Zak
2
-27
/
+45
2012-05-29
build-sys: add --disable-login
Karel Zak
2
-23
/
+37
2012-05-29
su: remove program_name
Karel Zak
1
-12
/
+6
2012-05-29
su: fix compiler warning [-Wunused-parameter]
Karel Zak
1
-1
/
+1
2012-05-29
build-sys: remove -DUSE_PAM=1 for su(1)
Karel Zak
1
-1
/
+1
2012-05-29
su: Mention SUID_* feature.
Thomas Schwinge
1
-1
/
+1
2012-05-29
su: Add AM_LDFLAGS to su_LDFLAGS.
Thomas Schwinge
1
-1
/
+1
2012-05-29
su: Don't include the unused <sys/fsuid.h>
Thomas Schwinge
1
-2
/
+0
2012-05-29
Merge branch 'su-v1' of https://github.com/lnussel/util-linux
Karel Zak
4
-5
/
+857
2012-05-29
setsid: Include <sys/ioctl.h> instead of <termio.h>.
Thomas Schwinge
1
-1
/
+1
2012-05-29
write: Don't explicitly include <asm/param.h>.
Thomas Schwinge
1
-1
/
+0
2012-05-29
write: Use PATH_MAX instead of MAXPATHLEN, as elsewhere.
Thomas Schwinge
1
-3
/
+3
2012-05-29
login: Include <linux/major.h> only if it exists.
Thomas Schwinge
1
-1
/
+3
2012-05-29
include/c: move fallback for MAXHOSTNAMELEN to c.h
Karel Zak
3
-16
/
+11
2012-05-29
logger: use memcpy instead of bcopy
Dave Reisner
1
-1
/
+1
2012-05-29
arch, eject, elvtune: Gracefully disable on non-Linux platforms.
Thomas Schwinge
1
-3
/
+3
2012-05-29
kill, raw, rename: Don't explicitly enable for --enable-most-builds.
Thomas Schwinge
1
-3
/
+0
2012-05-29
lib/pager: repair build for non-Linux.
Thomas Schwinge
1
-1
/
+1
2012-05-29
kill: Check the correct variable when configuring.
Thomas Schwinge
1
-1
/
+1
2012-05-29
logger: mark decode/pencode as static
Dave Reisner
1
-47
/
+37
2012-05-29
logger: avoid explicit fclose(stdout)
Dave Reisner
1
-2
/
+0
2012-05-28
mount: (new) fix MS_REC usage
Karel Zak
1
-1
/
+1
2012-05-28
tests: add losetup/mount encryption test
Karel Zak
2
-0
/
+65
2012-05-28
libmount: add MNT_ERR_MOUNTOPT
Karel Zak
5
-2
/
+18
2012-05-28
mount: (new) add loopdev specific error message
Karel Zak
1
-3
/
+12
2012-05-28
libmount: add MNT_ERR_LOOPDEV
Karel Zak
3
-0
/
+6
2012-05-28
mount: (old) fix encryption= usage
Karel Zak
2
-5
/
+26
2012-05-28
losetup: more verbose failed setup error mesage
Karel Zak
1
-1
/
+3
2012-05-25
use existing logindefs.c and pathnames.h
Ludwig Nussel
6
-308
/
+35
2012-05-25
syslog always
Ludwig Nussel
1
-29
/
+4
2012-05-25
remove non pam code
Ludwig Nussel
1
-115
/
+20
2012-05-24
make su build as part of util-linux
Ludwig Nussel
2
-38
/
+50
2012-05-24
call setsid() when called with -c
Tim Waugh
1
-5
/
+35
2012-05-24
make sure /sbin resp /usr/sbin are in PATH
Werner Fink
1
-0
/
+127
2012-05-24
honor settings in /etc/default/su resp /etc/login.defs
Ludwig Nussel
3
-11
/
+308
2012-05-24
set sane default path
Ludwig Nussel
1
-10
/
+2
2012-05-24
log all su attempts
Ludwig Nussel
1
-0
/
+3
2012-05-24
pam support for su
Ludwig Nussel
1
-6
/
+264
2012-05-24
merge coreutils' last GPL2 version of su.c
Ludwig Nussel
1
-0
/
+526
2012-05-24
tests: add UFS uuids to results
Karel Zak
1
-0
/
+2
[next]