acadia-newlib/winsup/cygwin
Corinna Vinschen 17db110558 * 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.
2001-04-30 18:21:48 +00:00
..
config/i386
include Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
lib
regexp
CYGWIN_LICENSE
ChangeLog * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
Makefile.in
ROADMAP
acconfig.h
ansi.sgml
assert.cc
autoload.cc
autoload.h
automode.c
binmode.c
child_info.h * include/cygwin/version.h: Bump minor version number. 2001-04-25 14:59:49 +00:00
config.h.in
configure
configure.in
cygerrno.h
cygheap.cc
cygheap.h
cygrun.c
cygwin.din * cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_r 2001-04-25 16:18:43 +00:00
cygwin_version.h
dcrt0.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
debug.cc
debug.h
delqueue.cc
delqueue.h
dir.cc
dlfcn.cc
dll_init.cc
dll_init.h
dll_init.sgml
dlmalloc.c
dlmalloc.h
dtable.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
dtable.h
dtable.sgml
environ.cc
environ.h
errno.cc
exceptions.cc * exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate. 2001-04-30 03:09:19 +00:00
exec.cc
external.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
external.sgml
fcntl.cc
fhandler.cc
fhandler.h Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_clipboard.cc
fhandler_console.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_dsp.cc
fhandler_floppy.cc
fhandler_mem.cc
fhandler_random.cc
fhandler_raw.cc
fhandler_serial.cc
fhandler_socket.cc
fhandler_tape.cc
fhandler_termios.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_tty.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_windows.cc
fhandler_zero.cc
fork.cc
gcrt0.c
glob.c
gmon.c
gmon.h
grp.cc * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
heap.cc
heap.h
host_dependent.h
init.cc
ioctl.cc
localtime.c
malloc_wrapper.cc
mcount.c
misc-std.sgml
miscfuncs.cc
mkvers.sh
mmap.cc
net.cc
ntdll.h minor formatting changes. 2001-04-29 02:54:36 +00:00
ntea.cc
passwd.cc * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
path.cc * path.cc (path_conv::check): Don't use path_flags when converting to MS-DOS 2001-04-30 16:52:53 +00:00
path.h
path.sgml
perprocess.h
perthread.h
pinfo.cc minor formatting changes. 2001-04-29 02:54:36 +00:00
pinfo.h
pipe.cc
poll.cc
posix.sgml
profil.c
profil.h
pthread.cc
registry.cc
registry.h
resource.cc
scandir.cc
sched.cc
sec_acl.cc
sec_helper.cc * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
security.cc * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
security.h * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
select.cc
select.h
shared.cc * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
shared.sgml
shared_info.h
shortcut.c
shortcut.h
signal.cc
sigproc.cc * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent 2001-04-27 18:50:59 +00:00
sigproc.h * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent 2001-04-27 18:50:59 +00:00
smallprint.c
spawn.cc
strace.cc
strsep.cc
sync.cc
sync.h
syscalls.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
sysconf.cc
syslog.cc
termios.cc
test.c
textmode.c
thread.cc * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent 2001-04-27 18:50:59 +00:00
thread.h * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
times.cc
tty.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
tty.h Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
tz_posixrules.h
uinfo.cc * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
uname.cc
wait.cc
window.cc
winsup.h * grp.cc: Eliminate MAX_DOMAIN_NAME define. 2001-04-30 18:21:48 +00:00
winver.rc