]> git.ipfire.org Git - thirdparty/shadow.git/commit
Miscellaneous:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 21:02:43 +0000 (21:02 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 21:02:43 +0000 (21:02 +0000)
commitf870cc7eab301ccdc963cb0cb2ca586b9d198ab1
tree28832273940d2738b4a106ffcf4661ea21e99595
parent03e57511029acfa14cce2bd44282e7c421a2f25e
Miscellaneous:
* lib/prototypes, libmisc/basename.c (Basename): Input is a
constant string.
* lib/prototypes.h, lib/spawn.h, lib/spawn.c, src/userdel.c,
lib/nscd.c, lib/Makefile.am: Delete spawn.h. Move from spawn.h to
prototypes.h.
* src/userdel.c: Remove unused variables.
* lib/nscd.c: Remove unused header files.
* lib/nscd.c: Add the program name to error messages.
* lib/nscd.c: Indicate when nscd does not terminate normally (signal).
* lib/spawn.c: Updated header.
* lib/spawn.c: Flush stdout and stderr to avoid inheriting from
ongoing buffers.
* lib/spawn.c: Avoid implicit conversion of pointer to boolean.
* lib/spawn.c: Replace perror by a complete message.
* lib/spawn.c: Continue to wait for the child if another child
terminates.
* lib/prototypes.h: The name field from cleanup_info_mod is a
constant string. (username).
ChangeLog
lib/Makefile.am
lib/nscd.c
lib/prototypes.h
lib/spawn.c
lib/spawn.h [deleted file]
libmisc/basename.c
src/userdel.c