summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Add release notes for Samba 4.1.7.samba-4.1.7Karolin Seeger2014-04-171-2/+115
* 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
* lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord a...Alexander Bokovoy2014-04-031-2/+2
* 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
* pidl-waf: Only install Yapp::Driver if it is not available.Andreas Schneider2014-04-011-1/+5
* pidl-waf: Check for system perl(Parse::Yapp::Driver).Andreas Schneider2014-04-011-0/+3
* pidl-waf: Add a function to check for a system perl module.Andreas Schneider2014-04-011-0/+22
* pidl-waf: Do not glob to install pidl modules.Andreas Schneider2014-04-011-1/+30
* pidl-waf: Install pidl modules to the perl vendorlib directory.Andreas Schneider2014-04-012-1/+3
* pidl-waf: Remove unused variable pidl_src.Andreas Schneider2014-04-011-3/+0
* autobuild: Set perl vendorlib direcotry.Andreas Schneider2014-04-011-3/+4
* buildtools: Add perl vendorlib configure option.Andreas Schneider2014-04-011-0/+10
* buildtools: Rename perl vendorarch configure option.Andreas Schneider2014-04-011-4/+9
* dns: Extend tests for records with another typeKai Blin2014-04-011-0/+14
* bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin2014-04-012-6/+24
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-04-011-2/+10
* smbreadline: switch to new-style readline typedefGustavo Zacarias2014-04-011-1/+1
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-04-018-16/+16
* s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher2014-04-011-21/+5
* 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
* libcli/smb: add SMB_BUFFER_SIZE_MIN/MAX definesStefan Metzmacher2014-04-011-0/+8
* 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