summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-01heimdal: Fix the build on FreeBSDVolker Lendecke1-1/+1
2012-03-01Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison5-3/+72
2012-02-29Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.Jeremy Allison1-4/+46
2012-02-29Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2-0/+13
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison5-8/+177
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison3-5/+103
2012-02-29selftest: add more tests for plugin_s4_dcAndrew Bartlett1-2/+2
2012-02-29selftest: change plugin_dc to test using s3fsAndrew Bartlett2-79/+9
2012-02-29selftest: skip the troublesome samba4.rpc.unixinfo testAndrew Bartlett1-0/+2
2012-02-29s4:winbind: use ncalrpc for connections to ourselfStefan Metzmacher2-7/+38
2012-02-29selftest: Do not run chgdcpass test on the main DCAndrew Bartlett2-1/+47
2012-02-29s4-winbindd: Do not ask for a tree that we will not useAndrew Bartlett1-4/+0
2012-02-29testsuite: Replace deprecated bzero with memsetAmitay Isaacs143-347/+347
2012-02-29libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivationMichael Adam3-5/+5
2012-02-29s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNELStefan Metzmacher1-3/+51
2012-02-29s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA...Stefan Metzmacher1-0/+18
2012-02-29s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNELStefan Metzmacher1-0/+100
2012-02-29s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNELStefan Metzmacher1-1/+154
2012-02-29s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA...Stefan Metzmacher1-2/+4
2012-02-29s4:torture/smb2: remove unused varStefan Metzmacher1-1/+0
2012-02-29libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keysStefan Metzmacher1-2/+41
2012-02-29libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24Stefan Metzmacher1-18/+58
2012-02-29libcli/smb/smb2_signing: add smb2_key_deviration()Stefan Metzmacher2-0/+37
2012-02-29lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher3-1/+95
2012-02-29lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher5-5/+233
2012-02-29s3: Introduce "req" helper var in reply_lockingX_successVolker Lendecke1-3/+5
2012-02-29s3: Fix a const warningVolker Lendecke1-1/+1
2012-02-29s3: Add a test that makes a chained open break an oplockVolker Lendecke6-0/+299
2012-02-28s3: More fix for smbd -iVolker Lendecke1-1/+1
2012-02-28Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculatingJeremy Allison1-3/+28
2012-02-28torture: added samba4-ntvfs targetAndrew Tridgell1-0/+3
2012-02-28s3fs: when samba is logging to stdout, ask smbd to also do soAndrew Tridgell1-1/+3
2012-02-28smbd: detect EOF on stdin in --foreground modeAndrew Tridgell1-0/+25
2012-02-28selftest: added a pipe on stdin in s3 child processesAndrew Tridgell1-0/+17
2012-02-28s3fs: added file_server directoryAndrew Tridgell5-0/+161
2012-02-28s4-smb_server Remove inetd-mode samba3 hookAndrew Bartlett2-191/+0
2012-02-28upgradedns: Missing rename from upgradedns to samba_upgradednsAmitay Isaacs1-1/+1
2012-02-28s4:torture:smb2:durable-open: fix a silly access-after-free panicMichael Adam1-7/+0
2012-02-28s3:torture/test_smb2: test a tree_connect during reauthStefan Metzmacher1-0/+17
2012-02-28s3:torture/test_smb2: check directory listing during reauthStefan Metzmacher1-0/+72
2012-02-28s4:selftest: skip smb2.session testsuiteMichael Adam1-0/+1
2012-02-28s4:selftest: remove old "samba4.smb2.persistent.handle1" from knownfail - tes...Michael Adam1-1/+0
2012-02-28s4:torture:smb2: add new "session" testsuite starting with a session.reconnec...Michael Adam3-1/+145
2012-02-28s4:torture:smb2: add durable_open.reopen2a - variant of reopen2 with session ...Michael Adam1-0/+77
2012-02-28s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_sessionMichael Adam1-13/+25
2012-02-28s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a p...Michael Adam1-12/+36
2012-02-28s4:libcli:smb2: add a previous session argument to smb2_connect_send()Michael Adam2-1/+6
2012-02-28s4:torture:smb2: add previous_session argument to torture_smb2_session_setup()Michael Adam2-2/+6
2012-02-28s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam3-10/+18
2012-02-28s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam5-18/+14