summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/misc.i
Commit message (Collapse)AuthorAgeFilesLines
* Use plain C implementation for misc Python module rather than SWIG.Jelmer Vernooij2008-12-201-121/+0
|
* Generate with 1.3.36.Jelmer Vernooij2008-09-181-1/+1
|
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-09-041-4/+10
|\ | | | | | | (This used to be commit c273d63f94c430a4f553085efb0d6e31a99e5853)
| * Regenerate SWIG file.Jelmer Vernooij2008-09-031-1/+8
| | | | | | | | (This used to be commit e8ba65c4db986fcedf7008d05d8f8846f78a98f1)
| * Avoid using version call for version string.Jelmer Vernooij2008-09-031-4/+3
| | | | | | | | (This used to be commit 1897cef508c8bea817c510bd9023d794cb983864)
* | Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-301-0/+13
|/ | | | | This makes it easy to set the expiry (or no expiry) for a samdb user (This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-241-4/+3
| | | | (This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c)
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-241-1/+4
| | | | (This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
* Add docstrings in misc python module.Jelmer Vernooij2008-05-231-0/+15
| | | | (This used to be commit 5bf15122e6bb6dcbc2abd325db9522b2084d975f)
* Add in a way to get at the private_path() function from pythonAndrew Bartlett2008-04-141-0/+5
| | | | | Andrew Bartlett (This used to be commit 416d2e3a5233f0c243e45857cfda5126c34ac265)
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
| | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* python: Make SamDB.set_ntds_invocation_id take a string.Jelmer Vernooij2008-01-251-1/+10
| | | | (This used to be commit 59bb26772f089cf4d8727c12230cfef8126762b1)
* python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij2008-01-241-0/+2
| | | | (This used to be commit c09efa7b778f9cb29032a6abfd914fcaae8df163)
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-0/+1
| | | | (This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
* r26520: More Python updates.Jelmer Vernooij2007-12-211-0/+3
| | | | (This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
* r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij2007-12-211-1/+1
| | | | | | Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
* r26513: Update substitution dictionary for ldifs.Jelmer Vernooij2007-12-211-0/+3
| | | | (This used to be commit 60fb2de2119cb2f42f858868e39c3b0d303ac20f)
* r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij2007-12-211-0/+9
| | | | | | provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
* r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij2007-12-211-2/+0
| | | | | | session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
* r26477: Allow setting loadparm context for a ldb context in python, plus ↵Jelmer Vernooij2007-12-211-0/+14
| | | | | | some other minor improvements. (This used to be commit d88527a9d6435203faa8273347d5aa41937e5395)
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-1/+9
| | | | (This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f)
* r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij2007-12-211-0/+32
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)