summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* build: Notice if flex is missing at configure timeAndrew Bartlett2021-04-201-9/+0
* s3-iremotewinspool: set the per-request memory contextSamuel Cabrero2021-04-201-0/+2
* s3: smbd: fix deferred renamesRalph Boehme2021-04-011-0/+1
* rpc_server3: Fix a memleak for internal pipesVolker Lendecke2021-04-011-1/+1
* spools: avoid leaking memory into the callers mem_ctxRalph Boehme2021-04-011-2/+4
* pidl: set the per-request memory context in the pidl generatorRalph Boehme2021-04-011-6/+0
* smbd: free open_rec state in remove_deferred_open_message_smb2_internal()Ralph Boehme2021-03-311-0/+1
* smbd: cancel pending poll open timer in poll_open_done()Ralph Boehme2021-03-311-0/+1
* smbd: reset dangling watch_req pointer in poll_open_doneRalph Boehme2021-03-311-0/+2
* s3:modules:vfs_virusfilter: Recent New_VFS changes break vfs_virusfilter_openat.Trever L. Adams2021-03-311-6/+2
* idmap_nss: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt2021-03-311-1/+5
* idmap_rfc2307: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt2021-03-312-1/+5
* winbind: Only use unixid2sid mapping when module reports ID_MAPPEDChristof Schmitt2021-03-311-2/+4
* smbd: Ensure errno is preserved across fsp destructorSachin Prabhu2021-03-311-0/+3
* 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
* smbd: don't overwrite _mode if neither a msdfs symlink nor get_dosmode is req...Ralph Boehme2021-02-261-7/+9
* CI: verify a symlink has FILE_ATTRIBUTE_NORMAL setRalph Boehme2021-02-261-0/+14
* vfs_aixacl: fix regression from f4c2f867f035fcbe3d547d5635d058b0aec7636aRalph Boehme2021-02-261-3/+3
* vfs: restore platform specific POSIX sys_acl_set_file() functionsRalph Boehme2021-02-263-0/+164
* smbd: In conn_force_tdis_done() when forcing a connection closed force a full...Jeremy Allison2021-02-261-1/+9
* printing: use correct error out in get_correct_cversion() when openat_pathref...Ralph Boehme2021-02-221-1/+4
* printing: use correct error out in file_version_is_newer() when openat_pathre...Ralph Boehme2021-02-221-1/+3
* printing: use correct error out in file_version_is_newer() when openat_pathre...Ralph Boehme2021-02-221-1/+2
* s3:pysmbd: fix fd leak in py_smbd_create_file()Stefan Metzmacher2021-02-161-0/+3
* 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: libsmb: Ensure we disconnect the temporary SMB1 tcon pointer on failure t...Jeremy Allison2021-02-031-0/+7
* s3: tests: Add regression test for bug 13992.Jeremy Allison2021-02-031-0/+20
* s3:smbd: Fix invalid memory access in posix_sys_acl_blob_get_fd()Andreas Schneider2021-02-031-1/+1
* s3:selftest: run test_smbclient_tarmode.pl with a fixed subdirectory nameStefan Metzmacher2021-02-021-2/+2
* s3:idmap_hash: reliable return ID_TYPE_BOTHStefan Metzmacher2021-01-271-0/+35
* smbd: use fsp->conn->session_info for the initial delete-on-close tokenRalph Boehme2021-01-271-21/+4
* selftest: add a test that verifies unlink works when "force user" is setRalph Boehme2021-01-272-0/+45
* vfs_error_inject: add unlinkat hookRalph Boehme2021-01-271-0/+44
* s3/auth: implement "winbind:ignore domains"Ralph Boehme2021-01-271-0/+8
* winbind: check for allowed domains in winbindd_pam_auth_pac_verify()Ralph Boehme2021-01-271-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chauthtok()Ralph Boehme2021-01-271-0/+8
* winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()Ralph Boehme2021-01-271-0/+9
* winbind: check for allowed domains in winbindd_dual_pam_auth_crap()Ralph Boehme2021-01-271-0/+10
* winbind: check for allowed domains in winbindd_dual_pam_auth()Ralph Boehme2021-01-271-0/+9
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-01-273-8/+23
* selftest: add a test for "winbind:ignore domains"Ralph Boehme2021-01-272-0/+107
* winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme2021-01-271-0/+22
* winbind: set logfile after reloading configRalph Boehme2021-01-271-3/+3
* winbind: move config-reloading code to winbindd_dual.cRalph Boehme2021-01-273-17/+28