shadow/libmisc
nekral-guest 98e42fa944 * libmisc/copydir.c: Added splint annotations.
* libmisc/copydir.c: Added assert to help splint.
	* libmisc/copydir.c: Free allocated structures in cas of failure.
	* libmisc/copydir.c: Avoid implicit conversion of pointers to
	booleans.
	* libmisc/copydir.c: Use buffers of size PATH_MAX instead of 1024
	for filenames.
	* libmisc/copydir.c: Use fchmod and fchown to change the mode of
	the opened file.
	* libmisc/copydir.c: Indicate the mode to open(), even if we chmod
	later.
2009-04-24 23:41:28 +00:00
..
.indent.pro
addgrps.c * lib/prototypes.h, libmisc/addgrps.c: restrict add_groups() to 2009-04-05 22:29:42 +00:00
age.c * libmisc/env.c, libmisc/age.c: Added splint annotations. 2009-04-23 17:33:21 +00:00
audit_help.c * libmisc/audit_help.c: Added audit_logger_message() to log 2008-12-22 21:52:43 +00:00
basename.c
chkname.c * lib/defines.h: Define USER_NAME_MAX_LENGTH, based on utmp and 2009-04-22 20:42:48 +00:00
chkname.h
chowndir.c
chowntty.c * libmisc/getgr_nam_gid.c: Added support for NULL argument. 2009-04-11 16:23:21 +00:00
cleanup_group.c * libmisc/cleanup_group.c: Fix compilation when compiled without 2008-12-23 00:39:54 +00:00
cleanup_user.c * libmisc/audit_help.c: Added audit_logger_message() to log 2008-12-22 21:52:43 +00:00
cleanup.c * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc/getgr_nam_gid.c, 2009-04-23 09:57:03 +00:00
console.c * libmisc/console.c: Use a less disturbing construct for splint. 2009-04-24 23:03:14 +00:00
copydir.c * libmisc/copydir.c: Added splint annotations. 2009-04-24 23:41:28 +00:00
entry.c
env.c * libmisc/env.c, libmisc/age.c: Added splint annotations. 2009-04-23 17:33:21 +00:00
failure.c Fix typo. 2009-04-21 22:02:37 +00:00
failure.h * libmisc/failure.h, libmisc/failure.c, src/login.c: Added 2009-04-20 11:37:41 +00:00
fields.c
find_new_gid.c * libmisc/find_new_gid.c, libmisc/find_new_uid.c, 2009-04-23 17:43:27 +00:00
find_new_uid.c * libmisc/find_new_gid.c, libmisc/find_new_uid.c, 2009-04-23 17:43:27 +00:00
getdate.h
getdate.y
getgr_nam_gid.c * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc/getgr_nam_gid.c, 2009-04-23 09:57:03 +00:00
getrange.c * libmisc/get_gid.c, libmisc/get_uid.c, libmisc/Makefile.am, 2009-03-08 20:26:56 +00:00
hushed.c Fix typo ( ) and fix a compilation warning (wrong const). 2009-04-21 22:03:33 +00:00
isexpired.c * libmisc/find_new_gid.c, libmisc/find_new_uid.c, 2009-04-23 17:43:27 +00:00
limits.c * libmisc/limits.c: Parse the limits, umask, nice, maxlogin, file 2009-04-24 22:56:42 +00:00
list.c * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc/getgr_nam_gid.c, 2009-04-23 09:57:03 +00:00
log.c
loginprompt.c * libmisc/setupenv.c: Prefer snprintf to sprintf, even if a small 2009-04-24 22:46:06 +00:00
mail.c * libmisc/setupenv.c: Prefer snprintf to sprintf, even if a small 2009-04-24 22:46:06 +00:00
Makefile.am * NEWS, src/useradd.c, man/useradd.8.xml: add -Z option to map 2009-04-11 15:34:10 +00:00
motd.c
myname.c * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc/getgr_nam_gid.c, 2009-04-23 09:57:03 +00:00
obscure.c * libmisc/obscure.c: Change some int to size_t. 2009-04-24 23:04:27 +00:00
pam_pass.c
pwd2spwd.c * lib/prototypes.h, libmisc/addgrps.c: restrict add_groups() to 2009-04-05 22:29:42 +00:00
pwd_init.c
pwdcheck.c * libmisc/pwdcheck.c (passwd_check): The progname is not used. 2009-04-23 20:17:02 +00:00
rlogin.c
salt.c * libmisc/salt.c: In case gettimeofday() fails, get some entropy 2009-04-24 22:49:20 +00:00
setugid.c * libmisc/setugid.c: Updated comments. 2009-04-20 11:43:36 +00:00
setupenv.c * libmisc/setupenv.c: Prefer snprintf to sprintf, even if a small 2009-04-24 22:46:06 +00:00
shell.c * libmisc/utmp.c, libmisc/age.c, libmisc/shell.c, lib/groupio.c, 2009-04-22 21:21:14 +00:00
strtoday.c
sub.c
sulog.c * libmisc/sulog.c: Likewise for the su log. 2009-03-21 19:32:14 +00:00
system.c libmisc/system.c was contributed by Dan Walsh. 2009-04-15 17:42:34 +00:00
ttytype.c * libmisc/ttytype.c: Add brackets and parenthesis. 2009-04-20 11:31:05 +00:00
tz.c * libmisc/tz.c: tz() is only used when USE_PAM is not defined. 2008-09-06 16:42:41 +00:00
ulimit.c
utmp.c * libmisc/utmp.c, libmisc/age.c, libmisc/shell.c, lib/groupio.c, 2009-04-22 21:21:14 +00:00
valid.c
xgetgrgid.c * lib/defines.h: Do not include <config.h>. This complicate 2008-09-06 15:58:23 +00:00
xgetgrnam.c * lib/defines.h: Do not include <config.h>. This complicate 2008-09-06 15:58:23 +00:00
xgetpwnam.c * lib/defines.h: Do not include <config.h>. This complicate 2008-09-06 15:58:23 +00:00
xgetpwuid.c * lib/defines.h: Do not include <config.h>. This complicate 2008-09-06 15:58:23 +00:00
xgetspnam.c * lib/defines.h: Do not include <config.h>. This complicate 2008-09-06 15:58:23 +00:00
xgetXXbyYY.c * libmisc/xgetXXbyYY.c, libmisc/myname.c, libmisc/getgr_nam_gid.c, 2009-04-23 09:57:03 +00:00
xmalloc.c
yesno.c * libmisc/yesno.c: Ignore the return value of puts. 2009-04-23 11:14:56 +00:00