Matt Kraai
f6a29f7dd3
Port the Samba 3 shm_setup to QNX.
2009-09-13 12:55:26 +02:00
Matthias Dieter Wallnöfer
5f58119fe5
util_smb: For some (unknown) reason the previous patch changed the permissions - Reset them
2009-09-13 10:53:30 +02:00
Matt Kraai
cce3e66665
Port the Samba 4 shm_setup to QNX.
2009-09-13 10:49:28 +02:00
Andrew Tridgell
aa7aa664dc
idl: added DRS GetNCChanges level 10
2009-09-17 00:12:15 -07:00
Andrew Tridgell
39385f559c
idl: rebuild drsuapi.idl
2009-09-17 00:05:34 -07:00
Andrew Tridgell
8ea2cb2403
idl: added DsExecuteKCC IDL
2009-09-17 00:05:22 -07:00
Andrew Tridgell
9407ab573e
ndr: added --ndr64 flag to ndrdump
...
This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump
usage, which is always 64bit.
2009-09-16 23:59:53 -07:00
Günther Deschner
99c3fc1958
s3-winbindd: add and use winbindd_lookup_names().
...
Guenther
2009-09-17 08:54:31 +02:00
Günther Deschner
f0b52b8c31
s3-winbindd: add and use winbindd_lookup_sids().
...
Guenther
2009-09-17 08:54:19 +02:00
Günther Deschner
c708338682
cifs-upcall: fix the build after spnego merge.
...
Guenther
2009-09-17 08:53:29 +02:00
Kamen Mazdrashki
35f4b88c7c
w32err: use WERR_DC_NOT_FOUND name instead of WERR_DOMAIN_CONTROLLER_NOT_FOUND
...
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 07:18:51 +02:00
Kamen Mazdrashki
8bebce45d3
w32err: Set hex format values for all errors
...
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 07:18:46 +02:00
Kamen Mazdrashki
3f835eb947
w32err: Re-define errors with numeric values
...
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 07:18:41 +02:00
Kamen Mazdrashki
91d3d3c6a2
w32err: Sorting error codes in ascending order
...
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 07:18:36 +02:00
Kamen Mazdrashki
fc1ac736d6
w32err: NERR_ codes grouped together
...
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 07:18:31 +02:00
Kamen Mazdrashki
1cfac63fa4
w32err: WERR_CLASS_NOT_REGISTERED updated
...
Error code move to COM/OLE group.
Error value changed to as REGDB_E_CLASSNOTREG in Windows
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 07:18:29 +02:00
Abhidnya Chirmule
277597de85
To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achirmul@in.ibm.com>
2009-09-17 02:24:13 +02:00
Volker Lendecke
919559573c
s3:vfs: Fix the build of vfs_tsmsm after the VFS rewrite
2009-09-17 02:07:11 +02:00
Günther Deschner
43e198c188
spnego: add spnego_proto.h.
...
Guenther
2009-09-17 01:39:12 +02:00
Günther Deschner
503d035814
spnego: share spnego_parse.
...
Guenther
2009-09-17 01:12:20 +02:00
Günther Deschner
83023462f9
libcli/auth: remove trailing whitespace.
...
Guenther
2009-09-16 18:00:16 +02:00
Günther Deschner
44e44310d1
s3-netlogon: support validation level 6 in netr_SamLogon calls.
...
Guenther
2009-09-16 18:00:03 +02:00
Günther Deschner
5ddde4e19d
s3-netlogon: match all logon levels in netr_SamLogon calls.
...
Guenther
2009-09-16 17:59:56 +02:00
Günther Deschner
42e393af28
s3-rpcclient: fix netr_LogonGetCapabilities command.
...
Guenther
2009-09-16 17:59:38 +02:00
Nadezhda Ivanova
53d6dd3d52
security:idl Generated files
...
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-16 07:52:15 -07:00
Nadezhda Ivanova
d70e171719
Owner and group defaulting.
...
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-16 07:52:05 -07:00
Zahari Zahariev
fec33db90e
Tests for descriptor inheritance
...
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-16 07:51:45 -07:00
Andrew Bartlett
932690c093
s4:kdc In the kpasswd server, don't use the client address in mk_priv
...
This code eventually calls into mk_priv in the Heimdal code, and if
the client is behind NAT, or somehow has an odd idea about it's own
network addresses, it will fail to accept this packet if we set an
address. It seems easiser not to. (Found by testing with NetAPP at
plugfest)
Andrew Bartlett
2009-09-16 07:18:16 -07:00
Andrew Bartlett
e8e8e40505
s4:rpc_server netgotiate max xmit size with RPC client
...
Testing against NetAPP showed that clients can object to being told a
larger max xmit fragment size than they negotiated. Choose the
minimum of the server and client values.
Andrew Bartlett
2009-09-16 07:18:16 -07:00
Bo Yang
89ed2af69d
s3: Don't overwrite password in pam_winbind, subsequent pam modules
...
might use the old password and new password.
Signed-off-by: Bo Yang <boyang@samba.org>
2009-09-16 22:03:57 +08:00
Andrew Tridgell
45cebf7f11
s4-repl: raise a debug level
2009-09-16 03:58:17 -07:00
Andrew Tridgell
98f2a3b6a3
s4-dsdb: treat uSNHighest as 0 if @REPLCHANGED doesn't exist
...
When a partition is first created it still needs a uSNHighest value
2009-09-16 03:58:17 -07:00
Stefan Metzmacher
033ced60ac
libcli/auth: rewrite schannel sign/seal code to be more generic
...
This prepares support for HMAC-SHA256/AES.
metze
2009-09-16 12:29:06 +02:00
Stefan Metzmacher
8f482ae663
lib/crypto: include aes.h into crypto.h
...
metze
2009-09-16 12:29:05 +02:00
Matt Kraai
4c5854fc2d
Ignore source4/dsdb/kcc/kcc_service_proto.h.
2009-09-13 00:25:03 +02:00
Günther Deschner
a0d8698f65
s3-netapi: Fix Coverity #668 : FORWARD_NULL.
...
Guenther
2009-09-16 10:30:08 +02:00
Günther Deschner
de43e39487
s3-netapi: Fix Coverity #669 FORWARD_NULL.
...
Guenthe
2009-09-16 10:30:01 +02:00
Günther Deschner
828b9a48fd
s3-netapi: Fix Coverity #670 : FORWARD_NULL.
...
Guenther
2009-09-16 10:29:54 +02:00
Günther Deschner
537ac20a92
s3-eventlogadm: Fix Coverity #938 : UNINIT.
...
Guenther
2009-09-16 10:29:43 +02:00
Günther Deschner
6dab835fbb
s3-rpcclient: Fix Coverity #935 : UNINIT.
...
Guenther
2009-09-16 10:29:35 +02:00
Günther Deschner
94d83b62c9
s3-ntlmssp: add missing prototype.
...
Guenther
2009-09-16 08:55:59 +02:00
Günther Deschner
37bc806453
s3-dcerpc: remove more obsolete or duplicate headers.
...
Guenther
2009-09-16 08:55:51 +02:00
Günther Deschner
c5c04fcf90
s3-schannel: add dump_NL_AUTH_SIGNATURE.
...
Guenther
2009-09-16 07:54:02 +02:00
Andrew Tridgell
30d13288e5
s4-repl: take advantage of async RPC forwarding
...
This uses async RPC forwarding for the DsReplicaSync call
2009-09-15 20:51:10 -07:00
Andrew Tridgell
f80363c90a
s4-rpc: added a module for forwarding RPC requests
...
dcesrv_irpc_forward_rpc_call() can be used to forward an arbitrary RPC
request to another task in Samba4, with the return being handled
asynchronously.
This is useful for forwarding DRS requests to the repl or kcc tasks
2009-09-15 20:50:30 -07:00
Andrew Tridgell
5d2dfd12cf
s4-drs: lock down key DRS calls
...
The key DRS calls should only be allowed by administrators or domain
controllers
2009-09-15 19:52:25 -07:00
Andrew Tridgell
7ded0741d9
s4-security: added a new security level SECURITY_DOMAIN_CONTROLLER
...
This will be used as a simple way to lock down DRS replication to
administrators and domain controllers
2009-09-15 19:25:45 -07:00
Andrew Tridgell
10e25fc5e9
s4-ldb: ldap attribute names can contain a '.'
...
When they are of the form of OIDs
2009-09-15 18:45:43 -07:00
Andrew Tridgell
03d0005b25
s4-ldb: expose ldb_transaction_prepare_commit() in ldb
...
It is useful to be able to control the 2 phase commit from application
code (s4 replication uses it)
2009-09-15 18:45:43 -07:00
Andrew Tridgell
458dda1f15
s4-repl: don't do double replication
...
When we replicate from a remote DC, we need to note the new uSN that
the local changes have resulted in, and modify the uSN that the notify
task uses to determine if it should send a ReplicaSync message back to
the remote DC. Otherwise we end up always triggering a ReplicaSync
every time we replicate from another DC
2009-09-15 18:45:43 -07:00