summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2014-07-15pysmbd: improve the return of error codes in the python smbd bindingsGarming Sam1-31/+27
2014-07-15s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison1-6/+10
2014-07-15smbd: Fix bug 10593Volker Lendecke1-1/+8
2014-06-22s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison1-2/+2
2014-05-27s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison1-42/+43
2014-05-27s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison1-70/+57
2014-05-20lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2-3/+3
2014-05-20smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy1-25/+19
2014-05-20add systemd integrationAlexander Bokovoy1-0/+4
2014-05-19s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison1-1/+2
2014-05-19s3: smbd: Remove open_file_fchmod().Jeremy Allison2-36/+0
2014-05-19s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison1-12/+92
2014-05-19s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2-4/+15
2014-05-19s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2-0/+13
2014-05-06s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power1-11/+13
2014-04-04s3: messages: Implement cleanup of dead records.Jeremy Allison1-0/+7
2014-04-01s3: smbd: Fileserving share access checks.Jeremy Allison1-2/+10
2014-04-01s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZEStefan Metzmacher1-1/+1
2014-04-01s3:smbd: fix the maxentries calculation depending on the max_send.Stefan Metzmacher1-1/+1
2014-04-01s3:smbd: simplify maxentries calculation in reply_search()Stefan Metzmacher1-5/+4
2014-04-01s3:smbd: fix the read numtoread calculation depending on the max_send.Stefan Metzmacher1-9/+9
2014-04-01s3:smbd: fix the lockread numtoread calculation depending on the max_send.Stefan Metzmacher1-9/+9
2014-04-01s3:smbd: pass the final numtoread reply_outbuf() for the lockread reply.Stefan Metzmacher1-4/+5
2014-04-01s3:smbd: fix lockread numtoread calculation to match reply_outbuf() arguments.Stefan Metzmacher1-1/+1
2014-04-01s3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500') as header overhead in ipc.cStefan Metzmacher1-4/+6
2014-04-01s3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN (500) in a session setu...Stefan Metzmacher1-6/+13
2014-04-01s3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER_SIZE_MAXStefan Metzmacher1-1/+1
2014-04-01s3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()Stefan Metzmacher1-1/+6
2014-04-01s3:smb2_tcon: cancel and wait for pending requests on tdisStefan Metzmacher1-4/+79
2014-04-01s3:smb2_sesssetup: cancel and wait for pending requests on logoffStefan Metzmacher1-4/+79
2014-04-01s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.Jeremy Allison1-16/+89
2014-04-01s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.Jeremy Allison1-20/+92
2014-04-01s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdisStefan Metzmacher1-0/+20
2014-04-01s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()Stefan Metzmacher1-11/+11
2014-03-11CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett1-254/+0
2014-03-10s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"Stefan Metzmacher1-2/+39
2014-03-10s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher1-2/+4
2014-03-10s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher4-0/+53
2014-03-10s3:smbd: simplify exit_server_common()Stefan Metzmacher1-4/+2
2014-02-21dfs: always call create_conn_struct with root privilegesGarming Sam1-1/+30
2014-02-16s3:smb2_notify: fix use after free on long living notify requestsStefan Metzmacher1-0/+55
2014-02-14smbd: Fix an ancient oplock bugVolker Lendecke1-0/+2
2014-02-14smbd/smb2_ioctl: fail zero length copy chunk requestsDavid Disseldorp1-1/+16
2014-02-14smbd: Fix memory overwritesVolker Lendecke1-2/+2
2014-01-17s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...Jeremy Allison1-2/+87
2014-01-17s3:dir - Map wire offsets to native directory cookies.Jeremy Allison1-5/+17
2014-01-17s3:dir - Cope with fixed mapping of 'special' values.Jeremy Allison1-0/+7
2014-01-17s3: dir - Introduce 32-bit wire versions of the 'special' values.Jeremy Allison1-0/+5
2014-01-17s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.Jeremy Allison1-1/+10
2014-01-17s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...Jeremy Allison1-8/+8