summaryrefslogtreecommitdiffstats
path: root/source4/libcli/security
Commit message (Expand)AuthorAgeFilesLines
* Make Sid member variables accessible from Python.Jelmer Vernooij2008-09-303-0/+128
* fixed problem with ACLs with an empty DACL listAndrew Tridgell2008-09-231-1/+14
* Add test for Sid.__repr__.Jelmer Vernooij2008-09-191-0/+4
* Generate with 1.3.36.Jelmer Vernooij2008-09-182-31/+36
* Implement __repr__ for Sid.Jelmer Vernooij2008-09-181-2/+6
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-211-0/+15
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-243-7/+71
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-232-20/+47
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-2/+2
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-2/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-0/+2
|\
| * libcli/security: fix compiler warningsStefan Metzmacher2008-03-281-0/+2
* | Merge v4.0-testJelmer Vernooij2008-03-283-4/+39
|\|
| * More kludge ACLs!Andrew Bartlett2008-03-202-0/+35
| * swig: regenerate _wrap.c filesStefan Metzmacher2008-03-141-4/+4
* | Fix includes.Jelmer Vernooij2008-03-041-0/+2
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-6/+5
|/
* 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