shadow/libmisc
nekral-guest a21809cdae * lib/prototypes.h, libmisc/audit_help.c: Define new type
shadow_audit_result for the result argument of audit_logger().
	This permits stronger type checking and a better readability of
	the results (SHADOW_AUDIT_FAILURE/SHADOW_AUDIT_SUCCESS constants).
	* src/groupadd.c, src/groupdel.c, src/useradd.c, src/userdel.c:
	Use the SHADOW_AUDIT_FAILURE/SHADOW_AUDIT_SUCCESS results instead
	of 0 or 1 in audit_logger().
2008-09-04 19:35:48 +00:00
..
.indent.pro
addgrps.c * libmisc/addgrps.c: Avoid implicit conversion of pointers to 2008-06-13 18:19:34 +00:00
age.c * libmisc/age.c: fork() and wait return a pid_t, not an int. 2008-06-13 19:24:27 +00:00
audit_help.c * lib/prototypes.h, libmisc/audit_help.c: Define new type 2008-09-04 19:35:48 +00:00
basename.c
chkname.c
chkname.h
chowndir.c
chowntty.c * libmisc/chowntty.c: Avoid assignments in comparisons. 2008-06-13 18:29:02 +00:00
console.c
copydir.c * configure.in: Check if the stat structure has a st_atim or 2008-08-30 18:31:21 +00:00
entry.c
env.c * libmisc/env.c: Avoid implicit conversion of pointers / chars to 2008-06-17 21:58:46 +00:00
failure.c * libmisc/failure.c: Try to close the open file if a failure 2008-06-15 19:16:34 +00:00
failure.h
fields.c
find_new_gid.c * libmisc/find_new_ids.c, libmisc/find_new_gid.c, 2008-06-15 18:33:52 +00:00
find_new_uid.c * libmisc/find_new_ids.c, libmisc/find_new_gid.c, 2008-06-15 18:33:52 +00:00
getdate.h
getdate.y
getlong.c * libmisc/getlong.c: Reset errno before calling strtol(). 2008-06-14 21:02:52 +00:00
getrange.c * libmisc/Makefile.am, libmisc/getrange.c: Added function to parse 2008-06-14 21:01:11 +00:00
hushed.c
isexpired.c * libmisc/isexpired.c: Cast number of days to a long integer. 2008-06-13 20:12:03 +00:00
limits.c * libmisc/limits.c: Add brackets and parenthesis. 2008-06-15 21:59:41 +00:00
list.c * libmisc/list.c: Added assertions for non NULL parameters. 2008-08-31 17:30:21 +00:00
log.c * libmisc/log.c: Check return values. If lseek() failed, avoid 2008-06-15 19:15:15 +00:00
loginprompt.c
mail.c * libmisc/mail.c: Added brackets and parenthesis. 2008-08-30 18:31:56 +00:00
Makefile.am * libmisc/find_new_ids.c, libmisc/find_new_gid.c, 2008-06-15 18:33:52 +00:00
motd.c
myname.c Re-indent. 2008-06-17 21:17:45 +00:00
obscure.c * libmisc/obscure.c: Add brackets and parenthesis. 2008-08-31 17:28:49 +00:00
pam_pass.c
pwd2spwd.c * libmisc/pwd2spwd.c: Cast number of days to a long integer. 2008-06-13 20:08:33 +00:00
pwd_init.c
pwdcheck.c
rlogin.c * libmisc/rlogin.c: The size argument of read() is a size_t. 2008-06-13 18:34:27 +00:00
salt.c * libmisc/salt.c: Use a size_t for the size of strings instead of 2008-06-13 19:37:15 +00:00
setugid.c * libmisc/setugid.c: Add brackets. 2008-07-11 20:23:07 +00:00
setupenv.c
shell.c
strtoday.c * libmisc/strtoday.c: Avoid implicit conversion of pointers to 2008-06-13 19:48:11 +00:00
sub.c
sulog.c * libmisc/sulog.c: Ignore the return value of umask() when the 2008-06-13 19:52:58 +00:00
ttytype.c
tz.c
ulimit.c * libmisc/limits.c: Add brackets and parenthesis. 2008-06-15 21:59:41 +00:00
utmp.c * libmisc/utmp.c: Mark the line and host arguments of setutmp() as 2008-08-31 17:27:37 +00:00
valid.c
xgetgrgid.c
xgetgrnam.c
xgetpwnam.c
xgetpwuid.c
xgetspnam.c
xgetXXbyYY.c
xmalloc.c
yesno.c