summaryrefslogtreecommitdiffstats
path: root/source4/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-223-107/+0
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* s4:libcli/security/session.h - fix include ordering for "enum security_user_l...Matthias Dieter Wallnöfer2010-11-271-2/+2
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-8/+0
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-1/+1
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-2/+2
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-6/+6
* s4-libcli: make LIBSECURITY_SESSION a private libraryAndrew Tridgell2010-10-211-5/+6
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-144-854/+1
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-141-2/+16
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-45/+0
* s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett2010-10-124-12/+41
* libcli/security Move most of security_token.c to common code.Andrew Bartlett2010-10-124-182/+66
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-143/+0
* libcli/security Use talloc_zero when making a struct security_tokenAndrew Bartlett2010-09-111-5/+1
* libcli/security Move source4/ privileges code into the common libcli/securityAndrew Bartlett2010-09-113-310/+2
* s4-privs Add a lookup by index of privilagesAndrew Bartlett2010-09-111-0/+11
* privs Add my CopyrightAndrew Bartlett2010-09-111-0/+1
* s4-privs Remove link between enum sec_privilege and the privilege bitmapAndrew Bartlett2010-09-111-17/+69
* s4:libcli/security/*.c - fix some wrong typed countersMatthias Dieter Wallnöfer2010-09-093-10/+7
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-232-7/+7
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-182-8/+7
* s4:security Bring in #defines for the user and primary group token locationAndrew Bartlett2010-08-181-0/+3
* s4-drs: fixed check for SECURITY_RO_DOMAIN_CONTROLLERAndrew Tridgell2010-08-171-6/+6
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-10/+18
* s4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER levelAndrew Tridgell2010-04-222-6/+18
* Removed more excess looping and fixed problem with incorrect IO flag handling.Nadezhda Ivanova2010-04-201-126/+81
* A bit of refactoring in the SD creation code.Nadezhda Ivanova2010-04-151-127/+71
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+10
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
* Missing include guard in source4/libcli/security/security.hJeremy Allison2010-03-241-0/+5
* s4:move the sddl code down to the top levelMichael Adam2010-03-033-627/+2
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-1/+1
* s4-sddl: DRS replication needs REVISION_ADS for SDsAndrew Tridgell2010-01-021-1/+1
* py/security: Add test for dom_sid.split.Jelmer Vernooij2009-12-311-3/+8
* Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova2009-12-171-3/+12
* s4:security/sddl - rework of the security descriptor abbreviationsMatthias Dieter Wallnöfer2009-11-271-28/+33
* Fixed incorrect SID for RAS Servers.Nadezhda Ivanova2009-11-172-1/+2
* Fixed some major bugs in inheritance and access checks.Nadezhda Ivanova2009-11-151-13/+16
* Version 1.0 of the directory service acls module.Nadezhda Ivanova2009-11-052-47/+60
* Fixed some missing flags and bugs in the security creation.Nadezhda Ivanova2009-11-031-11/+47
* Fixed a bug in object specific access checks.Nadezhda Ivanova2009-11-031-2/+4
* s4:libcli/security/access_check - Add "const" in front of "type"Matthias Dieter Wallnöfer2009-10-221-1/+1
* s4-acl: SEC_FLAG_MAXIMUM_ALLOWED doesn't auto-apply privilege access masksAndrew Tridgell2009-10-171-6/+2
* s4-security: honor more of the privilege access bitsAndrew Tridgell2009-10-171-4/+12
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-3/+3