summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for the new internal command timeout to smbclient.Jeremy Allison2013-08-211-0/+10
* Add documentation for the new -t <timeout> parameter in smbclient.Jeremy Allison2013-08-211-0/+14
* Fix the documentation of --encrypt to explain SMB3 encryption for smbclient.Jeremy Allison2013-08-211-7/+8
* Fix the documentation of the iosize command to explain the new zero default f...Jeremy Allison2013-08-211-6/+9
* Fix the documentation for --send-buffersize for the new default value of zero...Jeremy Allison2013-08-211-4/+10
* Expand on the documentation of -m max-protocol for SMB2/3 for smbclient.Jeremy Allison2013-08-211-1/+8
* Add "-e" encrypt transport command line option documentation for smbcacls.Jeremy Allison2013-08-211-0/+13
* Add "max protocol" command line documentation for smbcacls.Jeremy Allison2013-08-211-0/+14
* Add new "timeout" command and -t option to smbclient to set the per-operation...Jeremy Allison2013-08-211-0/+35
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-213-1/+39
* Remove restrictions on setting iosize inside smbclient for SMB2 connections.Jeremy Allison2013-08-211-17/+23
* Fix bug #10100 - rpcclient crashes when sending the 'netshareenum 502' commandJeremy Allison2013-08-211-3/+7
* smbd: Simplify new_break_message_smb1Volker Lendecke2013-08-201-18/+7
* smbd: Replace a 0-timeout wakeup_sendVolker Lendecke2013-08-201-17/+13
* docs: Fix variable list in man vfs_crossrename.Karolin Seeger2013-08-201-9/+11
* Man pages for ntdb tools missingRusty Russell2013-08-196-5/+708
* libsmb: Fix a bunch of Coverity IDsVolker Lendecke2013-08-201-20/+20
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-193-6/+19
* rpc_server: Fix CID 1063255 Resource leakVolker Lendecke2013-08-191-1/+1
* gensec: Fix CID 1063258 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* registry4: Fix CID 1034911 Dereference before null checkVolker Lendecke2013-08-191-1/+1
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke2013-08-191-0/+6
* pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke2013-08-191-0/+4
* ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke2013-08-191-0/+4
* samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke2013-08-191-3/+3
* samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke2013-08-191-3/+3
* samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke2013-08-191-3/+3
* registry4: Fix CID 1034911 Dereference before null checkVolker Lendecke2013-08-191-1/+1
* log2pcaphex: Fix nonempty line endingsVolker Lendecke2013-08-191-16/+15
* ldb: Fix a const warningVolker Lendecke2013-08-182-3/+3
* vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLsAnand Avati2013-08-161-42/+111
* smbd: Do not wait unnecessarilyVolker Lendecke2013-08-161-1/+1
* smbd: Make break_level2_to_none_async staticVolker Lendecke2013-08-162-2/+1
* tevent: Remove a pointless gotoVolker Lendecke2013-08-161-4/+1
* loadparm: Use the new fully featured kcc by defaultMatthieu Patou2013-08-161-0/+1
* libctdb: Avoid an explicit memsetVolker Lendecke2013-08-161-2/+1
* torture: support Windows 2k8 response for compress_invalid_bufDavid Disseldorp2013-08-151-4/+6
* torture: add more [no-]compress-on-open ioctl testsDavid Disseldorp2013-08-151-1/+144
* torture: add file_attribs arg to file create helperDavid Disseldorp2013-08-151-24/+23
* torture: add compressed file attribute ioctl testDavid Disseldorp2013-08-151-0/+53
* torture: check for filesystem compression capabilityDavid Disseldorp2013-08-151-18/+59
* torture: extend FSCTL_[GET/SET]_COMPRESSION testsDavid Disseldorp2013-08-151-39/+234
* s3:libsmb: call smb2cli_logoff() from cli_ulogoff()Stefan Metzmacher2013-08-151-0/+12
* s3:libsmb: make cli_ulogoff_send/recv staticStefan Metzmacher2013-08-152-6/+2
* s3:libsmb: call smb2cli_tdis() from cli_tdis()Stefan Metzmacher2013-08-151-0/+4
* s3:libsmb: only set tcon to invalid in smb2cli_tdis*Stefan Metzmacher2013-08-151-1/+2
* s3:libsmb: make cli_tdis_send/recv staticStefan Metzmacher2013-08-152-6/+2
* s3:libsmb: add support for SMB2 in cli_writeall()Stefan Metzmacher2013-08-151-2/+12
* s3:libsmb: add SMB2 support to cli_pull*Stefan Metzmacher2013-08-151-14/+46