Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-04 | s3-winbindd: Add stdin handler for winbind | Andrew Bartlett | 2 | -3/+48 | |
This will help avoid runaway processes in the test env, particularly when the whole selftest.pl is killed. Andrew Bartlett | |||||
2012-03-04 | s3-nmbd: Add stdin handler for nmbd | Andrew Bartlett | 1 | -0/+33 | |
This will help avoid runaway processes in the test env, particularly when the whole selftest.pl is killed. Andrew Bartlett | |||||
2012-03-04 | change low FDs are handled in Samba | Andrew Bartlett | 4 | -19/+2 | |
We now only close fds 0, 1, 2 when we are a forked daemon, and take care not to close a file descriptor that we might need for foreground stdin monitoring. This should fix stdout logging in the lsa and epmapper deamons (ie in make test). Andrew Bartlett | |||||
2012-03-04 | s3: don't replace the error message if already defined | Matthieu Patou | 1 | -3/+5 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Mar 4 10:13:24 CET 2012 on sn-devel-104 | |||||
2012-03-04 | s3: print a nice warning when HAVE_ADS is not enabled but you still try to ↵ | Matthieu Patou | 1 | -0/+5 | |
do net rpc keytab vampire | |||||
2012-03-03 | s3: Fix a bogus if (client_len < 0) | Volker Lendecke | 1 | -1/+1 | |
On some platforms socklen_t might be unsigned, so comparing for <0 always returns true. Also, tsocket_address_bsd_sockaddr returns ssize_t. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Mar 3 23:38:31 CET 2012 on sn-devel-104 | |||||
2012-03-03 | s3:libsmb: pass smb2 capabilities and client guid in cli_state_create() | Stefan Metzmacher | 1 | -2/+7 | |
metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-03-03 | smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2 | Michael Adam | 1 | -1/+2 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
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...). |