summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (rootdir): Fix typo in comment.Corinna Vinschen2006-12-113-3/+8
* * mount.cc (do_mount): Avoid unnecessary cygwin_conv_to_win32_path and passChristopher Faylor2006-12-102-4/+6
* * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen2006-12-108-44/+153
* * fhandler.cc (rootdir): Clarify comment.Corinna Vinschen2006-12-102-2/+7
* * fhandler.cc (rootdir): Don't look for volume mount points on remoteCorinna Vinschen2006-12-102-2/+8
* * fhandler.cc (rootdir): Drop useless post-increment. Take volumeCorinna Vinschen2006-12-102-2/+62
* * syscalls.cc (try_to_bin): Add comment that this is not possiblyCorinna Vinschen2006-12-092-0/+12
* * syscalls.cc (unlink_nt): Open native symlinks withCorinna Vinschen2006-12-072-0/+9
* * ntdll.h (STATUS_DELETE_PENDING): Define.Corinna Vinschen2006-12-073-90/+124
* * autoload.cc (SHFileOperationA): Define.Corinna Vinschen2006-12-073-1/+48
* * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen2006-12-074-31/+69
* * termios.cc: Change include order to accomodate change to sys/ioctl.h.Corinna Vinschen2006-12-062-1/+5
* * fhandler_mem.cc (fhandler_dev_mem::open): Fix comment.Corinna Vinschen2006-12-063-3/+10
* * include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.Corinna Vinschen2006-12-062-1/+6
* * winsup.h (WINVER): Set to 0x0600 to cover Vista.Corinna Vinschen2006-12-062-1/+5
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Fix typo.Corinna Vinschen2006-12-062-1/+5
* * path.cc (cwdstuff::init): Don't change to windows_system_directoryCorinna Vinschen2006-12-052-4/+13
* * path.cc (cwdstuff::set): Don't try to open directory on systems notCorinna Vinschen2006-12-052-7/+15
* * dcrt0.cc (get_cygwin_startup_info): Fix comment.Corinna Vinschen2006-12-053-3/+12
* Fix date.Corinna Vinschen2006-12-051-1/+1
* * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen2006-12-056-2/+71
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-308-97/+118
* * security.cc (create_token): Revert erroneous change to testCorinna Vinschen2006-11-283-4/+9
* * fhandler.cc (fhandler_base::open): Fix previous patch to handle theCorinna Vinschen2006-11-282-4/+10
* * fhandler.cc (fhandler_base::open): Fix handling of files withCorinna Vinschen2006-11-272-0/+12
* * include/cygwin/signal.h: Add __extension__ to various anonymous unions andChristopher Faylor2006-11-272-5/+10
* Initial release of the Cygwin LSA authentication package.Corinna Vinschen2006-11-2711-0/+5087
* * Makefile.in: Add dependencies for lsaauth.Corinna Vinschen2006-11-274-9/+22
* * cyglsa.h: New header file.Corinna Vinschen2006-11-2710-185/+686
* configure.in: Update to autoconf 2.5x syntax; fix macro argument quoting;Keith Marshall2006-11-255-699/+90
* * security.h (DBGSID): Define for debugging purposes.Corinna Vinschen2006-11-233-36/+50
* * net.cc (get_ipv6_funcs): Fix formatting.Corinna Vinschen2006-11-232-3/+7
* * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.Corinna Vinschen2006-11-233-11/+41
* * fhandler_console.cc (set_color): Avoid (again) inappropriateCorinna Vinschen2006-11-232-1/+15
* * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen2006-11-235-2220/+30110
* * Makefile.in: Add aclocal.m4 to source release.Danny Smith2006-11-212-1/+5
* * Makefile.in: Add aclocal.m4:to source release.Danny Smith2006-11-214-5/+11
* 2006-11-18 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2006-11-183-3/+8
* 2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-11-183-3/+8
* 2006-11-13 Daniel Schlyder <thrug@users.sourceforge.net>Danny Smith2006-11-133-0/+13
* * autoload.cc (EqualPrefixSid): Define.Corinna Vinschen2006-11-093-13/+48
* [ mingw-Bugs-1590623 ]Danny Smith2006-11-082-6/+17
* * sec_helper.cc (sid_auth): Remove.Corinna Vinschen2006-11-086-14/+76
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-079-164/+324
* * dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks toCorinna Vinschen2006-11-062-1/+7
* * path.cc (symlink_info::posixify): Fix comment.Corinna Vinschen2006-11-022-2/+6
* * path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.Corinna Vinschen2006-11-022-2/+6
* * path.cc (symlink_info::posixify): New mothod converting NT and DOSCorinna Vinschen2006-11-022-27/+89
* * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.Danny Smith2006-11-025-59/+16
* * security.h (cygpriv_idx): Add privileges new in Vista.Corinna Vinschen2006-11-014-3/+20