summaryrefslogtreecommitdiff
path: root/python/samba/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-22samdb: Create computer in wellknown user containerDavid Mulder1-1/+2
2021-06-22samdb: Create group in wellknown user containerDavid Mulder1-1/+6
2021-06-22samdb: Create user in wellknown user containerDavid Mulder1-1/+6
2021-06-11ridalloc: Don't skip the first RID of a poolJoseph Sutton1-2/+2
2021-06-11dsdb: Add next_free_rid() function to allocate a RID without modifying the da...Joseph Sutton1-0/+105
2021-03-10python: Disable calls to _dsdb_garbage_collect_tombstones without addcDavid Mulder1-0/+5
2021-01-15samba-tool: Optionally hide disabled/expired accounts in "user list"Björn Baumbach1-0/+15
2020-11-11samdb: Add samdb.domain_netbios_name()Andrew Bartlett1-0/+15
2020-11-03samba-tool: add new "user unlock" commandBjörn Baumbach1-0/+30
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-1/+75
2020-10-01samdb: add fullname_from_names() methodJule Anger1-19/+37
2020-10-01samdb: add prepare_attr_replace() methodJule Anger1-0/+23
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2020-08-11python compat: remove binary_typeDouglas Bagnall1-5/+4
2020-01-21samba-tool group addmembers: add --member-base-dn option for group member searchBjörn Baumbach1-2/+5
2020-01-21samba-tool group addmembers: add --member-dn optionBjörn Baumbach1-26/+33
2020-01-21python/samdb: validation of group member types for group member filterBjörn Baumbach1-0/+6
2020-01-21python/samdb: add type "all" to search for all common types of group membersBjörn Baumbach1-0/+10
2020-01-21python/samdb: adapt search filter for group object typeBjörn Baumbach1-1/+3
2020-01-21python/samdb: adapt search filter for user object typeBjörn Baumbach1-2/+2
2020-01-21python/samdb: add 'computer' to the default group member types for group memb...Björn Baumbach1-1/+1
2020-01-21python/samdb: fetch specific error if there are more than one search resultsBjörn Baumbach1-0/+6
2020-01-21python/samdb: add more object types for adding/remove group membersBjörn Baumbach1-0/+21
2020-01-21python/samdb: add option to specify types of group membersBjörn Baumbach1-3/+17
2019-07-04samba-tool: implement contact management commandsBjörn Baumbach1-0/+108
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-2/+2
2018-12-10python/samba: PY3 fix failing py3 samba.tests.group_audit testNoel Power1-3/+3
2018-12-10python/samba: PY3 don't call str for bytes (or str)Noel Power1-4/+9
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-2/+2
2018-10-29python/samdb: properly use property()Douglas Bagnall1-2/+2
2018-09-03python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power1-1/+1
2018-09-03python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power1-2/+2
2018-08-24PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall1-1/+2
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-4/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-4/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-33/+37
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-1/+1
2018-07-13samdb: use int for get and set methods instead of digit strJoe Guo1-4/+8
2018-05-29python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown1-0/+9
2018-05-29python/samba/netcmd/schema.py: add schema query and management.William Brown1-0/+4
2018-05-17python/samba: Fix incorrect encode of passwordNoel Power1-1/+5
2018-05-03samdb: fix wrong computer container dn for newcomputerJoe Guo1-1/+1
2018-04-06samba-tool: improve computer management commandsJoe Guo1-3/+11
2018-04-06samba-tool: implement computer management commandsBjörn Baumbach1-0/+52