Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-18 | Raise the debug level from 1 to 5 in get_share_mode_lock_internal() | Jeremy Allison | 1 | -1/+2 | |
This isn't a fatal condition, there is a valid codepath that can cause this message. | |||||
2012-05-18 | s4:torture: Add raw.session.reauth2 test | Volker Lendecke | 1 | -0/+142 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri May 18 18:25:42 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s4:torture: rename raw.session.reauth => raw.session.reauth1 | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2012-05-18 | s3:smbd: allow creating new spnego sessions only with a 0 vuid | Stefan Metzmacher | 1 | -0/+5 | |
Found by the raw.context test. metze | |||||
2012-05-18 | s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED | Stefan Metzmacher | 1 | -1/+1 | |
Found by the raw.context test. metze | |||||
2012-05-18 | selftest/Samba3: add 'smbd:suicide mode = yes' | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-18 | s3:idmap_cache: improve checks for format of value string in ↵ | Michael Adam | 1 | -0/+15 | |
idmap_cache_find_sid2unixid() Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri May 18 16:34:27 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid() | Michael Adam | 1 | -12/+10 | |
2012-05-18 | s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid() | Michael Adam | 1 | -5/+24 | |
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 11 | -262/+46 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s4-torture: Improve torture test boilerplate, use torture_assert() | Andrew Bartlett | 18 | -279/+93 | |
This ensures that if this fails, it is reported as a subunit error correctly. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri May 18 09:35:13 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s4-torture: Always use torture_assert() to handle failures | Andrew Bartlett | 1 | -9/+6 | |
2012-05-18 | s4-torture: provide correct torture failures for failure to connect | Andrew Bartlett | 1 | -11/+9 | |
2012-05-18 | build: Also look for iconv in /usr/local by default | Andrew Bartlett | 1 | -2/+2 | |
This should help the build find iconv on FreeBSD and similar systems, and make it possible to operate with 8-bit character sets. Andrew Bartlett | |||||
2012-05-18 | Add include/lib folders from the commandline | Thomas Nagy | 2 | -1/+71 | |
By using opt.add_option(..., match=['Checking for library iconv'], dest='iconvdir'), all configuration tests displaying 'Checking for library iconv' will get $(iconvdir)/lib and $(iconvdir)/include | |||||
2012-05-18 | s4-torture: Fix rpc.samr.priv test to use torture_assert() macros | Andrew Bartlett | 1 | -51/+16 | |
2012-05-18 | autobuild: Run ABI check on samba4-libs as well. | Andrew Bartlett | 1 | -5/+5 | |
Because this build is without the developer options (so as to check that we build without those) we do not do an ABI check by default. Andrew Bartlett | |||||
2012-05-18 | build: Move generated files out of the normal build tree | Andrew Bartlett | 5 | -86/+96 | |
This avoids some dual-build-system interactions. Andrew Bartlett | |||||
2012-05-18 | build: Move generated version.h to a waf-invisible location | Andrew Bartlett | 3 | -3/+3 | |
Generally, it is better if our generated header files for the autoconf build do not end up in places that the waf build can see. Andrew Bartlett | |||||
2012-05-18 | pygensec: Fix init of variable if not specified. | Jelmer Vernooij | 1 | -1/+1 | |
Thanks to Wolfgang Sourdeau for reporting this. Bug: https://bugzilla.samba.org/show_bug.cgi?id=8946 Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri May 18 04:50:17 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | Note that "keepalive" only applies to SMB1 connections. | Jeremy Allison | 1 | -0/+3 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 18 02:59:34 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | Fix the waf build with the new "cleans up stale processes" test. | Jeremy Allison | 1 | -0/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 18 00:20:36 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s3: Check for serverid_exists in close_directory | Volker Lendecke | 1 | -0/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in close_remove_share_mode | Volker Lendecke | 1 | -0/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Be less picky on stale share mode entries | Volker Lendecke | 1 | -1/+3 | |
If a process died, the share mode entry might be bogus. Ignore those entries. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in find_oplock_types | Volker Lendecke | 1 | -0/+20 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 4 | -1/+179 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in rename_share_filename | Volker Lendecke | 1 | -0/+4 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Do not check the PIDs is parse_share_modes | Volker Lendecke | 1 | -42/+0 | |
We do that when conflicts arise Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in smb_posix_unlink | Volker Lendecke | 1 | -0/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in open_mode_check | Volker Lendecke | 1 | -0/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in notify_deferred_opens | Volker Lendecke | 1 | -2/+8 | |
We will remove the check in parse_share_modes soon Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Add "share_mode_stale_server" | Volker Lendecke | 2 | -0/+33 | |
This is a helper routine that prunes a dead share mode entry on demand. This prepares for removing the serverids_exist call in parse_share_modes. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s4:torture: add smb2.session.expire1 | Stefan Metzmacher | 1 | -1/+116 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu May 17 21:53:11 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s4:torture: add smb2.session.reconnect2 test | Stefan Metzmacher | 1 | -0/+64 | |
This uses just one transport connection and demonstrates the implicit logoff of the previous session. metze | |||||
2012-05-17 | s4:torture: rename smb2.session.reconnect to smb2.session.reconnect1 | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-17 | s4:torture: remove unused vars in smb2.session.reauth* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-17 | s4:auth/gensec_gssapi: add "gensec_gssapi:requested_life_time" option | Stefan Metzmacher | 1 | -1/+6 | |
metze | |||||
2012-05-17 | s3:gse: implement gensec_gse_expire_time() | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2012-05-17 | s4:auth/gensec: implement gensec_gssapi_expire_time() | Stefan Metzmacher | 1 | -0/+13 | |
metze | |||||
2012-05-17 | auth/gensec: implement gensec_spnego_expire_time() | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2012-05-17 | auth/gensec: add gensec_expire_time() | Stefan Metzmacher | 2 | -0/+12 | |
metze | |||||
2012-05-17 | s4:auth/gensec_gssapi: add missing 'break' statements | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2012-05-17 | s4:auth/gensec_gssapi: remember the expire time | Stefan Metzmacher | 2 | -2/+9 | |
metze | |||||
2012-05-17 | s3:gse: remember the expire time | Stefan Metzmacher | 1 | -2/+15 | |
metze | |||||
2012-05-17 | s3:smb2_sesssetup: make use of nt_status_squash() in ↵ | Stefan Metzmacher | 1 | -1/+1 | |
smbd_smb2_session_setup_recv() metze | |||||
2012-05-17 | Check the return from create_acl_blob | Richard Sharpe | 1 | -4/+6 | |
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Thu May 17 07:17:29 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ↵ | Andrew Bartlett | 1 | -0/+35 | |
ID_TYPE_BOTH The GID ACL entry is what will be mapped in most cases, and so is sufficient. Andrew Bartlett Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu May 17 05:08:44 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s3-smbd: Consider a group with the same SID as sufficient duplication | Andrew Bartlett | 1 | -0/+7 | |
This code is to ensure that the user does not loose rights when their file ownership is taken away. If the owner (an IDMAP_BOTH SID) appears as a group then a duplicate user is not required. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ↵ | Andrew Bartlett | 1 | -39/+109 | |
ownership This will allow groups, such as domain administrators, to own files while correctly handling the rest of the ACL permissions. Andrew Bartlett Signed-off-by: Jeremy Allison <jra@samba.org> |