summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi2014-05-061-1/+1
* 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-044-0/+68
* s3:libsmb: SMBC_getatr() if no method worked, try all methods again on next a...Gregor Beck2014-04-041-3/+5
* client: use cli_qpathinfo3 for allinfoGregor Beck2014-04-041-2/+2
* s3:libsmb: cli_qpathinfo3 use cli_qpathinfo2 for smb2Gregor Beck2014-04-041-1/+7
* client: remove a write only variableGregor Beck2014-04-041-2/+1
* s3:libsmb: SMBC_getatr use pathinfo3 for second tryGregor Beck2014-04-043-0/+15
* s3:libsmb: SMBC_getatr do not let ino undefined on successGregor Beck2014-04-041-0/+3
* s3:libsmb: SMBC_getatr try pathinfo2 only onceGregor Beck2014-04-041-1/+2
* s3:libsmb: add function cli_qpathinfo3()Gregor Beck2014-04-042-0/+61
* s3:libsmb: add function cli_qpathinfo_standard()Gregor Beck2014-04-042-0/+53
* s3:libsmb: pass creation or birth time in cli_qpathinfo_basic()Gregor Beck2014-04-041-0/+1
* rpcclient: abort shadow-copy set on commit failureDavid Disseldorp2014-04-041-3/+26
* rpcclient: append a trailing slash to FSRVP request UNCsDavid Disseldorp2014-04-041-6/+22
* 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: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-013-0/+116
* 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
* s3-spoolssd: Don't register spoolssd if epmd is not running.Andreas Schneider2014-03-101-17/+22
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2014-03-101-6/+4