kloczek: shadow NEWS configure.in shadow/lib defines.h prototypes.h shadow/libmisc Makefile.am shadow/src Makefile.am chage.c gpasswd.c groupadd.c groupdel.c groupmod.c useradd.c userdel.c usermod.c

PLD CVS <[email protected]> Mon, 5 Sep 2005 17:50:43 +0200 (CEST)
Newsgroups gmane.linux.pld.shadow.cvs
Message-ID <[email protected]>
Module name:	shadow
Changes by:	kloczek	05/09/05 17:50:43

Modified files:
	.              : NEWS configure.in 
	lib            : defines.h prototypes.h 
	libmisc        : Makefile.am 
	src            : Makefile.am chage.c gpasswd.c groupadd.c 
	                groupdel.c groupmod.c useradd.c userdel.c 
	                usermod.c 

Log message:
auditing support added. Patch prepared by Peter Vrabec
<[email protected]> basing on work by Steve Grubb from
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159215 Now auditing
support have commands: chage, gpasswd, groupadd, groupdel, groupmod,
useradd, userdel, usermod.

Revision  Changes    Path
1.267     +6 -1      shadow/NEWS
1.123     +10 -0     shadow/configure.in
1.28      +13 -1     shadow/lib/defines.h
1.23      +13 -1     shadow/lib/prototypes.h
1.24      +1 -0      shadow/libmisc/Makefile.am
1.45      +8 -8      shadow/src/Makefile.am
1.62      +69 -1     shadow/src/chage.c
1.31      +111 -8    shadow/src/gpasswd.c
1.45      +20 -1     shadow/src/groupadd.c
1.26      +22 -1     shadow/src/groupdel.c
1.33      +49 -1     shadow/src/groupmod.c
1.80      +54 -1     shadow/src/useradd.c
1.48      +76 -4     shadow/src/userdel.c
1.54      +204 -6    shadow/src/usermod.c