Jelmer Vernooij
6c299d28b5
selftest: Use standard subunit command for progress reporting.
2010-03-31 02:20:08 +02:00
Jelmer Vernooij
7f1360db51
selftest: Support parsing progress in format-subunit/filter-subunit.
2010-03-31 02:20:08 +02:00
Jelmer Vernooij
b2eb609d4d
selftest: Use standard subunit commands for progress reporting.
2010-03-31 02:20:08 +02:00
Jelmer Vernooij
beb630b690
s4-selftest: Fix xfail for base.delete.
2010-03-31 02:20:08 +02:00
Jelmer Vernooij
12e34eafb8
selftest: Use absolute tests names in knownfail.
2010-03-31 02:20:08 +02:00
Jelmer Vernooij
08161e093d
selftest: Convert filter-subunit to Python so the subunit Python module
...
can be used later.
2010-03-31 02:20:07 +02:00
Jelmer Vernooij
ae5381d34c
format-subunit: Avoid printing backtrace on Ctrl-C.
2010-03-31 02:20:07 +02:00
Andrew Tridgell
2699db3fe0
s4-torture: removed more uses of typeof()
...
not portable
2010-03-31 10:23:17 +11:00
Andrew Tridgell
4fc0a6ab31
s4-torture: using typeof() is not portable
...
this failed to compile on solaris8 with cc
2010-03-31 10:23:17 +11:00
Jeremy Allison
32c8feab5d
Fix for bug #7233 - print fails with jobs >4GB from Win7 clients.
...
Contains for by Sebastian Kloska <oncaphillis@snafu.de>. Submitter
confirms this fixes the problem.
Jeremy.
2010-03-30 15:27:26 -07:00
Simo Sorce
4b249a616b
s4:lsa implement lsaRSetForestTrustInformation
2010-03-30 17:46:52 -04:00
Jeremy Allison
d447184ca8
If the timeout has been set to zero, don't register an end time.
...
The caller doesn't want a timeout.
Jeremy.
2010-03-30 13:45:53 -07:00
Matthias Dieter Wallnöfer
902a5e53cd
wbclient/wbclient.c - fix a typo
2010-03-30 21:57:52 +02:00
Matthias Dieter Wallnöfer
818fcfb813
libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"
...
This fits better since the variable which is tested is of type "uint32_t".
2010-03-30 19:08:57 +02:00
Matthias Dieter Wallnöfer
3e091a8216
s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is available
...
FreeBSD 7.2 needs this.
2010-03-30 17:42:51 +02:00
Matthias Dieter Wallnöfer
65d1d41844
s4:torture/basic/denytest.c - use "typeof" in a better supported syntax
...
This should make it compatible with the SUN Studio C Compiler.
2010-03-30 17:24:15 +02:00
Matthias Dieter Wallnöfer
01f1f87aa9
s4:registry/tests/diff.c - try to make also this test compatible with big-endian platforms
2010-03-30 13:02:27 +02:00
Matthias Dieter Wallnöfer
b08bbbb42d
s4:registry/tests/hive.c - make the test compatible with big-endian platforms
2010-03-30 12:54:38 +02:00
Andrew Tridgell
08e0d94fae
replace: allow memmem() with an empty string to return NULL
...
This is how FreeBSD behaves. We don't rely on it returning the string
in Samba.
2010-03-30 20:34:17 +11:00
Stefan Metzmacher
cc2ef27e36
s3:libads: retry with signing after getting LDAP_STRONG_AUTH_REQUIRED
...
If server requires LDAP signing we're getting LDAP_STRONG_AUTH_REQUIRED,
if "client ldap sasl wrapping = plain", instead of failing we now
autoupgrade to "client ldap sasl wrapping = sign" for the given connection.
metze
2010-03-30 09:53:11 +02:00
Andrew Tridgell
21499a148e
selftest: reason may be None
...
jelmer, please check
2010-03-30 16:41:54 +11:00
Andrew Tridgell
4f4adddb17
s4-test: oLschema2ldif doesn't take -H any more
2010-03-30 15:36:46 +11:00
Andrew Tridgell
e47e5ff89b
s4-heimdal: use the HAVE_INET_* functions from libreplace
2010-03-30 12:31:04 +11:00
Andrew Tridgell
e310cb3f37
s4-heimdal: for use of libreplace setegid and seteuid
2010-03-30 12:31:04 +11:00
Andrew Tridgell
0f113faea8
charset: look for the codepages in the right place
...
selftest runs from source3/source4. The codepages when not installed
are in ../codepages
2010-03-30 12:31:03 +11:00
Andrew Tridgell
e4c75252a9
s4-heimdal: a better way of handling dirfd()
...
This prevents us getting thousands of warnings about dirfd() on
solaris
2010-03-30 12:31:03 +11:00
Jelmer Vernooij
0cdc021ba4
selftest: Remove diff-subunit - it's included in subunit and not necessary for normal operation.
2010-03-30 01:08:20 +02:00
Jelmer Vernooij
c108a2e74e
format-subunit: Improve formatting, simplify code.
2010-03-30 01:08:20 +02:00
Jelmer Vernooij
ef3fb75261
selftest: Replace perl subunit formatter with python subunit formatter,
...
so we can leverage the work happening in python-subunit.
2010-03-30 01:08:20 +02:00
Jelmer Vernooij
0c78368a31
selftest: Convert format-subunit to Python.
2010-03-30 01:08:20 +02:00
Jeremy Allison
e14a6fbf8c
Fix bug 7307 - man net usershare mistake
...
Fix bad usage message, reported by headset001@yahoo.com .
Jeremy.
2010-03-29 14:24:18 -07:00
Matthias Dieter Wallnöfer
c8fe49b2d3
s4:installmisc.sh - fix location of "dnspython" library
2010-03-29 22:35:16 +02:00
Stefan Metzmacher
4c6cde99c0
s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a logon call
...
This fixes hopefully the last part of bug #7295 .
metze
2010-03-29 22:15:13 +02:00
Matthias Dieter Wallnöfer
c5d1d68f0b
s4:registry/util.c - remove those "talloc_free"s
...
They're not really necessary.
2010-03-29 21:52:12 +02:00
Matthias Dieter Wallnöfer
c38e96278a
s4:registry/tests/generic.c - fix the DWORD_* types test to work also against big endian platforms
2010-03-29 21:38:23 +02:00
Matthias Dieter Wallnöfer
50d26133dc
s4:.gitignore - update it for the new heimdal release
2010-03-29 21:38:22 +02:00
Matthias Dieter Wallnöfer
8d0b67b644
s4:registry/ldb.c - Break with "NULL" as an error case when the data doesn't fit in the "reg_ldb_pack_value" function
2010-03-29 21:38:18 +02:00
Matthias Dieter Wallnöfer
e25e60ba2f
s4:registry/ldb.c - Always check the "name" attribute for != NULL
...
If it's NULL return invalid parameter as Windows does. The name is "" if it
refers to the default value.
2010-03-29 20:53:38 +02:00
Matthias Dieter Wallnöfer
90d2902c73
s4:registry - move the UTF16 length calculation for "reg_key_get_info" into the RPC server code
...
It does fit better there.
2010-03-29 20:36:32 +02:00
Matthias Dieter Wallnöfer
8efea42948
s4:registry/util.c - fix indentation
2010-03-29 19:55:16 +02:00
Matthias Dieter Wallnöfer
e1714121b1
howto4.txt - improve the content of chapter 2bis
2010-03-29 19:50:46 +02:00
Matthieu Patou
53a2982970
s4: complete the build instruction because the problem with the idl_full cames very often
2010-03-29 19:50:46 +02:00
Matthias Dieter Wallnöfer
da68151017
WHATSNEW4.txt - updates
...
Update the file content.
2010-03-29 19:50:46 +02:00
Matthieu Patou
cf3e15c897
Add partial information in whatsnew for the next release
2010-03-29 19:50:46 +02:00
Jelmer Vernooij
a5e6b5589b
registry: Fix compilation.
2010-03-29 18:44:00 +02:00
Wilco Baan Hofman
38fc9dfdc6
Revert reordering from commit 51bedf9395
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-29 18:44:00 +02:00
Wilco Baan Hofman
2d6791286b
Revert "s4:registry - util.c - add harder checks for inputs on "reg_val_data_string""
...
This reverts commit eb8c8a0eca
.
Conflicts:
source4/lib/registry/util.c
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-29 18:44:00 +02:00
Wilco Baan Hofman
16427efb74
Revert "s4:registry - util.c - move the "REG_NONE" case in the conversion functions on top of the switch"
...
This reverts commit 4e6c0e1f6f
.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-29 18:44:00 +02:00
Wilco Baan Hofman
b1c70d49c9
Revert "s4:registry - util.c - treat unsupported and binary values as the same in the conversion functions"
...
This reverts commit cc3eec1681
.
Conflicts:
source4/lib/registry/util.c
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-29 18:44:00 +02:00
Wilco Baan Hofman
cb670f366c
Revert "s4:registry - adaptions for "add memory contexts for delete value/key functions""
...
This reverts commit 43170dafbc
.
Conflicts:
source4/lib/registry/dir.c
source4/lib/registry/util.c
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-03-29 18:43:59 +02:00