summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_smbclient_tarmode.pl: let --test run multiple testsAurélien Aptel2013-11-051-7/+45
* test_smbclient_tarmode.pl: sanitize input, use File::Temp instead of hardcodi...Aurélien Aptel2013-11-051-8/+19
* test_smbclient_tarmode.pl: cosmetic changesAurélien Aptel2013-11-051-70/+68
* test_smbclient_tarmode.pl: add copyright headerAurélien Aptel2013-11-051-0/+17
* test_smbclient_tarmode.pl: samba 3.6.9 can print a empty attribute stringAurélien Aptel2013-11-051-1/+1
* test_smbclient_tarmode.pl: disable failing tests for nowAurélien Aptel2013-11-051-3/+3
* test_smbclient_tarmode.pl: make script work on older Perl (now only need 5.14)Aurélien Aptel2013-11-051-2/+7
* test_smbclient_tarmode.pl: fix a few minor typosDavid Disseldorp2013-11-051-7/+7
* test_smbclient_tarmode.pl: refactor, cleanup and document in PODAurélien Aptel2013-11-051-178/+459
* test_smbclient_tarmode.pl: add tests for wildcard pattern (cI, cX, cF, xF).Aurélien Aptel2013-11-051-33/+161
* test_smbclient_tarmode.pl: add a first simple wildcard testAurélien Aptel2013-11-051-40/+145
* test_smbclient_tarmode.pl: add a clean option to erase the local pathAurélien Aptel2013-11-051-0/+7
* test_smbclient_tarmode.pl: add test for xFAurélien Aptel2013-11-051-2/+28
* test_smbclient_tarmode.pl: add test for creation w/ filelistAurélien Aptel2013-11-051-2/+39
* test_smbclient_tarmode.pl: add extraction test for I and X.Aurélien Aptel2013-11-051-7/+60
* test_smbclient_tarmode.pl: add tests for X and I.Aurélien Aptel2013-11-051-2/+34
* test_smbclient_tarmode.pl: add option to choose and run a single testAurélien Aptel2013-11-051-1/+22
* test_smbclient_tarmode.pl: add first extraction testAurélien Aptel2013-11-051-8/+173
* test_smbclient_tarmode.pl: remove unused functionsAurélien Aptel2013-11-051-27/+0
* test_smbclient_tarmode.pl: add nested dirs testAurélien Aptel2013-11-051-5/+8
* test_smbclient_tarmode.pl: refactored file related function to a File packageAurélien Aptel2013-11-051-155/+194
* test_smbclient_tarmode.pl: add test for "newer than" (`N` flag)Aurélien Aptel2013-11-051-1/+45
* test_smbclient_tarmode.pl: add test for reset modeAurélien Aptel2013-11-051-6/+52
* test_smbclient_tarmode.pl: improve incremental testAurélien Aptel2013-11-051-2/+5
* test_smbclient_tarmode.pl: add proper argument parsing for configuration.Aurélien Aptel2013-11-051-50/+94
* initial commit of the new tarmode test script.Aurélien Aptel2013-11-051-0/+367
* Add regression test for bug #10229 - No access check verification on stream f...Jeremy Allison2013-11-042-0/+182
* Fix bug #10229 - No access check verification on stream files.Jeremy Allison2013-11-041-0/+59
* torture: Add smb2.rename.rename_dir_benchVolker Lendecke2013-11-042-0/+376
* testparm: Add warning for socket options.Andreas Schneider2013-11-041-0/+33
* testparm: Reformat text and add a newline.Andreas Schneider2013-11-041-54/+110
* vfs: Fix some build warnings in glusterfs.Andreas Schneider2013-11-041-2/+2
* vfs: Fix building the glusterfs module.Andreas Schneider2013-11-041-2/+2
* s3:rpc_server: rpc_create_tcpip_sockets() may leak talloc_stackframe on failureGregor Beck2013-11-041-6/+9
* s3:rpcclient: fix a leaked talloc_stackframe in cmd_epmapperGregor Beck2013-11-041-5/+7
* s3:rpc_client: fix a leaked talloc_stackframeGregor Beck2013-11-041-1/+2
* smbd: Invalidate the session correctly.Jeremy Allison2013-11-041-0/+23
* s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an orig...Nadezhda Ivanova2013-11-032-5/+15
* doc/msdfs proxy: extend example for multi target configBjörn Jacke2013-11-011-3/+3
* smbd: Support multiple dfs targets for msdfs proxy sharesVolker Lendecke2013-10-311-26/+8
* libcli/smb: fix smb2cli_ioctl*() against Windows 2008.Stefan Metzmacher2013-10-311-4/+29
* s3:libsmb: SMBC_getatr() if no method worked, try all methods again on next a...Gregor Beck2013-10-301-3/+5
* client: use cli_qpathinfo3 for allinfoGregor Beck2013-10-301-2/+2
* s3:libsmb: cli_qpathinfo3 use cli_qpathinfo2 for smb2Gregor Beck2013-10-301-1/+7
* client: remove a write only variableGregor Beck2013-10-301-2/+1
* s3:libsmb: SMBC_getatr use pathinfo3 for second tryGregor Beck2013-10-303-0/+15
* s3:libsmb: SMBC_getatr do not let ino undefined on successGregor Beck2013-10-301-0/+3
* s3:libsmb: SMBC_getatr try pathinfo2 only onceGregor Beck2013-10-301-1/+2
* s3:libsmb: add function cli_qpathinfo3()Gregor Beck2013-10-302-0/+61
* s3:libsmb: add function cli_qpathinfo_standard()Gregor Beck2013-10-302-0/+53