summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/uinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-1/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-5/+5
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen2001-07-091-3/+7
* * cygwin.din: Add fchdir symbols.Corinna Vinschen2001-06-101-1/+0
* * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen2001-06-091-80/+127
* * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen2001-06-041-0/+2
* * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen2001-05-291-170/+97
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-12/+39
* * uinfo.cc (uinfo_init): Just set user token to INVALID_HANDLE_VALUE.Corinna Vinschen2001-05-161-1/+1
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-9/+8
* * uinfo.cc (internal_getlogin): Formatting change.Corinna Vinschen2001-04-301-2/+3
* * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen2001-04-301-8/+9
* * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen2001-04-251-4/+4
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-16/+36
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+2
* Fix spacing, copyrights.Christopher Faylor2001-03-181-2/+2
* * uinfo.cc: Eliminate `#include <wchar.h>'.Corinna Vinschen2001-02-281-1/+0
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-4/+6
* * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' toCorinna Vinschen2000-11-161-1/+2
* * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen2000-11-151-6/+6
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-2/+2
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-46/+52
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-24/+0
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+0
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-116/+116
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+3
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-091-4/+4
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-2/+2
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+1
* Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen2000-07-221-16/+21
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-021-7/+5
* * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()Corinna Vinschen2000-07-021-27/+11
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-3/+3
* * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen2000-06-281-8/+19
* * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen2000-06-241-11/+38
* * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen2000-06-191-63/+106
* * pinfo.cc (pinfo_init): Add missing initializers.Corinna Vinschen2000-06-171-28/+23
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-4/+9
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-011-1/+8
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-3/+3
* * dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor2000-05-221-4/+0
* * uinfo.cc (internal_getlogin): Use NetGetDCName() insteadCorinna Vinschen2000-04-191-4/+4