summaryrefslogtreecommitdiffstats
path: root/source4/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* More kludge ACLs!Andrew Bartlett2008-03-202-0/+35
* swig: regenerate _wrap.c filesStefan Metzmacher2008-03-141-4/+4
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-261-3/+3
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-243-21/+21
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-43/+29
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-212-77/+80
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-85/+112
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+4271
* r26199: Allow constructing new sids, implement __eq__ for sids.Jelmer Vernooij2007-12-212-3/+18
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-213-4/+190
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-211-0/+105
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-73/+174
* r25801: Add security_ace_create() function.Günther Deschner2007-12-211-0/+29
* r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner2007-12-211-0/+3
* r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner2007-12-211-9/+14
* r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner2007-12-211-29/+1
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+4
* r25604: Add security_descriptor_append() helper function.Günther Deschner2007-12-211-0/+42
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-105-80/+80
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-6/+6
* r25027: Fix more warnings.Jelmer Vernooij2007-10-103-4/+6
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-107-21/+14
* 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