Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-17 | s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR status | Stefan Metzmacher | 1 | -0/+7 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 17 01:09:32 CET 2011 on sn-devel-104 | |||||
2011-12-14 | s4-smbtorture: make sure we can successfully run the schannel test against ↵ | Günther Deschner | 1 | -16/+30 | |
windows. lsa lookupsids3/lookupnames4 is only available over schannel sealed ncacn_ip_tcp. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 14 17:28:29 CET 2011 on sn-devel-104 | |||||
2011-12-14 | s4-torture: LookupSids3 is only available over NCACN_IP_TCP. | Andreas Schneider | 1 | -1/+2 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Dec 14 15:39:58 CET 2011 on sn-devel-104 | |||||
2011-12-14 | s4-torture: Fix schannel test against win2k8. | Andreas Schneider | 1 | -4/+4 | |
2011-12-14 | s4-smbtorture: fix some typos in schannel test. | Günther Deschner | 1 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 14 02:52:54 CET 2011 on sn-devel-104 | |||||
2011-12-14 | s4-smbtorture: avoid printf(); in schannel test. | Günther Deschner | 1 | -13/+13 | |
Guenther | |||||
2011-12-14 | s4-smbtorture: remove trailing whitespace from schannel test. | Günther Deschner | 1 | -41/+41 | |
Guenther | |||||
2011-12-12 | s4-torture Do not use a fixed password for forest trust tests | Andrew Bartlett | 1 | -7/+13 | |
It is much better to always use random passwords. Andrew Bartlett | |||||
2011-12-12 | s4-torture cope with servers earlier than Windows 2008 | Andrew Bartlett | 1 | -0/+5 | |
Only Win2008 started to support new encryption types. Andrew Bartlett | |||||
2011-12-12 | s4-torture Modify rpc.lsa.forest.trust test to progress further FL Win2003 R2 | Andrew Bartlett | 1 | -3/+9 | |
This modification is required to pass against a domain in functional level Windows 2003 or later. Andrew Bartlett | |||||
2011-12-12 | s4-torture: Fix comment | Andrew Bartlett | 1 | -1/+1 | |
2011-12-12 | torture: do not reuse bindings between pipes | Andrew Bartlett | 1 | -6/+10 | |
This avoids connecting to the netlogon server over \pipe\lsarpc This works against windows because all pipes are implemented in the same process, but not Samba4, and relying on this is not recommended in the WSPP docs. Andrew Bartlett | |||||
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 2 | -7/+7 | |
This library was tiny - containing just two public functions than were themselves trivial. The amount of overhead this causes isn't really worth the benefits of sharing the code with other projects like OpenChange. In addition, this code isn't really generically useful anyway, as it can only load from the module path set for Samba at configure time. Adding a new library was breaking the API/ABI anyway, so OpenChange had to be updated to cope with the new situation one way or another. I've added a simpler (compatible) routine for loading modules to OpenChange, which is less than 100 lines of code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 3 08:36:33 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 3 | -20/+57 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect() | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2011-11-29 | s4:torture: use tctx->ev as event context for polling | Stefan Metzmacher | 6 | -22/+14 | |
metze | |||||
2011-11-29 | s4:gentest: get the tid from the smbcli_tree struct | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2011-11-29 | s4:torture/rpc: use talloc_zero() in torture_join_domain() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-11-27 | s4:torture/ldap/cldap.c - remove the ↵ | Matthias Dieter Wallnöfer | 1 | -87/+4 | |
"test_cldap_netlogon_flag_ds_dns_forest" test The test is wrong since the DNS_* (DS_DNS_CONTROLLER, DS_DNS_DOMAIN, DS_DNS_FOREST_ROOT) flags are never set on the plain CLDAP pipe. They get added only over the DsRGetDCName* calls over NETLOGON RPC. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Nov 27 16:23:27 CET 2011 on sn-devel-104 | |||||
2011-11-26 | smbtorture: avoid sigsev if the password is not correct | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s4:libcli/smb2: implement on top of smbXcli_conn/req | Stefan Metzmacher | 2 | -13/+23 | |
metze | |||||
2011-11-24 | s4:torture/smb2: use tctx->ev as event context for polling | Stefan Metzmacher | 3 | -8/+7 | |
metze | |||||
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used ↵ | Jeremy Allison | 9 | -40/+28 | |
[-Wunused-but-set-variable]" warnings from the new gcc. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Nov 21 23:39:08 CET 2011 on sn-devel-104 | |||||
2011-11-20 | s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions. | Günther Deschner | 1 | -0/+36 | |
Guys, we really should make sure to always add ndr tests like this whenever we change some sensitive libndr or handmarshalling bits. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sun Nov 20 23:10:39 CET 2011 on sn-devel-104 | |||||
2011-11-15 | s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointers | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-11-14 | s4-smbtorture: add spoolss_OpenPrinterEx ndr test with full devmode. | Günther Deschner | 1 | -0/+183 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 14 20:21:48 CET 2011 on sn-devel-104 | |||||
2011-11-09 | s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functions | Michael Adam | 1 | -26/+7 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Nov 9 02:36:36 CET 2011 on sn-devel-104 | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create() | Michael Adam | 1 | -23/+3 | |
2011-11-09 | s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create() | Michael Adam | 1 | -29/+6 | |
2011-11-09 | s4:torture:smb2: rewrite the durable-open.oplock test to use ↵ | Michael Adam | 1 | -19/+3 | |
smb2_oplock_create() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.file-position test to use ↵ | Michael Adam | 1 | -18/+2 | |
smb2_oplock_create() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.open2 test to use ↵ | Michael Adam | 1 | -26/+6 | |
smb2_lease_create_share() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.open1 test to use ↵ | Michael Adam | 1 | -21/+6 | |
smb2_oplock_create_share() | |||||
2011-11-09 | s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as ↵ | Michael Adam | 1 | -2/+8 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as ↵ | Michael Adam | 1 | -2/+12 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_generic_create_share() that also takes the ↵ | Michael Adam | 1 | -7/+17 | |
sharemode as parameter | |||||
2011-11-09 | s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to ↵ | Michael Adam | 2 | -54/+57 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for ↵ | Michael Adam | 1 | -38/+38 | |
convenience | |||||
2011-11-09 | s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or int | Michael Adam | 2 | -6/+6 | |
2011-11-09 | s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ↵ | Michael Adam | 2 | -35/+36 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.c | Michael Adam | 2 | -24/+25 | |
2011-11-09 | s4:torture:smb2: use common smb2_util_lease_state() in the lease tests | Michael Adam | 1 | -55/+34 | |
2011-11-09 | s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state(). | Michael Adam | 2 | -24/+25 | |
2011-11-09 | s4:torture:smb2: fix illegal write/uninitialized data bug in the ↵ | Michael Adam | 1 | -0/+1 | |
lease.multibreak test | |||||
2011-11-09 | s4:torture:smb2: lease.update2: some more reasonable struct names and a comment | Michael Adam | 1 | -3/+7 | |
2011-11-09 | s4:torture:smb2: change the test file name in the durable-open.oplock test | Michael Adam | 1 | -1/+1 | |
to a more reasonable name. This one must have been copied from the durable-open.lease test. | |||||
2011-11-09 | samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation. | Günther Deschner | 1 | -0/+2 | |
The entire marshalling of samr_ChangePasswordUser3 broke with c2685cdedb430ae75a94e86f34484292b4269363. Matthias, the bad effect of this change was that actually all failed password change attempts will always return NT_STATUS_OK because the last 4 bytes (the resulting status code) were not marshalled anymore. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 9 00:41:13 CET 2011 on sn-devel-104 | |||||
2011-11-08 | s4-smbtorture: demonstrate how broken our samr_ChangePasswordUser3 ↵ | Günther Deschner | 1 | -0/+32 | |
marshalling is... Guenther | |||||
2011-11-03 | s4-smbtorture: add some ndr validation tests for netlogon_samlogon_response ↵ | Günther Deschner | 1 | -1/+57 | |
structs. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Nov 3 20:08:20 CET 2011 on sn-devel-104 | |||||
2011-11-03 | nbt: trim down header dependencies of nbt.idl. | Günther Deschner | 1 | -0/+1 | |
Guenther |