garming/samba-autobuild/.git
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: whitespace fixes in wintest.py
2018-08-24 Joe GuoPEP8: fix E101: indentation contains mixed spaces and...
2018-08-24 Joe GuoPEP8: fix W602: deprecated form of raising exception
2018-08-24 Joe GuoPEP8: fix W601: .has_key() is deprecated, use 'in'
2018-08-24 Joe GuoPEP8: fix E731: do not assign a lambda expression,...
2018-08-24 Joe GuoPEP8: fix E714: test for object identity should be...
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E271: multiple spaces after keyword
2018-08-23 Volker Lendeckevfs_fruit: Don't unlink the main file
2018-08-23 Volker Lendecketorture: Make sure that fruit_ftruncate only unlinks...
2018-08-22 Jeremy Allisons3: smbd: Ensure get_real_filename() copes with empty...
2018-08-22 Volker Lendeckelibads: Simplify parse_spn()
2018-08-21 Volker Lendeckelibads: Fix an error path talloc leak
2018-08-21 Volker Lendeckedsdb: Fix a typo
2018-08-21 Volker Lendeckedsdb: Fix CID 1438461 Error handling issues (CHECKED_RE...
2018-08-21 Volker Lendeckelibgpo: Fix CID 1438462 Error handling issues (CHECKED_...
2018-08-21 Volker Lendeckesmbd: Remove koplocks->contend_level2 callbacks
2018-08-21 Volker Lendecketorture: Demonstrate the invalid lock order panic
2018-08-20 Volker Lendeckevfs_fruit: Fix a leak of "br_lck"
2018-08-18 Andreas Schneiderpython: Fix print in dns_invalid.py
2018-08-18 Swen Schilligctdb: calculate queue input buffer size correctly
2018-08-18 Swen Schilligctdb: Replace calculation of bytes to read from socket...
2018-08-17 Paulo Alcantaras3: util: Do not take over stderr when there is no...
2018-08-17 Volker Lendeckedbwrap: Clarify db_open_watched API
2018-08-17 Volker Lendeckesmbd: Fix a few DEBUG statements
2018-08-17 Volker Lendeckedbwrap: Fix a typo
2018-08-17 Volker Lendeckeg_lock: Fix DEBUG messages
2018-08-17 Volker Lendeckesmbd: Fix a typo
2018-08-17 Volker Lendeckesmbd: Fix a typo
2018-08-17 Volker Lendeckesmbd: Enhance debugging in set_file_size
2018-08-17 Volker Lendeckelib: Pass mem_ctx to cache_path()
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2018-08-17 Volker Lendeckelib: Pass mem_ctx to lock_path()
2018-08-17 Volker Lendeckelib: Pass "mem_ctx" down to xx_path
2018-08-17 Volker Lendeckepygpo: Fix a talloc_tos() leak in py_gpo_get_unix_path
2018-08-17 Volker Lendecketorture3: Extend the g_lock6 test to also cover upgrades
2018-08-17 Volker Lendecketorture3: Enhance g_lock6 to run without CLEAR_IF_FIRST
2018-08-17 Volker Lendecketorture3: Simplify the g_lock6 test
2018-08-17 Andrew Bartlettdocs smb.conf: Clarify that wreplsrv:periodic_interval...
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning E501 line too long
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning W503 line break before binary operator
2018-08-17 Tim BealeFix PEP8 warning W291 trailing whitespace
2018-08-17 Tim BealeFix PEP8 warning E303 too many blank lines
2018-08-17 Tim BealeFix PEP8 warning E302 expected 2 blank lines
2018-08-17 Tim BealeFix PEP8 warning E231 missing whitespace after ','
2018-08-17 Tim BealeFix PEP8 warning F401 'blah' imported but unused
2018-08-17 Tim BealeFix PEP8 warning E225 missing whitespace around operator
2018-08-17 Tim BealeFix PEP8 warning F841 local variable 'blah' is assigned...
2018-08-17 Andrew Bartlettsamba-tool domain passwordsettings: Avoid except Exception
2018-08-17 Tim Bealepython/pso tests: use string .format() style rather...
2018-08-17 Tim BealeFix PEP8 warning E122/E126/E127 wrong indent for contin...
2018-08-17 Tim BealeFix PEP8 warning E201/202/203 array/dict whitespace
2018-08-17 Tim BealeFix PEP8 warning E711 comparison to None
2018-08-17 Joe Guopython3: reuse cmp_fn defined in compat.py
2018-08-17 Joe Guopython/samba/tests: fix SamDB dummy replacement
2018-08-17 Joe Guodescriptor: add missing backslash for long sddl str
2018-08-17 Andrew BartlettWHATSNEW: Add information on new GPO features
2018-08-16 Andrew Bartlettgpo: Always use an SMB signed connection
2018-08-16 Garming Samgpo: Maintain an XML DTD for reference of the backup
2018-08-16 Garming Samtests/gpo: Tests using a static backup directory from...
2018-08-16 Garming Samtests/gpo: Add a backup for showing that GPO backup...
2018-08-16 Garming Samgpo: Make restore with entities more robust
2018-08-16 Garming Samgitattributes: Ignore .SAMBABACKUP files
2018-08-16 Garming Samgpo: Add a --generalize to the backup command
2018-08-16 Garming Samfdeploy_ini: Generalize the share name SIDs
2018-08-16 Garming Samgp_parse: Add a generalize XML function to the top...
2018-08-16 Garming Samgp_ini: Add a scripts ini parser for better generalization
2018-08-16 Garming Samgp_ini: Add a fdeploy1 parser for better generalization
2018-08-16 Garming Samgp_ini: Allow better overriding of behaviour in inherit...
2018-08-16 Garming Samgp_csv: Add CSV generalization metadata
2018-08-16 Garming Samgpo: Enable more specific parsers of GPO files
2018-08-16 Garming Samgp_aas: Leave a placeholder for the .aas files for now
2018-08-16 Garming Samgp_inf: Parse the GptTmpl.inf file which stores securit...
2018-08-16 Garming Samgp_csv: Parse the audit.csv file which records audit...
2018-08-16 Garming Samgp_ini: Parse .ini files in SYSVOL
2018-08-16 Garming Samgp_pol: Parse the .pol files (PReg) which stored winreg...
2018-08-16 Garming Samgpo: Add a restore command (for backups) from XML
2018-08-16 Garming Samgpo: Add a backup command (similar to fetch)
2018-08-16 Garming Samgp_parse: Introduce new module for parsing GPO files
2018-08-16 Garming Sampreg: Use gensize to allow modification of winreg data...
2018-08-16 Garming Sampreg: Using winreg_Data_GPO instead of DATA_BLOB
2018-08-16 Garming Sampreg: Unpack winreg_Data for parsing
2018-08-16 Garming Sampreg: Build python preg bindings
2018-08-16 Garming Samwinreg: Add hyper REG_QWORD to parsing routines
2018-08-16 Garming Samgit: Treat .dump files as binary
2018-08-16 Andrew Bartlettbuildtools: Split git ls-files output on newline, not...
2018-08-15 Tim Bealenetcmd: Fix --kerberos=yes and --no-secrets domain...
2018-08-15 Tim Bealenetcmd: Delete unnecessary function
2018-08-15 Tim Bealenetcmd: Fix kerberos option for domain backups
2018-08-15 Tim Bealenetcmd: domain backup didn't support prompting for...
2018-08-15 Timur I. Bakeyevthird_party:build: Test for the flags, recognized by...
2018-08-15 Joe Guoemulate/traffic: add sAMAccountName in create_group
2018-08-15 Joe Guotraffic-replay: add extra check
2018-08-15 Joe Guotraffic: uniform stats output
2018-08-15 Joe Guoemulate/traffic: fix next usage
next