oss-fuzz: Update build script to be compatible with rpm distros
[metze/samba-autobuild/.git] / python /
2021-03-29 Douglas Bagnallpytest/dnsserver: extend record_type_int to all types
2021-03-29 Douglas Bagnallpytest/dns: use self.assertIn() and .assertNotIn()
2021-03-29 Douglas Bagnallpytest/dns: remove redundant argument
2021-03-29 Douglas Bagnallpydns: expose dns timestamp utils to python, and test
2021-03-29 Mathieu ParentRename mdfind to mdsearch
2021-03-24 Douglas BagnallCVE-2020-27840: pytests: move Dn.validate test to ldb
2021-03-24 Douglas BagnallCVE-2020-27840: pytests:segfault: add ldb.Dn validate...
2021-03-24 Joseph Suttonnetcmd: Fix opening SamDB database for offline backup
2021-03-24 Samuel Cabreronetcmd: Workaround issue backing up offline domain...
2021-03-24 Joseph Suttonnetcmd: Fix typos in offline domain backup test
2021-03-23 Joseph Suttonnetcmd: Avoid database corruption by opting not to...
2021-03-23 Joseph Suttonnetcmd: Determine which files are to be copied for...
2021-03-23 Joseph Suttonnetcmd: Add test for an offline backup of nested direct...
2021-03-23 Joseph Suttonnetcmd: Add test for an offline backup of a directory...
2021-03-18 David Muldersamba-tool: Add a gpo command for removing VGP Host...
2021-03-18 David Muldersamba-tool: Test gpo manage access remove command
2021-03-18 David Muldersamba-tool: Add a gpo command for adding VGP Host Acces...
2021-03-18 David Muldersamba-tool: Test gpo manage access add command
2021-03-18 David Muldersamba-tool: Add a gpo command for listing VGP Host...
2021-03-18 David Muldersamba-tool: Test gpo manage access list command
2021-03-18 David Muldergpo: Apply Group Policy Host Access configuration from VGP
2021-03-18 David Muldergpo: Test Group Policy Host Access Configuration for VGP
2021-03-17 Douglas Bagnallpy.join: remove unused untested get_naming_master
2021-03-17 Douglas Bagnallsamba-tool: domain tombstones expunge reminds on semi...
2021-03-17 Douglas Bagnallpytests: dns_base: remove a py2 compat thing
2021-03-17 Douglas Bagnallkcc: use py3 compatible sort in rarely visited branch
2021-03-17 Douglas Bagnallpy3compat: remove obsolete comments
2021-03-17 Douglas Bagnallpy bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'
2021-03-17 Douglas Bagnallpy/provision: provision_become_dc(): remove unused...
2021-03-17 Douglas Bagnallpy/provision: remove unused variable, thence import
2021-03-11 Björn Baumbachsamba-tool gpo: add missing newline to admxload warning
2021-03-11 David Muldersamba-gpupdate: Check sysvol download paths in case...
2021-03-11 David Muldersamba-gpupdate: Test that sysvol paths download in...
2021-03-11 David Muldersamba-tool: gpo manage sudoers handle missing and dispe...
2021-03-11 David Muldersamba-tool: Ensure that gpo manage sudoers handles...
2021-03-10 David Mulderpython: Disable calls to _dsdb_garbage_collect_tombston...
2021-03-10 David Mulderpython: Test samdb import
2021-03-08 David Muldersamba-tool: Add a gpo command for setting VGP Issue...
2021-03-08 David Muldersamba-tool: Test gpo manage issue set command
2021-03-08 David Muldersamba-tool: Add a gpo command for listing VGP Issue...
2021-03-08 David Muldersamba-tool: Test gpo manage issue list command
2021-03-08 David Muldergpo: Apply Group Policy Issue setting from VGP
2021-03-08 David Muldergpo: Test Group Policy VGP Issue Policy
2021-03-08 David Muldersamba-tool: Add a gpo command for setting VGP MOTD...
2021-03-08 David Muldersamba-tool: Test gpo manage motd set command
2021-03-08 David Muldersamba-tool: Add a gpo command for listing VGP MOTD...
2021-03-08 David Muldersamba-tool: Test gpo manage motd list command
2021-03-08 David Muldergpo: Apply Group Policy MOTD setting from VGP
2021-03-08 David Muldergpo: Test Group Policy VGP MOTD Policy
2021-03-08 David Muldergpo: vgp_sudoers_ext handle missing and dispersed princ...
2021-03-08 David Muldergpo: Ensure that vgp_sudoers_ext handles missing/disper...
2021-03-08 David Muldergpo: Add rsop output for vgp_openssh_ext
2021-03-08 David Muldergpo: vgp_openssh_ext create the config dir
2021-03-08 David Muldergpo: Improve the samba-gpupdate --rsop output
2021-03-08 David Muldergpo: Add admxload warning about Windows templates
2021-03-08 David Muldergpo: Ensure that samba-gpupdate doesn't require ad-dc
2021-03-08 David Muldergpo: Test to ensure that samba-gpupdate doesn't require...
2021-03-01 Björn Baumbachtest: samba-tool user show: Test ';format=[GeneralizedT...
2021-03-01 Stefan Metzmachersamba-tool user: add ';format=[GeneralizedTime,UnixTime...
2021-03-01 Stefan Metzmachersamba-tool user: add ';format=[GeneralizedTime,UnixTime...
2021-03-01 Stefan Metzmachersamba-tool user: use an implicit_attrs list instead...
2021-03-01 Stefan Metzmacherpyglue: add float2nttime() and nttime2float()
2021-03-01 Björn Baumbachsamba-tool user: use remote domain information
2021-03-01 Björn Baumbachsamba-tool user: fix some typos
2021-02-24 David Muldersamba-tool: Add a gpo command for removing VGP Startup...
2021-02-24 David Muldersamba-tool: Test gpo manage script startup remove command
2021-02-24 David Muldersamba-tool: Add a gpo command for adding VGP Startup...
2021-02-24 David Muldersamba-tool: Test gpo manage script startup add command
2021-02-24 David Muldersamba-tool: Add a gpo command for listing VGP Startup...
2021-02-24 David Muldersamba-tool: Test gpo manage script startup list command
2021-02-24 David Muldergpo: Apply Group Policy Startup Scripts from VGP
2021-02-24 David Muldergpo: Test Group Policy VGP Startup Script Policy
2021-02-22 Douglas Bagnallpytest/segfault: fix the rpc.echo test
2021-02-22 Douglas Bagnallpytest/segfaults: drop a useless line
2021-02-22 Douglas Bagnallpytest:segfault: avoid gdb_backtrace on knownfail
2021-02-14 David Muldersamba-tool: Replace gpo command for removing Sudoers...
2021-02-13 David Muldersamba-tool: Test gpo manage vgp sudoers remove command
2021-02-13 David Muldersamba-tool: Replace gpo command for adding Sudoers...
2021-02-13 David Muldersamba-tool: Test VGP sudoers add command
2021-02-13 David Muldersamba-tool: Replace gpo command for listing Sudoers...
2021-02-13 David Muldersamba-tool: Test gpo manage vgp sudoers list command
2021-02-13 David Muldergpo: VGP Sudoers policy must handle group principals
2021-02-13 David Muldergpo: Test that VGP Sudoers policy handles group principals
2021-02-11 David Muldergpo: Security gpext rsop list only own policies
2021-02-11 David Muldergpo: Test that Security gpext rsop lists only own policies
2021-02-11 David Muldergpo: Ensure empty Security sections are removed
2021-02-11 David Muldergpo: Test that empty Security sections are removed
2021-02-10 Björn Jackeclassicupgrade: treat old never expires value right
2021-02-09 David Muldersamba-tool: Add a gpo command for setting VGP OpenSSH...
2021-02-09 David Muldersamba-tool: Test gpo manage openssh set command
2021-02-09 David Muldersamba-tool: Add a gpo command for listing VGP OpenSSH...
2021-02-09 David Muldersamba-tool: Test gpo manage openssh list command
2021-02-09 David Muldergpo: Apply Group Policy OpenSSH settings from VGP
2021-02-09 David Muldergpo: Test Group Policy OpenSSH for VGP
2021-02-08 David Muldersamba-tool: Add a gpo command for removing VGP Files...
2021-02-08 David Muldersamba-tool: Test gpo manage files remove command
2021-02-08 David Muldersamba-tool: Add a gpo command for adding VGP Files...
2021-02-08 David Muldersamba-tool: Test gpo manage files add command
2021-02-08 David Muldersamba-tool: Add a gpo command for listing VGP Files...
2021-02-08 David Muldersamba-tool: Test gpo manage files list command
next