Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-09 | s3-lib: Fix indentation in sys_acl_to_text() | Andrew Bartlett | 1 | -2/+2 | |
2012-05-09 | Revert "selftest: mark ^samba4.raw.context.session1 as flapping, the test ↵ | Stefan Metzmacher | 1 | -1/+0 | |
was wrong" This reverts commit 794a9da38fbd88eb3d358d453cc5d21998604caa. The test is fixed now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 9 02:53:24 CEST 2012 on sn-devel-104 | |||||
2012-05-09 | s4:smb_server/smb: only create a new session with vuid == 0 | Stefan Metzmacher | 3 | -9/+17 | |
metze | |||||
2012-05-09 | s4:torture/raw/context: test a session setup with a given invalid vuid | Stefan Metzmacher | 1 | -17/+29 | |
On a session setup with EXTENDED_SECURITY we'll get ERRSRV:ERRbaduid, while a session setup without EXTENDED_SECURITY ignores the given vuid. Before this test was doing a reauth of a given vuid, which works for newer Windows versions, but Windows 2000 gives INVALID_PARAMETER. metze | |||||
2012-05-09 | selftest: mark ^samba4.raw.context.session1 as flapping, the test was wrong | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-09 | s3:libsmb: remove unused var in smb2cli_set_info_done | Stefan Metzmacher | 1 | -3/+0 | |
2012-05-09 | s3:winbindd:autorid check that transaction start did work | Christian Ambach | 1 | -1/+5 | |
this fixes Coverity #700172 CHECKED_RETURN Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Wed May 9 00:27:08 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s3:smbd fix some compiler warnings | Christian Ambach | 1 | -2/+2 | |
2012-05-08 | s3:vfs/gpfs: Have inherited deny ACE's show up in ACLs | Alexander Werth | 1 | -2/+2 | |
Don't use the mode for the get_acl call that surpresses inherited deny ACE's. This is now possible since the inherited ACE flag exists now in GPFS and Samba. | |||||
2012-05-08 | s4:libcli:raw: fix a comment typo in smb_setfileinfo() | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 8 20:45:16 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4:torture: add a new smb2.session.reauth5 test: rename after reauth to anon ↵ | Michael Adam | 1 | -0/+228 | |
- fails | |||||
2012-05-08 | s4:torture: add a new smb2.session.reauth4 test: setting security descriptor ↵ | Michael Adam | 1 | -0/+122 | |
after reauth to anon - works | |||||
2012-05-08 | s3-docs: Fix bug #7930. | Karolin Seeger | 1 | -1/+7 | |
Add hint that setting "profile acls = yes" on normal shares can cause trouble. Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Tue May 8 18:47:59 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s3-po: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-05-08 | s3-net: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-05-08 | s4 dns: unify error handling when bailing out | Kai Blin | 1 | -12/+11 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue May 8 15:48:25 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4 dns: Add TSIG and TKEY records to idl | Kai Blin | 1 | -11/+56 | |
2012-05-08 | s3-docs: Fix several typos. | Karolin Seeger | 22 | -44/+44 | |
Part of a fix for bug #7938. Based on a patch provided by John Bradshaw <john@johnbradshaw.org>. Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Tue May 8 13:56:32 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s3-docs: overrided -> overridden | Karolin Seeger | 6 | -6/+6 | |
Fix typo. Part of a fix for bug #7938. Based on a patch provided by John Bradshaw <john@johnbradshaw.org>. | |||||
2012-05-08 | s3:vfs/shadow_copy2 fix some compiler warnings | Christian Ambach | 1 | -4/+3 | |
about unused variables Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Tue May 8 11:15:07 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s3:vfs/shadow_copy2 make descending sort order the default | Christian Ambach | 1 | -1/+1 | |
otherwise Explorer won't work correctly when trying to restore a folder | |||||
2012-05-08 | docs:autorid document ignore builtin parameter | Christian Ambach | 1 | -0/+6 | |
2012-05-08 | s3:winbindd/autorid add ignore builtin parameter | Christian Ambach | 1 | -0/+13 | |
BUILTIN should be handled by passdb, however if passdb does not know about a SID, autorid creates a range for BUILTIN and does deterministic mapping make it possible to turn off this behavior | |||||
2012-05-08 | docs:autorid document read-only parameter | Christian Ambach | 1 | -0/+6 | |
2012-05-08 | s3:winbindd/autorid add support for read-only mode | Christian Ambach | 1 | -6/+38 | |
make it possible to set read-only = yes for the backend so users can replicate an autorid.tdb to another server to use the same mappings without risking that updates are done on both sides | |||||
2012-05-08 | docs:autorid document how well-known SIDs will be mapped | Christian Ambach | 1 | -1/+5 | |
they consume space of the allocation pool and a list of most known well-known SIDs is preallocated to create a deterministic mapping | |||||
2012-05-08 | s3:winbindd/autorid preallocate well-known SIDs | Christian Ambach | 1 | -0/+42 | |
preallocate the list of well-known SIDs that Win2008R2 reports to be groups and that are on the list in KB243330 This will allow for deterministic mapping of these SIDs, even if they are stored in the allocation pool as this is the first thing that autorid will allocate from the pool during module initialization | |||||
2012-05-08 | krb5samba: Add smb_krb5_make_pac_checksum. | Andreas Schneider | 5 | -1/+86 | |
Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue May 8 08:30:52 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4-auth: Use smb_krb5_make_pac_checksum. | Andreas Schneider | 1 | -54/+24 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-08 | krb5samba: Add krb5_free_checksum_contents wrapper | Simo Sorce | 5 | -1/+18 | |
2012-05-08 | lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversion | Andrew Bartlett | 1 | -1/+1 | |
TIME_T_MAX is not actually INT64_MAX at the moment, so check both values and set to the magic end-of-time value. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 8 06:41:43 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4-provision Ensure we have posix ACLs before we permit a s3fs-based Samba4 ↵ | Andrew Bartlett | 1 | -0/+14 | |
to be configured | |||||
2012-05-08 | s3-python: Add python bindings for posix ACL layer | Andrew Bartlett | 2 | -0/+209 | |
This will allow us to check that posix ACLs work in the s4 provision, and avoid --use-s3fs if they do not. Andrew Bartlett | |||||
2012-05-08 | s4:torture/raw/context: add subtests as torture testcases | Stefan Metzmacher | 1 | -46/+20 | |
TODO: add test_session with 'use spnego = false'. We need a way to do set an option just for one test case. Note: the 'use spnego = false' was ignored before as it's only used on the first session setup on a connection. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 8 04:50:39 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4:torture/raw/context: INVALID_PARAMETER vs. LOGON_FAILURE... | Stefan Metzmacher | 1 | -1/+7 | |
If the try a session setup without EXTENDED_SECURITY after one with EXTENDED_SECURITY Windows 2008 R2 returns INVALID_PARAMETER, while Windows 2000 sp4 returns LOGON_FAILURE... metze | |||||
2012-05-08 | s4:torture/raw: make torture_raw_context a test suite | Stefan Metzmacher | 2 | -3/+12 | |
metze | |||||
2012-05-08 | s4:torture/raw/context: make use of torture_* macros and avoid 'printf' | Stefan Metzmacher | 1 | -100/+87 | |
metze | |||||
2012-05-08 | s4:torture/raw/context: pass tctx to test_pid_exit_only_sees_open() | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2012-05-08 | selftest: samba4 doesn't support reauth | Stefan Metzmacher | 2 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 8 02:43:49 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s4:torture/raw/session: make sure we got a reauth of the existing session | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2012-05-08 | selftest: mark ^samba4.raw.session.reauth as flapping | Stefan Metzmacher | 1 | -0/+1 | |
Because the test is wrong... metze | |||||
2012-05-07 | talloc: Update doxygen config. | Andreas Schneider | 1 | -119/+391 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon May 7 21:13:15 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | doc: Remove latex to doxygen conversion leftovers in talloc. | Pavel Březina | 2 | -8/+8 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-05-07 | doc: Fixes for the talloc best practices tutorial. | Andreas Schneider | 1 | -10/+10 | |
2012-05-07 | doc: Fixes for the talloc debugging tutorial. | Andreas Schneider | 1 | -9/+10 | |
2012-05-07 | doc: Fixes for the talloc pool tutorial. | Andreas Schneider | 1 | -15/+16 | |
2012-05-07 | doc: Fixes for the talloc destructor tutorial. | Andreas Schneider | 1 | -4/+5 | |
2012-05-07 | doc: Fixes for the talloc dynamic type system tutorial. | Andreas Schneider | 1 | -14/+15 | |
2012-05-07 | doc: Fixes for the talloc stealing tutorial. | Andreas Schneider | 1 | -9/+24 | |
2012-05-07 | doc: Fixes for the talloc context tutorial. | Andreas Schneider | 1 | -25/+27 | |