Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 6 | -9/+9 | |
thi ensures we are using the header corresponding to the version of ldb we're linking against. Otherwise we could use the system ldb for link and the in-tree one for include Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-09 | s4-auth Rework auth subsystem to remove struct auth_serversupplied_info | Andrew Bartlett | 2 | -66/+72 | |
This changes auth_serversupplied_info into the IDL-defined struct auth_user_info_dc. This then in turn contains a struct auth_user_info, which is the only part of the structure that is mainted into the struct session_info. The idea here is to avoid keeping the incomplete results of the authentication (such as session keys, lists of SID memberships etc) in a namespace where it may be confused for the finalised results. Andrew Barltett | |||||
2011-02-08 | s4-smbtorture: add torture test to check proper add and delete driver ↵ | Günther Deschner | 1 | -0/+77 | |
operations. Thanks to Bjoern Baumbach <bb@sernet.de> for pushing us to test and verify this. Guenther | |||||
2011-02-08 | s4-smbtorture: also run the driver timestamp spoolss test against samba. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-08 | libndr: share some uuid helpers. | Günther Deschner | 1 | -7/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104 | |||||
2011-02-05 | s4 torture: add new rpc torture tests for backup key remote protocol | Matthieu Patou | 3 | -2/+1041 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Feb 5 13:01:42 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4:torture/rpc/netlogon: add invalid level tests for netr_LogonControl2 | Stefan Metzmacher | 1 | -0/+24 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Feb 2 12:43:32 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4:torture/rpc/netlogon: improve comments in test_LogonControl2() | Stefan Metzmacher | 1 | -12/+12 | |
metze | |||||
2011-02-02 | s4:torture/rpc/netlogon: test invalid netr_LogonControl() level | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2011-02-02 | s4:torture/rpc/netlogon: test invalid LogonSamLogon levels | Stefan Metzmacher | 1 | -0/+90 | |
This proves that the invalid parameter/info class checks need to be done before the credential chain checks. metze | |||||
2011-02-02 | s4:torture/rpc/netlogon: test validation levels 2 and 3 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 3 | -3/+3 | |
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | |||||
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-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-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-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-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 | 2 | -24/+21 | |
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 | 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-18 | s4-torture Remove unused temp dirs from the RPC-PAC test. | Andrew Bartlett | 1 | -9/+0 | |
The code previously required the creation of a messaging context, but this isn't done any more, so we don't need the tmp dir to put it in. Andrew Bartlett | |||||
2011-01-17 | s4-dsdb: pass parent request to dsdb_module_*() functions | Andrew Tridgell | 1 | -4/+4 | |
this preserves the request hierarchy for dsdb_module_*() calls inside dsdb ldb modules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-12 | s4:torture/nbench/nbench.c - initialise "n" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Jan 12 20:38:02 CET 2011 on sn-devel-104 | |||||
2011-01-12 | torture:drs/rpc/msds_intid.c - proof for the correct "intId" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"drs_attr" is uninitialised in this loop | |||||
2011-01-12 | torture: add ndr tests for backup key protocol | Matthieu Patou | 3 | -1/+161 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 10:25:00 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-smbtorture: check driver_version equality as well. | Günther Deschner | 1 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 11:22:09 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-smbtorture: always setup full driver level 8 in test_add_driver_arg(). | Günther Deschner | 1 | -6/+13 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: in test_GetDriverInfo_winreg() always test level 6 for samba3 as | Günther Deschner | 1 | -7/+2 | |
well. Guenther | |||||
2011-01-04 | s4-smbtorture: setup help and dependent files in spoolss driver unc path tests. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: fix DriverDate and DriverVersion comparison checks against w2k3. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: add more tests for driver_dates. | Günther Deschner | 1 | -0/+39 | |
Guenther | |||||
2011-01-03 | remove unnecessary use of pass. | Jelmer Vernooij | 1 | -8/+0 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104 | |||||
2011-01-03 | Use TestCase.get_credentials() where possible. | Jelmer Vernooij | 4 | -7/+6 | |
2010-12-27 | s4:selftest: specify the gentest_seeds.dat location | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-23 | s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
literal To quiet a warning on Solaris Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 13:43:57 CET 2010 on sn-devel-104 |