| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * security.cc (get_attribute_from_acl): Always test "anti", | Corinna Vinschen | 2002-11-20 | 1 | -70/+82 |
* | * sec_helper.cc (cygsid::get_id): If the sid matches a sid stored in | Christopher Faylor | 2002-10-22 | 1 | -9/+12 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -6/+6 |
* | * security.cc (allow_ntsec): Default to zero. | 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 | -3/+3 |
* | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 2002-09-19 | 1 | -9/+9 |
* | * grp.cc (initgroups): Call groups::clear_supp to free the | Corinna Vinschen | 2002-09-11 | 1 | -0/+3 |
* | * sec_acl.cc (getacl): Check ace_sid == well_known_world_sid | Corinna Vinschen | 2002-08-26 | 1 | -164/+91 |
* | * security.cc (verify_token): Do not reject a token just because | Corinna Vinschen | 2002-08-02 | 1 | -2/+5 |
* | * security.cc: Change some formatting. | Corinna Vinschen | 2002-07-29 | 1 | -193/+276 |
* | * security.cc (allow_ntsec): Default to on. | Christopher Faylor | 2002-07-25 | 1 | -2/+2 |
* | * security.cc (get_group_sidlist): Create group list from /etc files | Corinna Vinschen | 2002-07-23 | 1 | -4/+2 |
* | white space | Christopher Faylor | 2002-07-19 | 1 | -8/+8 |
* | * security.cc (get_unix_group_sidlist): Create. | Corinna Vinschen | 2002-07-19 | 1 | -49/+39 |
* | * security.cc (get_group_sidlist): Fix formatting. | Corinna Vinschen | 2002-07-15 | 1 | -3/+5 |
* | * security.cc (get_logon_server): Interpret a zero length | Corinna Vinschen | 2002-07-02 | 1 | -3/+6 |
* | * security.h (DONT_INHERIT): Eliminate definition. | Corinna Vinschen | 2002-07-02 | 1 | -4/+5 |
* | * autoload.cc (GetSecurityInfo): Define new autoload function. | Christopher Faylor | 2002-07-02 | 1 | -0/+169 |
* | white space | Christopher Faylor | 2002-07-01 | 1 | -1/+1 |
* | * security.cc (extract_nt_dom_user): Check for all buffer overflows. | Corinna Vinschen | 2002-06-30 | 1 | -41/+24 |
* | * security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in call | Christopher Faylor | 2002-06-24 | 1 | -6/+6 |
* | * security.cc (alloc_sd): Carefully check owner_sid again after trying | Corinna Vinschen | 2002-06-21 | 1 | -2/+2 |
* | * security.cc (alloc_sd): Remove unnecessary retrieval of owner name. | Corinna Vinschen | 2002-06-21 | 1 | -17/+29 |
* | * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo. | Christopher Faylor | 2002-06-21 | 1 | -4/+4 |
* | Use hMainProc where appropriate, throughout. | Christopher Faylor | 2002-06-19 | 1 | -56/+58 |
* | * security.cc (get_logon_server): Use strcasematch rather than strcasecmp. | Christopher Faylor | 2002-06-13 | 1 | -5/+5 |
* | * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGS | Christopher Faylor | 2002-06-11 | 1 | -4/+2 |
* | * sec_helper.cc (lookup_name): Suppress. | Corinna Vinschen | 2002-06-06 | 1 | -11/+8 |
* | * 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 |