summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: added get_attid_from_lDAPDisplayName() on samdbAndrew Tridgell2010-08-251-0/+3
* s4-pysamdb: fixed get_domain_sid()Andrew Tridgell2010-08-201-1/+1
* s4 upgradeprovision: Fixes for increment_keyversionMatthieu Patou2010-08-191-1/+18
* s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou2010-07-151-0/+103
* s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" a...Matthias Dieter Wallnöfer2010-07-081-7/+3
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* Fix to undo nasty hack for for grouptype conversionLukasz Zalewski2010-06-231-1/+1
* pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij2010-06-201-13/+13
* Remove unnecessary use of transactions.Jelmer Vernooij2010-06-201-11/+3
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-201-11/+15
* samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij2010-06-201-18/+19
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-201-59/+58
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-201-6/+215
* s4-rodc: Set am_rodc flag during provisionAnatoliy Atanasov2010-05-171-1/+4
* Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...Anatoliy Atanasov2010-05-111-4/+0
* s4-rodc: Fix provision warnings by creating ntds objectGUID in provisionAnatoliy Atanasov2010-05-101-0/+4
* s4:samdb python bindings - remove idmap creation stuff from this callMatthias Dieter Wallnöfer2010-05-091-22/+1
* s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett2010-04-201-3/+17
* s4-net: allow a username to be displayed in setpassword errorsAndrew Tridgell2010-04-161-1/+6
* s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij2010-04-081-0/+3
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-3/+6
* s4-python: samdb: Default to using global schema.Jelmer Vernooij2010-04-081-2/+1
* s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij2010-04-081-1/+1
* s4-samdb: Allow skipping global schema.Jelmer Vernooij2010-04-071-2/+3
* s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij2010-04-071-8/+42
* s4-python: Avoid importing glue directly.Jelmer Vernooij2010-04-041-3/+2
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-011-1/+1
* s4:samdb/tools - That should fix now the last failuresMatthias Dieter Wallnöfer2009-09-211-2/+2
* s4:python tools - try to fix some test problemsMatthias Dieter Wallnöfer2009-09-201-12/+14
* s4:samdb.py - further reworkMatthias Dieter Wallnöfer2009-09-191-12/+9
* s4:samdb.py - Unification of the interfacesMatthias Dieter Wallnöfer2009-09-181-37/+53
* Revert "s4: Let the "setpassword" script finally use the "samdb_set_password"...Matthias Dieter Wallnöfer2009-09-101-7/+7
* s4:setpassword script - Passwords set by this script are set by the administr...Matthias Dieter Wallnöfer2009-09-081-1/+1
* s4: Let the "setpassword" script finally use the "samdb_set_password" routineMatthias Dieter Wallnöfer2009-09-071-7/+7
* s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer2009-08-171-30/+21
* Revert "s4:samdb python bindings - we don't need the attributes here"Matthias Dieter Wallnöfer2009-08-171-1/+2
* 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-171-31/+0
* 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: Simplify two lines in the "samdb.py" file (cosmetic)Matthias Dieter Wallnöfer2009-08-061-2/+1
* Add a way to set an opaque integer onto a samdbAndrew Bartlett2009-07-161-0/+8
* 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
* Modified SamDB to accept options like Ldb.Nadezhda Ivanova2009-05-271-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-201-13/+14
|\
| * use a base64 encoded password when changing passwordsAndrew Tridgell2009-03-121-2/+3
| * fixed more embedded spaces in LDIFAndrew Tridgell2009-03-121-3/+3
| * removed leading spaces from embedded ldifAndrew Tridgell2009-03-121-10/+10
* | Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-051-1/+4
|/