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