summaryrefslogtreecommitdiff
path: root/source3/torture/masktest.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider2017-06-091-3/+1
* s3:libsmb: Fix printing the session setup informationAndreas Schneider2017-06-071-1/+3
* s3:torture/masktest: masktest only works with SMB1 currentlyStefan Metzmacher2016-12-191-0/+1
* s3:torture/masktest: Use cli_tree_connect_creds()Stefan Metzmacher2016-12-191-2/+1
* s3:torture: make use of cli_session_creds_init() in masktest.cStefan Metzmacher2016-11-151-13/+26
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-2/+1
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* s3:torture: avoid interpret_protocol()Stefan Metzmacher2013-08-151-2/+3
* torture: Use new samba_getpass() in masktest.Andreas Schneider2012-12-031-2/+5
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+2
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+2
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-1/+2
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-1/+1
* s3:torture: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-2/+2
* s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/Stefan Metzmacher2011-11-031-2/+2
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-3/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3:masktest: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:torture: use lp_load_global() in the masktestMichael Adam2011-07-281-1/+1
* s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher2011-07-071-1/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3: Add called name_type param to cli_connect_nbVolker Lendecke2011-05-281-1/+2
* s3: Use cli_connect_nb in masktestVolker Lendecke2011-05-281-30/+3
* s3: Fix some nonemtpy blank linesVolker Lendecke2011-05-281-3/+3
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-5/+5
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* s3-masktest: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-01-251-5/+6
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-021-1/+1
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-3/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+1
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-4/+9
* s3: async cli_listVolker Lendecke2010-08-181-17/+30
* s3: Fix a crash in masktestVolker Lendecke2010-08-051-0/+1
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-2/+3
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-3/+2
* Make cli_unlink async.Jeremy Allison2009-04-291-2/+2
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-3/+4
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-2/+4
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-2/+2
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-041-30/+52
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4