summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Use separate flag to track become_root()/unbecome_root() state.Jeremy Allison2015-06-301-2/+6
* s3:smb2: add padding to last command in compound requestsRalph Boehme2015-06-011-4/+12
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-201-1/+1
* s3: smbd: VFS: Add vfs_stat_smb_basename() - to be called when we *know* stre...Jeremy Allison2015-05-202-0/+28
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-201-59/+0
* s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()Stefan Metzmacher2015-05-201-15/+171
* s3:smb2_sesssetup: always assign smb2req->session when a session was created.Stefan Metzmacher2015-05-201-1/+1
* s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*Stefan Metzmacher2015-05-201-60/+15
* s3:smbXsrv_session: cancel pending requests when we logoff a previous sessionStefan Metzmacher2015-05-201-7/+38
* s3:smbXsrv_session: add smb2srv_session_shutdown_send/recv helper functionsStefan Metzmacher2015-05-202-0/+112
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-201-0/+20
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-201-0/+19
* s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and...Stefan Metzmacher2015-05-201-0/+14
* s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handleStefan Metzmacher2015-05-201-4/+11
* s3:smbd: add a smbd_notify_cancel_by_map() helper functionStefan Metzmacher2015-05-201-6/+13
* smbd:smb2: fix error code when the header says the request is signed but we d...Michael Adam2015-05-201-1/+1
* s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is requiredStefan Metzmacher2015-05-201-1/+1
* vfs: kernel_flock and named streamsRalph Boehme2015-05-061-0/+9
* s3:smbd: update comment to correctly reflect MS-SMB2Ralph Boehme2015-04-281-6/+5
* s3:smbd: missing tevent_req_nterrorRalph Boehme2015-04-281-6/+6
* s3: Fix fsctl_validate_neg_info to pass MS compliance suite.Jeremy Allison2015-04-081-11/+17
* s3: Refactor smbd_smb2_request_process_negprotJeremy Allison2015-04-082-74/+43
* smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.Ira Cooper2015-03-031-3/+3
* s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"Stefan Metzmacher2015-02-031-0/+3
* s3:smb2_server: always try to grant the credits the client just consumedStefan Metzmacher2015-02-021-6/+2
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2015-01-141-0/+1
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-182-5/+4
* s3:smb2_server: use the global signing key to check if signing is requiredStefan Metzmacher2014-12-181-1/+1
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher2014-11-091-0/+3
* There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe2014-11-091-1/+1
* s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...Volker Lendecke2014-09-291-1/+6
* s3: smbd - open logic fix.Jeremy Allison2014-09-271-0/+11
* s3:smbd:open_file: use a more natural check.Michael Adam2014-09-271-1/+3
* s3:smbd: fix a race in open codeMichael Adam2014-09-271-17/+42
* dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp2014-09-011-0/+13
* smbd: Properly initialize mangle_hashVolker Lendecke2014-09-011-0/+4
* samba: Retain case sensitivity of cifs clientShirish Pargaonkar2014-09-011-1/+2
* smbd: split printer reload processingDavid Disseldorp2014-09-011-44/+7
* server: remove duplicate snum_is_shared_printer()David Disseldorp2014-09-012-1/+2
* smbd: only reprocess printer_list.tdb if it changedDavid Disseldorp2014-09-011-0/+21
* printing: only reload printer shares on client enumDavid Disseldorp2014-09-012-20/+1
* s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison2014-09-011-3/+34
* s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison2014-09-011-2/+2
* s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison2014-09-011-5/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-09-014-5/+12
* s3: remove stat_ex.vfs_private completelyMichael Adam2014-08-071-14/+0
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-08-076-6/+6
* s3: SMB2 : Fix leak of blocking lock records in the database.Jeremy Allison2014-07-191-0/+1
* s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().Jeremy Allison2014-07-191-30/+25