Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | s4:rpc_server/netlogon: return INVALID_INFO_CLASS for invalid ↵ | Stefan Metzmacher | 1 | -1/+1 | |
netr_Validation levels metze | |||||
2011-02-02 | s4/samba-tool: Add --sync-forced flag to 'drs replicate' command | Kamen Mazdrashki | 1 | -1/+4 | |
We are going to need this to trigger replication when inbound replication is disabled for a given DC Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Feb 2 09:03:22 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4-dsdb Add tests to ensure we don't break the rootDSE function levels again | Andrew Bartlett | 1 | -0/+33 | |
This both checks that the levels make sense, and they match what they should be based on in the DB. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 2 06:09:53 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4-dsdb Fix generation of rootDSE domainControllerFunctionality | Andrew Bartlett | 1 | -1/+3 | |
The issue here is that when the samdb calls were removed, this call relied on going back to the top of the module stack, so as to re-enter the rootDSE search handler. It makes more sense to check the @ROOTDSE record directly, and therefore not to invoke the search() handler during the init. Andrew Bartlett | |||||
2011-02-02 | s4-waf Don't install any Samba packages into PYTHONDIR | Andrew Bartlett | 2 | -2/+2 | |
This causes the parts of Samba installed into PYTHONARCHDIR to then be missed in mixed python/C module namespaces. Andrew Bartlett | |||||
2011-02-02 | s4-python Remove manipuation of python path from samba module | Andrew Bartlett | 1 | -2/+1 | |
This manipulation should be done by top level scripts, otherwise we won't find samba in the first place (and these can be munged correctly for the install). Andrew Bartlett | |||||
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 16 | -16/+16 | |
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | |||||
2011-02-02 | s4-python Remove unused missing.py (used by old build system) | Andrew Bartlett | 1 | -17/+0 | |
2011-02-02 | Remove unused installmisc.sh script, from old build system | Andrew Bartlett | 1 | -98/+0 | |
2011-02-02 | s4:heimdal: import lorikeet-heimdal-201101310455 (commit ↵ | Andrew Bartlett | 54 | -185/+192 | |
aa88eb1a05c4985cc23fb65fc1bad75bdce01c1f) | |||||
2011-02-01 | Added SSL global catalog | William Brown | 1 | -3/+18 | |
Reviewed-by: Andrew Bartlett Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Feb 1 20:05:39 CET 2011 on sn-devel-104 | |||||
2011-01-31 | Add knownfail for s4 for the new oplock test. | Jeremy Allison | 1 | -0/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Jan 31 22:55:00 CET 2011 on sn-devel-104 | |||||
2011-01-31 | smbtorture4 test for bug #7928 - Samba problems with kernel oplocks option ↵ | Pavel Shilovsky | 1 | -0/+95 | |
set to "no" | |||||
2011-01-31 | s4-smbtorture: add samr_changepassworduser3 ndr torture tests. | Günther Deschner | 1 | -2/+109 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104 | |||||
2011-01-31 | s4-smbtorture: make it more obvious this are w2k dumps in netlogon ndr test. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2011-01-30 | s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4 | Matthias Dieter Wallnöfer | 1 | -0/+11 | |
This patch has been commited by request of Jelmer. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Jan 30 19:07:57 CET 2011 on sn-devel-104 | |||||
2011-01-30 | s4:libcli/util: display NT_STATUS_RPC_SEC_PKG_ERROR in error strings | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-01-28 | s4-smbtorture: add (disabled) ndr torture test to check for a w2k samlogon ↵ | Günther Deschner | 1 | -0/+26 | |
reply we can't currently parse. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 16:23:30 CET 2011 on sn-devel-104 | |||||
2011-01-28 | s4-smbtorture: add NDR tests for netr_LogonSamLogon. | Günther Deschner | 1 | -1/+65 | |
Guenther | |||||
2011-01-28 | s4-acl: Fixed returning uninitialized ldap error in case of some critical ↵ | Nadezhda Ivanova | 1 | -7/+10 | |
errors. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Fri Jan 28 12:04:01 CET 2011 on sn-devel-104 | |||||
2011-01-27 | s4-torture: Reorder the epmapper tests. | Andreas Schneider | 1 | -8/+9 | |
It works like a stack! Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 27 15:28:05 CET 2011 on sn-devel-104 | |||||
2011-01-27 | s4-torture: Added a full epm_Map test. | Andreas Schneider | 1 | -95/+231 | |
2011-01-27 | s4-torture: Added a test_Insert for epmapper. | Andreas Schneider | 1 | -0/+46 | |
2011-01-27 | s4-torture: Use binding handle in epm_Delete test. | Andreas Schneider | 1 | -3/+18 | |
2011-01-27 | s4-torture: Comment out the test_InqObject. | Andreas Schneider | 1 | -0/+6 | |
2011-01-27 | s4-torture: Added a clean test_Map_simple. | Andreas Schneider | 1 | -17/+77 | |
2011-01-27 | s4-torture: Added a clean test_Lookup_terminate_search. | Andreas Schneider | 1 | -0/+59 | |
2011-01-27 | s4-torture: Added a clean test_Lookup_simple. | Andreas Schneider | 1 | -34/+48 | |
2011-01-27 | s4-torture: Added test_LookupHandleFree. | Andreas Schneider | 1 | -0/+37 | |
2011-01-27 | s4-torture: Start with a clean epm_Insert_noreplace test. | Andreas Schneider | 1 | -29/+48 | |
2011-01-27 | s4-selftest: Mark epmapper as knownfail. | Andreas Schneider | 1 | -2/+1 | |
2011-01-26 | errormap: Add unix_to_werror() function | Kai Blin | 1 | -0/+6 | |
While this function technically is closest to the map_nt_status_from_unix() function, I think it is better to keep the new function in line with our usual fooerror_to_barerror() naming scheme. Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Jan 26 23:07:24 CET 2011 on sn-devel-104 | |||||
2011-01-25 | s4-test/delete_object: Remove global ldb connections | Kamen Mazdrashki | 1 | -26/+7 | |
Make it more xUnit compliant Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Jan 25 21:30:19 CET 2011 on sn-devel-104 | |||||
2011-01-25 | s4:ldap.py - check the write protection on LSA objects | Matthias Dieter Wallnöfer | 1 | -5/+30 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 25 13:09:41 CET 2011 on sn-devel-104 | |||||
2011-01-25 | s4:dsdb/samdb/ldb_modules/objectclass.c - move LSA specific object checks ↵ | Matthias Dieter Wallnöfer | 2 | -32/+29 | |
into "objectclass_attrs" LDB module LSA object classes are protected on both LDAP add and LDAP modify operations, so I've refactored the previous check in the objectclass LDB module only for LDAP adds in a new one in the objectclass_attrs LDB module for both adds and modifies. This is the result of the investigations done by Hongwei Sun and I in the last months. Interestingly these protection mechansim doesn't apply on LDAP deletes! Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-25 | waf: share libndr.so between samba3 and samba4. | Günther Deschner | 1 | -11/+0 | |
Guenther | |||||
2011-01-22 | s4-repl_meta_data: replmd_update_is_newer() should not return true if ↵ | Kamen Mazdrashki | 1 | -3/+3 | |
metadata stamps are equal Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Jan 22 12:22:30 CET 2011 on sn-devel-104 | |||||
2011-01-22 | s4-repl_meta_data: Print out what is wrong when we fail to modify object | Kamen Mazdrashki | 1 | -0/+1 | |
2011-01-22 | s4-repl_meta_data: We should not use USNs in metadata comparisons | Kamen Mazdrashki | 1 | -11/+0 | |
If object is changed by same DC, then version should be incremented | |||||
2011-01-21 | s4-smbtorture: make sure there is always driverextra data in spoolss devmode ↵ | Günther Deschner | 1 | -2/+10 | |
size tests. Guenther | |||||
2011-01-21 | s4-smbtorture: add tests for the size member of spoolss devicemodes. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2011-01-21 | s4-smbtorture: prepare devicemode test for expected result tests. | Günther Deschner | 1 | -9/+15 | |
Guenther | |||||
2011-01-21 | s4-smbtorture: add some paranoia checks for 0 sized devmodes. | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2011-01-20 | s4-auth Remove special case for account_sid from auth_serversupplied_info | Andrew Bartlett | 14 | -288/+257 | |
This makes everything reference a server_info->sids list, which is now a struct dom_sid *, not a struct dom_sid **. This is in keeping with the other sid lists in the security_token etc. In the process, I also tidy up the talloc tree (move more structures under their logical parents) and check for some possible overflows in situations with a pathological number of sids. Andrew Bartlett | |||||
2011-01-20 | s4-gensec Add prototype for gensec_ntlmssp_init() | Andrew Bartlett | 1 | -0/+2 | |
Andrew Bartlett | |||||
2011-01-20 | libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code. | Andrew Bartlett | 1 | -123/+12 | |
The idea here is to allow the source3/libads/sasl.c code to call this instead of the lower level ntlmssp_* functions. Andrew Bartlett | |||||
2011-01-20 | s4:selftest: mark samba4.nbt.winsreplication.owned as knownfail | Stefan Metzmacher | 1 | -0/+1 | |
This sometimes fails on a busy server. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 09:29:12 CET 2011 on sn-devel-104 | |||||
2011-01-20 | s4:selftest/skip: remove samba4.tokengroups.python | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-01-20 | lib/util: add tests for anonymous_shared_allocate/free() | Stefan Metzmacher | 2 | -1/+17 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 20 06:25:03 CET 2011 on sn-devel-104 | |||||
2011-01-19 | s4-selftest Remove knownfail for tokengroups test | Andrew Bartlett | 1 | -1/+0 | |
The problem with this test (use of None rather than "" has been fixed) Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jan 19 23:56:31 CET 2011 on sn-devel-104 |