Günther Deschner
ce01168158
s4-samr: fix s4 samr server after idl change.
...
Guenther
2008-12-05 14:27:03 +01:00
Stefan Metzmacher
0f74de3d37
s4:password_hash: really catch the clearTextPasswordAttr case...
...
This fixes the creation of the user object for incoming trusts
in dcesrv_lsa_CreateTrustedDomain_base().
And now w2k3 trust samba4 just fine:-)
metze
2008-12-05 14:16:47 +01:00
Sam Liddicott
39e468f558
vfs_cifs - Use ntvfs request transport close to close downstream session
...
When upstream session closes, close the downstream session
Signed-off-by: Sam Liddicott <sam@liddicott.com>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-12-05 12:52:19 +01:00
Sam Liddicott
7d8f3cdbfc
Let ntvfs request transport close via ntvfs_request state
...
[I can't swear that this covers all the smb2 cases, there are some reply
functions that I can't trace properly]
Add NTVFS_ASYNC_STATE_CLOSE bit to ntvfs_request->async_states->state
so that the ntvfs layer can signify that the client transport should
be closed, most useful for proxy servies, and most likely due to a
forwarding transport having been closed.
Signed-off-by: Sam Liddicott <sam@liddicott.com>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-12-05 12:52:13 +01:00
Stefan Metzmacher
677e0fb965
s4:kludge_acl: allow everybody to read the sequence number
...
metze
2008-12-04 15:45:16 +01:00
Stefan Metzmacher
180245fce0
s4:kdc: allow a trusted domain to get kerberos tickets
...
metze
2008-12-04 15:45:16 +01:00
Stefan Metzmacher
6c9b0298a9
s4:selftest: we have netr_GetDcName() and netr_GetAnyDCName() implementations now
...
metze
2008-12-04 12:48:45 +01:00
Stefan Metzmacher
e9d1c3e7ea
RAW-NETLOGON: check netr_GetAnyDCName() result
...
metze
2008-12-04 12:48:44 +01:00
Stefan Metzmacher
9d44600470
s4:netlogon: for now implement netr_GetAnyDCName() as wrapper of netr_GetDcName()
...
metze
2008-12-04 12:48:44 +01:00
Stefan Metzmacher
885a1be8b9
s4:netlogon: Implement netr_GetDcName() similar to netr_DsGetDCName()
...
metze
2008-12-04 12:48:39 +01:00
Stefan Metzmacher
fcbf88115c
s4: add some useful link and the patch for the ntp_signd support
...
metze
2008-12-03 17:42:21 +01:00
Andrew Bartlett
6c298c06f3
Don't treat the DN+binary syntax as a DN.
...
This should fix the OpenLDAP backend
2008-12-02 14:22:24 +11:00
Andrew Bartlett
9b17e3b634
Use the direct pointer to the syntax
...
This rather than manually searching for it, and is inspired by a
similar commit in dsdb/schema/schema_description.c by metze
Andrew Bartlett
2008-12-02 14:13:41 +11:00
Günther Deschner
01b6eee69f
s4-samr: use samr_DomainServerState in samr server.
...
Guenther
2008-12-02 00:37:39 +01:00
Stefan Metzmacher
db369b5567
RAW-STREAMS: test stream renames
...
metze
2008-12-01 14:45:06 -08:00
Stefan Metzmacher
540e6376cc
RAW-STREAMS: some more tests...
...
metze
2008-12-01 14:44:42 -08:00
Stefan Metzmacher
87bb9e178f
RAW-STREAMS: test valid character in the range of 0x01 => 0x7F
...
metze
2008-12-01 14:43:58 -08:00
Stefan Metzmacher
b25d69e3a8
RAW-STREAMS: check some strange stream name combinations
...
metze
2008-12-01 14:43:23 -08:00
Stefan Metzmacher
9519d5dd71
RAW-CHKPATH: test every character in the range of 0x01 => 0x7F
...
metze
2008-12-01 14:42:48 -08:00
Stefan Metzmacher
dfc365743a
s4:libcli/clideltree: work against servers without NTSTATUS support
...
metze
2008-12-01 14:42:07 -08:00
Stefan Metzmacher
84b2db8d51
s4:pvfs: correctly check stream names
...
metze
2008-12-01 14:41:29 -08:00
Stefan Metzmacher
7c07be9cab
s4:pvfs: return the correct error code for invalid names
...
metze
2008-12-01 14:40:51 -08:00
Günther Deschner
1cf5c154aa
s4-smbtorture: add some more testcases to pwdlastset test.
...
Guenther
2008-11-28 22:06:41 +01:00
Günther Deschner
fd2a15fa78
s4-smbtorture: fix RPC-SAMR-PASSWORDS-PWDLASTSET with samba3 option.
...
Guenther
2008-11-28 22:06:32 +01:00
Günther Deschner
580c2b3283
selftest: s4 does not have a pwdlastset implementation yet.
...
Guenther
2008-11-28 14:09:47 +01:00
Günther Deschner
4b687944f3
s4-smbtorture: allow to disable full testing of all possible opcode combinations.
...
Guenther
2008-11-28 14:09:26 +01:00
Günther Deschner
465466e1af
s4-smbtorture: move test to SAMR-PASSWORDS-PWDLASTSET.
...
Guenther
2008-11-28 14:09:18 +01:00
Günther Deschner
89ad20789c
s4-smbtorture: add test for samr password_expired flag while setting passwords.
...
Guenther
2008-11-28 14:09:10 +01:00
Günther Deschner
bd95b6b416
s4-smbtorture: add test_SetUserPass_level_ex.
...
Guenther
2008-11-28 14:08:14 +01:00
Günther Deschner
206375c8cf
s4-smbtorture: add samr_rand_pass_silent.
...
Guenther
2008-11-28 14:08:03 +01:00
Günther Deschner
296fae7561
s4-samr: fix samr passwdord_expired callers.
...
Guenther
2008-11-28 13:55:49 +01:00
Günther Deschner
5aebfd9086
s4-smbtorture: fix some build warnings.
...
Guenther
2008-11-27 18:19:44 +01:00
Jelmer Vernooij
8e9c5f8c00
Don't filter out any variables for config.pm, only for config.mk.
2008-11-26 16:55:32 +01:00
Jelmer Vernooij
f1d887251d
Use a simple shell loop instead of _AC_SUBST_VARS.
...
Autoconf has removed _AC_SUBST_VARS in newer versions.
2008-11-26 16:22:11 +01:00
Sam Liddicott
f5a87e35d2
Make sure dom_sid.h is installed.
2008-11-25 15:41:07 +01:00
Volker Lendecke
34fc529d95
fix the build
2008-11-23 12:13:48 +01:00
Stefan Metzmacher
3080fd6624
RPC sessions on np connections need the real session key transferred
2008-11-23 11:48:20 +01:00
Volker Lendecke
a6aa72001e
Add "net machinepw"
...
Provide a C-based alternative to the python script "mymachinepw"
2008-11-22 19:30:10 +01:00
Jelmer Vernooij
9164b14a9f
Fix include path for installation.
2008-11-21 17:57:44 +01:00
Günther Deschner
2736650f0c
eventlog: fill in some unknowns and use flags bitmap in IDL.
...
Guenther
2008-11-20 17:15:47 +01:00
Günther Deschner
54e832c171
s4-smbtorture: fix segfault in RPC-EVENTLOG test.
...
Guenther
2008-11-20 00:47:18 +01:00
Jelmer Vernooij
42523498b9
Fix path for torture.h.
2008-11-19 16:27:06 +01:00
Tim Prouty
1115b7b342
s3/s4 build: Fix execinfo and sasl build error when the libs/headers are in non-standard locations.
...
These configure checks have the correct flags at configure time, so
let's pass them through so they are used at compile time.
2008-11-18 17:43:51 -08:00
Tim Prouty
314e5cfa7f
s3/s4 build: Fix makefile expression to work on more systems
2008-11-18 17:43:38 -08:00
Jelmer Vernooij
15c629181a
Move wireshark conformance file to top-level.
2008-11-19 00:10:15 +01:00
Günther Deschner
2409f216cf
s4-smbtorture: add test for svcctl_QueryServiceConfig2W.
...
Guenther
2008-11-17 13:17:07 +01:00
Günther Deschner
c0db253507
s4-smbtorture: fix test for svcctl_EnumServicesStatusW.
...
Guenther
2008-11-17 13:16:11 +01:00
Günther Deschner
b43c3a36a7
s4-smbtorture: add test for svcctl_QueryServiceStatusEx.
...
Guenther
2008-11-17 13:15:59 +01:00
Günther Deschner
2d44f72c33
s4-smbtorture: pure reformatting of svcctl test.
...
Guenther
2008-11-17 13:15:20 +01:00
Günther Deschner
fea323bdf3
s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite.
...
Guenther
2008-11-17 13:13:20 +01:00