shadow/src
nekral-guest ef32209fd7 * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
libmisc/loginprompt.c, libmisc/ttytype.c, libmisc/tz.c,
	src/login_nopam.c, src/chpasswd.c, src/chgpasswd.c, lib/port.c:
	The size argument of fgets is an int, not a size_t.
	* libmisc/loginprompt.c: Ignore the return value from signal()
	when the signal handlers are restored.
	* src/chpasswd.c: Cast the return value of time() to a long
	integer.
	* src/chpasswd.c: Use the SCALE macro instead of (24L * 3600L)
	for the values to be set in /etc/shadow.
2008-06-13 18:11:09 +00:00
..
.indent.pro [svn-upgrade] Integrating new upstream version, shadow (4.0.8) 2007-10-07 11:46:07 +00:00
chage.c * src/chage.c: Use a bool when possible instead of int integers. 2008-06-10 17:56:53 +00:00
chfn.c * src/chfn.c: Use a bool when possible instead of int integers. 2008-06-09 20:05:13 +00:00
chgpasswd.c * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c, 2008-06-13 18:11:09 +00:00
chpasswd.c * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c, 2008-06-13 18:11:09 +00:00
chsh.c Avoid implicit conversion of pointers to booleans. 2008-06-10 22:10:47 +00:00
expiry.c * src/expiry.c: Ignore return value of setlocale(), 2008-06-09 20:36:24 +00:00
faillog.c re-indent. 2008-06-10 19:18:44 +00:00
gpasswd.c * src/gpasswd.c: Use a bool when possible instead of int integers. 2008-06-09 19:26:19 +00:00
groupadd.c * src/groupadd.c: Use a bool when possible instead of int 2008-06-10 17:53:35 +00:00
groupdel.c * src/groupdel.c: Use a bool when possible instead of int 2008-06-09 20:54:04 +00:00
groupmems.c * src/groupmems.c: Move the declaration of option_index and 2008-06-09 20:09:38 +00:00
groupmod.c * src/groupmod.c: Use a bool when possible instead of int 2008-06-10 17:45:08 +00:00
groups.c * src/groups.c: Use a bool when possible instead of int integers. 2008-06-10 19:29:54 +00:00
grpck.c * src/grpck.c: Use a bool when possible instead of int integers. 2008-06-09 19:20:00 +00:00
grpconv.c * src/grpconv.c: Use a bool when possible instead of int integers. 2008-06-10 19:18:34 +00:00
grpunconv.c * src/grpunconv.c: Use a bool when possible instead of int 2008-06-10 19:39:18 +00:00
id.c * src/id.c: Ignore the return value of fputs(), puts(), putchar(), 2008-06-10 19:45:06 +00:00
lastlog.c * src/lastlog.c: Use a bool when possible instead of int integers. 2008-06-09 19:15:27 +00:00
login_nopam.c * libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c, 2008-06-13 18:11:09 +00:00
login.c * src/login.c: Avoid multi-statements lines. 2008-06-10 18:56:23 +00:00
logoutd.c * src/logoutd.c: Use a bool when possible instead of int integers. 2008-06-09 20:02:46 +00:00
Makefile.am * lib/Makefile.am: Do not link libshadow.la with the intl, crypt, 2008-01-06 14:19:32 +00:00
newgrp.c Avoid implicit conversion of integer to boolean. 2008-06-10 20:34:25 +00:00
newusers.c * NEWS, src/newusers.c: Implement the -r, --system option. 2008-06-09 19:36:08 +00:00
nologin.c Make sure every source files are distributed with a copyright and license. 2008-04-27 00:40:09 +00:00
passwd.c * src/passwd.c: Use a bool when possible instead of int integers. 2008-06-10 17:50:21 +00:00
pwck.c * src/pwck.c: Use a bool when possible instead of int integers. 2008-06-10 22:09:12 +00:00
pwconv.c * src/pwconv.c: Use a bool when possible instead of int integers. 2008-06-09 19:43:22 +00:00
pwunconv.c * src/pwunconv.c: Use a bool when possible instead of int 2008-06-09 20:30:34 +00:00
su.c * src/su.c: Use a bool when possible instead of int integers. 2008-06-10 22:07:51 +00:00
suauth.c Make sure every source files are distributed with a copyright and license. 2008-04-27 00:40:09 +00:00
sulogin.c Add brackets. 2008-06-10 22:10:21 +00:00
useradd.c * src/useradd.c: Use a bool when possible instead of int integers. 2008-06-09 22:08:08 +00:00
userdel.c * src/userdel.c: Use a bool for the is_shadow_pwd, is_shadow_grp, 2008-06-09 19:10:44 +00:00
usermod.c Add brackets and parenthesis. 2008-06-09 20:32:17 +00:00
vipw.c * src/vipw.c: Use a bool when possible instead of int integers. 2008-06-09 21:18:28 +00:00