Stefan Metzmacher
fd9495491d
s4:torture/rpc/echo.c: remove NTSTATUS status variables
...
metze
2010-03-29 15:35:44 +02:00
Stefan Metzmacher
870a21b3ec
s4:torture/rpc/echo.c: add explicit check for NTSTATUS r.out.result
...
metze
2010-03-29 15:35:43 +02:00
Andrew Tridgell
686221eae2
s4-waf: use the libreplace strerror_r if needed
2010-03-29 21:34:29 +11:00
Andrew Tridgell
7ed349cace
pytalloc: allow for using a system libtalloc-dev with pytalloc
...
When we have a system talloc library, we still need to grab pytalloc.h
from lib/talloc. We don't want to just use -Ilib/talloc, as otherwise
we'll get the in-tree talloc.h which may not be compatible with the
system talloc.h
So we need to give the path to pytalloc.h
2010-03-29 21:34:29 +11:00
Andrew Tridgell
b60da39da6
s4: added a simple implementation of bin/samba -b
...
this shows the config paths. Useful for debugging --enable-fhs
2010-03-29 21:34:29 +11:00
Jelmer Vernooij
ba74823c8f
upgradeprovision: Fix formatting, syntax error.
2010-03-28 22:58:36 +02:00
Matthieu Patou
d18d7cfa27
s4 upgradeprovision: add information about upgrade in oEMInformation to keep a better trace of different updates
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-28 22:54:08 +02:00
Matthieu Patou
8d3ff2d41e
s4: allow upgrade provision to fix acl and missing dir on GPO dirs
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-28 22:54:08 +02:00
Matthieu Patou
ec48d3693d
provision: make gpo related function more reusable for upgradeprovision
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-28 22:54:08 +02:00
Jelmer Vernooij
66375cfba2
provision: Remove unnecessary whitespace.
2010-03-28 22:42:31 +02:00
Jelmer Vernooij
b607f99688
Remove extension from format-subunit.
2010-03-28 21:46:58 +02:00
Andrew Tridgell
09a676a471
s4-selftest: use CONFIG_H environment variable to find config.h
2010-03-28 17:57:29 +11:00
Andrew Bartlett
1f0467562b
s4:heimdal Use correct variable to advance past -- options in kpasswd
...
This bug was introduced when kpasswd was migrated to a local getarg()
call, in Heimdal commit 7dd146072cd9b56d660a01f4aa20f8d81be356e8
Andrew Bartlett
2010-03-27 19:13:28 +11:00
Andrew Bartlett
f47454a04d
s4:heimdal_build Remove forced HAVE_STRERROR_R
...
This just causes warnings, now upstream has a more complete fix.
2010-03-27 19:12:33 +11:00
Andrew Bartlett
64b8b0cdaf
s4:heimal Update generated files (cp from Heimdal)
2010-03-27 12:24:00 +11:00
Andrew Bartlett
533024be44
s4:heimdal: import lorikeet-heimdal-201003262338 (commit f4e0dc17709829235f057e0e100d34802d3929ff)
2010-03-27 11:55:22 +11:00
Andrew Bartlett
564d5cd2c4
s4:heimdal New files and supporting logic for heimdal update
2010-03-27 11:53:23 +11:00
Andrew Bartlett
89eaef0253
s4:heimdal: import lorikeet-heimdal-201001120029 (commit a5e675fed7c5db8a7370b77ed0bfa724196aa84d)
2010-03-27 11:51:27 +11:00
Günther Deschner
0909696261
s4-smbtorture: more JobInfo testing.
...
Guenther
2010-03-26 23:01:19 +01:00
Matthias Dieter Wallnöfer
d570a0af0b
s4:auth/credentials/credentials.c - initialise more content
...
Now all data should be initialised
2010-03-26 18:14:11 +01:00
Andreas Schneider
a6f25fc635
s3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 14:48:54 +01:00
Günther Deschner
f70e1b4d43
s4-smbtorture: fail spoolss test on SetJob failure.
...
Guenther
2010-03-26 14:36:47 +01:00
Andrew Tridgell
789d67c499
s4-smbd: use tevent_re_initialise()
...
This fixes a crash bug on startup
2010-03-26 21:13:55 +11:00
Andrew Tridgell
fae84f98e3
libutil: moved the networking defines to util_net.h
...
These were causing thousands of warnings on solaris8
2010-03-26 17:36:02 +11:00
Eduardo Lima
af807758e8
s4-drs: replmd_delete with the 3 stage deletion recycle bin
2010-03-26 16:50:48 +11:00
Stefan Metzmacher
ef1c3176c8
s4:libcli/wrepl: correctly remove the tstream_context when the connection is dead
...
metze
2010-03-25 21:24:53 +01:00
Günther Deschner
c2a6631dc6
s4-smbtorture: fix include of proto header in main RAP test.
...
Guenther
2010-03-25 18:38:26 +01:00
Günther Deschner
a2e65a2add
s3-selftest: add RAP-RPC testsuite for crosschecking RAP and DCERPC calls.
...
Guenther
2010-03-25 14:43:38 +01:00
Günther Deschner
45f6eae4c4
s4-smbtorture: fix drsblobs ndr torture test.
...
Guenther
2010-03-25 11:04:52 +01:00
Günther Deschner
2e20cdaeeb
s4-smbtorture: activate job control tests against s3 in spoolss tests.
...
Spoolss job control commands work for cups in s3 now but not for other
backends. We need to investigate why.
Guenther
2010-03-25 11:04:52 +01:00
Andrew Bartlett
5f6f7a2e51
s4:kdc Add support for changing password of a servicePrincipalName
...
Apparently AD supports setting a password on a servicePrincipalName,
not just a user principal name. This should fix (part of) the join of
OpenSolaris's internal CIFS server to Samba4 as reported by Bug #7273
Andrew Bartlett
2010-03-25 16:32:04 +11:00
Andrew Tridgell
6199ae4745
s4-ldb: fixed command line parsing in oLschema2ldif
...
It really doesn't make sense to use the ldb command line code
2010-03-25 15:45:40 +11:00
Andrew Tridgell
3b29f9c66e
s4-ldb: removed unused command line options -I and -O
...
These are not used anywehere, so they just confuse people
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-03-25 15:06:40 +11:00
Fernando J V da Silva
8e1d947787
s4-drs: If we are a RODC then do not send DSReplicaSync messages
2010-03-25 15:02:19 +11:00
Andrew Tridgell
088096d1ba
python: use '#!/usr/bin/env python' to cope with varying install locations
...
this should be much more portable
2010-03-25 14:37:19 +11:00
Günther Deschner
426cb9be1c
s4-smbtorture: add print test to RPC-SPOOLSS-PRINTER as well.
...
Guenther
2010-03-25 00:50:44 +01:00
Günther Deschner
6913c57b2f
s4-smbtorture: create several printjobs during print test in RPC-SPOOLSS.
...
Guenther
2010-03-25 00:50:44 +01:00
Günther Deschner
27c50255f6
s4-smbtorture: mention job id in GetJob test output in RPC-SPOOLSS.
...
Guenther
2010-03-25 00:50:30 +01:00
Günther Deschner
1bb8341871
s4-smbtorture: mention job id in SetJob test output in RPC-SPOOLSS.
...
Guenther
2010-03-25 00:50:18 +01:00
Jeremy Allison
c2d1b01103
Missing include guard in source4/libcli/security/security.h
...
Jeremy.
2010-03-24 12:20:03 -07:00
Günther Deschner
bb47e5b617
s4-smbtorture: add drsblobs ndr torture test.
...
Guenther
2010-03-24 18:30:38 +01:00
Günther Deschner
fb70368a97
s4-smbtorture: move up torture_assert_sid_equal at least to the torture/ndr level.
...
Guenther
2010-03-24 18:30:18 +01:00
Günther Deschner
254d85d537
s4-selftest: use correct test names.
...
Guenther
2010-03-24 17:37:07 +01:00
Stefan Metzmacher
25a89b7015
s4:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:54 +01:00
Stefan Metzmacher
598bfdcfd8
s4:ntlmssp: make use of dump_arc4_state()
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:54 +01:00
Stefan Metzmacher
48d8157879
s4:ntlmssp: copy dump_arc4_state() from source3
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:53 +01:00
Stefan Metzmacher
a69260642e
s4:ntlmssp: avoid usage of calc_ntlmv2_key_talloc()
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:53 +01:00
Stefan Metzmacher
00f99a3df5
s4:ntlmssp: make use of calc_ntlmv2_key() for seal keys
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:53 +01:00
Stefan Metzmacher
fc120dd758
s4:ntlmssp: add calc_ntlmv2_key() from source3
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:53 +01:00
Stefan Metzmacher
e0c7d9c8aa
s4:ntlmssp: rename calc_ntlmv2_key => calc_ntlmv2_key_talloc
...
metze
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-24 17:34:53 +01:00