obnox/samba/samba-obnox.git
14 years agopidl:Samba4/Python: remove compiler warnings
Stefan Metzmacher [Thu, 18 Mar 2010 11:36:57 +0000 (12:36 +0100)]
pidl:Samba4/Python: remove compiler warnings

metze

14 years agopidl:Samba4/Python: remove compiler warnings when using -Wc++
Stefan Metzmacher [Thu, 18 Mar 2010 09:52:05 +0000 (10:52 +0100)]
pidl:Samba4/Python: remove compiler warnings when using -Wc++

metze

14 years agos4:utils/net/drs: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 18 Mar 2010 09:48:24 +0000 (10:48 +0100)]
s4:utils/net/drs: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 18 Mar 2010 09:27:41 +0000 (10:27 +0100)]
s4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 18 Mar 2010 09:26:43 +0000 (10:26 +0100)]
s4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 18 Mar 2010 09:24:56 +0000 (10:24 +0100)]
s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 18 Mar 2010 08:56:32 +0000 (09:56 +0100)]
s4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/handles: check the correct last_fault_code
Stefan Metzmacher [Thu, 18 Mar 2010 08:38:57 +0000 (09:38 +0100)]
s4:torture/rpc/handles: check the correct last_fault_code

metze

14 years agos4:dsdb Move rdn_name down the stack
Andrew Bartlett [Thu, 18 Mar 2010 11:03:40 +0000 (22:03 +1100)]
s4:dsdb Move rdn_name down the stack

This is done so that it can be (in future) removed when the OpenLDAP
backend is in use and the rdn_val module is used, while keeping as
similar semantics as possible between the module stacks.

Andrew Bartlett

14 years agos3-printing: Fix "printer admin" functionality.
Jeremy Allison [Thu, 18 Mar 2010 10:21:15 +0000 (11:21 +0100)]
s3-printing: Fix "printer admin" functionality.

Fix bug #7255 ("printer admin" parameter does not work as expected).

14 years agocharset: fixed a problem with the global use of the iconv_convenience structure
Andrew Tridgell [Thu, 18 Mar 2010 03:06:13 +0000 (14:06 +1100)]
charset: fixed a problem with the global use of the iconv_convenience structure

We had a crash bug where a cached copy of a iconv convenience pointer
was used after being freed when loadparm asked for iconv to
reload. This could happen if a python module used a iconv based
function before loadparm was completed.

The fix is to ensure that any use of this pointer remains valid, by
reusing the pointer itself when it has already been initialised, but
filling in the child elements with the updated values.

14 years agoFixed --ol-mmr-url helpline
Oliver Liebel [Wed, 17 Mar 2010 19:11:11 +0000 (20:11 +0100)]
Fixed --ol-mmr-url helpline

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agoFixed OL-MMR make test
Oliver Liebel [Wed, 17 Mar 2010 19:14:19 +0000 (20:14 +0100)]
Fixed OL-MMR make test

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agoFixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394
Oliver Liebel [Wed, 17 Mar 2010 19:08:08 +0000 (20:08 +0100)]
Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.
Günther Deschner [Wed, 17 Mar 2010 17:03:29 +0000 (18:03 +0100)]
s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.

Guenther

14 years agos3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir path...
Günther Deschner [Wed, 17 Mar 2010 22:16:53 +0000 (23:16 +0100)]
s3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir path...

Found by RPC-EVENTLOG torture test.

Guenther

14 years agos3-selftest: run RPC-EVENTLOG against s3.
Günther Deschner [Wed, 17 Mar 2010 21:56:15 +0000 (22:56 +0100)]
s3-selftest: run RPC-EVENTLOG against s3.

Guenther

14 years agos3-test: setup initial eventlog infrastructure.
Günther Deschner [Wed, 17 Mar 2010 21:55:41 +0000 (22:55 +0100)]
s3-test: setup initial eventlog infrastructure.

Guenther

14 years agos3-selftest: setup initial eventlog infrastructure.
Günther Deschner [Wed, 17 Mar 2010 21:55:00 +0000 (22:55 +0100)]
s3-selftest: setup initial eventlog infrastructure.

Guenther

14 years agos4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG.
Günther Deschner [Wed, 17 Mar 2010 21:44:44 +0000 (22:44 +0100)]
s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG.

Guenther

14 years agos4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Wed, 17 Mar 2010 11:09:53 +0000 (12:09 +0100)]
s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Wed, 17 Mar 2010 11:05:10 +0000 (12:05 +0100)]
s4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 08:01:17 +0000 (09:01 +0100)]
s4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Wed, 17 Mar 2010 11:06:05 +0000 (12:06 +0100)]
s4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Wed, 17 Mar 2010 11:05:42 +0000 (12:05 +0100)]
s4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 10:34:04 +0000 (11:34 +0100)]
s4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 10:22:28 +0000 (11:22 +0100)]
s4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 10:10:16 +0000 (11:10 +0100)]
s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 09:55:41 +0000 (10:55 +0100)]
s4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Fri, 12 Mar 2010 16:51:06 +0000 (17:51 +0100)]
s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()
Stefan Metzmacher [Wed, 17 Mar 2010 13:00:45 +0000 (14:00 +0100)]
s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()

metze

14 years agos4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3
Günther Deschner [Wed, 17 Mar 2010 14:55:23 +0000 (15:55 +0100)]
s4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3
during SetPrinterDataEx SPOOLSS test.

Guenther

14 years agos4-smbtorture: workaround the fact that you cannot fully rename a printer in samba.
Günther Deschner [Wed, 17 Mar 2010 14:45:54 +0000 (15:45 +0100)]
s4-smbtorture: workaround the fact that you cannot fully rename a printer in samba.

Guenther

14 years agos4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test.
Günther Deschner [Wed, 17 Mar 2010 14:32:42 +0000 (15:32 +0100)]
s4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test.

Passes against windows but not against samba yet :-(

Guenther

14 years agos4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG.
Günther Deschner [Wed, 17 Mar 2010 10:31:43 +0000 (11:31 +0100)]
s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG.

Guenther

14 years agos4-smbtorture: re-arrange tests in RPC-WINREG.
Günther Deschner [Wed, 17 Mar 2010 00:25:42 +0000 (01:25 +0100)]
s4-smbtorture: re-arrange tests in RPC-WINREG.

Mostly choping test_Open() into smaller parts.

Guenther

14 years agos4-smbtorture: add test to check different keytypes.
Günther Deschner [Tue, 16 Mar 2010 23:57:22 +0000 (00:57 +0100)]
s4-smbtorture: add test to check different keytypes.

This test will be skipped for samba.

Guenther

14 years agos4-smbtorture: add test_DeleteKey_opts to RPC-WINREG.
Günther Deschner [Wed, 17 Mar 2010 10:36:09 +0000 (11:36 +0100)]
s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG.

Guenther

14 years agos4-smbtorture: add test_OpenKey_opts() to RPC-WINREG.
Günther Deschner [Tue, 16 Mar 2010 23:55:41 +0000 (00:55 +0100)]
s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG.

Guenther

14 years agos4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test.
Günther Deschner [Tue, 16 Mar 2010 23:53:21 +0000 (00:53 +0100)]
s4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test.

Guenther

14 years agos4-smbtorture: put HKLM current_version test into an own function.
Günther Deschner [Tue, 16 Mar 2010 23:05:52 +0000 (00:05 +0100)]
s4-smbtorture: put HKLM current_version test into an own function.

Guenther

14 years agos4-smbtorture: use binding handle for simple SetValue winreg test.
Günther Deschner [Tue, 16 Mar 2010 23:05:02 +0000 (00:05 +0100)]
s4-smbtorture: use binding handle for simple SetValue winreg test.

Guenther

14 years agos4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 11 Mar 2010 11:00:34 +0000 (12:00 +0100)]
s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/remote_pac.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 10:24:25 +0000 (11:24 +0100)]
s4:torture/rpc/remote_pac.c: make use of dcerpc_binding_handle stubs

metze

14 years agos3-vfs: fix some buildwarnings in traffic analyzer, there are many more.
Günther Deschner [Tue, 16 Mar 2010 22:02:29 +0000 (23:02 +0100)]
s3-vfs: fix some buildwarnings in traffic analyzer, there are many more.

Holger, please check.

Guenther

14 years agos3: Make login_cache_write take a pointer
Volker Lendecke [Tue, 16 Mar 2010 21:22:21 +0000 (22:22 +0100)]
s3: Make login_cache_write take a pointer

14 years agos3: Make login_cache_read take a pointer, avoid a malloc
Volker Lendecke [Tue, 16 Mar 2010 21:18:52 +0000 (22:18 +0100)]
s3: Make login_cache_read take a pointer, avoid a malloc

14 years agos3: Remove a typedef
Volker Lendecke [Tue, 16 Mar 2010 21:08:37 +0000 (22:08 +0100)]
s3: Remove a typedef

14 years agos3: Fix some nonempty blank lines
Volker Lendecke [Tue, 16 Mar 2010 21:23:06 +0000 (22:23 +0100)]
s3: Fix some nonempty blank lines

14 years agos3: fix buildwarning in smbta-util.
Günther Deschner [Tue, 16 Mar 2010 21:17:55 +0000 (22:17 +0100)]
s3: fix buildwarning in smbta-util.

Guenther

14 years agos4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.
Günther Deschner [Tue, 16 Mar 2010 20:50:07 +0000 (21:50 +0100)]
s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.

Thanks Simo for providing the data and pointing out the IDL failure.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 16 Mar 2010 20:15:50 +0000 (21:15 +0100)]
s3: re-run make samba3-idl.

Guenther

14 years agolsa: fix IDL for lsa_SetTrustedDomainInfoByName.
Günther Deschner [Tue, 16 Mar 2010 20:14:45 +0000 (21:14 +0100)]
lsa: fix IDL for lsa_SetTrustedDomainInfoByName.

Guenther

14 years agoFix developer build, remove malloc
Andreas Schneider [Tue, 16 Mar 2010 17:27:00 +0000 (13:27 -0400)]
Fix developer build, remove malloc

14 years agokerberos - set the memory to "0"s before freeing the password to prevent security...
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 17:20:51 +0000 (18:20 +0100)]
kerberos - set the memory to "0"s before freeing the password to prevent security issues

14 years agoheimdal - remove unused variable
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 16:07:04 +0000 (17:07 +0100)]
heimdal - remove unused variable

14 years agoheimdal - fix overlapped identifiers in the "krb5" library
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 15:53:39 +0000 (16:53 +0100)]
heimdal - fix overlapped identifiers in the "krb5" library

14 years agoheimdal - free always "ctx->password" when it isn't needed anymore
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 15:26:25 +0000 (16:26 +0100)]
heimdal - free always "ctx->password" when it isn't needed anymore

"strdup" does always create a new object in the memory (through "malloc") which
needs to be freed if it isn't used anymore.

14 years agos4:auth/kerberos/kerberos.c - fix also here a memory leak
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 15:29:46 +0000 (16:29 +0100)]
s4:auth/kerberos/kerberos.c - fix also here a memory leak

The options need to be freed also on this error case.

14 years agolibcli/auth/schannel_state_tdb.c - fix a memory leak
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 15:23:57 +0000 (16:23 +0100)]
libcli/auth/schannel_state_tdb.c - fix a memory leak

14 years agos4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups"
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 15:00:34 +0000 (16:00 +0100)]
s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups"

14 years agos4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG.
Günther Deschner [Tue, 16 Mar 2010 15:05:07 +0000 (16:05 +0100)]
s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG.

Guenther

14 years agos4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 16:56:14 +0000 (17:56 +0100)]
s4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Fri, 12 Mar 2010 10:09:00 +0000 (11:09 +0100)]
s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Fri, 12 Mar 2010 09:53:54 +0000 (10:53 +0100)]
s4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/spoolss_notify.c: fix compiler warnings
Stefan Metzmacher [Fri, 12 Mar 2010 09:53:15 +0000 (10:53 +0100)]
s4:torture/rpc/spoolss_notify.c: fix compiler warnings

metze

14 years agos4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 10:45:51 +0000 (11:45 +0100)]
s4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:tortore/rpc/spoolss.c: fix compiler warning
Stefan Metzmacher [Tue, 16 Mar 2010 09:27:42 +0000 (10:27 +0100)]
s4:tortore/rpc/spoolss.c: fix compiler warning

metze

14 years agos4:torture/rpc/autoidl.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 09:55:12 +0000 (10:55 +0100)]
s4:torture/rpc/autoidl.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/mgmt.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 09:43:39 +0000 (10:43 +0100)]
s4:torture/rpc/mgmt.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/remact.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 09:42:58 +0000 (10:42 +0100)]
s4:torture/rpc/remact.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/oxidresolve.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 09:36:19 +0000 (10:36 +0100)]
s4:torture/rpc/oxidresolve.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/initshutdown.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Tue, 16 Mar 2010 09:32:56 +0000 (10:32 +0100)]
s4:torture/rpc/initshutdown.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/epmapper.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 09:59:05 +0000 (10:59 +0100)]
s4:torture/rpc/epmapper.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/eventlog.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 09:55:00 +0000 (10:55 +0100)]
s4:torture/rpc/eventlog.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:tortore/rpc/eventlog.c: rename variable 'b' => 'br'
Stefan Metzmacher [Mon, 15 Mar 2010 09:53:50 +0000 (10:53 +0100)]
s4:tortore/rpc/eventlog.c: rename variable 'b' => 'br'

metze

14 years agos4:torture/rpc/svcctl.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 09:50:12 +0000 (10:50 +0100)]
s4:torture/rpc/svcctl.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/atsvc.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 09:49:02 +0000 (10:49 +0100)]
s4:torture/rpc/atsvc.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/wkssvc.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 09:19:02 +0000 (10:19 +0100)]
s4:torture/rpc/wkssvc.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/srvsvc.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Mon, 15 Mar 2010 09:08:04 +0000 (10:08 +0100)]
s4:torture/rpc/srvsvc.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 11 Mar 2010 12:03:26 +0000 (13:03 +0100)]
s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 11 Mar 2010 11:55:46 +0000 (12:55 +0100)]
s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Thu, 11 Mar 2010 11:55:24 +0000 (12:55 +0100)]
s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubs

metze

14 years agos4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubs
Stefan Metzmacher [Fri, 12 Mar 2010 10:25:01 +0000 (11:25 +0100)]
s4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubs

metze

14 years agos4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:
Günther Deschner [Tue, 16 Mar 2010 14:30:13 +0000 (15:30 +0100)]
s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:

Guenther

14 years agos3-winreg: change notify call has no meaning when called remotely.
Günther Deschner [Tue, 16 Mar 2010 14:29:14 +0000 (15:29 +0100)]
s3-winreg: change notify call has no meaning when called remotely.

Just return not supported to make smbtorture happy.

Guenther

14 years agos3-registry: make sure root has full registry access (in particular for make test).
Günther Deschner [Tue, 16 Mar 2010 12:53:54 +0000 (13:53 +0100)]
s3-registry: make sure root has full registry access (in particular for make test).

Guenther

14 years agos4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER.
Günther Deschner [Tue, 16 Mar 2010 12:52:48 +0000 (13:52 +0100)]
s4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER.

Guenther

14 years agos4:torture-ndr add lsarSetForestTrustInformation ndr test
Simo Sorce [Fri, 26 Feb 2010 02:40:27 +0000 (21:40 -0500)]
s4:torture-ndr add lsarSetForestTrustInformation ndr test

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos4-lsa: fix dcesrv_lsa_lsaRSetForestTrustInformation server stub.
Günther Deschner [Tue, 16 Mar 2010 13:03:49 +0000 (14:03 +0100)]
s4-lsa: fix dcesrv_lsa_lsaRSetForestTrustInformation server stub.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos3-lsa: fix _lsa_lsaRSetForestTrustInformation server stub.
Günther Deschner [Tue, 16 Mar 2010 13:03:35 +0000 (14:03 +0100)]
s3-lsa: fix _lsa_lsaRSetForestTrustInformation server stub.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos3: re-run make samba3-idl.
Günther Deschner [Tue, 16 Mar 2010 13:01:27 +0000 (14:01 +0100)]
s3: re-run make samba3-idl.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos4:idl add lsaRSetForestTrustInformation
Simo Sorce [Tue, 16 Mar 2010 12:59:32 +0000 (13:59 +0100)]
s4:idl add lsaRSetForestTrustInformation

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agoRevert "Revert "s4-smbtorture: skip extended SetValue test against Samba (both dont...
Stefan Metzmacher [Tue, 16 Mar 2010 11:48:47 +0000 (12:48 +0100)]
Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba (both dont survive).""

This reverts commit 508c218eb2f4bf8c45dc9d481576c87ed4fecbd3.

This lets make test fail.

Matthias: please make sure make test still passes when you change things like
this...(maybe add something to knownfail or so)

metze

14 years agos4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_url
Stefan Metzmacher [Tue, 16 Mar 2010 13:25:11 +0000 (14:25 +0100)]
s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_url

metze

14 years agoUpdate copyright
Jim McDonough [Tue, 16 Mar 2010 14:04:51 +0000 (10:04 -0400)]
Update copyright

14 years agosecurity.idl - push generated code diff
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 14:00:33 +0000 (15:00 +0100)]
security.idl - push generated code diff

14 years agos4:resolve_oids LDB module - not really a change but a nicer method to call "talloc_r...
Matthias Dieter Wallnöfer [Tue, 16 Mar 2010 13:07:51 +0000 (14:07 +0100)]
s4:resolve_oids LDB module - not really a change but a nicer method to call "talloc_reference"

14 years agoDon't exit(0) on error
Jim McDonough [Tue, 16 Mar 2010 13:58:34 +0000 (09:58 -0400)]
Don't exit(0) on error

14 years agos3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and close
Holger Hetterich [Mon, 15 Feb 2010 16:47:30 +0000 (17:47 +0100)]
s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and close