1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/python/samba
Noel Power efad273122 python tests: convert oct 'O1234' format to python3 compatible '0o1234'
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-02-28 23:01:40 +01:00
..
emulate traffic_packets.py: let Lookup{Sids,Names}() work against a sane server 2018-02-21 14:19:18 +01:00
kcc samba python libs: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
netcmd samba-tool: convert octal 'O1234' format to python3 compatible '0o1234' 2018-02-28 23:01:39 +01:00
provision samba python libs: convert 'O1234' format to python3 compatible '0o1234' 2018-02-28 23:01:40 +01:00
samba3 python: Remove ntdb references 2015-03-17 11:30:51 +01:00
subunit subunit.run: report failure in process return code 2018-02-09 07:59:20 +01:00
tests python tests: convert oct 'O1234' format to python3 compatible '0o1234' 2018-02-28 23:01:40 +01:00
web_server samba python libs: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
__init__.py pyglue: Add function to generate a random byte string 2017-12-18 00:10:16 +01:00
colour.py samba_kcc: kcc.debug module defers to samba.colour 2018-01-13 17:37:07 +01:00
common.py python: Port samdb module to Python 3 compatible form 2018-02-15 00:18:29 +01:00
compat.py python: Add text_type Python 2/3 compatible function name. 2018-02-15 00:18:29 +01:00
dbchecker.py samba python libs: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
descriptor.py 2008R2: Missing operation (75, 76) for ActiveDirectoryUpdate version 5 (FL) 2017-12-20 23:13:11 +01:00
dnsserver.py python: Move dnsserver helper functions into samba.dnsserver 2017-02-23 11:36:21 +01:00
domain_update.py domain_update: Add a new docstring for the main entry point 2017-12-20 23:13:11 +01:00
drs_utils.py samba python libs: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
forest_update.py python: fix the build with python3. 2018-01-16 16:38:23 +01:00
getopt.py python: Allow debug classes to be specified on the command line for python tools 2017-09-07 10:43:33 +02:00
gpclass.py gpo: Add the winbind call to gpupdate 2018-01-13 22:38:05 +01:00
graph.py python/graph: module for generating ASCII and graphviz visualisations 2018-01-13 17:37:07 +01:00
hostconfig.py
idmap.py
join.py python: Print the finddcs error message 2018-01-09 22:41:28 +01:00
ms_display_specifiers.py
ms_forest_updates_markdown.py ms_forest_updates_markdown: Write a parser for the forest updates .md 2017-12-20 23:13:11 +01:00
ms_schema_markdown.py markdown: Rename ms_markdown.py -> ms_schema_markdown.py 2017-12-14 12:34:03 +01:00
ms_schema.py ms_schema: Properly handle base64 encoded attributes 2017-12-14 08:20:15 +01:00
ndr.py python:ndr: add ndr_{pack,unpack,print}_{in,out} helper functions 2016-10-26 11:20:19 +02:00
ntacls.py samba-tool: add command to dump dosinfo xattr from a file 2015-09-29 06:00:49 +02:00
remove_dc.py remove_dc: Allow remove_dns_references to ignore missing server names 2018-02-08 04:58:10 +01:00
samdb.py python: Port samdb module to Python 3 compatible form 2018-02-15 00:18:29 +01:00
schema.py provision: Use the official MS 2008R2 schema by default 2017-12-14 08:20:17 +01:00
sd_utils.py python: Allow sd_utils to take a Dn object, not just a string DN 2017-06-10 21:48:20 +02:00
sites.py python/sites: Rework site DN construction 2015-12-24 04:09:29 +01:00
subnets.py subnet: Avoid a segfault when renaming subnet objects 2018-02-19 19:17:12 +01:00
tdb_util.py
upgrade.py samba python libs: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
upgradehelpers.py python SamDB: init default flags to FLG_DONT_CREATE_DB 2018-02-07 23:45:23 +01:00
xattr.py