Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2008-07-23 * mkgroup.c: Consolidate variable names.Corinna Vinschen
2008-07-23 * spawn.cc (spawn_guts): Fix previous patch for UNC paths.Corinna Vinschen
2008-07-23 * mkgroup.c (enum_groups): Create full qualified groupname usingCorinna Vinschen
2008-07-23 * mkgroup.c (main): Remove special root group code. Only printCorinna Vinschen
2008-07-22Remove erroneous ChangeLog entry.Corinna Vinschen
2008-07-22 * spawn.cc (spawn_guts): Remove long path prefix from win32 pathCorinna Vinschen
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-07-22 * include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.Corinna Vinschen
2008-07-21 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-07-19 * autoload.cc (WNetGetProviderNameA): Define.Corinna Vinschen
2008-07-18 * fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, alwaysCorinna Vinschen
2008-07-18 * cygwinenv.sgml: Move binmode option to list of removed options.Corinna Vinschen
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen
2008-07-17 * mount.cc (do_mount): Remove MOUNT_ENC code.Corinna Vinschen
2008-07-17 * mount.cc (mount_info::from_fstab_line): Default to binary mount.Corinna Vinschen
2008-07-17 * Revamp documentation for Cygwin 1.7, part 1.Corinna Vinschen
2008-07-17 * utils.sgml: Add id's to all examples.Corinna Vinschen
2008-07-17 * path.cc (allow_winsymlinks): Revert default to create system bitCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-16 * cyglsa-config: Always create a /bin/cyglsa directory and copy theCorinna Vinschen
2008-07-15 * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen
2008-07-15 * cyglsa.c: Include ntddk.h again, but only if __MINGW32__ is defined.Corinna Vinschen
2008-07-15 * fhandler.cc (fhandler_base::fpathconf): On _PC_POSIX_PERMISSIONSCorinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-07-14 * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen
2008-07-14 * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen
2008-07-14 * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.Corinna Vinschen
2008-07-13 * cyglsa.c: Don't include ntddk.h.Corinna Vinschen
2008-07-12Fix usage of recently fixed Interlocked* functions.Eric Blake
2008-07-11 * select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.Corinna Vinschen
2008-07-11 * cyglsa.c (LsaApLogonUserEx): Accommodate the fact that authinf->domainCorinna Vinschen
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen
2008-07-10 * cyglsa.c: Revamp debugging output.Corinna Vinschen
2008-07-10 * cyglsa.h (SECURITY_STRING): Define.Corinna Vinschen
2008-07-09 * sec_auth.cc (verify_token): Allow builtin groups missing in a tokenCorinna Vinschen
2008-07-09 * mkgroup.c: Use statically linked functions throughout, except forCorinna Vinschen
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen
2008-07-09 * grp.cc (internal_getgroups): Also add integrity-enabled groups.Corinna Vinschen
2008-07-09 * sec_auth.cc (verify_token): Disable code which returns false ifCorinna Vinschen
2008-07-09 * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen
2008-07-08 * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen
2008-07-072008-07-06 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Danny Smith
2008-07-04 * include/stdio.h (swprintf, vswprintf): Guard with #ifndef __STRICT...Danny Smith
2008-07-02 * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen
2008-07-02Add _get_output_format(), _set_output_format() for MSVCRT >= MSVCR80Keith Marshall
2008-07-01* Makefile.in: Temporarily add ability to generate pdfs.Christopher Faylor
2008-06-27* effectively.sgml: Correct subject-verb agreement, missing verbChristopher Faylor
2008-06-262008-06-25 Brandon Sneed <nivenh@sourceware.org>Brandon Sneed
2008-06-262008-06-25 Brandon Sneed <nivenh@sourceware.org>Brandon Sneed
2008-06-24 * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen