Jeremy Allison
321191d5e2
Restructure the module so it connects to the remote data sink
...
on connect, and closes the socket on client disconnect. This should
make it much more efficient. Store the remote fd in a private data
pointer off the handle. Finally we need to remove the fstrings and
convert to allocated buffer storage.
Jeremy.
2008-09-30 15:13:19 -07:00
Jeremy Allison
97d57d0364
Fix the make test problem Karolin reported. Now rename_open_files actually works correctly we must emit the change notify before we change the name, not before.
...
Jeremy.
2008-09-30 13:26:41 -07:00
Andrew Tridgell
f84093df86
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-09-30 13:02:09 -07:00
root
687ce0b60a
Use a getatr instead to make things cleaner.
...
Jeremy.
2008-09-30 12:44:24 -07:00
Jeremy Allison
a238f17e27
Add in test name visible on the wire or in debug logs so you can see when particular tests start.
...
Jeremy.
2008-09-30 12:33:00 -07:00
Matthias Dieter Wallnöfer
ee97097783
Use UTF8 rather than the possibly different UNIX charset.
2008-09-30 18:10:04 +02:00
Andrew Tridgell
ef6fc37add
check call status not rpc fault code when calling to different levels
...
of calls
2008-09-30 08:46:22 -07:00
Andrew Tridgell
dab5d4abbc
cope with NULL attr
2008-09-30 08:46:22 -07:00
Andrew Tridgell
be050125b6
- make bcast name resolution match other name resolution modules for
...
host not found errors
- when we have no resolve context return NT_STATUS_OBJECT_NAME_NOT_FOUND
2008-09-30 08:46:00 -07:00
Jelmer Vernooij
40a6a28170
Move Samba4-specific files into source4/
2008-09-30 17:11:39 +02:00
Jelmer Vernooij
e0af9601e1
Fix FHS flag, rename to --enable-fhs since it's a feature flag
...
and doesn't take any arguments.
2008-09-30 16:41:21 +02:00
Andrew Tridgell
4f07894c29
The author of the upstream code asked for this code to be GPLv2+ not GPLv3
2008-09-30 07:17:02 -07:00
Andrew Tridgell
717b36c672
merged a bugfix for the idtree code from the Linux kernel. This
...
matches commit 7aae6dd80e265aa9402ed507caaff4a5dba55069 in the kernel.
Many thanks to Jim Houston for pointing out this fix to us
2008-09-30 07:14:31 -07:00
Jelmer Vernooij
3d8323fbff
Compare sids in samba3sam tests.
2008-09-30 16:02:21 +02:00
Jelmer Vernooij
a36b6c5a42
Make Sid member variables accessible from Python.
2008-09-30 16:02:09 +02:00
Jelmer Vernooij
7f1c02cd7a
Enable winreg Python tests - authentication works now.
2008-09-30 15:24:46 +02:00
Jelmer Vernooij
ae38514534
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-09-30 14:57:51 +02:00
Stefan Metzmacher
394f24b374
s4:drsblob: fix the build
...
metze
2008-09-30 09:05:45 +02:00
Stefan Metzmacher
e622325155
s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not set always
...
metze
2008-09-30 08:42:47 +02:00
Andrew Bartlett
04edf11bee
Rework to match new trustDomainPasswords IDL
2008-09-29 22:34:36 -07:00
Andrew Bartlett
64195b72be
Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*
2008-09-29 22:34:35 -07:00
Andrew Bartlett
15b6861981
Use the new 'samba4' name for our internal hdb plugin.
2008-09-29 22:34:35 -07:00
Andrew Bartlett
6ad78f01a5
Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.
...
This avoids one more custom patch to the Heimdal code, and provides a
more standard way to produce hdb plugins in future.
I've renamed from hdb_ldb to hdb_samba4 as it really is not generic
ldb.
Andrew Bartlett
2008-09-29 22:34:35 -07:00
Andrew Bartlett
8dd35fabbb
NetApp found that we never set the smb signing flags2.
...
This was found during testing at the CIFS plugfest.
No other client seems to honour or use this bit, but it is quite
ligitimately required by the spec.
Andrew Bartlett
2008-09-29 22:34:35 -07:00
Andrew Tridgell
d87e9ba56b
setup the loadparm context for ldb in testjoin
2008-09-29 21:59:50 -07:00
Andrew Tridgell
8104968004
return a more useful error message when no name resolution methods are
...
available
2008-09-29 21:59:04 -07:00
Stefan Metzmacher
45645426c2
s4:selftest: make sure we test RPC-OBJECTUUID with seal
...
metze
2008-09-30 06:47:25 +02:00
Stefan Metzmacher
40e7769959
s4:torture/rpc: add RPC-OBJECTUUID
...
This test shows that object uuids should be ignored
if they're present in a dcerpc request.
metze
2008-09-30 06:47:25 +02:00
Stefan Metzmacher
844b331d25
s4:rpc_server: correctly handle dcerpc requests with object uuids
...
metze
2008-09-30 06:47:24 +02:00
Stefan Metzmacher
eb1de4f0ed
s4:librpc/rpc: correctly sign or seal rpc request with an object guid
...
metze
2008-09-30 06:47:23 +02:00
Stefan Metzmacher
abe0af4ab4
dcerpc.idl: add DCERPC_PFC_OFFSET
...
metze
2008-09-30 06:47:23 +02:00
Stefan Metzmacher
3ff298c37b
s4:selftest: add "smb.signing" to anon signing tests
...
metze
2008-09-30 06:47:22 +02:00
Jelmer Vernooij
ac5e69a999
dcesrv: Remove use of global_loadparm.
2008-09-30 06:10:32 +02:00
Jelmer Vernooij
43aaa78fe6
Update .gitignore for new pidl location.
2008-09-30 06:05:46 +02:00
Jelmer Vernooij
454122ab09
make sure dcerpc is always initialized.
2008-09-30 06:05:05 +02:00
Jelmer Vernooij
2400b1fea2
Fix segfault.
2008-09-30 04:22:54 +02:00
Jelmer Vernooij
4a1dabd836
wmi: Use cli_credentials.
2008-09-30 04:22:24 +02:00
Jelmer Vernooij
5bbd73c0ff
Remove two more uses of global loadparm by remember required
...
details for secondary DCE/RPC connections.
2008-09-30 04:01:47 +02:00
Jelmer Vernooij
2ba4a79210
Eliminate another global_loadparm.
2008-09-30 03:20:46 +02:00
Jelmer Vernooij
235b729309
Cope with API changes.
2008-09-30 03:07:08 +02:00
Jelmer Vernooij
181ee01da6
Pass session options around; saves another use of global_loadparm.
2008-09-30 02:47:19 +02:00
Jelmer Vernooij
cef80957c4
Remove global_loadparm instance, discard_const_p.
2008-09-30 02:19:15 +02:00
Jelmer Vernooij
4e8cb60222
Remove global_loadparm instance.
2008-09-30 02:11:55 +02:00
Jelmer Vernooij
755ad80e29
Remove uses of global_loadparm.
2008-09-30 02:07:14 +02:00
Jelmer Vernooij
43d944e6d6
Remove global_loadparm instance.
2008-09-30 01:59:10 +02:00
Jelmer Vernooij
9de1472bd1
Remove redundant call.
2008-09-30 01:58:06 +02:00
Andrew Tridgell
c951a881da
added new level for lsalookupnames2
2008-09-29 16:51:21 -07:00
Andrew Tridgell
28482efa5c
WSPP docs say we need to check that root_dir is NULL
2008-09-29 16:51:05 -07:00
Andrew Tridgell
40fa4c4154
we need to return NT_STATUS_INVALID_PARAMETER for bad levels in
...
lsalookupnames2
2008-09-29 16:50:46 -07:00
Jelmer Vernooij
83183bf381
Explicitly pass on session options to session setup function.
2008-09-30 01:38:51 +02:00