summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3: smbd: Ensure we don't call qsort() with a size of -1.Jeremy Allison2014-09-111-16/+16
* s3:smbd:open_file: use a more natural check.Michael Adam2014-09-111-1/+3
* s3:smbd: fix a race in open codeMichael Adam2014-09-101-17/+42
* smbd: Fix a typoVolker Lendecke2014-09-101-1/+1
* s3:smbd: fix a comment typoRalph Boehme2014-09-091-1/+1
* smbd: Move make_dir_struct() to reply.cVolker Lendecke2014-09-093-54/+46
* s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...Stefan Metzmacher2014-09-091-0/+18
* s3: smbd: smb2-sessionsetup. Fix use after free when the sessionsetup request...Jeremy Allison2014-09-081-0/+6
* smbd: Add padding byte to readx responseChristof Schmitt2014-08-304-17/+29
* dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp2014-08-281-0/+13
* smbd: Properly initialize mangle_hashVolker Lendecke2014-08-261-0/+4
* s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison2014-08-221-5/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-08-224-5/+12
* smbd: Only DEBUG errors from messaging_cleanupVolker Lendecke2014-08-211-2/+5
* smbd: Use messaging_cleanup()Volker Lendecke2014-08-111-2/+2
* smbd: Add debugs to smbXsrv_open.cVolker Lendecke2014-08-111-0/+7
* smbd: Pass down "lease" to open_file_ntcreateVolker Lendecke2014-08-111-0/+2
* smbd: Pass down "lease" to create_file_unixpathVolker Lendecke2014-08-111-2/+3
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-118-1/+28
* smbd: split printer reload processingDavid Disseldorp2014-08-081-44/+7
* server: remove duplicate snum_is_shared_printer()David Disseldorp2014-08-082-1/+2
* smbd: only reprocess printer_list.tdb if it changedDavid Disseldorp2014-08-081-0/+21
* printing: only reload printer shares on client enumDavid Disseldorp2014-08-082-20/+1
* s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()Stefan Metzmacher2014-08-063-20/+15
* s3:smb2_server: pass smbXsrv_connection to smbd_smb2_send_break()Stefan Metzmacher2014-08-061-4/+4
* s3:smbd: pass smbXsrv_connection to smb1 encryption functionsStefan Metzmacher2014-08-063-12/+12
* s3:smb2_server: propagate NTSTATUS from smb2_sendfile_send_data() to smbd_smb...Stefan Metzmacher2014-08-063-8/+20
* smbd: Use %s/__func__Volker Lendecke2014-08-061-1/+2
* s3:smbd: pass smbXsrv_connection explicitly to sendfile_short_send()Stefan Metzmacher2014-08-063-19/+47
* s3:smbd: pass smbXsrv_connection explicitly to fake_sendfile()Stefan Metzmacher2014-08-063-8/+9
* s3:smbd: remember the time of the session setup auth_timeStefan Metzmacher2014-08-062-0/+5
* s3:smb2_sesssetup: make use of smb2req->xconnStefan Metzmacher2014-08-061-11/+11
* s3:smb2_sesssetup: split out smbd_smb2_session_setup_auth_return()Stefan Metzmacher2014-08-061-34/+12
* s3:smbXsrv_tcon: don't pass smbXsrv_connection to smbXsrv_tcon_create()Stefan Metzmacher2014-08-061-8/+15
* s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket_internal()Stefan Metzmacher2014-08-061-11/+11
* s3:smbd: use req->xconn in smb_request_done()Stefan Metzmacher2014-08-061-1/+1
* s3:smbd: use req->xconn in message.cStefan Metzmacher2014-08-061-4/+3
* s3:smbd: use req->xconn in reply.cStefan Metzmacher2014-08-061-17/+16
* s3:smbd: use req->xconn in sesssetup.cStefan Metzmacher2014-08-061-8/+8
* s3:smbd: pass smbXsrv_connection to reply_readbraw_error()Stefan Metzmacher2014-08-061-13/+11
* s3:smbd: pass smbXsrv_connection to is_valid_writeX_buffer()Stefan Metzmacher2014-08-063-4/+5
* s3:smbd: remove unused 'sconn' from valid_smb_header()Stefan Metzmacher2014-08-061-5/+4
* s3:smbd: remove unused 'sconn' from is_encrypted_packet()Stefan Metzmacher2014-08-064-7/+5
* s3:smbd: use req->xconn in nttrans.cStefan Metzmacher2014-08-061-5/+6
* s3:smbd: use req->xconn in send_trans_reply()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: use req->xconn in files.cStefan Metzmacher2014-08-061-4/+5
* s3:smbd: use req->xconn to send_trans2_replies()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: remove unused 'sconn' in call_trans2setfsinfo()Stefan Metzmacher2014-08-061-2/+1
* s3:smbd: use req->xconn in vfs_[p]write_data()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()Stefan Metzmacher2014-08-063-5/+6