shadow/src
nekral-guest 471a2df3a6 * libmisc/obscure.c, lib/prototypes.h (obscure): Return a bool
instead of an int.
	* libmisc/obscure.c, libmisc/tz.c, src/passwd.c, lib/encrypt.c,
	libmisc/copydir.c, lib/prototypes.h: Add splint annotations.
	* libmisc/tz.c: Fix some const issues.
	* libmisc/tz.c: Avoid multi-statements lines.
	* libmisc/tz.c: Add brackets.
	* libmisc/copydir.c: Do not check *printf/*puts return value.
	* libmisc/copydir.c: Fail if we cannot set or reset the SELinux
	fscreate context.
	* libmisc/copydir.c: Use xmalloc instead of malloc.
	* libmisc/copydir.c: Do not check lutimes return value
	* src/vipw.c: Avoid implicit conversion of integer to boolean.
	* src/su.c (iswheel): Return a bool instead of an int.
	* src/passwd.c: Remove insert_crypt_passwd(). Use xstrdup instead.
	* src/passwd.c: Return constant strings when sufficient.
	* src/passwd.c: Do not check *printf/*puts return value.
	* src/passwd.c: Avoid implicit conversion of character to boolean.
	* src/passwd.c: Do not check sleep return value.
	* src/sulogin.c: Do not check *printf/*puts return value.
	* lib/encrypt.c: Do not check fprintf return value.
2010-08-22 12:49:07 +00:00
..
.gitignore * .gitignore, man/.gitignore, src/.gitignore: Added .gitignore 2009-06-04 20:08:11 +00:00
.indent.pro
chage.c * src/newgrp.c: Limit the scope of variable pid. 2010-03-23 11:26:34 +00:00
chfn.c * src/newgrp.c, src/chfn.c, src/groupmems.c, src/usermod.c, 2009-04-30 21:39:38 +00:00
chgpasswd.c * src/userdel.c, src/lastlog.c, src/gpasswd.c, src/newusers.c, 2009-09-05 22:31:29 +00:00
chpasswd.c * NEWS, src/chpasswd.c, man/chpasswd.8.xml, man/login.defs.5.xml: 2010-03-25 20:35:59 +00:00
chsh.c * src/chsh.c: Even for root, warn if an invalid shell is 2010-03-18 23:21:00 +00:00
expiry.c * lib/prototypes.h, libmisc/age.c, src/expiry.c, src/login.c: A 2009-04-11 18:37:08 +00:00
faillog.c * src/faillog.c: Re-indent. 2010-03-18 00:07:00 +00:00
gpasswd.c * src/userdel.c, src/lastlog.c, src/gpasswd.c, src/newusers.c, 2009-09-05 22:31:29 +00:00
groupadd.c * src/userdel.c, src/lastlog.c, src/gpasswd.c, src/newusers.c, 2009-09-05 22:31:29 +00:00
groupdel.c * src/newgrp.c, src/chfn.c, src/groupmems.c, src/usermod.c, 2009-04-30 21:39:38 +00:00
groupmems.c * src/userdel.c, src/lastlog.c, src/gpasswd.c, src/newusers.c, 2009-09-05 22:31:29 +00:00
groupmod.c * NEWS, src/groupmod.c: Fixed groupmod when configured with 2009-11-05 22:03:36 +00:00
groups.c * src/newgrp.c: Limit the scope of variable pid. 2010-03-23 11:26:34 +00:00
grpck.c * src/pwck.c: Warn if an user has an entry in passwd and shadow, 2009-05-09 21:20:54 +00:00
grpconv.c
grpunconv.c
id.c * src/newgrp.c: Limit the scope of variable pid. 2010-03-23 11:26:34 +00:00
lastlog.c * src/userdel.c, src/lastlog.c, src/gpasswd.c, src/newusers.c, 2009-09-05 22:31:29 +00:00
login_nopam.c * src/newgrp.c: Limit the scope of variable pid. 2010-03-23 11:26:34 +00:00
login.c * libmisc/console.c, libmisc/motd.c, libmisc/setupenv.c, 2010-08-21 15:32:53 +00:00
logoutd.c * src/newgrp.c: Limit the scope of variable pid. 2010-03-23 11:26:34 +00:00
Makefile.am * NEWS, configure.in, libmisc/copydir.c, man/useradd.8.xml, 2010-03-30 21:01:27 +00:00
newgrp.c * src/su.c, src/vipw.c, src/newgrp.c: When the child is 2010-03-23 13:05:06 +00:00
newusers.c * src/newusers.c: Prefer #ifdef over #if. 2009-09-08 13:06:57 +00:00
nologin.c * src/nologin.c: Include <stdlib.h> to get EXIT_FAILURE. 2009-05-09 13:14:23 +00:00
passwd.c * libmisc/obscure.c, lib/prototypes.h (obscure): Return a bool 2010-08-22 12:49:07 +00:00
pwck.c * src/pwck.c: Unlock the password and shadow files when there is a 2010-03-18 10:52:52 +00:00
pwconv.c * src/pwconv.c: Only check USE_TCB if configured WITH_TCB. 2010-03-11 22:01:15 +00:00
pwunconv.c * src/pwunconv.c: Only check USE_TCB if configured WITH_TCB. 2010-03-11 22:02:54 +00:00
su.c * libmisc/obscure.c, lib/prototypes.h (obscure): Return a bool 2010-08-22 12:49:07 +00:00
suauth.c
sulogin.c * libmisc/obscure.c, lib/prototypes.h (obscure): Return a bool 2010-08-22 12:49:07 +00:00
useradd.c * libmisc/copydir.c, lib/prototypes.h: Caller can choose not to 2010-08-21 17:31:45 +00:00
userdel.c * libmisc/console.c, libmisc/motd.c, libmisc/setupenv.c, 2010-08-21 15:32:53 +00:00
usermod.c * libmisc/copydir.c, lib/prototypes.h: Caller can choose not to 2010-08-21 17:31:45 +00:00
vipw.c * libmisc/obscure.c, lib/prototypes.h (obscure): Return a bool 2010-08-22 12:49:07 +00:00