summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftest: Do not run chgdcpass test on the main DCAndrew Bartlett2012-02-292-1/+47
* s4-winbindd: Do not ask for a tree that we will not useAndrew Bartlett2012-02-291-4/+0
* testsuite: Replace deprecated bzero with memsetAmitay Isaacs2012-02-29143-347/+347
* libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivationMichael Adam2012-02-293-5/+5
* s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-3/+51
* s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA...Stefan Metzmacher2012-02-291-0/+18
* s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-0/+100
* s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-1/+154
* s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA...Stefan Metzmacher2012-02-291-2/+4
* s4:torture/smb2: remove unused varStefan Metzmacher2012-02-291-1/+0
* libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keysStefan Metzmacher2012-02-291-2/+41
* libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24Stefan Metzmacher2012-02-291-18/+58
* libcli/smb/smb2_signing: add smb2_key_deviration()Stefan Metzmacher2012-02-292-0/+37
* lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher2012-02-293-1/+95
* lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher2012-02-295-5/+233
* s3: Introduce "req" helper var in reply_lockingX_successVolker Lendecke2012-02-291-3/+5
* s3: Fix a const warningVolker Lendecke2012-02-291-1/+1
* s3: Add a test that makes a chained open break an oplockVolker Lendecke2012-02-296-0/+299
* s3: More fix for smbd -iVolker Lendecke2012-02-281-1/+1
* Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculatingJeremy Allison2012-02-281-3/+28
* torture: added samba4-ntvfs targetAndrew Tridgell2012-02-281-0/+3
* s3fs: when samba is logging to stdout, ask smbd to also do soAndrew Tridgell2012-02-281-1/+3
* smbd: detect EOF on stdin in --foreground modeAndrew Tridgell2012-02-281-0/+25
* selftest: added a pipe on stdin in s3 child processesAndrew Tridgell2012-02-281-0/+17
* s3fs: added file_server directoryAndrew Tridgell2012-02-285-0/+161
* s4-smb_server Remove inetd-mode samba3 hookAndrew Bartlett2012-02-282-191/+0
* upgradedns: Missing rename from upgradedns to samba_upgradednsAmitay Isaacs2012-02-281-1/+1
* s4:torture:smb2:durable-open: fix a silly access-after-free panicMichael Adam2012-02-281-7/+0
* s3:torture/test_smb2: test a tree_connect during reauthStefan Metzmacher2012-02-281-0/+17
* s3:torture/test_smb2: check directory listing during reauthStefan Metzmacher2012-02-281-0/+72
* s4:selftest: skip smb2.session testsuiteMichael Adam2012-02-281-0/+1
* s4:selftest: remove old "samba4.smb2.persistent.handle1" from knownfail - tes...Michael Adam2012-02-281-1/+0
* s4:torture:smb2: add new "session" testsuite starting with a session.reconnec...Michael Adam2012-02-283-1/+145
* s4:torture:smb2: add durable_open.reopen2a - variant of reopen2 with session ...Michael Adam2012-02-281-0/+77
* s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_sessionMichael Adam2012-02-281-13/+25
* s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a p...Michael Adam2012-02-281-12/+36
* s4:libcli:smb2: add a previous session argument to smb2_connect_send()Michael Adam2012-02-282-1/+6
* s4:torture:smb2: add previous_session argument to torture_smb2_session_setup()Michael Adam2012-02-282-2/+6
* s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam2012-02-283-10/+18
* s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam2012-02-285-18/+14
* s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...Matthieu Patou2012-02-271-1/+20
* s3:torture/test_smb2: show that a session is not valid for path based calls d...Stefan Metzmacher2012-02-271-0/+16
* s3:torture/test_smb2: show that a session is valid during a multi-leg reauthStefan Metzmacher2012-02-271-0/+6
* s3:torture/test_smb2: fix missleading file name in reauth testStefan Metzmacher2012-02-271-1/+1
* libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher2012-02-275-2/+15
* libcli/smb/smb2_signing: rename session_key to signing_keyStefan Metzmacher2012-02-272-9/+9
* libcli/smb/smbXcli: remove unused if statement from smb2cli_conn_dispatch_inc...Stefan Metzmacher2012-02-271-3/+1
* s4:libcli/smb2: remove unused 'session_key' from struct smb2_sessionStefan Metzmacher2012-02-272-4/+5
* s4:librpc/dcerpc_smb2: make use of smb2cli_session_application_key()Stefan Metzmacher2012-02-271-2/+13
* libcli/smb/smbXcli: add smb2cli_session_application_key()Stefan Metzmacher2012-02-272-0/+28