summaryrefslogtreecommitdiff
path: root/source3/python/py_ntsec.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
calls. No functional changes. Looks bigger than it is :-). Jeremy. (This used to be commit f6fa3080fee1b20df9f1968500840a88cf0ee592)
2007-10-10r18801: Fix (at least the build of) python bindings.Günther Deschner1-7/+7
Guenther (This used to be commit fc6543ca78e5c137d77bdc7845df273aae50e5cb)
2007-10-10r6678: fix python python after talloc() shakeupGerald Carter1-1/+1
(This used to be commit f629bffb1a6b8c2ea54fcfe33865b43559abbc77)
2007-10-10r2828: Fix for bugzilla #1864 from Brett again.Tim Potter1-1/+12
Add sd->type field to security descriptor Python representation. (This used to be commit b157a1b7c3e15a960fbc943d37abbb1bf5053a63)
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-1/+1
me to expose a type arguement to make_sec_desc(). We weren't copying the SE_DESC_DACL_AUTO_INHERITED flag which could cause errors on auto inherited checks. Jeremy. (This used to be commit 28b315a7501f42928d73efaa75f74146ba95cf2d)
2003-07-29More memory leak fixes from Brett! It turns out PyDict_SetItemStringTim Potter1-16/+23
didn't behave exactly as I thought it did. If you create an item using a PyFoo_FromBar function you must decrement the reference to that object afterwards (or use Py_BuildValue). (This used to be commit 2a960963fbe43de753d44d617a7666a7b258092e)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-4/+1
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-05-27More automatically generated prototype madness.Tim Potter1-1/+1
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
2002-05-08Remove unused variable.Tim Potter1-3/+13
#ifdef out code for new (uncommitted) version of make_sec_desc() (This used to be commit 07d11f5e0938c0e4f895391f6c8e2501069a0ef7)
2002-05-01Implemented routines to convert from a Python dictionary to a SEC_DESCTim Potter1-38/+38
structure. Cleaned up debugging stuff. (This used to be commit f3f4f0d3978f90c589894234bbcc63728940a246)
2002-04-18Started working on setprinter code.Tim Potter1-8/+143
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515)
2002-04-14Moved security descriptor routines into their own file.Tim Potter1-0/+139
(This used to be commit 8e0457f8aa7b5ecababcdec4dfbc328d11513192)