This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog grp.cc passwd.cc s ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-04-30 11:21:48

Modified files:
	winsup/cygwin  : ChangeLog grp.cc passwd.cc sec_helper.cc 
	                 security.cc security.h shared.cc thread.h 
	                 uinfo.cc winsup.h 

Log message:
	* grp.cc: Eliminate MAX_DOMAIN_NAME define.
	(read_etc_group): Substitute MAX_DOMAIN_NAME by
	INTERNET_MAX_HOST_NAME_LENGTH.
	* passwd.cc (parse_pwd): Don't force pw_name to be lower case.
	* sec_helper.cc: Substitute MAX_USER_NAME by UNLEN,
	MAX_COMPUTERNAME_LENGTH by INTERNET_MAX_HOST_NAME_LENGTH throughout.
	(lookup_name): Slight cleanup.
	* security.cc (alloc_sd): Substitute MAX_USER_NAME by UNLEN.
	* security.h: Define DEFAULT_UID as DOMAIN_USER_RID_ADMIN and
	DEFAULT_GID as DOMAIN_ALIAS_RID_ADMINS.
	* shared.cc (memory_init): Substitute MAX_USER_NAME by UNLEN.
	* thread.h: Ditto.
	* uinfo.cc (internal_getlogin): Substitute MAX_USER_NAME by UNLEN.
	Substitute MAX_COMPUTERNAME_LENGTH and MAX_HOST_NAME by
	INTERNET_MAX_HOST_NAME_LENGTH.
	* winsup.h: Include lmcons.h. Eliminate MAX_USER_NAME and
	MAX_HOST_NAME. Move DEFAULT_UID and DEFAULT_GID to security.h.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.678&r2=1.679
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/grp.cc.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/passwd.cc.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_helper.cc.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.53&r2=1.54


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]