summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba
Commit message (Expand)AuthorAgeFilesLines
* allow setting of the debug level in python from CAndrew Tridgell2009-09-031-1/+3
* repl_meta_data should only be included when we are a DCAndrew Tridgell2009-09-021-1/+1
* move the repl_meta_data module up the ldb module stackAndrew Tridgell2009-09-021-1/+2
* s4: Create helpers functions related to provisionMatthieu Patou2009-08-281-17/+34
* s4:python Add helper to get at the domain SIDAndrew Bartlett2009-08-271-0/+6
* s4:provision Ensure that @OPTIONS is mirrored into each partitionAndrew Bartlett2009-08-261-0/+4
* s4:provison Add prefixes to ldb using same code a later modify will useAndrew Bartlett2009-08-262-5/+12
* s4:provision Only create references to our server DN after the self joinAndrew Bartlett2009-08-261-0/+10
* s4:python Fix the reprovision test by deleting 'deleted' objects too.Andrew Bartlett2009-08-251-6/+9
* fixed the buildAndrew Tridgell2009-08-171-3/+5
* s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer2009-08-174-55/+57
* Revert "s4:samdb python bindings - we don't need the attributes here"Matthias Dieter Wallnöfer2009-08-171-1/+2
* sigh - still not rightAndrew Tridgell2009-08-171-5/+5
* fixed up add_foreign againAndrew Tridgell2009-08-172-23/+23
* more fixups from provision changesAndrew Tridgell2009-08-172-24/+24
* fixed up some provision errors from the recent changesAndrew Tridgell2009-08-171-3/+2
* s4:provision Add comments to the provision scriptAndrew Bartlett2009-08-171-1/+10
* s4:provision Avoid one more call to ltdb_reindexAndrew Bartlett2009-08-172-6/+19
* s4:provision Fix existing ldapi:// backend detection exceptionAndrew Bartlett2009-08-171-1/+1
* s4:provision Make sure that we don't use Kerberos to our LDAP backendAndrew Bartlett2009-08-171-1/+3
* s4:provison Print the LDAP backend admin username/passwordAndrew Bartlett2009-08-171-6/+14
* s4: Re-add --ldapadminpass as an option to provisionAndrew Bartlett2009-08-171-5/+9
* s4:python Allow 'no such object' on the delete of the DNAndrew Bartlett2009-08-171-1/+5
* s4:provision Keep a single transaction for the erase and rebuildAndrew Bartlett2009-08-171-15/+6
* s4:provision Rework provision-backend into provisionAndrew Bartlett2009-08-171-618/+558
* s4:provision Move helper functions back to provisionAndrew Bartlett2009-08-171-21/+0
* s4:python Push some helper functions from SamDB into samba.LdbAndrew Bartlett2009-08-172-64/+57
* s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett2009-08-171-2/+5
* s4:samdb python bindings - we don't need the attributes hereMatthias Dieter Wallnöfer2009-08-141-2/+1
* s4: Better way to call "dom_sid_to_rid" from ldap.pyMatthias Dieter Wallnöfer2009-08-141-0/+10
* s4:provision Allow provision-backend to not run slapd for 'make test'Andrew Bartlett2009-08-121-22/+23
* s4:provision Make the --ol-slapd paramter take the full path to slapdAndrew Bartlett2009-08-121-2/+1
* s4:provision Rework and further automate setup of OpenLDAP backendOliver Liebel2009-08-121-35/+191
* s4: Simplify two lines in the "samdb.py" file (cosmetic)Matthias Dieter Wallnöfer2009-08-061-2/+1
* s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett2009-07-291-1/+1
* s4:provision Fix provision on FreeBSDAndrew Bartlett2009-07-221-0/+1
* Re-add accidently removed shares test.Jelmer Vernooij2009-07-201-0/+74
* Remove unnecessary imports.Jelmer Vernooij2009-07-196-14/+9
* python: Set right ldb modules directory when using system ldb.Jelmer Vernooij2009-07-181-0/+2
* s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett2009-07-162-5/+24
* Add a way to set an opaque integer onto a samdbAndrew Bartlett2009-07-161-0/+8
* Changed ldb.ERR_NO_SUCH_OBJECT to LDB_ERR_NO_SUCH_OBJECT.Andrew Tridgell2009-07-021-5/+5
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-10/+21
* s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett2009-06-181-2/+12
* python: Provide way to iterate over available shares.Jelmer Vernooij2009-06-161-1/+4
* python: Add API for accessing available shares.Jelmer Vernooij2009-06-161-0/+58
* python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij2009-06-081-1/+1
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-1/+1
* Modified SamDB to accept options like Ldb.Nadezhda Ivanova2009-05-271-2/+2
* Add str() for policy_handles.Andrew Bartlett2009-04-211-1/+6