index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
security.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/tzfile.h: Add some missing entries.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-16
1
-2
/
+2
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-11
/
+11
*
2003-07-18 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-07-18
1
-23
/
+16
*
* cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalid
Corinna Vinschen
2003-07-14
1
-15
/
+6
*
* Makefile.in: Remove cygserver stuff.
Christopher Faylor
2003-07-02
1
-3
/
+2
*
* cygheap.h (enum impersonation): New enum.
Corinna Vinschen
2003-06-30
1
-6
/
+12
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* security.cc (get_info_from_sd): New function.
Corinna Vinschen
2003-04-11
1
-153
/
+73
*
* fhandler.cc (fhandler_base::fstat): Set the uid and gid fields
Corinna Vinschen
2003-04-01
1
-8
/
+2
*
* autoload.cc: added RegGetKeySecurity()
Corinna Vinschen
2003-03-27
1
-12
/
+66
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Fix
Corinna Vinschen
2003-03-19
1
-12
/
+13
*
* sec_acl.cc (setacl): Don't handle DELETE flag specially.
Corinna Vinschen
2003-03-10
1
-2
/
+2
*
whitespace cleanup
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
1
-0
/
+51
*
* include/cygwin/in.h (in_attr_t): Define new type.
Christopher Faylor
2003-02-10
1
-5
/
+5
*
* sec_acl.cc (setacl): Move all permission settings to beginning of
Corinna Vinschen
2003-02-05
1
-16
/
+24
*
* sec_helper.cc (get_sids_info): New function.
Corinna Vinschen
2003-02-05
1
-24
/
+23
*
* path.cc (symlink): Create security attributes so that only the
Corinna Vinschen
2003-02-04
1
-4
/
+0
*
* security.h: Add third argument to set_process_privilege.
Corinna Vinschen
2003-02-03
1
-3
/
+14
*
* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for
Christopher Faylor
2003-01-26
1
-3
/
+3
*
* sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.
Corinna Vinschen
2003-01-12
1
-48
/
+79
*
* security.cc (get_nt_attribute): Always return -1 when read_sd()
Corinna Vinschen
2003-01-09
1
-3
/
+13
*
* security.cc (get_user_local_groups): Use LookupAccountSid to find the
Corinna Vinschen
2002-12-14
1
-6
/
+9
*
2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>
Corinna Vinschen
2002-12-10
1
-2
/
+3
*
* 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
[next]