summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-886/+0
* s4:scripting/python: add support for utf-8 passwords from the command lineStefan Metzmacher2013-02-041-1/+2
* Set RFC2307 attributes in samba-tool createAlexander Wuerstlein2012-10-181-1/+25
* s4-python: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-1/+0
* s4-dsdb: Explain better what records are written during schema setAndrew Bartlett2012-08-101-4/+4
* s4-pydsdb: Provide control of if we should write index attributes when reload...Andrew Bartlett2012-08-091-4/+4
* pydsdb: Add bindings for dsdb_wellknown_dn()Andrew Bartlett2012-07-061-0/+3
* s4-pydsdb: Add bindings for dsdb_find_nc_root()Andrew Bartlett2012-07-061-0/+3
* samba-tool: Fix indentationAmitay Isaacs2012-07-031-2/+2
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-211-4/+3
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-3/+3
* s4-python: Remove env from non-executable samba scripts.Andreas Schneider2012-03-131-2/+0
* samba.samdb: Fix formatting of arguments in docstring.Jelmer Vernooij2012-03-101-4/+4
* Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij2012-02-251-7/+7
* pydsdb: provide a am_pdc hook like am_rodc to python scriptsAndrew Bartlett2011-12-071-0/+4
* s4-python: factorize the definition of get_dsServiceNameMatthieu Patou2011-12-051-0/+10
* s4-samdb: seqence_number() operation must be in a transactionAmitay Isaacs2011-11-291-0/+14
* samba-tool: Don't set UF_PASSWD_NOTREQD flag on "user disable"Giampaolo Lauria2011-11-151-1/+1
* samba-tool: Added new "user disable" commandGiampaolo Lauria2011-11-101-0/+10
* samba-tool: Improve "delegation" command error handlingGiampaolo Lauria2011-11-031-4/+6
* s4-samdb: added a few function comments for pydocAndrew Tridgell2011-09-051-0/+3
* s4-samdb: added host_dns_name(), domain_dns_name() and forest_dns_name()Andrew Tridgell2011-08-251-0/+15
* s4-samdb: added deleteuser() to samdbAndrew Tridgell2011-08-181-0/+23
* s4-samdb: support relative paths in SamDB() connectAndrew Tridgell2011-08-091-1/+2
* pysamdb: move normalise_int32() to common moduleAndrew Tridgell2011-08-091-7/+2
* s4-samdb: save the url in the samdb classAndrew Tridgell2011-08-041-0/+3
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-291-4/+6
* pydsdb: added get_backlink_from_lDAPDisplayName()Andrew Tridgell2011-07-131-0/+5
* dsdb: added get_lDAPDisplayName_by_attidAndrew Tridgell2011-07-111-0/+4
* s4-python: Add functions to get linkid and systemflags of an attributeMatthieu Patou2011-07-111-0/+8
* s4:python/samba/samdb: add toggle_userAccountFlags() helper functionStefan Metzmacher2011-06-241-10/+35
* pydsdb: added get_syntax_oid_from_lDAPDisplayName()Andrew Tridgell2011-06-221-0/+5
* s4-pysamdb: fixed the normalisation of grouptype in group addAndrew Tridgell2011-06-171-1/+7
* s4-pydsdb: added dsdb_normalise_attributes() callAndrew Tridgell2011-06-171-0/+5
* s4-param Remove 'sam database' parameterAndrew Bartlett2011-06-061-1/+1
* samba-tool: improved error handling in user setexpiryAndrew Tridgell2011-06-011-0/+4
* samba-tool: improved user enable error handlingAndrew Tridgell2011-06-011-0/+2
* s4:password_hash LDB module - allow empty ("") passwordsMatthias Dieter Wallnöfer2010-12-021-0/+30
* s4-samdb: give a better exception if multiple users match in password changeAndrew Tridgell2010-11-291-1/+2
* s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell2010-11-291-5/+5
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-13/+18
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-281-52/+57
* s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova2010-11-251-9/+3
* s4-dsdb: Switched to using a dictionary in create_ou for consistency.Nadezhda Ivanova2010-11-251-4/+2
* s4-dsdb: Fixed wrong assignment of name attribute to description atribute in ...Nadezhda Ivanova2010-11-251-1/+1
* s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.Nadezhda Ivanova2010-11-241-1/+5
* s4-dsdb: Changed filter to find the account of a user by samAccountNameNadezhda Ivanova2010-11-231-2/+1
* s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ...Nadezhda Ivanova2010-11-231-3/+9
* s4-dsdb: Added a python method to SamDB for creating organizationalUnitsNadezhda Ivanova2010-11-231-1/+29
* s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDBNadezhda Ivanova2010-11-231-0/+24