summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt2014-05-191-2/+2
* FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt2014-05-191-1/+1
* 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-193-2/+27
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-191-1/+1
* s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power2014-05-021-11/+13
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-04-298-11/+11
* s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison2014-04-291-10/+16
* s3-lib/util: fix read across end of namelist stringBjörn Baumbach2014-04-291-2/+5
* s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach2014-04-291-0/+4
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-074-0/+68
* s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison2014-04-041-0/+101
* s3-rpc_server: Fix handling of fragmented rpc requests.Andreas Schneider2014-04-011-12/+7
* s3:rpc_server: minor refactoring of process_request_pdu()Gregor Beck2014-04-011-15/+10
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-04-011-2/+10
* s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZEStefan Metzmacher2014-04-012-4/+2
* 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:include: let CLI_BUFFER_SIZE be an alias of SMB_BUFFER_SIZE_MAXStefan Metzmacher2014-04-011-1/+1
* s3:param: avoid using BUFFER_SIZE to limit the lp_min_receive_file_size()Stefan Metzmacher2014-04-011-1/+1
* s3:client: only limit the buffer by the given length 'n'Stefan Metzmacher2014-04-011-1/+1
* s3:torture: use CLI_BUFFER_SIZE instead of BUFFER_SIZEStefan Metzmacher2014-04-011-1/+1
* s3:utils/smbfilter: use a local variable for the packet bufferStefan Metzmacher2014-04-011-1/+1
* s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"Stefan Metzmacher2014-04-011-2/+39
* s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher2014-04-013-9/+35
* s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher2014-04-014-0/+53
* s3:smbd: simplify exit_server_common()Stefan Metzmacher2014-04-011-4/+2
* s3:smbd: s/EVENT_FD/TEVENT_FDStefan Metzmacher2014-04-011-4/+4
* 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
* s3: lib: Back-port tevent_queue_wait_send/recv -> smbd_tevent_queue_wait_send...Jeremy Allison2014-04-014-1/+117
* CVE-2013-6442: s3:smbcacls - ensure we don't lose an existing ACL when settin...Jeremy Allison2014-03-111-1/+1
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-112-415/+8
* CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.Stefan Metzmacher2014-03-111-0/+1
* CVE-2013-4496:s3-samr: Block attempts to crack passwords via repeated passwor...Andrew Bartlett2014-03-112-16/+129