aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+2
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen1-5/+11
2002-07-01* debug.cc (threads): Avoid initialization.Christopher Faylor1-2/+1
2002-07-01* uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor1-4/+2
2002-07-01* uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor1-10/+14
2002-06-29* uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor1-1/+1
2002-06-29* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor1-3/+6
2002-06-29* uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor1-2/+2
2002-06-29* uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor1-1/+1
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor1-19/+35
2002-06-27* cygheap.cc (cfree_and_set): New function.Christopher Faylor1-32/+39
2002-06-24 * uinfo.cc (internal_getlogin): Set myself->uid and myself->gid insteadCorinna Vinschen1-6/+6
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-3/+3
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-2/+1
2002-06-19 * uinfo.cc (cygheap_user::ontherange): Call NetUserGetInfo() only withCorinna Vinschen1-23/+19
2002-06-16* cygheap.h (cygheap_user::winname): New field.Christopher Faylor1-7/+15
2002-06-15* uinfo.cc (cygheap_user::ontherange): Don't set HOMEDRIVE or HOMEPATH unlessChristopher Faylor1-0/+1
2002-06-14* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor1-3/+3
2002-06-14* cygheap.h (cygheap_user): Add static members to hold home{drive,path} info.Christopher Faylor1-24/+27
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor1-137/+83
2002-06-13* path.cc (chdir): Minor cleanup.Christopher Faylor1-2/+2
2002-06-12* cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor1-85/+152
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen1-8/+10
2002-06-03 * security.cc (lsa2wchar): Suppressed.Corinna Vinschen1-1/+2
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-0/+12
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-1/+13
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-2/+2
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-1/+1
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-7/+7
2002-02-10 * uinfo.cc (internal_getlogin): Try evaluating user by SID even ifCorinna Vinschen1-78/+77
2001-11-05Eliminate excess whitespace.Christopher Faylor1-3/+3
2001-10-29 * uinfo.cc (internal_getlogin): Set environment variable $HOMECorinna Vinschen1-2/+23
2001-10-22 Patch suggested by Ian Ray <ian.ray@nokia.com>:Corinna Vinschen1-32/+41
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-0/+2
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor1-3/+3
2001-10-09* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor1-4/+5
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-5/+5
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-09 * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen1-3/+7
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen1-1/+0
2001-06-09 * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen1-80/+127
2001-06-04 * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen1-0/+2