Michael Adam
67439d4297
s4:torture:winreg: improve error messages in test_QueryValue_full
...
So that one has a chance to tell what part of the test failed. And why.
2010-05-21 11:24:15 +02:00
Andrew Bartlett
cba7f8b827
s3:dom_sid Global replace of DOM_SID with struct dom_sid
...
This matches the structure that new code is being written to,
and removes one more of the old-style named structures, and
the need to know that is is just an alias for struct dom_sid.
Andrew Bartlett
Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21 10:39:59 +02:00
Andrew Bartlett
a92b653af9
s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
...
Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21 10:24:55 +02:00
Andrew Bartlett
c8a23147fe
s4:libcli/ldap Rename ldap.h to libcli_ldap.h
...
It is a problem if a samba header is called ldap.h if we also want
to use OpenLDAP's ldap.h
Andrew Bartlett
2010-05-21 17:39:15 +10:00
Andrew Bartlett
82c97e0ab8
s4:auth Remove un-needed headers.
2010-05-21 16:38:44 +10:00
Andrew Bartlett
9453a0f88f
s4:auth Fix previous commit - segfault in determinging a user's groups
...
The previous commit didn't include these vital fixes.
Andrew Bartlett
2010-05-21 16:01:34 +10:00
Andrew Bartlett
80b4d50603
Revert "Make -k a simple non-bool option."
...
This reverts commit 2bbf055dbb
.
This change broke 'make test', because the current syntax is deliberate
and an integral part of how Samba4 uses Kerberos.
If a change like this is to be implemented, then careful review of all
our test scripts must be taken first, and then new options such as
--dont-use-kerberos, --may-use-kerberos and --must-use-kerberos
should be added.
Andrew Bartlett
2010-05-21 15:04:36 +10:00
Andrew Bartlett
91807d9dd5
s4:auth Error out when a memberOf DN does not have a SID
...
We previously segfaulted if this was not the case.
Andrew Bartlett
2010-05-21 15:04:19 +10:00
Günther Deschner
783cd32a75
s4-smbtorture: add kernel_mode_registry_path().
...
Guenther
2010-05-21 01:31:26 +02:00
Günther Deschner
e6047c1634
s4-smbtorture: Fix volatile test in RPC-WINREG.
...
Guenther
2010-05-21 01:31:22 +02:00
Gregor Beck
304271bd8f
s3: registry: add tests with empty valuename
...
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21 00:22:45 +02:00
Gregor Beck
12ce164384
s3: registry: let test_setvalue use getvalueraw instead of enumerate
...
simplifies code, prerequisite to handle empty valuenames
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21 00:22:45 +02:00
Gregor Beck
0a173444ac
s3: registry: fix query empty valuenames
...
Remove a check introduced with commit 80c2446321
wich causes queries for values with empty name to fail. Empty valuenames are
used for the so called default value of a key.
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21 00:22:45 +02:00
Kai Blin
136ea7b91d
s3-waf: Actually make --with/--without-swat work
2010-05-21 00:15:52 +02:00
Kai Blin
c926acf7f1
s3-waf: Really disable winbindd build when --without-winbind is specified
2010-05-21 00:15:52 +02:00
Jeremy Allison
2bbf055dbb
Make -k a simple non-bool option.
...
Jeremy.
2010-05-20 14:59:34 -07:00
Jeremy Allison
2d46e07c47
Fix what looks like a cut-and-paste error in our read_negTokenInit() function.
...
We should never be calling asn1_push_XXX functions inside an asn1
reading function. Change asn1_push_tag() -> asn1_start_tag() and
asn1_pop_tag() -> asn1_end_tag(). This allows us to connect to a
NetApp filer at the Microsoft plugfest.
Andrew PLEASE CHECK !
Jeremy.
2010-05-20 14:50:16 -07:00
Günther Deschner
8a4525d9fa
waf: fix the build of nsswitch libwbclient.
...
Guenther
2010-05-20 23:40:30 +02:00
Günther Deschner
7c6be166d0
s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests.
...
Guenther
2010-05-20 22:49:51 +02:00
Günther Deschner
393e1495af
s4-smbtorture: pass down hkey to main keytest in RPC-WINREG.
...
Guenther
2010-05-20 22:49:50 +02:00
Günther Deschner
ff3d2bef11
s4-smbtorture: print local_machine name in RemoteFindFirstPrinterChangeNotifyEx test.
...
Guenther
2010-05-20 22:49:50 +02:00
Günther Deschner
7370d03627
s4-smbtorture: use push_reg_sz()/push_reg_multi_sz() in RPC-WINREG.
...
Guenther
2010-05-20 22:49:50 +02:00
Kai Blin
29f549e3fb
s3-waf: ndr string functions moved to top level
2010-05-20 22:30:24 +02:00
Kai Blin
aca2b5461c
s3-waf: Fix the build after rebase
2010-05-20 22:16:15 +02:00
Kai Blin
73f6fed4d6
s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZE
2010-05-20 22:16:15 +02:00
Michael Adam
9ab3316250
s3-waf: fix linking of eventlogadm by adding cap as dependency
2010-05-20 22:16:15 +02:00
Michael Adam
f35bafe39c
s3-waf: fix linking of swat by adding cap as dependency
2010-05-20 22:16:15 +02:00
Kai Blin
c33ba1f9d1
s3-waf: Fix build with ldap by adding a SMBLDAP subsystem
2010-05-20 22:16:15 +02:00
Kai Blin
17b136a79f
s3-waf: fix the winbindd build again
2010-05-20 22:16:15 +02:00
Kai Blin
b6c5d5de37
s3-waf: Fix up PIDL includes.
...
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20 22:16:15 +02:00
Kai Blin
9cc39ffb56
s3-waf: Some files moved during the rebase
2010-05-20 22:16:15 +02:00
Stefan Metzmacher
5556deee7a
s3-waf: Add autogeneration with PIDL
2010-05-20 22:16:15 +02:00
Kai Blin
d704d52954
s3-waf: Remove references to LDB
...
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20 22:16:15 +02:00
Stefan Metzmacher
1c6ba8551d
s3-waf: Also include source4/ when looking for headers
2010-05-20 22:16:15 +02:00
Kai Blin
8e04ad2db1
s3-waf: build shared modules as subsystems
2010-05-20 22:16:15 +02:00
Kai Blin
2650198ff7
s3-waf: autogenerate lists of static modules
2010-05-20 22:16:15 +02:00
Kai Blin
e48b73fc67
s3-waf: clean up includes
2010-05-20 22:16:15 +02:00
Kai Blin
3ea211feb4
s3-waf: create a SECRETS subsystem
2010-05-20 22:16:15 +02:00
Kai Blin
1e97982633
s3-waf: clean up dependencies a little
2010-05-20 22:16:15 +02:00
Kai Blin
997114564d
s3-waf: tdb includes are in lib/tdb/include
2010-05-20 22:16:15 +02:00
Kai Blin
6a32dbd857
s3-waf: fix eventlogadm build with winbind
2010-05-20 22:16:15 +02:00
Kai Blin
0e7e039778
s3-waf: Autogenerate the static and dynamic init function calls
2010-05-20 22:16:15 +02:00
Kai Blin
25f33a3f8e
s3-waf: add popt and tdb include dirs to the includes list
2010-05-20 22:16:15 +02:00
Kai Blin
63a30619b6
s3-waf: Fix up the winbindd build
2010-05-20 22:16:15 +02:00
Kai Blin
015c09031e
s3-waf: add eventlogadm binary
2010-05-20 22:16:15 +02:00
Kai Blin
0766128764
s3-waf: Use a common subsystem for the kerberos client code
2010-05-20 22:16:14 +02:00
Kai Blin
149167f574
s3-waf: Use a common subsystem for samba-popt code
2010-05-20 22:16:14 +02:00
Kai Blin
f242a31a43
s3-waf: note that the options are broken
2010-05-20 22:16:14 +02:00
Kai Blin
b2431163fc
s3-waf: replace all - with _ in the configuration option names
2010-05-20 22:16:14 +02:00
Kai Blin
be712a8eea
s3-waf: Build swat
2010-05-20 22:16:14 +02:00