summaryrefslogtreecommitdiff
path: root/python/samba/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-07python:samdb: remove dsdb_Dn aliasDouglas Bagnall1-5/+0
2025-08-07py:samdb: add get_linearized to dsdb_dnDouglas Bagnall1-0/+5
2025-08-07py:samdb: drop unused methods (get_binary_integer, get_bytes)Douglas Bagnall1-9/+1
2025-08-07python:samdb: replace dsdb_Dn with stricter typesDouglas Bagnall1-43/+199
2025-06-16python: Do not interpret 16 character group names as GUIDsDouglas Bagnall1-1/+9
2025-05-26python: Make use of OID comparator constantsJennifer Sutton1-1/+1
2025-05-26python:samdb: Add get_searchFlags_from_lDAPDisplayName() methodJennifer Sutton1-0/+4
2025-05-26python:samdb: Add get_must_contain_from_lDAPDisplayName() methodJennifer Sutton1-0/+4
2025-05-26python:samdb: Add get_lDAPDisplayName_by_governsID_id() methodJennifer Sutton1-0/+4
2025-01-23samba-tool user disable: add new --remove-supplemental-groups optionBjörn Baumbach1-8/+75
2025-01-23python/samdb: no need to set member_base_dn multiple timesBjörn Baumbach1-3/+3
2025-01-23python/samdb: fix group member removal by SIDBjörn Baumbach1-4/+28
2025-01-23python/samdb: fix check which checks if user is already member of groupBjörn Baumbach1-1/+1
2025-01-23python/samdb: rename filter variable to search_filterBjörn Baumbach1-2/+2
2025-01-23python/samdb: add missing function parameter descriptionBjörn Baumbach1-0/+3
2025-01-23python/samdb: fix attribute name in parameter descriptionBjörn Baumbach1-6/+6
2024-04-24python: Move get_admin_sid() to SamDBJo Sutton1-0/+7
2024-03-20py:samdb: make SamDB.__str__ show the URL and IDDouglas Bagnall1-0/+8
2024-03-20python: samdb: Make connecting_user_sid a propertyRob van der Linde1-0/+3
2024-03-20python: samdb: Move get_connecting_user_sid to samdbRob van der Linde1-0/+5
2024-03-01python:samdb: wrapper for _dsdb_create_gkdi_root_key()Douglas Bagnall1-0/+6
2024-02-27python/samba/samdb: Only do caching of well known DNs in dbcheckAndrew Bartlett1-14/+1
2023-12-15python: use python3 style super statementsRob van der Linde1-6/+5
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-37/+37
2023-08-30python: Remove redundant backslashesJoseph Sutton1-1/+1
2023-06-23python:samba: Fix code spellingAndreas Schneider1-2/+2
2023-04-28librpc/ndr/pysecurity: use better exceptionsDouglas Bagnall1-1/+1
2023-02-23python: fix mutable default argumentsRob van der Linde1-2/+6
2022-05-10samdb: Avoid half-created accountsJoseph Sutton1-12/+35
2022-05-10python: Use 'is' for identity when comparing against NoneJoseph Sutton1-1/+1
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-1/+0
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