summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials/pycredentials.c
Commit message (Expand)AuthorAgeFilesLines
* source4/auth: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-1/+3
* pycredentials: Use talloc.Object.Jelmer Vernooij2010-12-011-2/+5
* s4-pycredentials: avoid a tallloc_free on refAndrew Tridgell2010-09-251-1/+1
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-10/+38
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-221-2/+7
* s4-pycredentials: expose forwardable setting via pythonAndrew Tridgell2010-09-161-0/+16
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-6/+6
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-1/+1
* pynet: Create a net class.Jelmer Vernooij2010-04-081-6/+17
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-041-1/+1
* s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett2010-02-261-0/+23
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-261-4/+7
* s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett2010-02-201-0/+63
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* pycredentials: Raise MemoryError when unable to create objects.Jelmer Vernooij2009-06-171-1/+6
* pycredentials: Fix memory leak.Jelmer Vernooij2009-06-171-1/+7
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-9/+0
* s4:pycredentials: fix compiler warningsStefan Metzmacher2009-02-051-25/+24
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-0/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-6/+6
* Add header for pyparam.Jelmer Vernooij2008-12-221-3/+1
* Include errors.i verbatim in security.i, as it's the only file still using it.Jelmer Vernooij2008-12-211-4/+2
* Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij2008-12-211-0/+316