Commit Graph

  • 17a6effb5f Use all ACEs from original ACL on Samba share Corinna Vinschen 2015-04-30 12:08:20 +0200
  • 37ab32da30 Fix more typos in ntsec.xml Yaakov Selkowitz 2015-04-29 11:20:21 -0500
  • f737914dd6 Fix more typos in ntsec.xml Yaakov Selkowitz 2015-04-29 11:20:21 -0500
  • 6109eadff5 Improve check for int32_t being long or int Corinna Vinschen 2015-04-29 13:06:45 +0200
  • 496380c166 Improve check for int32_t being long or int Corinna Vinschen 2015-04-29 13:06:45 +0200
  • 49c051c133 Define __s64 and __u64 Corinna Vinschen 2015-04-27 14:39:57 +0200
  • 9d2727e9a3 Define __s64 and __u64 Corinna Vinschen 2015-04-27 14:39:57 +0200
  • a3e0771eda cygserver.xml: Add new section. How to install Cygserver. Mike DePaulo 2015-04-27 04:46:18 -0400
  • 88771d303f cygserver.xml: Add new section. How to install Cygserver. Mike DePaulo 2015-04-27 04:46:18 -0400
  • f21c9bface Document previous unlink patch Corinna Vinschen 2015-04-23 15:22:37 +0200
  • 5abb0ed13c Handle unlinking in-use files on virtual drives Corinna Vinschen 2015-04-23 15:02:32 +0200
  • 4e99630cfd Fix closing too many handles in pty fchown/fchmod Corinna Vinschen 2015-04-22 13:26:37 +0200
  • c846bca992 Fix OPOST for non-Cygwin pty slaves Takashi Yano 2015-04-22 13:22:59 +0200
  • 6d099d5bae Undef basename before defining function. Corinna Vinschen 2015-04-22 10:55:26 +0200
  • 97a5dda2b0 Fix basename prototype collision string.h vs libgen.h Corinna Vinschen 2015-04-22 10:05:16 +0200
  • e6101f3008 libgloss: mcore: add custom syscall header Mike Frysinger 2015-04-21 01:36:00 -0400
  • 6803327326 libgloss: arm: fix copy & paste in syscall.h Mike Frysinger 2015-04-21 01:34:24 -0400
  • e0aa6d23fb Remove Cygwin's libgen.h Corinna Vinschen 2015-04-21 14:51:30 +0200
  • 68994d6828 Asia/Calcutta -> Asia/Kolkata (not on unicode.org) Corinna Vinschen 2015-04-21 14:29:01 +0200
  • bbc87a02fd Fix inconsistencies in docs regarding fstab and executable file detection David Macek 2015-04-18 23:25:15 +0200
  • 5dc398f1d9 Fix broken SID in passwd/group entry for unkown account Corinna Vinschen 2015-04-17 11:57:57 +0200
  • 83b3f891c4 Fix broken PSID problem on cygheap in account handling Corinna Vinschen 2015-04-17 11:56:15 +0200
  • 023be4aedb Don't rely on size argument in shmget call Corinna Vinschen 2015-04-12 14:05:12 +0200
  • 5778304f16 Bump Cygwin version to 2.0.0. Corinna Vinschen 2015-04-10 20:41:00 +0200
  • bccc0e83e8 Set mcontext.cr2 to the faulting address Jon TURNEY 2015-04-04 16:12:27 +0100
  • 9043956ce8 Only construct ucontext for SA_SIGINFO signal handlers Jon TURNEY 2015-04-02 18:15:07 +0100
  • 65c071bc4d Initialize context before RtlContextCapture Jon TURNEY 2015-04-04 16:19:31 +0100
  • 19dc6ee82c Call open_null to open fake handle Corinna Vinschen 2015-04-09 21:49:36 +0200
  • cd0d459135 For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_INSNS__ is defined. Nick Clifton 2015-04-09 09:20:00 +0100
  • 45d0b17928 Add .note and DWARF3 sections to RX linker scripts. Nick Clifton 2015-04-08 10:04:12 +0100
  • 853fcd8936 Introduce sidfromuid and sidfromgid Corinna Vinschen 2015-04-08 11:00:08 +0200
  • 651bb62ae2 Remove __acl16 from official header Corinna Vinschen 2015-04-08 10:01:59 +0200
  • 61a2d9dedb Always include the .csstart section in RL78 executables. Nick Clifton 2015-04-07 14:51:44 +0100
  • 84b8db8e7a Remove unused 32/64 bit tty code Corinna Vinschen 2015-04-07 12:16:07 +0200
  • 19c6889c37 Raise # of ptys to 128. Corinna Vinschen 2015-04-07 12:11:52 +0200
  • 4f28e8a0e5 Compile exceptions.cc with -fno-omit-frame-pointer on x86 Jon TURNEY 2015-04-04 23:31:03 +0100
  • 252a07b0ad Cygwin hangs up if several keys are typed during outputting a lot of texts. Takashi Yano 2015-04-03 13:07:35 +0900
  • f33e34f333 Add FAQ entry on how Cygwin counters install and update MITM attacks David A. Wheeler 2015-04-02 14:04:55 -0400
  • 383ff5fc47 Try to make sure struct _mcontext is 16-byte aligned Jon TURNEY 2015-04-02 18:05:32 +0100
  • 50adb19f03 Add parens around MIN/MAX values in stdint.h. Corinna Vinschen 2015-04-01 20:40:43 +0200
  • bbf1475e02 Drop local stdint.h and inttypes.h in favor of newlib files Corinna Vinschen 2015-04-01 20:37:58 +0200
  • 897d3a3cc4 Add <sys/_stdint.h> for FreeBSD compatibility Sebastian Huber 2015-04-01 20:34:08 +0200
  • 9e8932d6da Provide ucontext to signal handlers Jon TURNEY 2015-03-30 20:31:13 +0100
  • 38a8d3e216 Make stack_t typedef generally available Jon TURNEY 2015-04-01 00:12:07 +0100
  • d89cc26903 Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a siginfo_t * Jon TURNEY 2015-03-30 20:56:03 +0100
  • 9afde4dff4 Rename struct ucontext to struct __mcontext Jon TURNEY 2015-03-30 18:05:51 +0100
  • 9b42474f29 Fix UTF-16 surrogate handling in wctomb and friends. Corinna Vinschen 2015-04-01 15:31:18 +0200
  • 71a897e40d Avoid potential crash at startup or in getgroups(2). Corinna Vinschen 2015-04-01 13:15:18 +0200
  • adbc3d4bb1 Fix documentation of cygwin_internal()'s return type. Jon TURNEY 2015-03-31 18:32:41 +0100
  • f7ddc49f40 Fix buffer size error handling in gethostname. Renato Silva 2015-03-31 21:18:46 +0200
  • 7b90cc4b9c Add release msg Corinna Vinschen 2015-03-31 13:13:06 +0200
  • 2e3968cefa Document GNU basename. Corinna Vinschen 2015-03-31 13:12:24 +0200
  • f0b38a8af6 Don't allow fully qualified Windows account names. Corinna Vinschen 2015-03-31 11:54:34 +0200
  • b3a09ae34b Avoid excessive locking and calling tzset in time functions. Corinna Vinschen 2015-03-31 11:22:50 +0200
  • c117793326 Add _tzset_unlocked and _tzset_unlocked_r Corinna Vinschen 2015-03-31 11:14:22 +0200
  • 382fa90fe1 Move tzset calls to time functions. Craig Howland 2015-03-31 10:26:49 +0200
  • 95a4fc8726 strftime: use tzname if TM_ZONE is NULL Yaakov Selkowitz 2015-03-25 16:26:07 -0500
  • 75d5f68aab cygwin: add GNU basename(3) Yaakov Selkowitz 2015-03-26 00:20:15 -0500
  • d67052321e string: add GNU basename(3) Yaakov Selkowitz 2015-03-25 18:19:38 -0500
  • d4f8c94a9b Try best to handle user from domain not in trusted domain list. Corinna Vinschen 2015-03-30 18:05:06 +0200
  • 3fb21f9143 Prepare to rename/reuse struct ucontext. Corinna Vinschen 2015-03-30 16:53:52 +0200
  • 03d5584c4b Add CMIN and CTIME definitions Corinna Vinschen 2015-03-25 17:21:38 +0100
  • e6c735f685 Bump tty.cc copyright date Corinna Vinschen 2015-03-25 17:16:52 +0100
  • 8c1a778e7d TIOCPKT mode of PTY is broken if ONLCR bit is cleared. Takashi Yano 2015-03-25 20:42:38 +0900
  • 4f3f09ad72 Import <sys/tree.h> from FreeBSD Sebastian Huber 2015-03-23 21:08:08 +0100
  • 7befea740d Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROS Corinna Vinschen 2015-03-24 10:42:45 +0100
  • 839cba2b14 * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG. Joel Sherrill 2015-03-23 09:41:22 -0500
  • 380c00f175 Change from configure time to compile time probe for intptr_t definition. Joel Sherrill 2015-03-18 15:44:41 -0500
  • dd3d3b10e2 Drop cygwin/_types.h. Corinna Vinschen 2015-03-23 11:52:05 +0100
  • d1df82a6ee Add ChangeLog entry for last patch to libc/include/sys/time.h. Steve Ellcey 2015-03-19 10:19:35 -0700
  • 05b71d1408 Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t. Steve Ellcey 2015-03-19 10:05:07 -0700
  • ad8b1e3185 Document previous unlink patch Corinna Vinschen 2015-04-23 15:22:37 +0200
  • 5de9c2745c Handle unlinking in-use files on virtual drives Corinna Vinschen 2015-04-23 15:02:32 +0200
  • 46077e809d Fix closing too many handles in pty fchown/fchmod Corinna Vinschen 2015-04-22 13:26:37 +0200
  • 063e7da36f Fix OPOST for non-Cygwin pty slaves Takashi Yano 2015-04-22 13:22:59 +0200
  • 3d96fa7072 Undef basename before defining function. Corinna Vinschen 2015-04-22 10:55:26 +0200
  • 84e4cb880a Fix basename prototype collision string.h vs libgen.h Corinna Vinschen 2015-04-22 10:05:16 +0200
  • 8154d0d4ca libgloss: mcore: add custom syscall header Mike Frysinger 2015-04-21 01:36:00 -0400
  • 57346de226 libgloss: arm: fix copy & paste in syscall.h Mike Frysinger 2015-04-21 01:34:24 -0400
  • b02faccae4 Remove Cygwin's libgen.h Corinna Vinschen 2015-04-21 14:51:30 +0200
  • 496d50d75e Asia/Calcutta -> Asia/Kolkata (not on unicode.org) Corinna Vinschen 2015-04-21 14:29:01 +0200
  • a8ec1e804e Apply umask on "standard" Cygwin ACL Corinna Vinschen 2015-04-21 11:49:38 +0200
  • b364582734 Apply mask execute bit for SYSTEM and Admins group. Corinna Vinschen 2015-04-20 12:06:05 +0200
  • 2f5e833735 Fix inconsistencies in docs regarding fstab and executable file detection David Macek 2015-04-18 23:25:15 +0200
  • a024aa2f8f sec_acl.cc (set_posix_access): Fix typo in comment Corinna Vinschen 2015-04-20 10:12:24 +0200
  • 2e950b1edd Try to avoid creating dangerous DENY ACEs Corinna Vinschen 2015-04-18 17:07:08 +0200
  • f63dffb818 Support acl(2) method for reading pty ACLs, fix pty chown Corinna Vinschen 2015-04-17 19:54:59 +0200
  • 02bbbb7506 Fix broken SID in passwd/group entry for unkown account Corinna Vinschen 2015-04-17 11:57:57 +0200
  • ecc6cfeb7e Fix broken PSID problem on cygheap in account handling Corinna Vinschen 2015-04-17 11:56:15 +0200
  • e26cf1c5d7 Fix merging group perms into owner perms in owner == group case Corinna Vinschen 2015-04-16 22:27:49 +0200
  • c14215de38 Fix setting saw_group_obj flag Corinna Vinschen 2015-04-16 22:25:23 +0200
  • a69b0cef71 Set GROUP_OBJ and CLASS_OBJ perms to new group perms Corinna Vinschen 2015-04-16 22:23:46 +0200
  • ea503bf4c9 Better workaround owner/group SIDs being NULL Corinna Vinschen 2015-04-16 22:19:57 +0200
  • de67909ac1 Workaround owner/group SIDs being NULL Corinna Vinschen 2015-04-16 18:29:16 +0200
  • baacff7c79 Add mask recomputation as on Linux Corinna Vinschen 2015-04-16 17:57:53 +0200
  • bd57946148 Add output of effective rights to getfacl Corinna Vinschen 2015-04-16 13:31:16 +0200
  • 5d31049e66 Handle files with owner == group. Corinna Vinschen 2015-04-15 17:20:14 +0200
  • c7bd0c3778 Fix typo in comment Corinna Vinschen 2015-04-14 16:57:23 +0200
  • 40653522b9 Fix thinko in creating the {DEF_}CLASS_OBJ value on old-style ACLs Corinna Vinschen 2015-04-14 10:42:29 +0200
  • cf6ff1c321 Fix pty permssion handling in new permission handling code Corinna Vinschen 2015-04-12 20:26:27 +0200