summaryrefslogtreecommitdiffstats
path: root/source4/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* r21307: make it possible to pass in NULL for domain or rid,Stefan Metzmacher2007-10-101-4/+10
* r20801: try to always fix up the acl revision when we add or removeStefan Metzmacher2007-10-101-4/+37
* r20800: fix compiler warningsStefan Metzmacher2007-10-101-0/+2
* r20799: if any ace has the optional sub object, the acl revision needsStefan Metzmacher2007-10-101-0/+8
* r20795: dom_sid_parse_talloc() gets an null terminated string as input,Stefan Metzmacher2007-10-101-1/+9
* r17848: Ok, this did not do it. Still got the same problem.Volker Lendecke2007-10-101-8/+1
* r17846: Ok, this is a patch that needs further discussion. On Solaris, snprin...Volker Lendecke2007-10-101-1/+8
* r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke2007-10-101-0/+18
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-104-3/+34
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-102-78/+4
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
* r14894: - add some 'const'Stefan Metzmacher2007-10-103-37/+21
* r14891: fix a bug found by the ibm checkerStefan Metzmacher2007-10-102-24/+46
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-105-6/+26
* r14840: - rename some functionsStefan Metzmacher2007-10-101-31/+41
* r14641: fix typoStefan Metzmacher2007-10-101-2/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-105-1/+5
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-102-0/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-105-0/+5
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-0/+5
* r12747: Add a couple more token tests, used by the kludge ACL module.Andrew Bartlett2007-10-101-0/+30
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-106-6/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-19/+2
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+3
* r12161: Fix a memleak and do the -O1 janitor :-)Volker Lendecke2007-10-101-1/+5
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2007-10-101-8/+8
* r12139: - fixed up the ace object flags checkingAndrew Tridgell2007-10-101-3/+8
* r12138: added use of 2 letter SID codes in sddl_encode_sid()Andrew Tridgell2007-10-101-3/+42
* r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell2007-10-101-0/+170
* r12011: fixed another 'mixed code and declarations' bugAndrew Tridgell2007-10-101-1/+2
* r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell2007-10-101-20/+67
* r12005: added a SDDL (Security Descriptor Description Language) parser. NotAndrew Tridgell2007-10-102-0/+316
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-8/+8
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-0/+0
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-5/+0
* r11037:Stefan Metzmacher2007-10-101-0/+5
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-0/+25
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-5/+0
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+5
* r10185: Fix another two sets of unhandled enumeration warnings, plus correct ...Tim Potter2007-10-101-7/+11
* r9573: fixed a commentAndrew Tridgell2007-10-101-1/+1
* r9511: - fix the memory treesStefan Metzmacher2007-10-102-7/+8
* r9510: fix the memory treeStefan Metzmacher2007-10-101-1/+1
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-106-41/+5
* r7679: update the documentation of security_description_create()Stefan Metzmacher2007-10-101-2/+5
* r6352: Two new composite calls:Alexander Bokovoy2007-10-101-3/+77