summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Add release notes for Samba 4.0.17.samba-4.0.17Karolin Seeger2014-04-101-2/+116
* 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
* tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher2014-04-011-0/+4
* lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord a...Alexander Bokovoy2014-04-011-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
* 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
* doc: add "spoolss: architecture" parameter usageDavid Disseldorp2014-04-011-0/+15
* s4: smbtorture: Add a proper change_notify going async followed by tdis test.Jeremy Allison2014-04-011-1/+67
* s4: smbtorture: Update the torture_smb2_notify_ulogoff test to demonstrate th...Jeremy Allison2014-04-011-6/+14
* 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