summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove 2 indentation levelsVolker Lendecke2014-07-171-11/+11
* s3: smbd - Prevent file truncation on an open that fails with share mode viol...Jeremy Allison2014-07-171-2/+20
* s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison2014-07-151-17/+80
* s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison2014-07-151-53/+38
* s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison2014-07-151-3/+21
* s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison2014-07-151-2/+1
* s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()Stefan Metzmacher2014-07-151-16/+53
* pysmbd: improve the return of error codes in the python smbd bindingsGarming Sam2014-07-151-31/+27
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-07-151-6/+10
* smbd: Fix bug 10593Volker Lendecke2014-07-151-1/+8
* s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison2014-06-221-2/+2
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-271-42/+43
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-271-70/+57
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-05-202-3/+3
* smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy2014-05-201-25/+19
* add systemd integrationAlexander Bokovoy2014-05-201-0/+4
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-05-191-1/+2
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-192-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-191-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-192-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-192-0/+13
* s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power2014-05-061-11/+13
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-041-0/+7
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-04-011-2/+10
* s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZEStefan Metzmacher2014-04-011-1/+1
* s3:smbd: fix the maxentries calculation depending on the max_send.Stefan Metzmacher2014-04-011-1/+1
* s3:smbd: simplify maxentries calculation in reply_search()Stefan Metzmacher2014-04-011-5/+4
* s3:smbd: fix the read numtoread calculation depending on the max_send.Stefan Metzmacher2014-04-011-9/+9
* s3:smbd: fix the lockread numtoread calculation depending on the max_send.Stefan Metzmacher2014-04-011-9/+9
* s3:smbd: pass the final numtoread reply_outbuf() for the lockread reply.Stefan Metzmacher2014-04-011-4/+5
* s3:smbd: fix lockread numtoread calculation to match reply_outbuf() arguments.Stefan Metzmacher2014-04-011-1/+1
* s3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500') as header overhead in ipc.cStefan Metzmacher2014-04-011-4/+6
* s3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN (500) in a session setu...Stefan Metzmacher2014-04-011-6/+13
* s3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER_SIZE_MAXStefan Metzmacher2014-04-011-1/+1
* s3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()Stefan Metzmacher2014-04-011-1/+6
* s3:smb2_tcon: cancel and wait for pending requests on tdisStefan Metzmacher2014-04-011-4/+79
* s3:smb2_sesssetup: cancel and wait for pending requests on logoffStefan Metzmacher2014-04-011-4/+79
* s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.Jeremy Allison2014-04-011-16/+89
* s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.Jeremy Allison2014-04-011-20/+92
* s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdisStefan Metzmacher2014-04-011-0/+20
* s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()Stefan Metzmacher2014-04-011-11/+11
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-111-254/+0
* s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"Stefan Metzmacher2014-03-101-2/+39
* s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher2014-03-101-2/+4
* s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher2014-03-104-0/+53
* s3:smbd: simplify exit_server_common()Stefan Metzmacher2014-03-101-4/+2
* dfs: always call create_conn_struct with root privilegesGarming Sam2014-02-211-1/+30
* s3:smb2_notify: fix use after free on long living notify requestsStefan Metzmacher2014-02-161-0/+55
* smbd: Fix an ancient oplock bugVolker Lendecke2014-02-141-0/+2
* smbd/smb2_ioctl: fail zero length copy chunk requestsDavid Disseldorp2014-02-141-1/+16