summaryrefslogtreecommitdiff
path: root/python/samba/gp_parse
AgeCommit message (Expand)AuthorFilesLines
2023-12-15python: use python3 style super statementsRob van der Linde1-9/+6
2023-10-27gp_pol: Allow null data for REG_MULTI_SZGabriel Nagy1-1/+5
2023-08-30gp: Use read_file() instead of readfp()Joseph Sutton1-2/+2
2023-06-23python:samba:gp_parse: Fix code spellingAndreas Schneider2-2/+2
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-08-24python compat: remove ConfigParserDavid Mulder1-4/+7
2020-08-11python compat: remove text_typeDouglas Bagnall1-3/+2
2020-08-11python compat: reduce use of 'if PY3:'Douglas Bagnall1-1/+0
2020-08-11python compat: remove StringIODouglas Bagnall1-1/+1
2020-03-19python/samba/gp_parse: Fix test errors with python3.8Noel Power1-1/+1
2020-02-07python: use raw string for regex with escapeDouglas Bagnall1-1/+1
2019-07-19gp_inf: Read/write files with a UTF-16LE BOM in GptTmpl.infGarming Sam1-3/+6
2019-03-12gpo: Parse GPT.INI with Latin-1Garming Sam1-0/+11
2019-03-12py3: io.open takes a numeric buffering argument at index 2Garming Sam1-1/+1
2018-11-05python/samba/gp_parse: PY2/PY3 Decode only when necessaryNoel Power1-3/+6
2018-11-05python/samba/gp_parse: Fix mulitple encode step with write_sectionNoel Power1-14/+15
2018-11-05python/samab/gp_parse: remove unused codeNoel Power1-68/+0
2018-11-05python/samba/gp_parse: Use csv.reader for parsing cvs filesNoel Power1-3/+2
2018-11-05python/samba/gp_parse: PY2/PY3 compat porting for gp_init.pyNoel Power1-1/+1
2018-11-05python/samba/gp_parse: PY3 open file non-binary mode for write_binaryNoel Power1-6/+4
2018-11-05python/samba/gp_parse: PY3 file -> openNoel Power5-7/+7
2018-11-05python/samba/gp_parse: PY2/PY3 compat changes for __init__.pyNoel Power1-5/+7
2018-10-25python/gp_parse/gp_inf: remove unused variablesDouglas Bagnall1-2/+0
2018-10-25python/gp_parse/gp_inf: remove shadowed methodDouglas Bagnall1-9/+0
2018-10-25python/gp_parse/gp_pol: remove unused importDouglas Bagnall1-1/+0
2018-10-23python/samba/gp_parse: PY2/PY3 compat porting for gp_init.pyNoel Power1-3/+3
2018-10-23python/samba/gp_parse: PY3 fdeploy_sids needs to use key method for sortNoel Power1-1/+1
2018-08-16fdeploy_ini: Generalize the share name SIDsGarming Sam2-6/+27
2018-08-16gp_parse: Add a generalize XML function to the top level parserGarming Sam1-1/+126
2018-08-16gp_ini: Add a scripts ini parser for better generalizationGarming Sam1-0/+15
2018-08-16gp_ini: Add a fdeploy1 parser for better generalizationGarming Sam1-0/+77
2018-08-16gp_ini: Allow better overriding of behaviour in inherited classesGarming Sam1-14/+36
2018-08-16gp_csv: Add CSV generalization metadataGarming Sam1-1/+9
2018-08-16gp_aas: Leave a placeholder for the .aas files for nowGarming Sam1-0/+25
2018-08-16gp_inf: Parse the GptTmpl.inf file which stores security settingsGarming Sam1-0/+385
2018-08-16gp_csv: Parse the audit.csv file which records audit settingsGarming Sam1-0/+164
2018-08-16gp_ini: Parse .ini files in SYSVOLGarming Sam1-0/+83
2018-08-16gp_pol: Parse the .pol files (PReg) which stored winreg settingsGarming Sam1-0/+148
2018-08-16gp_parse: Introduce new module for parsing GPO filesGarming Sam1-0/+57