Age | Commit message (Expand) | Author | Files | Lines |
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 1 | -1/+1 |
2012-01-09 | s3-pdbtest: only test trusted domains when pdb backends offers trusted domain... | Günther Deschner | 1 | -74/+89 |
2012-01-06 | s3: Avoid a potential alignment requirement issue | Volker Lendecke | 1 | -6/+5 |
2012-01-06 | s3: Use DELETE_ON_CLOSE instead of unlink | Volker Lendecke | 1 | -7/+6 |
2012-01-06 | s3-torture convert smb2 test to use auth_generic/gensec for NTLMSSP | Andrew Bartlett | 1 | -67/+101 |
2012-01-06 | s3:SMB2-SESSION-RECONNECT: also expect NETWORK_NAME_DELETED is signing isn't ... | Stefan Metzmacher | 1 | -1/+2 |
2012-01-05 | Fix the local-memcache test for 64-bit | Volker Lendecke | 1 | -1/+1 |
2012-01-05 | s3: Add a test for proper brlock cleanup | Volker Lendecke | 3 | -0/+89 |
2012-01-05 | s3: Clarify what CLEANUP1 does | Volker Lendecke | 1 | -1/+2 |
2012-01-05 | s3: Add a test excercising the share mode cleanup routine | Volker Lendecke | 3 | -0/+71 |
2012-01-03 | s3: Fix a cut&paste error | Volker Lendecke | 1 | -1/+1 |
2012-01-03 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-12-22 | s3:torture/test_smb2: also try PROTOCOL_SMB2_24 | Stefan Metzmacher | 1 | -6/+9 |
2011-12-15 | s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa... | Stefan Metzmacher | 1 | -1/+1 |
2011-12-13 | s3:vfstest: reload_services() doesn't need a messaging_context | Stefan Metzmacher | 1 | -1/+1 |
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 1 | -1/+1 |
2011-12-12 | s4-lsarpc handle more info levels in SetInfoTrustedDomain calls | Andrew Bartlett | 1 | -1/+1 |
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 9 | -106/+106 |
2011-11-24 | s3:torture: test smb2cli_logoff and smb2cli_tdis | Stefan Metzmacher | 1 | -0/+37 |
2011-11-24 | s3:torture: add SMB2-SESSION-REAUTH | Stefan Metzmacher | 3 | -0/+215 |
2011-11-24 | s3:torture: add SMB2-MULTI-CHANNEL test | Stefan Metzmacher | 3 | -0/+258 |
2011-11-24 | s3:torture: add a new test SMB2-TCON-DEPENDENCE | Michael Adam | 3 | -0/+106 |
2011-11-24 | s3:torture:smb2: add SMB2-SESSION-RECONNECT test | Michael Adam | 3 | -0/+391 |
2011-11-24 | s3:torture: use cli_tree_connect() instead of smb2cli_tcon() | Stefan Metzmacher | 1 | -2/+2 |
2011-11-24 | s3:torture: make use of cli_tree_connect() | Stefan Metzmacher | 3 | -9/+9 |
2011-11-24 | s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic cli_ses... | Stefan Metzmacher | 1 | -2/+6 |
2011-11-24 | s3:torture: add SMB2-NEGPROT test | Stefan Metzmacher | 3 | -0/+65 |
2011-11-24 | s3:SMB2-BASIC: use smbXcli_negprot() directly | Stefan Metzmacher | 1 | -2/+4 |
2011-11-16 | s3-torture: remove all cli_nt_error() calls in torture | Björn Baumbach | 1 | -12/+11 |
2011-11-16 | s3-torture: replace cli_errstr() with nt_errstr() | Björn Baumbach | 1 | -6/+10 |
2011-11-03 | s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/ | Stefan Metzmacher | 4 | -8/+8 |
2011-11-03 | s3:torture: let SMB2-BASICS work against w2k8r2 and win8pre0 | Stefan Metzmacher | 1 | -10/+24 |
2011-10-28 | s3-torture Remove t_stringoverflow as fstrcpy now uses strlcpy | Andrew Bartlett | 1 | -23/+0 |
2011-10-28 | s3-torture run t_strappend tests as LOCAL-sprintf_append | Andrew Bartlett | 3 | -5/+11 |
2011-10-28 | s3-torture Run t_strappend test for less time | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | s3-torture Fix t_strappend test | Andrew Bartlett | 1 | -3/+3 |
2011-10-28 | s3-torture remove unused t_push_ucs2.c t_strcmp.c t_strstr.c | Andrew Bartlett | 3 | -125/+0 |
2011-10-28 | s3-torture remove unused t_asn1.c | Andrew Bartlett | 1 | -65/+0 |
2011-10-25 | torture: Remove unused smbiconv | Andrew Bartlett | 1 | -246/+0 |
2011-10-24 | libcli/smb: move source3/libsmb/read_smb.* to the toplevel | Stefan Metzmacher | 1 | -1/+1 |
2011-10-24 | s3:torture: avoid using read_smb() | Stefan Metzmacher | 1 | -1/+16 |
2011-10-19 | s3: Remove duplicate fsctl function definitions | David Disseldorp | 1 | -1/+0 |
2011-10-11 | s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b... | Michael Adam | 1 | -4/+8 |
2011-10-11 | s3:torture: convert torture.c to only use dbwrap wrapper functions | Michael Adam | 1 | -17/+26 |
2011-10-11 | s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h | Michael Adam | 1 | -0/+1 |
2011-10-01 | Add a torture test to test existing FSCTL responses | Richard Sharpe | 3 | -0/+289 |
2011-09-18 | s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/ | Stefan Metzmacher | 1 | -1/+1 |
2011-09-18 | s3:SMB2-BASIC: test smb2cli_flush() | Stefan Metzmacher | 1 | -0/+6 |
2011-09-15 | s3:libsmb: pass max_protocol to cli_negprot() | Stefan Metzmacher | 3 | -7/+5 |
2011-09-14 | s3:libsmb: remove unused cli->is_samba | Stefan Metzmacher | 1 | -8/+0 |