* src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c,
src/newusers.c, src/pwconv.c, src/chpasswd.c, src/logoutd.c, src/chfn.c, src/groupmems.c, src/usermod.c, src/pwunconv.c, src/expiry.c, src/groupdel.c, src/chgpasswd.c, src/useradd.c, src/su.c, src/groupmod.c, src/passwd.c, src/pwck.c, src/groupadd.c, src/chage.c, src/login.c, src/grpconv.c, src/groups.c, src/grpunconv.c, src/chsh.c: Prog is now global (not static to the file) so that it can be used by the helper functions of libmisc. * lib/prototypes.h: Added extern char *Prog. * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Indicate the program name with the warning.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2008-09-06 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c,
|
||||
src/newusers.c, src/pwconv.c, src/chpasswd.c, src/logoutd.c,
|
||||
src/chfn.c, src/groupmems.c, src/usermod.c, src/pwunconv.c,
|
||||
src/expiry.c, src/groupdel.c, src/chgpasswd.c, src/useradd.c,
|
||||
src/su.c, src/groupmod.c, src/passwd.c, src/pwck.c,
|
||||
src/groupadd.c, src/chage.c, src/login.c, src/grpconv.c,
|
||||
src/groups.c, src/grpunconv.c, src/chsh.c: Prog is now global (not
|
||||
static to the file) so that it can be used by the helper functions
|
||||
of libmisc.
|
||||
* lib/prototypes.h: Added extern char *Prog.
|
||||
* libmisc/find_new_gid.c, libmisc/find_new_uid.c: Indicate the
|
||||
program name with the warning.
|
||||
|
||||
2008-09-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* configure.in: Check if AUDIT_ADD_USER, AUDIT_DEL_USER,
|
||||
|
Reference in New Issue
Block a user