Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-03 | Fix compilation without external heimdal. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Apr 3 17:18:56 CEST 2011 on sn-devel-104 | |||||
2011-04-03 | use system heimdal headers if possible, fix missing dependencies on hx509 ↵ | Jelmer Vernooij | 1 | -1/+5 | |
and krb5 libraries. | |||||
2011-03-29 | Ensure convert_string_XXX is always called with a valid converted_size pointer. | Jeremy Allison | 1 | -2/+2 | |
Preparation for cleaning up this API. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 29 21:01:49 CEST 2011 on sn-devel-104 | |||||
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 3 | -5/+3 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s4-smbtorture: use torture_assert in torture_samba3_rpc_sharesec(). | Günther Deschner | 1 | -23/+18 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 17:47:11 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s4-smbtorture: use torture_fail and _assert in torture_samba3_rpc_getusername(). | Günther Deschner | 1 | -48/+16 | |
Guenther | |||||
2011-03-16 | s4-smbtorture: remove explicit mem_ctx from torture_samba3_rpc_getusername(). | Günther Deschner | 1 | -20/+14 | |
Guenther | |||||
2011-03-16 | s4-smbtorture: use torture_assert in samr large-dc test. | Günther Deschner | 1 | -14/+38 | |
Guenther | |||||
2011-03-16 | s4-smbtorture: use torture_fail and _assert macros in torture_netlogon_samba3(). | Günther Deschner | 1 | -30/+16 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 15:51:12 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s4-smbtorture: remove explicit mem_ctx from torture_netlogon_samba3(). | Günther Deschner | 1 | -12/+3 | |
Guenther | |||||
2011-03-15 | s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP ↵ | Günther Deschner | 1 | -2/+1 | |
subsystem. Guenther | |||||
2011-03-14 | Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2 | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 14 23:53:46 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s4:torture/rpc/scanner: use dcerpc_binding_handle_raw_call() instead of ↵ | Stefan Metzmacher | 1 | -2/+11 | |
dcerpc_request() metze | |||||
2011-03-13 | s4:torture/rpc/countcalls: use dcerpc_binding_handle_raw_call() instead of ↵ | Stefan Metzmacher | 1 | -2/+12 | |
dcerpc_request() metze | |||||
2011-03-13 | s4:torture/rpc/autoidl: use dcerpc_binding_handle_raw_call() instead of ↵ | Stefan Metzmacher | 1 | -6/+43 | |
dcerpc_request() metze | |||||
2011-03-13 | s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of ↵ | Stefan Metzmacher | 1 | -2/+4 | |
dcerpc_ndr_request() metze | |||||
2011-02-28 | Fix some types | Jelmer Vernooij | 3 | -4/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s4:torture/rpc/netlogon.c - fix two build warnings by casts | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Feb 22 11:45:49 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s4-smbtorture: Fix for RPC-LSA-FOREST-TRUST. | Sumit Bose | 1 | -2/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s4-smbtorture: Two fixes for forest trust test against samba. | Sumit Bose | 1 | -2/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-15 | s4: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2011-02-15 | s4:torture/rpc/samr.c - fix up the "test_GroupList" suite regarding ↵ | Matthias Dieter Wallnöfer | 1 | -2/+16 | |
QueryDisplayInfo This is needed to comply with the previous patch. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Feb 15 17:40:22 CET 2011 on sn-devel-104 | |||||
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 2 | -2/+2 | |
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 | 1 | -36/+40 | |
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 | 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 | 2 | -0/+1039 | |
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-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-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 | 1 | -12/+8 | |
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-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 |