Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-03 | s3:smbd:smb2_write: improve logging in the error case | Michael Adam | 1 | -4/+14 | |
2012-03-02 | s3:smb2_server: use SMB2_WATCH_TREE | Christian Ambach | 1 | -1/+1 | |
it makes the code easier to understand if it uses the names specified in MS-SMB2 instead of just the underlying values | |||||
2012-03-02 | s3:smb2_server fix a typo | Christian Ambach | 1 | -1/+1 | |
2012-03-03 | s3: Fix some blank line endings | Volker Lendecke | 1 | -5/+5 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Mar 3 03:41:03 CET 2012 on sn-devel-104 | |||||
2012-03-02 | s3: Test for statfs before statfs64 | Volker Lendecke | 1 | -20/+20 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Mar 2 12:04:35 CET 2012 on sn-devel-104 | |||||
2012-03-02 | s3: Further fix for bug 8777 | Brad Smith | 3 | -12/+35 | |
2012-03-02 | s3: Enable statvfs usage on NetBSD | Volker Lendecke | 1 | -30/+30 | |
linux_statvfs is pretty much what you use when you have susv4. No real code change, this moves linux_statvfs to the bottom of the (LINUX) to #ifdef (STAT_STAVFS). | |||||
2012-03-02 | s3:rpc_server: initialize struct schannel_state to zero | Stefan Metzmacher | 1 | -2/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 2 08:48:23 CET 2012 on sn-devel-104 | |||||
2012-03-02 | s3:rpc_client: initialize struct schannel_state to zero | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2012-03-02 | s3-selftest: Add tests for ntlm_auth gss-spnego client and server | Andrew Bartlett | 3 | -0/+46 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Mar 2 07:05:44 CET 2012 on sn-devel-104 | |||||
2012-03-02 | s3-rpcclient: Ensure interfaces are loaded after smb.conf | Andrew Bartlett | 1 | -2/+3 | |
This ensures that the interfaces line in the smb.conf is honoured. Andrew Bartlett | |||||
2012-03-02 | s3-libsmb: Initialise ticket to ensure we do not invalid memory | Andrew Bartlett | 1 | -0/+1 | |
The free is however a talloc_free(), which has additional protection against freeing the wrong thing. Andrew Bartlett Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 2 01:45:19 CET 2012 on sn-devel-104 | |||||
2012-03-01 | Move to talloc from malloc. | Jeremy Allison | 1 | -3/+7 | |
2012-03-01 | Fix mixup between talloc/malloc. | Jeremy Allison | 1 | -1/+1 | |
2012-03-01 | s3-selftest: make ntlm_auth test more robust to bad input | Andrew Bartlett | 1 | -2/+5 | |
If we do not know the helper protocol, make sure to error. Andrew Bartlett | |||||
2012-03-01 | s3-selftest: Add more tests for ntlm_auth | Andrew Bartlett | 2 | -19/+79 | |
2012-03-01 | s3-ntlm_auth fix up gss-spnego-client so as to work with gss-spnego | Andrew Bartlett | 1 | -16/+5 | |
The SPNEGO code changed since this was last tested. Andrew Bartlett | |||||
2012-03-01 | s3-ntlm_auth: Wrap kerberos token in GSSAPI | Andrew Bartlett | 1 | -2/+6 | |
While windows will accept this ticket without the wrapping, it is nicer to follow the standard and wrap it up in GSSAPI. This should allow the ntlm_auth gss-spnego-client to talk to the ntlm_auth gss-spengo server. Reported by Christof Schmitt <christof.schmitt@us.ibm.com> Andrew Bartlett | |||||
2012-03-01 | s3-ntlm_auth: Add --target-service and --target-hostname options | Andrew Bartlett | 1 | -9/+40 | |
This will allow the gss-spnego-client protocol to work with modern SPNEGO servers that do not send the principal in the mechListMIC. Andrew Bartlett | |||||
2012-03-01 | build: look for backtrace_symbols in libexec | Andrew Bartlett | 1 | -1/+1 | |
2012-03-01 | Trivial Comment fix: Supply a missing word in a comment | Richard Sharpe | 1 | -1/+1 | |
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Thu Mar 1 06:55:44 CET 2012 on sn-devel-104 | |||||
2012-03-01 | s3: Fix "make bin/smbtorture4" in the autoconf build | Volker Lendecke | 1 | -1/+1 | |
tdb2 support does not work with a system-supplied libtdb yet Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu Mar 1 05:23:57 CET 2012 on sn-devel-104 | |||||
2012-03-01 | Add open_dir_with_privilege() to ensure we're opening the correct directory ↵ | Jeremy Allison | 5 | -3/+72 | |
when doing backup requests. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Mar 1 03:50:40 CET 2012 on sn-devel-104 | |||||
2012-02-29 | Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges. | Jeremy Allison | 1 | -4/+46 | |
2012-02-29 | Add accessor functions to set a bool "priv" on a directory handle. Not yet ↵ | Jeremy Allison | 2 | -0/+13 | |
used, but will be part of FLAG_TRANS2_FIND_BACKUP_INTENT code. | |||||
2012-02-29 | Add the implementation of check_reduced_name_with_privilege(). Now to plumb into | Jeremy Allison | 5 | -8/+177 | |
SMB1 requests. | |||||
2012-02-29 | Add check_reduced_name_with_privilege(), filename_convert_with_privilege() ↵ | Jeremy Allison | 3 | -5/+103 | |
(currently unimplemented) in order to prepare for adding SeBackup/SeRestore code to the main fileserver. Not yet plumbed into the main SMB1/SMB2 code. | |||||
2012-02-29 | s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -3/+51 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Feb 29 07:23:14 CET 2012 on sn-devel-104 | |||||
2012-02-29 | s3:torture/test_smb2: test handle based calls during reauth in ↵ | Stefan Metzmacher | 1 | -0/+18 | |
SMB2-MULTI-CHANNEL metze | |||||
2012-02-29 | s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -0/+100 | |
metze | |||||
2012-02-29 | s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -1/+154 | |
metze | |||||
2012-02-29 | s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in ↵ | Stefan Metzmacher | 1 | -2/+4 | |
SMB2-MULTI-CHANNEL metze | |||||
2012-02-29 | lib/crypto: add aes_cmac_128* (rfc 4493) | Stefan Metzmacher | 1 | -1/+2 | |
Thanks to Jeremy, Michael and Volker for the debugging! metze | |||||
2012-02-29 | s3: Introduce "req" helper var in reply_lockingX_success | Volker Lendecke | 1 | -3/+5 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 03:08:53 CET 2012 on sn-devel-104 | |||||
2012-02-29 | s3: Fix a const warning | Volker Lendecke | 1 | -1/+1 | |
2012-02-29 | s3: Add a test that makes a chained open break an oplock | Volker Lendecke | 6 | -0/+299 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104 | |||||
2012-02-28 | s3: More fix for smbd -i | Volker Lendecke | 1 | -1/+1 | |
We need a full re-initialize, otherwise we don't re-init the USR1 signal handler | |||||
2012-02-28 | Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculating | Jeremy Allison | 1 | -3/+28 | |
the share security mask, take priviliges into account for the connecting user. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Feb 28 20:21:26 CET 2012 on sn-devel-104 | |||||
2012-02-28 | smbd: detect EOF on stdin in --foreground mode | Andrew Tridgell | 1 | -0/+25 | |
if EOF is detected on stdin then exit | |||||
2012-02-28 | s3:torture/test_smb2: test a tree_connect during reauth | Stefan Metzmacher | 1 | -0/+17 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 28 06:58:44 CET 2012 on sn-devel-104 | |||||
2012-02-28 | s3:torture/test_smb2: check directory listing during reauth | Stefan Metzmacher | 1 | -0/+72 | |
metze | |||||
2012-02-28 | s3:libsmb:smb2: pass previous session ID to session setup, not previous session | Michael Adam | 4 | -16/+12 | |
We only need the session, and under some circumstances, it might complicate things for the caller to have to cope with the whole structure (talloc...). | |||||
2012-02-27 | s3-winbindd: Close netlogon connection if the status returned by the ↵ | Matthieu Patou | 1 | -1/+20 | |
NetrSamLogonEx call is timeout in the pam_auth_crap path If not the child process would hang for quite a long time up to the moment when the connection is cleaned by the kernel (took ~ 20 minutes) in my tests. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 27 23:10:03 CET 2012 on sn-devel-104 | |||||
2012-02-27 | s3:torture/test_smb2: show that a session is not valid for path based calls ↵ | Stefan Metzmacher | 1 | -0/+16 | |
during reauth metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 27 16:29:02 CET 2012 on sn-devel-104 | |||||
2012-02-27 | s3:torture/test_smb2: show that a session is valid during a multi-leg reauth | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2012-02-27 | s3:torture/test_smb2: fix missleading file name in reauth test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-02-27 | libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu() | Stefan Metzmacher | 1 | -0/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 27 14:26:32 CET 2012 on sn-devel-104 | |||||
2012-02-27 | libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the ↵ | Stefan Metzmacher | 2 | -12/+12 | |
signing_key The signing_key is fix across all channels and is used for session setups on a channel binding. Note: - the last session setup response is signed with the new channel signing key. - the reauth session setups are signed with the channel signing key. It's also not needed to remember the main session key. metze | |||||
2012-02-27 | s3:torture/test_smb2: remove explicit smb2_signing_check_pdu() | Stefan Metzmacher | 1 | -6/+0 | |
smb2cli_session_set_session_key() already checks the signature and that function really knows the signing key. metze | |||||
2012-02-27 | s3:torture/test_smb2: a reauth doesn't update the session/signing key | Stefan Metzmacher | 1 | -17/+0 | |
metze |