src/winsup/utils ChangeLog mkpasswd.c mkgroup.c

corinna@sourceware.cygnus.com corinna@sourceware.cygnus.com
Wed Nov 8 07:00:00 GMT 2000


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2000-11-08 07:00:02

Modified files:
	winsup/utils   : ChangeLog mkpasswd.c mkgroup.c 

Log message:
	* mkgroup.c (load_netapi): New function to load netapi32.dll functions
	dynamically so that mkgroup works on 9x/ME as well.
	Use corresponding function pointers throughout.
	(usage): Change to `int'. Change text to be conformant to mkpasswd.
	(main): Use `getlongopt' to process options.
	Special handling to create a group entry on 9x/ME.
	* mkpasswd.c (load_netapi): New function to load netapi32.dll functions
	dynamically so that mkpasswd works on 9x/ME as well.
	Use corresponding function pointers throughout.
	(usage): Change to `int'. Change text to be conformant to mkgroup.
	(main): Use `getlongopt' to process options.
	Special handling to create a passwd entry on 9x/ME.
	Change conditional to create an entry for the local administrators
	group when appropriate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/mkpasswd.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/utils/mkgroup.c.diff?cvsroot=src&r1=1.3&r2=1.4



More information about the Cygwin-cvs mailing list