Günther Deschner
e1ecb807e3
s3-dcerpc: remove more unused structs.
...
Guenther
2009-09-15 17:49:52 +02:00
Günther Deschner
7b36ea55ea
s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.
...
Guenther
2009-09-15 17:49:43 +02:00
Günther Deschner
d3af0346c8
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
...
Guenther
2009-09-15 17:49:34 +02:00
Andrew Bartlett
668470c992
libcli:nbt make the lmhosts parsing code and dependicies common
...
This starts the process to have Samba4 use lmhosts.
Andrew Bartlett
2009-09-15 07:42:54 -07:00
Stefan Metzmacher
f07e77e13f
s4:heimdal_build: fix one more problem with automatic dependecies
...
metze
2009-09-15 07:49:26 +02:00
Andrew Bartlett
ffe831452b
s4:provision Prevent some invalid combinations of realm and domain
...
We don't do well (even just trying to create duplicate
servicePrincipalName values) with some of these combinations, so kill
it off early before the administrator thinks it's going to work.
Andrew Bartlett
2009-09-14 22:41:09 -07:00
Matthieu Patou
7268720ad4
s4: Script to build or rebuild extend DN attributes
...
This script can be used to upgrade a provision that didn't integrate extended dn.
It can also be used to add missing extended DN that weren't created during provision.
2009-09-14 22:41:09 -07:00
Björn Jacke
f410d23185
s3: BSD needs sys/sysctl.h included to build properly
...
FreeBSD (and other BSDs, too) need sys/sysctl.h inclueded to use sysctlbyname().
Thanks to Timur Bakeyev for that.
2009-09-15 06:54:31 +02:00
Volker Lendecke
24309bdb2e
Second part of bug fix for 6606.
...
s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled
2009-09-14 19:09:54 -07:00
Jeremy Allison
f3cc05b96d
Torture test for bug 6529 - Offline files conflict with Vista and Office 2003.
...
Ensure we don't regress.
Jeremy.
2009-09-14 18:45:16 -07:00
Björn Jacke
54831cc1a5
nss_winbind: remove unused variable
2009-09-15 03:42:30 +02:00
Jeremy Allison
ca2c93b9e5
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
...
Lookup the EA and Stream status on CreateX.
Jeremy.
2009-09-14 15:30:05 -07:00
Jeremy Allison
f31138ecc7
Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_create().
...
Jeremy.
2009-09-14 15:10:53 -07:00
Volker Lendecke
e94361e1e2
s3:vfs_catia: Make some fns static
2009-09-14 22:48:45 +02:00
Volker Lendecke
d3a6914e3b
s3:vfs_catia: Use talloc_zero for simplification
2009-09-14 22:48:45 +02:00
Volker Lendecke
9dae2501f1
s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATIC
...
Tim, please check!
2009-09-14 22:48:45 +02:00
Andrew Tridgell
3dd404abad
s4-repl: handle rename in repl_meta_data
...
On a rename we need to update uSNChanged, and the max uSN for the
partition
2009-09-14 13:13:12 -07:00
Andrew Tridgell
b9ce122ff2
s4-drs: allow replication of renames
...
a rename may have no attribute changes
2009-09-14 13:12:32 -07:00
Matt Kraai
bd40feb1eb
Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
2009-09-14 22:08:12 +02:00
Andrew Tridgell
33160b1a5b
s4-repl: fixed a memory error handling linked attributes
...
We could get a double free with multiple linked attributes in a
message
2009-09-14 09:41:52 -07:00
Andrew Tridgell
3cf73dfdbd
s4-repl: fall back to repsFrom if repsTo not set
...
Windows does not seem to be always setting up repsTo using
DsUpdateRefs(). For now we will fall back to using repsFrom if repsTo
is empty. This is almost certainly incorrect, but it does get
notification based replication working with both w2k3 and w2k8.
2009-09-14 09:41:52 -07:00
Jelmer Vernooij
667b825d18
pyldb: Don't segfault when invalid type is specified to Dn.get().
...
(#6722 )
2009-09-14 17:03:30 +02:00
Michael Adam
d106e728fb
examples/LDAP: remove sambaAccountPolicy from the IBM-DS schema.
...
Michael
2009-09-14 14:51:21 +02:00
Michael Adam
aa089b80de
dsdb: the samba3 ldap schema has no sambaAccountPolicy (any more at least)
...
Michael
2009-09-14 14:51:21 +02:00
Stefan Metzmacher
d1457b6648
s4:heimdal_build: fix the build with --enable-automatic-dependencies
...
We need to create the header file before we generate the source file.
metze
2009-09-14 10:01:46 +02:00
Andrew Bartlett
e29cbda452
s4:heimdal_build Fix build breakages caused by asn1compile change
...
The issue was that we referenced an asn1compile generated file by
name, not by the subsystem is was generated by.
Andrew Bartlett
2009-09-13 22:12:12 -07:00
Volker Lendecke
0f65d33502
s3: Test short reads in the build farm
2009-09-14 07:13:22 +02:00
Volker Lendecke
1f34ffa0ca
s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled
2009-09-14 07:13:22 +02:00
Günther Deschner
b8834cad07
schannel: remove unused schannel structs.
...
Guenther
2009-09-14 06:49:58 +02:00
Günther Deschner
2f9adf04e4
s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.
...
Guenther
2009-09-14 06:49:58 +02:00
Günther Deschner
ff968712ba
s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.
...
Guenther
2009-09-14 06:49:58 +02:00
Andrew Bartlett
fde8c46855
s4:heimdal_build Love pointed me at the --one-code-file option to asn1_compile
...
This new option avoids a lot of code that was used to intuit what
files would be output by the compiler.
Andrew Bartlett
2009-09-13 20:52:51 -07:00
OPC oota
ab09fcf1da
s3:docs: Fix a typo
2009-09-14 02:46:08 +02:00
Andrew Tridgell
55a9ea2b33
s4-repl: added a preiodic notification check to the repl task
...
The dreplsrv_notify code checks the partition uSN values every N
seconds, and if one has changed then it sends a DsReplicaSync to all
the replication partners listed in the repsTo attribute for the
partition.
2009-09-13 16:40:37 -07:00
Andrew Tridgell
348efd5cbb
s4-drs: fixed search expression
...
At least on the command line the braces are needed. Strange.
2009-09-13 16:40:00 -07:00
Andrew Tridgell
02c9a7e4b6
s4-repl: use the new dsdb partition uSN helper fns
2009-09-13 16:40:00 -07:00
Andrew Tridgell
424d1c580a
s4-dsdb: added dsdb_load_partition_usn and dsdb_save_partition_usn
...
These are used to load/save the per-partition uSN values managed by
the repl_meta_data module
2009-09-13 16:40:00 -07:00
Andrew Tridgell
80c575923f
s4-sam: allow a search to specify a partition
...
You can now attach a partition control to searches to search within a
specific partition. This is used to get at the per-partition
@REPLCHANGED object
2009-09-13 16:40:00 -07:00
Andrew Tridgell
73e380deec
s4-repl: keep a @REPLCHANGED object on each partition
...
This object tracks the highest uSN in each partition. It will be used
to allow us to efficiently detect changes in a partition for sending
DsReplicaSync messages to our replication partners.
2009-09-13 16:39:59 -07:00
Günther Deschner
c3da2056ec
s3-samr: Fix Coverity #934 UNINIT.
...
Guenther
2009-09-13 21:33:00 +02:00
Günther Deschner
15bbae5fd8
s3-netlogon: Fix Coverity #945 UNINIT.
...
Guenther
2009-09-13 21:32:48 +02:00
Günther Deschner
f9edee119c
s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.
...
Guenther
2009-09-13 21:22:34 +02:00
Günther Deschner
07031464c4
s3-schannel: fix Coverity #950 OVERRUN_STATIC.
...
Guenther
2009-09-13 21:21:54 +02:00
Günther Deschner
8b0f54027c
s4-schannel: use NL_AUTH_MESSAGE for schannel.
...
Guenther
2009-09-13 06:50:11 +02:00
Günther Deschner
760666c107
s4-schannel: strip trailing whitespace.
...
Guenther
2009-09-13 06:50:03 +02:00
Günther Deschner
f900e61cf8
s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.
...
Found by RPC-SCHANNEL torture test.
Guenther
2009-09-13 06:46:55 +02:00
Jelmer Vernooij
fac9c35f99
Fix string-wchar-fixed-array-03 test (when libndr is available).
2009-09-13 02:01:38 +02:00
Jelmer Vernooij
27f54a77a6
Fix string-wchar-fixed-array-02 test (when libndr is available).
2009-09-13 02:01:38 +02:00
Jelmer Vernooij
4b5ca12f2c
Fix string-wchar-fixed-array-01 test (when libndr is available).
2009-09-13 02:01:37 +02:00
Jelmer Vernooij
ac72076ef9
pidl: Remove unnecessary _GNU_SOURCE define.
2009-09-13 02:01:37 +02:00