| Commit message (Expand) | Author | Age | Files | Lines |
* | * passwd.cc (read_etc_passwd): Never add an entry when starting | Corinna Vinschen | 2002-11-25 | 1 | -4/+5 |
* | * security.h: Declare internal_getpwsid and internal_getgrsid. | Corinna Vinschen | 2002-11-20 | 1 | -38/+26 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -2/+2 |
* | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 2002-09-19 | 1 | -1/+1 |
* | * security.cc: Change some formatting. | Corinna Vinschen | 2002-07-29 | 1 | -5/+11 |
* | * debug.cc (threads): Avoid initialization. | Christopher Faylor | 2002-07-01 | 1 | -2/+1 |
* | * uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort for | Christopher Faylor | 2002-07-01 | 1 | -4/+2 |
* | * uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existing | Christopher Faylor | 2002-07-01 | 1 | -10/+14 |
* | * uinfo.cc (cygheap_user::test_uid): Use standard issetuid test. | Christopher Faylor | 2002-06-29 | 1 | -1/+1 |
* | * autoload.cc (NetGetDCName): Change to make this an optional load function. | Christopher Faylor | 2002-06-29 | 1 | -3/+6 |
* | * uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sorta | Christopher Faylor | 2002-06-29 | 1 | -2/+2 |
* | * uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where no | Christopher Faylor | 2002-06-29 | 1 | -1/+1 |
* | * cygheap.h (cygheap_user): Reorg to accommodate environment caching. | Christopher Faylor | 2002-06-29 | 1 | -19/+35 |
* | * cygheap.cc (cfree_and_set): New function. | Christopher Faylor | 2002-06-27 | 1 | -32/+39 |
* | * uinfo.cc (internal_getlogin): Set myself->uid and myself->gid instead | Corinna Vinschen | 2002-06-24 | 1 | -6/+6 |
* | * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo. | Christopher Faylor | 2002-06-21 | 1 | -3/+3 |
* | Use hMainProc where appropriate, throughout. | Christopher Faylor | 2002-06-19 | 1 | -2/+1 |
* | * uinfo.cc (cygheap_user::ontherange): Call NetUserGetInfo() only with | Corinna Vinschen | 2002-06-19 | 1 | -23/+19 |
* | * cygheap.h (cygheap_user::winname): New field. | Christopher Faylor | 2002-06-16 | 1 | -7/+15 |
* | * uinfo.cc (cygheap_user::ontherange): Don't set HOMEDRIVE or HOMEPATH unless | Christopher Faylor | 2002-06-15 | 1 | -0/+1 |
* | * cygheap.h (cygheap_user::userprofile_env_buf): New static member. | Christopher Faylor | 2002-06-14 | 1 | -3/+3 |
* | * cygheap.h (cygheap_user): Add static members to hold home{drive,path} info. | Christopher Faylor | 2002-06-14 | 1 | -24/+27 |
* | * cygheap.cc (cygheap_user::set_logsrv): Remove. | Christopher Faylor | 2002-06-14 | 1 | -137/+83 |
* | * path.cc (chdir): Minor cleanup. | Christopher Faylor | 2002-06-13 | 1 | -2/+2 |
* | * cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL on | Christopher Faylor | 2002-06-12 | 1 | -85/+152 |
* | * sec_helper.cc (lookup_name): Suppress. | Corinna Vinschen | 2002-06-06 | 1 | -8/+10 |
* | * security.cc (lsa2wchar): Suppressed. | Corinna Vinschen | 2002-06-03 | 1 | -1/+2 |
* | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 2002-06-02 | 1 | -1/+0 |
* | Change internal uid datatype from __uid16_t to __uid32_t | Corinna Vinschen | 2002-05-29 | 1 | -0/+12 |
* | Change internal gid datatype from __gid16_t to __gid32_t | Corinna Vinschen | 2002-05-28 | 1 | -1/+13 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * times.cc (hires::prime): Restore thread priority on failure condition. | Christopher Faylor | 2002-02-17 | 1 | -2/+2 |
* | * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm. | Christopher Faylor | 2002-02-14 | 1 | -1/+1 |
* | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -7/+7 |
* | * uinfo.cc (internal_getlogin): Try evaluating user by SID even if | Corinna Vinschen | 2002-02-10 | 1 | -78/+77 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -3/+3 |
* | * uinfo.cc (internal_getlogin): Set environment variable $HOME | Corinna Vinschen | 2001-10-29 | 1 | -2/+23 |
* | Patch suggested by Ian Ray <ian.ray@nokia.com>: | Corinna Vinschen | 2001-10-22 | 1 | -32/+41 |
* | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 2001-10-15 | 1 | -0/+2 |
* | * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. | Christopher Faylor | 2001-10-13 | 1 | -3/+3 |
* | * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default | Christopher Faylor | 2001-10-09 | 1 | -4/+5 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -1/+1 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -5/+5 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * uinfo.cc (internal_getlogin): Add pointer check. | Corinna Vinschen | 2001-07-09 | 1 | -3/+7 |