Age | Commit message (Expand) | Author | Files | Lines |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -2/+2 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -1/+1 |
2003-08-17 | * grp.cc (read_group): Revert previous change. | Corinna Vinschen | 1 | -4/+1 |
2003-08-08 | * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr after | Christopher Faylor | 1 | -1/+4 |
2003-06-30 | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 1 | -3/+3 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-04-17 | * Makefile.in: Add finline-functions optimization to CXXFLAGS. | Thomas Pfaff | 1 | -0/+16 |
2003-02-18 | * grp.cc (internal_getgroups): Handle properly tokens with | Corinna Vinschen | 1 | -3/+1 |
2003-02-06 | * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete | Corinna Vinschen | 1 | -1/+3 |
2003-02-04 | * grp.cc (internal_getgroups): Do not return without closing | Corinna Vinschen | 1 | -20/+21 |
2003-02-04 | * security.h (class cygpsid): New class. | Corinna Vinschen | 1 | -2/+2 |
2003-02-01 | * grp.cc (getgrent32): Only refresh group entries when at beginning. | Christopher Faylor | 1 | -4/+4 |
2003-01-27 | * strings.h (strechr): New function. | Christopher Faylor | 1 | -2/+2 |
2003-01-26 | * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for | Christopher Faylor | 1 | -5/+5 |
2003-01-26 | * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structure | Christopher Faylor | 1 | -6/+1 |
2003-01-26 | * pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem. | Christopher Faylor | 1 | -1/+1 |
2003-01-26 | * include/sys/strace.h (paranoid_printf): Define as not being part of "all" | Christopher Faylor | 1 | -24/+21 |
2003-01-25 | * pwdgrp.cc (pwdgrp::reparse): Declare. | Christopher Faylor | 1 | -0/+1 |
2003-01-24 | * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading. | Christopher Faylor | 1 | -37/+27 |
2003-01-21 | * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout. | Christopher Faylor | 1 | -66/+36 |
2003-01-20 | * pwdgrp.h (etc): Move to path.h. | Christopher Faylor | 1 | -38/+20 |
2003-01-17 | * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator. | Christopher Faylor | 1 | -15/+11 |
2003-01-17 | update copyright | Christopher Faylor | 1 | -1/+1 |
2003-01-17 | * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change name | Christopher Faylor | 1 | -34/+25 |
2002-12-10 | 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org> | Corinna Vinschen | 1 | -60/+64 |
2002-11-20 | * security.h: Declare internal_getpwsid and internal_getgrsid. | Corinna Vinschen | 1 | -71/+47 |
2002-11-16 | * grp.cc (getgroups32): Protect against closing cygheap->user.token. | Christopher Faylor | 1 | -1/+2 |
2002-11-14 | * grp.cc (getgroups32): Revert previous patch. Use impersonation | Corinna Vinschen | 1 | -4/+11 |
2002-11-14 | * grp.cc (getgroups32): Don't use access token of current user when | Corinna Vinschen | 1 | -0/+1 |
2002-09-30 | whitespace | Christopher Faylor | 1 | -2/+2 |
2002-09-25 | * fhandler_proc.cc (format_process_stat): make ctty a real device number. | Christopher Faylor | 1 | -28/+14 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -13/+13 |
2002-09-19 | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 1 | -4/+4 |
2002-09-11 | * grp.cc (initgroups): Call groups::clear_supp to free the | Corinna Vinschen | 1 | -2/+4 |
2002-08-02 | * security.cc (verify_token): Do not reject a token just because | Corinna Vinschen | 1 | -2/+2 |
2002-07-29 | * security.cc: Change some formatting. | Corinna Vinschen | 1 | -0/+61 |
2002-06-19 | Use hMainProc where appropriate, throughout. | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | * dtable.cc (handle_to_fn): Check error return value from NtQueryObject first | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | * grp.cc (read_etc_group): When emulating nonexisting group file on | Corinna Vinschen | 1 | -11/+41 |
2002-06-05 | * grp.cc (etc_group): Removed. | Corinna Vinschen | 1 | -44/+25 |
2002-06-02 | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-05-28 | Change internal gid datatype from __gid16_t to __gid32_t | Corinna Vinschen | 1 | -13/+90 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -1/+0 |
2002-02-17 | * times.cc (hires::prime): Restore thread priority on failure condition. | Christopher Faylor | 1 | -8/+12 |
2002-02-14 | * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm. | Christopher Faylor | 1 | -1/+1 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -1/+1 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -13/+13 |
2002-01-21 | * grp.cc (getgrent): Don't return default gid entry when ntsec is on. | Corinna Vinschen | 1 | -1/+1 |
2001-10-15 | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 1 | -1/+1 |
2001-10-13 | * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. | Christopher Faylor | 1 | -1/+1 |