summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-29lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher1-1/+2
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-28smbd: detect EOF on stdin in --foreground modeAndrew Tridgell1-0/+25
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-28s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam4-16/+12
2012-02-27s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...Matthieu Patou1-1/+20
2012-02-27s3:torture/test_smb2: show that a session is not valid for path based calls d...Stefan Metzmacher1-0/+16
2012-02-27s3:torture/test_smb2: show that a session is valid during a multi-leg reauthStefan Metzmacher1-0/+6
2012-02-27s3:torture/test_smb2: fix missleading file name in reauth testStefan Metzmacher1-1/+1
2012-02-27libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher1-0/+4
2012-02-27libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2-12/+12
2012-02-27s3:torture/test_smb2: remove explicit smb2_signing_check_pdu()Stefan Metzmacher1-6/+0
2012-02-27s3:torture/test_smb2: a reauth doesn't update the session/signing keyStefan Metzmacher1-17/+0
2012-02-27dbwrap: changed log level for information about lock orderAndrew Tridgell1-1/+1
2012-02-27s3-selftest: avoid running LOCAL- tests twiceAndrew Bartlett1-2/+2
2012-02-27s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett6-24/+45
2012-02-26s3: Remove pointless parenthesesVolker Lendecke1-1/+1
2012-02-26s3-configure: Add CFLAGS_APPEND variableVolker Lendecke1-1/+1
2012-02-25s3: Use the correct enum valuesVolker Lendecke1-3/+3
2012-02-25s3: Fix a typoVolker Lendecke1-1/+1
2012-02-25s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith3-5/+50
2012-02-25s3-auth rename vuid_serverinfo to session_infoAndrew Bartlett1-8/+8
2012-02-25Move dptr code over to TALLOC.Jeremy Allison1-18/+9
2012-02-24Make dptr_path() and dptr_wcard() const.Jeremy Allison3-7/+5
2012-02-24Fix const warnings.Jeremy Allison1-2/+2
2012-02-24Remove unused function.Jeremy Allison1-21/+0
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-16/+13
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-12/+2
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-13/+2
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-7/+1
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-25/+11
2012-02-24s3: Turn some SMB_ASSERTS into proper returnVolker Lendecke1-2/+6
2012-02-24s3: Fix a DEBUG msgVolker Lendecke1-1/+1
2012-02-24s3-libsmb: Remove unused spnego_parse_auth_and_micAndrew Bartlett2-42/+0
2012-02-24s3-selftest: Verify GK and GF flag behaviourAndrew Bartlett1-0/+26
2012-02-24s3-selftest: run ntlm_auth against winbindd in make testAndrew Bartlett3-6/+15
2012-02-24s3-libsmb: Remove unused ntlmssp_server_start()Andrew Bartlett1-121/+0
2012-02-24s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-sideAndrew Bartlett1-99/+327
2012-02-24s3-auth: Provide helper routine to check password and return session_infoAndrew Bartlett2-0/+31
2012-02-24auth: Rename some elements of auth4_contextAndrew Bartlett1-3/+3