summaryrefslogtreecommitdiff
path: root/python/samba/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* python: Disable calls to _dsdb_garbage_collect_tombstones without addcDavid Mulder2021-03-101-0/+5
* samba-tool: Optionally hide disabled/expired accounts in "user list"Björn Baumbach2021-01-151-0/+15
* samdb: Add samdb.domain_netbios_name()Andrew Bartlett2020-11-111-0/+15
* samba-tool: add new "user unlock" commandBjörn Baumbach2020-11-031-0/+30
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-1/+1
* python: Move dsdb_Dn to samdbDavid Mulder2020-10-021-1/+75
* samdb: add fullname_from_names() methodJule Anger2020-10-011-19/+37
* samdb: add prepare_attr_replace() methodJule Anger2020-10-011-0/+23
* python compat: remove text_typeDouglas Bagnall2020-08-111-2/+1
* python compat: remove binary_typeDouglas Bagnall2020-08-111-5/+4
* samba-tool group addmembers: add --member-base-dn option for group member searchBjörn Baumbach2020-01-211-2/+5
* samba-tool group addmembers: add --member-dn optionBjörn Baumbach2020-01-211-26/+33
* python/samdb: validation of group member types for group member filterBjörn Baumbach2020-01-211-0/+6
* python/samdb: add type "all" to search for all common types of group membersBjörn Baumbach2020-01-211-0/+10
* python/samdb: adapt search filter for group object typeBjörn Baumbach2020-01-211-1/+3
* python/samdb: adapt search filter for user object typeBjörn Baumbach2020-01-211-2/+2
* python/samdb: add 'computer' to the default group member types for group memb...Björn Baumbach2020-01-211-1/+1
* python/samdb: fetch specific error if there are more than one search resultsBjörn Baumbach2020-01-211-0/+6
* python/samdb: add more object types for adding/remove group membersBjörn Baumbach2020-01-211-0/+21
* python/samdb: add option to specify types of group membersBjörn Baumbach2020-01-211-3/+17
* samba-tool: implement contact management commandsBjörn Baumbach2019-07-041-0/+108
* Spelling fix s/informations/information/Mathieu Parent2019-04-021-2/+2
* python/samba: PY3 fix failing py3 samba.tests.group_audit testNoel Power2018-12-101-3/+3
* python/samba: PY3 don't call str for bytes (or str)Noel Power2018-12-101-4/+9
* python: do not use "is" for string equalityDouglas Bagnall2018-10-291-2/+2
* python/samdb: properly use property()Douglas Bagnall2018-10-291-2/+2
* python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power2018-09-031-1/+1
* python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power2018-09-031-2/+2
* PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall2018-08-241-1/+2
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-4/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-4/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-33/+37
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-9/+9
* PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo2018-08-241-1/+1
* samdb: use int for get and set methods instead of digit strJoe Guo2018-07-131-4/+8
* python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown2018-05-291-0/+9
* python/samba/netcmd/schema.py: add schema query and management.William Brown2018-05-291-0/+4
* python/samba: Fix incorrect encode of passwordNoel Power2018-05-171-1/+5
* samdb: fix wrong computer container dn for newcomputerJoe Guo2018-05-031-1/+1
* samba-tool: improve computer management commandsJoe Guo2018-04-061-3/+11
* samba-tool: implement computer management commandsBjörn Baumbach2018-04-061-0/+52
* provision: allow provisioning of a different database backendGary Lockyer2018-04-061-0/+3
* samba-tool: allow sid strings for 'group {add,remove}members'Stefan Metzmacher2018-03-191-4/+20
* python: Port samdb module to Python 3 compatible formLumir Balhar2018-02-151-6/+7
* python: Convert base64 encoded password to utf-8Andreas Schneider2018-02-151-1/+1
* python samdb.newuser(): use user DN not samaccountname to set passwordDouglas Bagnall2018-02-091-1/+3