summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/misc_wrap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DNs - only one more samba3sam test failing now.Jelmer Vernooij2008-09-211-18/+28
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-09-041-1/+8
|\
| * Regenerate SWIG file.Jelmer Vernooij2008-09-031-10/+23
* | Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-301-9/+75
|/
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-241-2/+4
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-241-1/+4
* Add docstrings in misc python module.Jelmer Vernooij2008-05-231-26/+71
* Re-run SWIGAndrew Bartlett2008-04-141-0/+45
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* swig: regenerate _wrap.c filesStefan Metzmacher2008-03-141-1/+1
* python: Make SamDB.set_ntds_invocation_id take a string.Jelmer Vernooij2008-01-251-46/+54
* python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij2008-01-241-29/+72
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-1/+2
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-241-6/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-45/+28
* r26520: More Python updates.Jelmer Vernooij2007-12-211-0/+73
* r26513: Update substitution dictionary for ldifs.Jelmer Vernooij2007-12-211-0/+14
* r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij2007-12-211-22/+203
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-10/+15
* r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij2007-12-211-27/+69
* r26477: Allow setting loadparm context for a ldb context in python, plus some...Jelmer Vernooij2007-12-211-0/+57
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-11/+123
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-211-1/+14
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-211-0/+3279