summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: Use new debug macros in kill-client-ipChristof Schmitt2015-06-111-3/+3
* smbd/trans2: add a useful diagnostic for files with bad encodingRalph Boehme2015-06-091-0/+4
* s3:smb2_tcon: require a signed request when authentication is used for SMB >=...Stefan Metzmacher2015-06-061-9/+40
* messaging: Move parsing of ctdb_req_message to ctdbd_conn.cVolker Lendecke2015-06-051-3/+4
* s3:smb2_server: In CCM and GCM mode we can't reuse noncesSimo Sorce2015-05-292-26/+81
* s3:smb2: add padding to last command in compound requestsRalph Boehme2015-05-281-4/+12
* ctdbd_conn: Introduce ctdbd_messaging_send_iov()Volker Lendecke2015-05-281-3/+7
* ctdbd_conn: Move ctdbd_register_reconfigure to a callbackVolker Lendecke2015-05-281-1/+24
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-163-3/+3
* Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cle...Richard Sharpe2015-05-121-7/+7
* s3:smb2_negprot: add support for negotiating SMB 3.1.0 and SMB 3.1.1Stefan Metzmacher2015-05-081-0/+2
* s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauthStefan Metzmacher2015-05-082-16/+93
* s3:smb2_negprot.c: add support SMB 3.1 negotiate contextsMichael Adam2015-05-083-4/+274
* s3:smb2_server: allow SMB2_HDR_FLAG_PRIORITY_MASK for SMB >= 3.1.1Stefan Metzmacher2015-05-081-0/+8
* s3:smb2_negprot: add support for negotiating SMB 3.0.2Stefan Metzmacher2015-05-081-0/+1
* s3:smb2_read: pass in_flags to smbd_smb2_read_send()Stefan Metzmacher2015-05-081-0/+11
* s3:smb2_write: add simplified support for SMB2_WRITEFLAG_WRITE_UNBUFFEREDStefan Metzmacher2015-05-081-0/+5
* s3:smb2_create: treat the SVHDX_OPEN_DEVICE_CONTEXT in smb2_create (not suppo...Michael Adam2015-05-081-0/+15
* s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff()Michael Adam2015-05-071-24/+10
* s3:smb2_tcon: cancel pending requests on all connections on tdisStefan Metzmacher2015-05-061-31/+35
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-061-98/+0
* s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()Stefan Metzmacher2015-05-061-15/+171
* s3:smb2_sesssetup: always assign smb2req->session when a session was created.Stefan Metzmacher2015-05-061-1/+1
* s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*Stefan Metzmacher2015-05-061-60/+15
* s3:smbXsrv_session: cancel pending requests when we logoff a previous sessionStefan Metzmacher2015-05-061-7/+38
* s3:smbXsrv_session: add smb2srv_session_shutdown_send/recv helper functionsStefan Metzmacher2015-05-062-0/+126
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-061-0/+23
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-061-0/+23
* s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and...Stefan Metzmacher2015-05-061-0/+14
* s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handleStefan Metzmacher2015-05-061-4/+11
* s3:smbd: add a smbd_notify_cancel_by_map() helper functionStefan Metzmacher2015-05-061-6/+13
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-0625-174/+174
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-051-1/+1
* s3: smbd: VFS: Remove vfs_stat_smb_fname() and vfs_lstat_smb_fname().Jeremy Allison2015-05-052-59/+0
* s3: smbd: VFS: Add vfs_stat_smb_basename() - to be called when we *know* stre...Jeremy Allison2015-05-052-0/+28
* Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe2015-05-012-84/+84
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-014-155/+155
* vfs: kernel_flock and named streamsRalph Boehme2015-04-291-0/+9
* lib: Remove server_id_str()Volker Lendecke2015-04-286-25/+45
* lib: Remove procid_str_staticVolker Lendecke2015-04-283-7/+11
* smbd: Cancel pending notifies if the directory goes awayVolker Lendecke2015-04-223-0/+50
* smbd: Remove bool arg from set_delete_on_close_lckVolker Lendecke2015-04-221-2/+2
* smbd: Use reset_delete_on_close_lck directlyVolker Lendecke2015-04-221-1/+1
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-223-12/+3
* s3:smbd: add wrapper around reinit_after_forkRalph Boehme2015-04-221-0/+12
* s3:smbd: use lp_load_with_shares() in reload_services().Michael Adam2015-04-221-5/+1
* s3:smbd: update comment to correctly reflect MS-SMB2Ralph Boehme2015-04-221-6/+5
* s3:smbd: missing tevent_req_nterrorRalph Boehme2015-04-211-6/+6
* s3: smbd: Make sure we do not pass paths with ./ on the front to VFS routines.Richard Sharpe2015-04-161-4/+13
* fsrvp: add remote snapshot RPC serverDavid Disseldorp2015-03-311-0/+7