Michael Adam
6c8c5d7113
[s3]winbind_util: fix an implicit cast compile warning.
...
Michael
2008-09-23 10:00:25 +02:00
Günther Deschner
fd3ba988dc
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
...
Guenther
2008-09-23 09:49:56 +02:00
Günther Deschner
7f5aef542a
s3-nbt: use ../libcli/nbt helper.
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
9f8813e4d4
s3: re-run make idl.
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
83c042583b
s3-nbt: refer to ../libcli/nbt in nbt.idl.
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
a1a92688ba
s4-nbt: use ../libcli/nbt
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
6f33f3e4c2
s4-nbt: move libcli/nbt up one level.
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
be8b72dd55
s4-nbt: merge some fixes from samba3 nbt helper.
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
13a3971438
s4-nbt: use private_data instead of private.
...
Guenther
2008-09-23 09:37:24 +02:00
Günther Deschner
c48186f507
s3: use samba4 prototype for ndr_push/pull_struct_blob.
...
Guenther
2008-09-23 09:37:23 +02:00
Günther Deschner
c8858058e9
s3: re-run make idl.
...
Guenther
2008-09-23 09:37:23 +02:00
Günther Deschner
9421ecac33
s3-nbt: fix nbt.idl in order to use shared nbt helper.
...
Guenther
2008-09-23 09:37:23 +02:00
Günther Deschner
f093ddbc11
s3-charset: add smb_iconv_convenience.
...
Guenther
2008-09-23 09:37:23 +02:00
Günther Deschner
9216153827
s4-nbt: remove unrequired include.
...
Guenther
2008-09-23 09:37:23 +02:00
Günther Deschner
b60d612cde
s4: add talloc_strdup_upper.
...
Guenther
2008-09-23 09:37:23 +02:00
Andrew Tridgell
9cf29abee2
test setinfo FULL_EA_INFORMATION in gentest
2008-09-23 16:45:55 +10:00
Andrew Tridgell
219aa1b4fd
added FULL_EA_INFORMATION setea call
2008-09-23 16:45:10 +10:00
Andrew Tridgell
e3a562b1cd
fixed a memory error in change notify handling in gentest
2008-09-23 15:20:24 +10:00
Andrew Tridgell
2b6e139206
fixed readonly handling in deltree
2008-09-23 15:16:46 +10:00
Andrew Bartlett
c5265ea3bf
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
2008-09-22 21:48:49 -07:00
Andrew Tridgell
f4e212323f
added some debug code
2008-09-23 12:09:56 +10:00
Andrew Bartlett
c39d1b829b
Remove unused parameter from decode_pw_buffer and fail on invalid
...
UTF-16 input
The input checking is important, as otherwise we could set the wrong
password.
Andrew Bartlett
2008-09-22 17:50:43 -07:00
Andrew Bartlett
aaa45c8325
Remove unused variable
2008-09-22 17:24:57 -07:00
Volker Lendecke
6660ac5d0a
Fix make pch in the merged build
2008-09-23 01:44:41 +02:00
Andrew Bartlett
3b5060fdba
Explain why we use signing for DCs, but not file servers
2008-09-22 16:32:04 -07:00
Gerald (Jerry) Carter
7d5fb989ac
idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.
...
The adex idmap/nss_info plugin is an adapation of the Likewise
Enterprise plugin with support for OU based cells removed
(since the Windows pieces to manage the cells are not available).
This plugin supports
* The RFC2307 schema for users and groups.
* Connections to trusted domains
* Global catalog searches
* Cross forest trusts
* User and group aliases
Prerequiste: Add the following attributes to the Partial Attribute
Set in global catalog:
* uidNumber
* uid
* gidNumber
A basic config using the current trunk code would look like
[global]
idmap backend = adex
idmap uid = 10000 - 19999
idmap gid = 20000 - 29999
idmap config US:backend = adex
idmap config US:range = 20000 - 29999
winbind nss info = adex
winbind normalize names = yes
winbind refresh tickets = yes
template homedir = /home/%D/%U
template shell = /bin/bash
2008-09-22 15:46:19 -07:00
Andrew Bartlett
7831169af5
Test re-setting the challenge after an auth3 in RPC-NETLOGON
2008-09-22 15:37:16 -07:00
Andrew Bartlett
b18449dbd5
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
2008-09-22 14:23:40 -07:00
Andrew Bartlett
cebd9a9013
This torture test and skipping of the server-side check was bogus.
...
The IDL is declared to force the MessageType to 3 on output, so we
instead checked the same thing 255 times...
Andrew Bartlett
2008-09-22 14:23:22 -07:00
Günther Deschner
92ebd6afc9
re-run make idl.
...
Guenther
2008-09-22 19:36:53 +02:00
Günther Deschner
bd7d2fa017
netapi: add more fields to USER_INFO_X.
...
Guenther
2008-09-22 19:36:53 +02:00
Günther Deschner
b47953ea10
netapi: add NetFile testsuite.
...
Guenther
2008-09-22 19:36:53 +02:00
Günther Deschner
ba58d17e69
netapi: fix case statement in example NetUserSetModals code.
...
Guenther
2008-09-22 19:31:44 +02:00
Stefan Metzmacher
1d92b2211c
s4: allways initialize the process model before it's used
...
metze
2008-09-22 18:16:09 +02:00
Karolin Seeger
31dc362947
create-tarball: Adapt script to changed directory structure.
...
Karolin
2008-09-22 09:03:35 -07:00
Karolin Seeger
cb4d7b48e5
create-tarball: Don't remove /*.
...
These strings do appear several times. Extend the grep pattern to
get the right string only. This avoids the removal of /*!
Karolin
2008-09-22 09:03:35 -07:00
Karolin Seeger
a99a176707
create-tarball: Remove trailing/leading whitespaces.
...
Karolin
2008-09-22 09:03:35 -07:00
Stefan Metzmacher
bee2b6c3a3
process incoming connections and fork a samba3 in inetd mode
2008-09-22 04:38:06 +02:00
Stefan Metzmacher
b7e2c74cef
s3: link @tallocdir@/testsuite_main.o into talloctort
...
metze
2008-09-22 00:21:26 +02:00
Stefan Metzmacher
2019a98e46
lib/talloc: move main() out of testsuite.c
...
metze
2008-09-22 00:20:39 +02:00
Stefan Metzmacher
2c7cbb6b1d
s3: link libreplace/test/main.c into replacetort
...
metze
2008-09-22 00:09:13 +02:00
Stefan Metzmacher
05525071e0
libreplace: move main() out of testsuite.c
...
metze
2008-09-22 00:09:12 +02:00
Jelmer Vernooij
bc794246df
Fix merged build.
2008-09-21 23:57:59 +02:00
Matthias Dieter Wallnöfer
89b23974d3
Torture suite: Revert some changes because they aren't necessary
...
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in.
2008-09-21 23:18:01 +02:00
Matthias Dieter Wallnöfer
08953e44db
Registry client: Remove all conversion helper functions
2008-09-21 23:18:01 +02:00
Matthias Dieter Wallnöfer
4c7203367f
Registry client library: Remove two elementar conversion functions
2008-09-21 23:18:01 +02:00
Matthias Dieter Wallnöfer
5c3e76eddd
Revert "Registry tool "regtree": Removing an error message"
...
This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52.
2008-09-21 23:18:01 +02:00
Matthias Dieter Wallnöfer
9038f2a0fd
Torture suite: Fixes the tests to not segfault again SAMBA 4 registry server
2008-09-21 23:18:00 +02:00
Matthias Dieter Wallnöfer
03e582cc86
Registry client: Fixup the "patchfile" library
...
Rework and enhance the "patchfile" library (used in "regdiff")
2008-09-21 23:18:00 +02:00
Matthias Dieter Wallnöfer
f25f0dd744
Registry client: Implement the "winreg_QueryValue" call
...
This is needed for the registry patchfile library
2008-09-21 23:18:00 +02:00