summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* g_lock: Fix uninitalized variable readsVolker Lendecke2021-03-081-2/+2
* locking: Fix an uninitialized variable readVolker Lendecke2021-03-081-1/+1
* s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up fai...Trever L. Adams2021-03-051-67/+90
* s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.Peter Eriksson2021-03-031-0/+1
* s3:selftest: run test_smbclient_tarmode.pl with a fixed subdirectory nameStefan Metzmacher2021-03-031-2/+2
* s3: fix fcntl waf configure checkRalph Boehme2021-02-261-5/+5
* smbd: In conn_force_tdis_done() when forcing a connection closed force a full...Jeremy Allison2021-02-261-1/+9
* s3:pysmbd: fix fd leak in py_smbd_create_file()Stefan Metzmacher2021-02-161-0/+3
* s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed o...Jeremy Allison2021-02-081-0/+1
* s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon struct when temporaril...Jeremy Allison2021-02-031-2/+28
* s3: torture: Change the SMB1-only UID-REGRESSION-TEST to do an explicit copy ...Jeremy Allison2021-02-031-5/+17
* s3: smbtorture3: Ensure run_tcon_test() always replaces any saved tcon and sh...Jeremy Allison2021-02-031-0/+5
* s3: smbtorture3: Ensure we *always* replace the saved saved_tcon even in an e...Jeremy Allison2021-02-031-1/+1
* s3: tests: Add regression test for bug 13992.Jeremy Allison2021-02-031-0/+20
* smbd: use fsp->conn->session_info for the initial delete-on-close tokenRalph Boehme2021-02-011-21/+4
* selftest: add a test that verifies unlink works when "force user" is setRalph Boehme2021-02-012-0/+45
* vfs_error_inject: add unlinkat hookRalph Boehme2021-02-011-0/+37
* s3/auth: implement "winbind:ignore domains"Ralph Boehme2021-02-011-0/+8
* winbind: check for allowed domains in winbindd_pam_auth_pac_verify()Ralph Boehme2021-02-011-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chauthtok()Ralph Boehme2021-02-011-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()Ralph Boehme2021-02-011-0/+9
* winbind: check for allowed domains in winbindd_dual_pam_auth_crap()Ralph Boehme2021-02-011-0/+10
* winbind: check for allowed domains in winbindd_dual_pam_auth()Ralph Boehme2021-02-011-0/+9
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-02-013-8/+23
* selftest: add a test for "winbind:ignore domains"Ralph Boehme2021-02-012-0/+107
* winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme2021-02-011-0/+22
* winbind: set logfile after reloading configRalph Boehme2021-02-011-3/+3
* winbind: move config-reloading code to winbindd_dual.cRalph Boehme2021-02-013-17/+28
* s3: smbd: Add call to conn_setup_case_options() to create_conn_struct_as_root().Jeremy Allison2021-01-201-0/+2
* s3: smbd: Factor out setting up case parameters for a share to a function - c...Jeremy Allison2021-01-203-10/+21
* build: remove smbd_conn private libraryRalph Boehme2021-01-201-6/+1
* smbd: implement FSCTL_SMBTORTURE_IOCTL_RESPONSE_BODY_PADDING8 as reproducer f...Stefan Metzmacher2021-01-202-3/+39
* vfs_fruit: fix close for fake_fdRalph Boehme2021-01-131-4/+10
* vfs_fruit: check fake_fd in fruit_pread_meta_stream()Ralph Boehme2021-01-131-0/+5
* vfs_fruit: use "fake_fd" instead of "created"Ralph Boehme2021-01-131-10/+1
* vfs_streams_xattr: make use of vfs_fake_fd_close()Stefan Metzmacher2021-01-131-2/+2
* vfs_fruit: make use of vfs_fake_fd_close()Stefan Metzmacher2021-01-131-2/+2
* s3:smbd: add vfs_fake_fd_close() helperStefan Metzmacher2021-01-132-0/+11
* s3:lib: Create the cache path of user gencache recursivelyAndreas Schneider2021-01-131-1/+1
* vfs_virusfilter: Allocate separate memory for config char*Arne Kreddig2021-01-131-9/+57
* lib: Avoid declaring zero-length VLAs in various messaging functionsDimitry Andric2021-01-051-3/+3
* vfs_zfsacl: add missing inherited flag on hidden "magic" everyone@ ACERalph Boehme2020-12-091-1/+2
* vfs_zfsacl: reformattingRalph Boehme2020-12-091-2/+3
* s3: smbd: Quiet log messages from usershares for an unknown share.Jeremy Allison2020-12-081-0/+10
* s3-libads: Pass timeout to open_socket_out in msIsaac Boukris2020-12-081-1/+3
* vfs_glusterfs: print exact cmdline for disabling write-behind translatorGünther Deschner2020-12-021-2/+5
* clitar: Use do_list()'s recursion in clitar.cVolker Lendecke2020-12-021-33/+8
* s3/script/tests: Ensure all remote test files are removedJeremy Allison2020-12-021-0/+15
* s3/script/tests: call smbclient deltree to remove remote filesNoel Power2020-12-021-2/+7
* s3/script/tests: Make smb_client 'die' behaviour configurableNoel Power2020-12-021-5/+31