summaryrefslogtreecommitdiff
path: root/source4/libcli/security
AgeCommit message (Expand)AuthorFilesLines
2008-12-21Fix comparison in tests now that we use __cmp__ rather than __eq__.Jelmer Vernooij1-2/+2
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2-8/+8
2008-12-21Simplify customization of pidl-generated Python modules.Jelmer Vernooij1-16/+24
2008-12-21Merge the rest of security.i into samba.dcerpc.security.Jelmer Vernooij4-3701/+0
2008-12-21Remove duplicate Python bindings for dom_sid, security_descriptor andJelmer Vernooij3-1022/+40
2008-12-21Include errors.i verbatim in security.i, as it's the only file still using it.Jelmer Vernooij1-1/+33
2008-12-20Fix compiler warning when parsing a SID in a data blobAndrew Bartlett1-1/+1
2008-12-12Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij3-37/+1
2008-11-16s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher1-1/+1
2008-10-28s4: libcli/security: a NULL DACL allows accessStefan Metzmacher1-11/+2
2008-09-30Make Sid member variables accessible from Python.Jelmer Vernooij3-0/+128
2008-09-23fixed problem with ACLs with an empty DACL listAndrew Tridgell1-1/+14
2008-09-19Add test for Sid.__repr__.Jelmer Vernooij1-0/+4
2008-09-18Generate with 1.3.36.Jelmer Vernooij2-31/+36
2008-09-18Implement __repr__ for Sid.Jelmer Vernooij1-2/+6
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-0/+15
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij3-7/+71
2008-05-23Regenerate with SWIG 1.3.35.Jelmer Vernooij2-20/+47
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-2/+2
2008-05-21Move some python files into the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij1-0/+2
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+1
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-2/+2
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+2
2008-03-28libcli/security: fix compiler warningsStefan Metzmacher1-0/+2
2008-03-28Merge v4.0-testJelmer Vernooij3-4/+39
2008-03-20More kludge ACLs!Andrew Bartlett2-0/+35
2008-03-14swig: regenerate _wrap.c filesStefan Metzmacher1-4/+4
2008-03-04Fix includes.Jelmer Vernooij1-0/+2
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-6/+5
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin1-3/+3
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij3-21/+21
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-43/+29
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij1-1/+1
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2-77/+80
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-85/+112
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2-0/+4271
2007-12-21r26199: Allow constructing new sids, implement __eq__ for sids.Jelmer Vernooij2-3/+18
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij3-4/+190
2007-12-21r25903: Move more files out of torture/Jelmer Vernooij1-0/+105
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner1-73/+174
2007-12-21r25801: Add security_ace_create() function.Günther Deschner1-0/+29
2007-12-21r25739: We forgot to copy revision and type flags in security_descriptor_copy().Günther Deschner1-0/+3
2007-12-21r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner1-9/+14
2007-12-21r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner1-29/+1
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner1-0/+4
2007-12-21r25604: Add security_descriptor_append() helper function.Günther Deschner1-0/+42