newlib-cygwin/winsup
Corinna Vinschen 8eca536272 * dir.cc (mkdir): Check last path component for "..".
(rmdir): Don't check last path component for "..".
	* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Drop kludge
	which tries to allow deleting the current working directory.
	* path.cc (has_dot_last_component): Add parameter to indicate testing
	for "..".  Take trailing slash into account.
	(symlink_info::posixify): Rely on cygheap->cwd.win32 having a
	useful value.
	(cwdstuff::init): Initialize cygheap->cwd with current working
	directory.  Change to windows_system_directory afterwards.
	(cwdstuff::set): Never call SetCurrentDirectory here.  Just check
	if changing into target directory would be allowed.  Add comment to
	explain why.
	* path.h (has_dot_last_component): Declare with second parameter.
	* pinfo.cc (pinfo::zap_cwd): Remove.
	(pinfo::exit): Drop call to zap_cwd.
	* pinfo.h (class pinfo): Remove declaration of zap_cwd.
	* spawn.cc (spawn_guts): Set current working directory for non-Cygwin
	child applications.  Drop call to zap_cwd.
2006-11-30 10:17:24 +00:00
..
cygserver update to newer autoconf 2006-05-24 16:59:03 +00:00
cygwin * dir.cc (mkdir): Check last path component for "..". 2006-11-30 10:17:24 +00:00
doc * faq-setup.xml (faq.setup.uninstall): Mention Safe Mode 2006-08-26 19:11:00 +00:00
lsaauth Initial release of the Cygwin LSA authentication package. 2006-11-27 13:05:54 +00:00
mingw configure.in: Update to autoconf 2.5x syntax; fix macro argument quoting; 2006-11-25 15:55:05 +00:00
subauth * Makefile.in (CFLAGS): Drop -nostdinc. 2006-10-13 11:55:05 +00:00
testsuite fix typo 2006-08-03 03:59:27 +00:00
utils * regtool.cc (key_type): Drop. 2006-10-21 17:19:29 +00:00
w32api * Makefile.in: Add aclocal.m4 to source release. 2006-11-21 09:36:00 +00:00
COPYING * CYGWIN_LICENSE: Restrict to v2. 2006-01-29 18:06:24 +00:00
CYGWIN_LICENSE v2 only 2006-01-29 18:05:00 +00:00
ChangeLog * Makefile.in: Add dependencies for lsaauth. 2006-11-27 13:01:36 +00:00
Makefile.common
Makefile.in * Makefile.in: Add dependencies for lsaauth. 2006-11-27 13:01:36 +00:00
README Add top-level README 2006-01-27 05:37:13 +00:00
acinclude.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
aclocal.m4 * Makefile.in: Make installation of CYGWIN_LICENSE configurable. 2006-08-30 13:05:46 +00:00
configure * Makefile.in: Add dependencies for lsaauth. 2006-11-27 13:01:36 +00:00
configure.in * Makefile.in: Add dependencies for lsaauth. 2006-11-27 13:01:36 +00:00

README

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Cygwin documentation is available on the net at http://cygwin.com
You might especially be interested in

http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin