Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-05-07 | doc: Add talloc tutorial. | Pavel Březina | 13 | -1/+873 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-05-07 | heimdal: Cope with newer Heimdal versions accepting a keyset argument to | Jelmer Vernooij | 2 | -4/+26 | |
hdb_enctype2key. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon May 7 18:33:10 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | s3:registry: let reg_values_need_update() return true if the backend does ↵ | Michael Adam | 1 | -1/+1 | |
not implement the method Otherwise the value cache might become outdated. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 7 16:11:05 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | s3:registry: let reg_subkeys_need_update() return true if the backend does ↵ | Michael Adam | 1 | -1/+1 | |
not implement the method Otherwise the subkey cache might become outdated. | |||||
2012-05-07 | s4-dns: Build BIND DLZ modules with correct private library | Amitay Isaacs | 1 | -2/+2 | |
This fixes rpath for samdb-common private library after make install. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon May 7 07:40:29 CEST 2012 on sn-devel-104 | |||||
2012-05-06 | lib/param: add support for "SMB3_00" | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun May 6 16:38:00 CEST 2012 on sn-devel-104 | |||||
2012-05-06 | s3:smb2_negprot: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2012-05-06 | s4:libcli/smb2: use PROTOCOL_LATEST | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-06 | s3:torture/test_smb2: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -7/+10 | |
metze | |||||
2012-05-06 | libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | libcli/smb: add PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-05-06 | libcli/smb: add SMB3_DIALECT_REVISION_300 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | s3:torture: do some query_info and set_info calls in SMB2-SESSION-REAUTH | Stefan Metzmacher | 1 | -0/+143 | |
metze | |||||
2012-05-06 | s3:libsmb: add smb2cli_set_info* | Stefan Metzmacher | 4 | -0/+214 | |
metze | |||||
2012-05-06 | s3:libsmb: add smb2cli_query_info* | Stefan Metzmacher | 4 | -0/+288 | |
metze | |||||
2012-05-06 | s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_tcon* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-06 | s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_ioctl* | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-06 | s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_create* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-06 | s3:libsmb: remove unused reference to talloc_tos() | Stefan Metzmacher | 4 | -8/+4 | |
metze | |||||
2012-05-06 | s3:idmap_cache: change DEBUG message to level 10 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-05-06 | s4-s3-upgrade: Max/min password age policy is in seconds, not days | Andrew Bartlett | 1 | -2/+2 | |
This cases upgraded domains to have a too-long password expiry, which in extreme cases can cause the KDC to misfunction. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 6 14:49:39 CEST 2012 on sn-devel-104 | |||||
2012-05-06 | s4-schema: Validate more class attribute when adding a new class in the schema | Matthieu Patou | 1 | -0/+29 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun May 6 04:17:56 CEST 2012 on sn-devel-104 | |||||
2012-05-05 | s4: use intermediate var, increase lisibility | Matthieu Patou | 1 | -6/+5 | |
2012-05-05 | olschema2ldif: be more strict where checking for open/closed braces | Matthieu Patou | 1 | -3/+15 | |
2012-05-05 | s3:registry: implement values_need_update and subkeys_need_update in the ↵ | Michael Adam | 1 | -0/+11 | |
smbconf backend It simply calls to the regdb functions. This fixes a caching issue uncovered by recent changes. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat May 5 04:10:43 CEST 2012 on sn-devel-104 |