| Commit message (Expand) | Author | Age | Files | Lines |
* | * security.cc (lsa2wchar): Suppressed. | Corinna Vinschen | 2002-06-03 | 1 | -85/+89 |
* | 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 | -9/+9 |
* | * security.cc (set_security_attribute): Call getegid32() instead of | Corinna Vinschen | 2002-05-28 | 1 | -1/+1 |
* | Change internal gid datatype from __gid16_t to __gid32_t | Corinna Vinschen | 2002-05-28 | 1 | -9/+9 |
* | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 2002-05-28 | 1 | -7/+7 |
* | * security.cc (lsa2str): New function. | Corinna Vinschen | 2002-05-27 | 1 | -2/+10 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -2/+0 |
* | * security.cc (create_token): Call __sec_user() instead of | Corinna Vinschen | 2002-05-24 | 1 | -4/+5 |
* | * security.cc (open_local_policy): Initialize lsa to | Corinna Vinschen | 2002-05-21 | 1 | -4/+4 |
* | * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno() | Corinna Vinschen | 2002-05-17 | 1 | -13/+10 |
* | * syscalls.cc (seteuid): Set default dacl in process token. | Corinna Vinschen | 2002-05-16 | 1 | -43/+82 |
* | * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes for | Corinna Vinschen | 2002-04-18 | 1 | -2/+3 |
* | * autoload.cc (NetGetDCName): Add symbol. | Corinna Vinschen | 2002-03-07 | 1 | -6/+7 |
* | * fork.cc (fork_parent): Use sec_user_nih to control process/thread | Christopher Faylor | 2002-02-19 | 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 | -10/+9 |
* | * security.cc (create_token): Use sec_user() to create | Corinna Vinschen | 2002-01-23 | 1 | -4/+3 |
* | * security.cc (create_token): Close processes token handle as soon | Corinna Vinschen | 2002-01-19 | 1 | -0/+1 |
* | * security.cc (open_local_policy): Use POLICY_EXECUTE instead of | Corinna Vinschen | 2001-12-30 | 1 | -2/+1 |
* | * security.cc (open_local_policy): Initialize lsa handle to NULL. | Corinna Vinschen | 2001-12-29 | 1 | -3/+4 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -1/+1 |
* | * security.cc (get_supplementary_group_sidlist): New function. | Corinna Vinschen | 2001-11-03 | 1 | -0/+31 |
* | * security.cc (is_group_member): Call NetLocalGroupGetMembers() for | Corinna Vinschen | 2001-10-30 | 1 | -8/+2 |
* | * autoload.cc: Add load statement for `NtOpenFile'. | Corinna Vinschen | 2001-10-16 | 1 | -1/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -11/+5 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -69/+69 |
* | * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc. | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | * security.cc (create_token): Change initialization of `exp' to comply | Corinna Vinschen | 2001-08-31 | 1 | -1/+1 |
* | * security.cc (set_nt_attribute): Return always -1 in case of | Corinna Vinschen | 2001-08-15 | 1 | -1/+1 |
* | * security.cc (alloc_sd): Revert to setting inheritance attribute for | Corinna Vinschen | 2001-08-08 | 1 | -17/+1 |
* | * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for group | Corinna Vinschen | 2001-08-07 | 1 | -1/+2 |
* | * dir.cc (mkdir): Set security attributes correctly for | Corinna Vinschen | 2001-08-07 | 1 | -4/+17 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -4/+4 |
* | * security.cc (set_file_attribute): Clean up. Don't call | Corinna Vinschen | 2001-08-02 | 1 | -10/+8 |
* | * security.cc (get_user_primary_group): Fix compiler warning. | Corinna Vinschen | 2001-07-27 | 1 | -2/+2 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * security.cc (get_user_groups): Call Net function with NULL server | Corinna Vinschen | 2001-07-18 | 1 | -17/+39 |
* | Change well_known_admin_sid to well_known_admins_sid throughout. | Corinna Vinschen | 2001-07-15 | 1 | -28/+49 |
* | * security.cc (alloc_sd): Don't set inheritance attribute for | Corinna Vinschen | 2001-07-09 | 1 | -0/+16 |
* | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 2001-06-26 | 1 | -15/+15 |
* | * security.h (NTWriteEA): Change prototype. | Egor Duda | 2001-06-05 | 1 | -4/+9 |
* | Maintain 80 col line length. | Christopher Faylor | 2001-05-31 | 1 | -1/+2 |
* | * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace | Christopher Faylor | 2001-05-31 | 1 | -2/+3 |
* | * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'. | Corinna Vinschen | 2001-05-29 | 1 | -15/+26 |
* | * security.cc (get_file_attribute): Don't set errno. | Corinna Vinschen | 2001-05-22 | 1 | -2/+0 |
* | * autoload.cc: Add load statements for `LookupAccountNameW', | Corinna Vinschen | 2001-05-20 | 1 | -17/+656 |
* | * security.cc (cygwin_set_impersonation_token): Never destroy | Corinna Vinschen | 2001-05-17 | 1 | -3/+2 |
* | * fork.cc (fork): Eliminate superfluous call to getuid(). | Corinna Vinschen | 2001-05-15 | 1 | -8/+8 |