python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / torture /
19 hours ago Stefan Metzmachers3:torture: add ldaps/starttls support to run_tldap()
19 hours ago Stefan Metzmachers3:torture: add '-T 'option=value' this is similar...
7 days ago Volker Lendeckelib: Give lib/util/util_file.c its own header file
7 days ago Vinit Agnihotrilib-addrchange: Change API to fill up if_index value...
2024-03-22 Volker Lendeckelib: Remove timeval_set()
2024-03-12 Volker Lendecketorture: Fix an error message
2023-12-19 Volker Lendeckesmbd: Give source3/smbd/dir.c its own header file
2023-11-10 Volker Lendecketorture3: Correct use of enum client_flavour defines
2023-11-05 Ralph Boehmesmbtorture3: also check test file and it's attributes...
2023-11-05 Ralph Boehmesmbd: allow setting ARCHIVE bit in POSIX context with...
2023-11-05 Ralph Boehmesmbtorture3: prepare POSIX tests for differentianting...
2023-11-05 Ralph Boehmesmbtorture3: remove unused initializers
2023-11-05 Ralph Boehmesmbtorture3: reduce indentation in posix_ls_fn()
2023-10-12 Volker Lendeckelibsmb: Add placeholder "mode" parameter to cli_qpathin...
2023-10-10 Jeremy AllisonCVE-2023-3961:s3:torture: Add test SMB2-INVALID-PIPENAM...
2023-10-10 Volker Lendeckelibsmb: Pass "flags" through cli_close_send() and pylibsmb
2023-10-04 Volker Lendeckelibsmb: Pass NTTIME to interpret_long_date()
2023-09-25 Volker Lendeckelibsmb: Pass neg contexts through sync smbXcli_negprot_...
2023-09-20 Jeremy Allisons3: torture: Add a new SMB2 test: SMB2-PIPE-READ-ASYNC...
2023-09-14 Pavel Kalugins3:torture: Use lpcfg_set_cmdline()
2023-09-05 Andreas Schneiders3:torture: Remove masktest.c
2023-08-23 Pavel Kalugins3:utils: Use lpcfg_set_cmdline() in vfstest
2023-08-22 Volker Lendeckelibsmb: Move cli_raw_ioctl() to torture3
2023-08-22 Volker Lendeckelibsmb: Move cli_qpathinfo1() to torture3
2023-08-22 Volker Lendecketorture3: Avoid unused variables
2023-08-15 Jeremy Allisons3: torture: Add SMB1-NEGOTIATE-TCON that shows the...
2023-08-14 Jeremy Allisons3: torture: Add a test doing an SMB1 negotiate+exit.
2023-08-14 Jeremy Allisons3: torture: Add SMB1-TRUNCATED-SESSSETUP test.
2023-07-27 Jeremy Allisons3: torture: Add test to show an SMB1 DFS path of ...
2023-07-19 Andreas Schneiders3:torture: Fix code spelling
2023-06-23 Volker Lendeckesmbd: Remove unused "sbuf" argument from ReadDirName()
2023-06-13 Volker Lendeckesmbd: Remove the offset argument from ReadDirName()
2023-04-28 Douglas Bagnalls3:torture: sid2unixid2: DEBUG blames the right function
2023-04-28 Douglas Bagnalls3:torture:LOCAL-IDMAP-TDB-COMMON: avoid talloc stacktrace
2023-04-27 Andreas Schneiders3:torture: Fix possible array out of bounds access
2023-04-27 Andreas Schneiders3:torture: Remove trailing white spaces in locktest2.c
2023-04-18 Volker Lendeckelibsmb: Introduce type-safe struct cli_smb2_create_flags
2023-04-01 Volker Lendecketorture3: Add tdb-validate test
2023-03-06 Volker Lendecketorture3: test rpc scalability
2023-02-06 Andreas Schneiders3:torture: Remove unused variable
2023-01-12 Volker Lendeckebuild: Don't compile source3/lib/util_sd.c four times
2023-01-04 Jeremy Allisons3: smbtorture: Add SMB2-DFS-FILENAME-LEADING-BACKSLASH...
2022-12-22 Volker Lendeckesmbd: Implement SET_REPARSE_POINT buffer size checks
2022-12-14 Ralph Boehmesmbd: remove process shortname arg from reinit_after_fork()
2022-12-05 Volker Lendeckelibsmb: Remove sync cli_posix_readlink() wrapper
2022-11-22 Volker Lendeckelibsmb: Return symlink error struct from smb2cli_create...
2022-11-07 Volker Lendecketorture: Show that "hide new files timeout" also hides...
2022-11-07 Volker Lendecketorture3: Run the "hidenewfiles" test against SMB2
2022-11-07 Volker Lendecketorture3: Fix a copy&paste error and a typo
2022-10-27 Volker Lendecketorture3: Fix an error message
2022-10-03 Volker Lendecketorture3: Align integer types
2022-09-28 Jeremy Allisons3: smbtorture3: Add new SMB2-DFS-SHARE-NON-DFS-PATH...
2022-09-28 Jeremy Allisons3: torture: Fix test SMB2-DFS-PATHS to pass against...
2022-09-20 Stefan Metzmachers3:g_lock: add callback function to g_lock_lock()
2022-09-20 Stefan Metzmachers3:g_lock: add callback function to g_lock_lock_send()
2022-09-20 Stefan Metzmachers3:torture: fix strict aliasing warnings in cmd_vfs.c
2022-09-15 Jeremy Allisons3: torture: In run_tcon_test() replace cli_state_save_...
2022-09-15 Jeremy Allisons3: torture: In run_smb2_basic(), replace cli_state_sav...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_qpathinfo() DFS test...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_ctemp() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_chkpath() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_setatr() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_getatr() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_create() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_open() DFS test to run_s...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_openx() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_nttrans_create() DFS...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_ntcreatex() DFS test...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_rmdir() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add test_smb1_mkdir() DFS test to...
2022-09-14 Jeremy Allisons3: smbtorture3: Add an SMB1 operations torture tester.
2022-09-14 Jeremy Allisons3: smbtorture3: Add a new test SMB2-NON-DFS-SHARE.
2022-09-12 Jeremy Allisons3: smbtorture: In run_smb1_dfs_paths() ensure we're...
2022-09-12 Jeremy Allisons3: smbtorture3: Fix invalid tests for file identity.
2022-09-07 Volker Lendecketorture3: Pass NULL to ReadDirName
2022-09-07 Volker Lendecketorture3: Remove an unused variable
2022-09-07 Volker Lendeckesmbtorture3: Avoid an "else"
2022-09-02 Jeremy Allisons3: torture: Add a comprehensive SMB1 DFS path torture...
2022-08-30 Jeremy Allisons3: torture: Add a comprehensive SMB2 DFS path torture...
2022-08-26 Volker LendeckesmbXcli: Pass negotiate contexts through smbXcli_negpro...
2022-08-19 Stefan Metzmachers3:g_lock: add some const to the shared array passed...
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-08-02 Jeremy Allisons3: smbd: Convert cmd_utime() to use filename_convert_d...
2022-07-26 Stefan Metzmachers3:dbwrap_watch: allow callers of dbwrap_watched_watch_...
2022-07-25 Volker LendeckeVFS: NULL dirfsp for openat on stream opens
2022-07-25 Volker Lendecketorture3: Fix an error check in torture_delete_fn()
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-07 David Muldertorture: Disable vfs chain test dependant on SMB1
2022-04-01 Volker Lendecketorture: Create a base_fsp for a named stream in vfstest
2022-04-01 Volker Lendecketorture: Introduce error labels for vfstest's cmd_open()
2022-03-24 Jeremy Allisons3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FST...
2022-03-24 Jeremy Allisons3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT...
2022-03-22 Jeremy Allisons3: torture: Add 2 new tests SMB2-DEL-ON-CLOSE-NONWRITE...
2022-03-02 Jeremy Allisons3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
2022-03-02 Jeremy Allisons3: torture: In cmd_vfs, Move two more uses of OpenDir...
2022-02-11 Volker Lendeckevfstest: Align two integer types
2022-02-10 Volker Lendecketorture: Add a test to show that full_audit uses a...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: Change expected error...
next