aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uinfo.cc
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-29 * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen1-170/+97
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen1-12/+39
2001-05-16 * uinfo.cc (uinfo_init): Just set user token to INVALID_HANDLE_VALUE.Corinna Vinschen1-1/+1
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-9/+8
2001-04-30 * uinfo.cc (internal_getlogin): Formatting change.Corinna Vinschen1-2/+3
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen1-8/+9
2001-04-25 * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen1-4/+4
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-16/+36
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+2
2001-03-18Fix spacing, copyrights.Christopher Faylor1-2/+2
2001-02-28 * uinfo.cc: Eliminate `#include <wchar.h>'.Corinna Vinschen1-1/+0
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-4/+6
2000-11-16 * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' toCorinna Vinschen1-1/+2
2000-11-15 * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen1-6/+6
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-2/+2
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-46/+52
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen1-24/+0
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-1/+0
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-116/+116
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+3
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor1-4/+4
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-2/+2
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+1
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen1-16/+21
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen1-7/+5
2000-07-02 * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()Corinna Vinschen1-27/+11
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-3/+3
2000-06-28 * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen1-8/+19
2000-06-24 * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen1-11/+38
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen1-63/+106
2000-06-17 * pinfo.cc (pinfo_init): Add missing initializers.Corinna Vinschen1-28/+23
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen1-4/+9
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor1-1/+8
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor1-3/+3
2000-05-22* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor1-4/+0
2000-04-19 * uinfo.cc (internal_getlogin): Use NetGetDCName() insteadCorinna Vinschen1-4/+4
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+200