PEP8: fix E713: test for membership should be 'not in'
[nivanova/samba-autobuild/.git] / python / samba / samdb.py
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-07-12 Joe Guosamdb: use int for get and set methods instead of digit str
2018-05-29 William Brownpython/samba/netcmd/schema.py: samdb schema update now
2018-05-29 William Brownpython/samba/netcmd/schema.py: add schema query and...
2018-05-17 Noel Powerpython/samba: Fix incorrect encode of password
2018-05-03 Joe Guosamdb: fix wrong computer container dn for newcomputer
2018-04-06 Joe Guosamba-tool: improve computer management commands
2018-04-06 Björn Baumbachsamba-tool: implement computer management commands
2018-04-06 Gary Lockyerprovision: allow provisioning of a different database...
2018-03-19 Stefan Metzmachersamba-tool: allow sid strings for 'group {add,remove...
2018-02-14 Lumir Balharpython: Port samdb module to Python 3 compatible form
2018-02-14 Andreas Schneiderpython: Convert base64 encoded password to utf-8
2018-02-09 Douglas Bagnallpython samdb.newuser(): use user DN not samaccountname...
2018-02-08 Andrew Bartlettpython/samdb: Improve function comment on normalize_dn_...
2018-02-08 Andrew Bartlettpython/samdb: Allow samdb.normalize_dn_in_domain()...
2018-02-08 Björn Baumbachpython/samdb: add method normalize_dn_in_domain():...
2018-02-07 Gary Lockyerpython SamDB: init default flags to FLG_DONT_CREATE_DB
2017-11-20 Luke Morrisongpo: Initial commit for GPO work
2017-06-10 Andrew Bartlettdns_server: clobber MNAME in the SOA
2017-06-10 Andrew Bartlettpydsdb_dns: Allow the partition DN to be specified...
2017-06-09 Rowland Pennysamba-tool: You cannot add members to a group if the...
2017-02-21 Stefan Metzmacherpython/samba: use an explicit .encode('utf-8') where...
2016-11-04 Andrew Bartlettdsdb: Add python hooks to allocate a RID set and alloca...
2016-09-01 Andrew Bartlettpython: Add binding for dsdb_garbage_collect_tombstones()
2016-06-30 Stefan Metzmachersamdb.py: add smartcard_required option to newuser()
2016-03-07 Rowland PennyRemove posixAccount from samdb.py
2015-10-26 Andrew Bartlettpydns: Add replace_by_dn()
2015-10-26 Andrew Bartlettdns_server: Add python method to extract a DNS entry...
2015-10-26 Andrew Bartlettdns_server: Add a python module directly accessing...
2015-08-24 Matthieu Patouldb: create a cache of known wellknown objects instead...
2015-06-16 Marc MuehlfeldGroup creation: Add msSFU30Name only when --nis-domain...
2015-02-03 Marc Muehlfeldsamba-tool: Create NIS enabled users and unixHomeDirect...
2014-10-23 Marc Muehlfeldsamba-tool group add: Add option --nis-domain and ...
2014-10-23 Marc Muehlfeldsamba-tool: Add exception when trying to add/remove...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...