38d08ad68c
r9585: update test #1
...
(This used to be commit 7a150ffde5
)
2007-10-10 11:03:22 -05:00
fa2ec3651e
r9584: Fix a race condition in Samba 3. If two files are opened simultaneously with
...
NTCREATEX_DISP_CREATE (create if not exists, else fail) they might end up with
two or more times NT_STATUS_OK as EEXIST is not correctly handled.
Jeremy, please look closely at this. You can easily verify this by adding a
smb_msleep(100) to the top of open_file_ntcreate and run the new samba4
torture test. It does also happen without the msleep, but not as reliably.
Thanks,
Volker
(This used to be commit 58b9e48df0
)
2007-10-10 11:01:14 -05:00
e2a5b7da6a
r9583: ensure that Samba was with with --enable-socket-wrapper for running 'make test'
...
(This used to be commit 019155e748
)
2007-10-10 11:01:13 -05:00
c3d30670d4
r9582: a few makefile fixes for 'make test'; get the dependencies and cleanup right
...
(This used to be commit bec6cf7ea8
)
2007-10-10 11:01:13 -05:00
024a46c8fa
r9562: successfully get the samba 3 smbtorture working (as a test case for infrastructre)
...
(This used to be commit c64f5666b8
)
2007-10-10 11:01:13 -05:00
cf08e1ce59
r9561: Check for alloca.h.
...
(This used to be commit 1944cf111a
)
2007-10-10 11:01:13 -05:00
35f12fd94d
r9548: more additions to make test; better checks for starting and stopping smbd
...
(This used to be commit dbaaf81cec
)
2007-10-10 11:01:12 -05:00
b67ba1e36b
r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.
...
Jeremy.
(This used to be commit b242f27860
)
2007-10-10 11:01:12 -05:00
7dd03e891e
r9540: correct comments in struct smbc_dirent (fixes bug 3030)
...
(This used to be commit 1f8aff85a6
)
2007-10-10 11:01:12 -05:00
b07bc6b661
r9536: Fix one more DIR -> SMB_STRUCT_DIR typo.
...
Jeremy.
(This used to be commit c5b79a6709
)
2007-10-10 11:01:12 -05:00
85a2d32e31
r9534: Fix typo spotted by William Jojo <jojowil@hvcc.edu> - define
...
HAVE_STRUCT_DIR64 not HAVE_STRUCT_DIRENT64.
Jeremy
(This used to be commit 9131acc3f0
)
2007-10-10 11:01:12 -05:00
78257e3433
r9532: Fix for bug #2152 , championed by Neil Hoggarth <neil.hoggarth@physiol.ox.ac.uk>.
...
Jeremy.
(This used to be commit d29a45565d
)
2007-10-10 11:01:12 -05:00
9454668a90
r9523: Fix password history for eDirectory
...
(by allowing to store more then 1 password history entry in LDAP...)
Thanks to Bernhard Borgmann @ Novell for showing me how to debug
eDirecory.
Guenther
(This used to be commit a6e8de5c3c
)
2007-10-10 11:01:12 -05:00
1d1d2418f0
r9522: Give better error-message when "NDS Universal Password" change fails.
...
Guenther
(This used to be commit df90ea016a
)
2007-10-10 11:01:11 -05:00
030bba20f1
r9486: ensure that the registry hash records are sorted by original subkey name and not the 4 character hash key
...
(This used to be commit 8d34756191
)
2007-10-10 11:01:11 -05:00
f98f86394a
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UNIX vendor
...
not understanding abstract data types :-(.
Jeremy.
(This used to be commit be5b4e2fa3
)
2007-10-10 11:01:11 -05:00
47e519e238
r9480: Added opendir64 and friends. Found by William Jojo <jojowil@hvcc.edu>
...
as part of the AIX bug #3010 investigations.
Jeremy.
(This used to be commit d8c750edb6
)
2007-10-10 11:01:11 -05:00
f069f96a1f
r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSET
...
consistently.
Jeremy.
(This used to be commit ac8f22a328
)
2007-10-10 11:01:11 -05:00
337db26f16
r9401: Allow disabling mandatory byte range lock mount flag, and
...
fix corresponding entry in mtab.
(This used to be commit e5cb7d2131
)
2007-10-10 11:00:34 -05:00
4abc899e18
r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the winbind pipe on solaris
...
(This used to be commit e822a75390
)
2007-10-10 11:00:34 -05:00
67066e865b
r9362: formatting cleanup
...
(This used to be commit f6b8af1ce1
)
2007-10-10 11:00:34 -05:00
59f6f650ec
r9361: patch from Ed Plese to fix a faulty error in winbindd
...
caused by users with no supplementary groups.
(This used to be commit dbdf8c6315
)
2007-10-10 11:00:34 -05:00
e906c370e5
r9353: Updating troublshooting error message.
...
(This used to be commit 7744de8ead
)
2007-10-10 11:00:33 -05:00
9357e6c85e
r9350: Fix direct malloc calls made by smbwrapper.
...
Jeremy.
(This used to be commit 8bac610239
)
2007-10-10 11:00:33 -05:00
b2bfa0c775
r9330: Remove the classic dual daemon since it was not being used.
...
It was already gone in trunk anyways.
working on fixing BUG 3000 which does work now but we are flying
without a cache.
(This used to be commit 4936d6d8b2
)
2007-10-10 11:00:33 -05:00
5cb0c45cba
r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old share
...
modes for display.
Jeremy.
(This used to be commit f00d41a9dc
)
2007-10-10 11:00:33 -05:00
3cc6c5cf99
r9322: fixing debug log and ensuring that we set the right winbind_methods
...
pointer in get_cache() by requiring that all domain structure be
initialized with the set_dc_type_and_flags().
(This used to be commit c064609b94
)
2007-10-10 11:00:33 -05:00
edb89a813f
r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)
...
(This used to be commit 78d49638e1
)
2007-10-10 11:00:32 -05:00
2c42509673
r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu> plus
...
some extra function declarations. Bugzilla bug #2523 .
(This used to be commit 98d364459d
)
2007-10-10 11:00:32 -05:00
9a6c50f552
r9302: Change AC_LIBTESTFUNC to check in the current $LIBS before adding the new
...
library. This stop us adding spurious libraries when the symbol we are looking
for is in libc. Bugzilla bug #2471 .
(This used to be commit e1fee059e8
)
2007-10-10 11:00:32 -05:00
8def0da1da
r9301: Allow user-defined list and lookup timeouts on IRIX. Bugzilla bug #2284 .
...
(This used to be commit bb579141d8
)
2007-10-10 11:00:32 -05:00
baf5fd8336
r9293: Fix error path memory leak bug found by Coverity - also potential NULL
...
deref bug (in unlikely error path) found by Coverity.
Jeremy.
(This used to be commit 9b5cc58f3a
)
2007-10-10 11:00:32 -05:00
2d4ded54b6
r9290: Some error path cleanups found by Coverity. Whitespace reformatting.
...
This file need a lot of error path cleanup.
Jeremy.
(This used to be commit ce93e469d8
)
2007-10-10 11:00:31 -05:00
cd8a0fbd9e
r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.
...
Jeremy.
(This used to be commit 0b85900fc8
)
2007-10-10 11:00:31 -05:00
15b842d401
r9286: Fix false positive found by Coverity - wcard must not be null.
...
Jeremy.
(This used to be commit 31104e5bcf
)
2007-10-10 11:00:31 -05:00
e04754b295
r9282: Whitespace.
...
Jeremy.
(This used to be commit 183a470511
)
2007-10-10 11:00:31 -05:00
ac90571830
r9281: Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses of
...
AC_CHECK_HEADERS.
Jeremy.
(This used to be commit 4d79070887
)
2007-10-10 11:00:31 -05:00
9a14b005a1
r9278: Remove unused variable. Bugzilla #2983 .
...
(This used to be commit 5d592691e4
)
2007-10-10 11:00:30 -05:00
921faa5bf7
r9277: Another unused variable. Bugzilla #2985 .
...
(This used to be commit 5e91d6450b
)
2007-10-10 11:00:30 -05:00
021892a6ce
r9276: Fix another unused variable warning. Bugzilla #2981 .
...
(This used to be commit abe2ab72e6
)
2007-10-10 11:00:30 -05:00
36115e7ebc
r9275: Remove some dead code. Bugzilla #2982 .
...
(This used to be commit e1fc7d89c2
)
2007-10-10 11:00:30 -05:00
c188a68eff
r9272: Patch for fixing unused variables warning from Jason Mader. Fixes
...
bugzilla #2984 .
(This used to be commit 7d8dd97c3d
)
2007-10-10 11:00:30 -05:00
e4edd95275
r9271: Fix problems with german umlauts - strcmp_w was broken (needs to always re-call macro
...
on termination). Fix all other cases where this was also occurring.
Jeremy.
(This used to be commit 816e2fbb39
)
2007-10-10 11:00:29 -05:00
3bda33caf0
r9266: fix help links in swat editor after doc layout changes
...
(This used to be commit 4d50671602
)
2007-10-10 11:00:29 -05:00
d04c1efd0f
r9264: fix valgrind invalid write error in enumprinterdata()
...
(This used to be commit bfebbc86fc
)
2007-10-10 11:00:29 -05:00
dcf2200411
r9261: Fix #2976 : windows member servers wouldn't alloc connections from users
...
defined locally because if we didn't find them as a DC we were marking
the response as authoritative. Now if it's not a domain we know, we
mark the response non-authoritative.
Fix from jpjanosi@us.ibm.com
(This used to be commit d522277b86
)
2007-10-10 11:00:29 -05:00
4a9637495e
r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC)
...
Jeremy.
(This used to be commit b195af0b39
)
2007-10-10 11:00:29 -05:00
2ab5b8594e
r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934 .
...
Jeremy.
(This used to be commit c63ad85b8c
)
2007-10-10 11:00:29 -05:00
e14c6d62d8
r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 open
...
reply bugs.
Jeremy.
(This used to be commit 3ec6fc8d1e
)
2007-10-10 11:00:28 -05:00
4ae6b9765f
r9244: Fix bugs found by Coverity.
...
Jeremy.
(This used to be commit bf80edeea7
)
2007-10-10 11:00:28 -05:00