James Peach
cf08e1ce59
r9561: Check for alloca.h.
...
(This used to be commit 1944cf111a
)
2007-10-10 11:01:13 -05:00
Gerald Carter
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
Jeremy Allison
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
Derrell Lipman
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
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
Günther Deschner
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
Günther Deschner
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
Gerald Carter
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
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
Steve French
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
Gerald Carter
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
Gerald Carter
67066e865b
r9362: formatting cleanup
...
(This used to be commit f6b8af1ce1
)
2007-10-10 11:00:34 -05:00
Gerald Carter
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
John Terpstra
e906c370e5
r9353: Updating troublshooting error message.
...
(This used to be commit 7744de8ead
)
2007-10-10 11:00:33 -05:00
Jeremy Allison
9357e6c85e
r9350: Fix direct malloc calls made by smbwrapper.
...
Jeremy.
(This used to be commit 8bac610239
)
2007-10-10 11:00:33 -05:00
Gerald Carter
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
Jeremy Allison
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
Gerald Carter
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
Gerald Carter
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
James Peach
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
James Peach
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
James Peach
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
e04754b295
r9282: Whitespace.
...
Jeremy.
(This used to be commit 183a470511
)
2007-10-10 11:00:31 -05:00
Jeremy Allison
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
Tim Potter
9a14b005a1
r9278: Remove unused variable. Bugzilla #2983 .
...
(This used to be commit 5d592691e4
)
2007-10-10 11:00:30 -05:00
Tim Potter
921faa5bf7
r9277: Another unused variable. Bugzilla #2985 .
...
(This used to be commit 5e91d6450b
)
2007-10-10 11:00:30 -05:00
Tim Potter
021892a6ce
r9276: Fix another unused variable warning. Bugzilla #2981 .
...
(This used to be commit abe2ab72e6
)
2007-10-10 11:00:30 -05:00
Tim Potter
36115e7ebc
r9275: Remove some dead code. Bugzilla #2982 .
...
(This used to be commit e1fc7d89c2
)
2007-10-10 11:00:30 -05:00
Tim Potter
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
Jeremy Allison
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
Gerald Carter
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
Gerald Carter
d04c1efd0f
r9264: fix valgrind invalid write error in enumprinterdata()
...
(This used to be commit bfebbc86fc
)
2007-10-10 11:00:29 -05:00
Jim McDonough
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
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
Jeremy Allison
4ae6b9765f
r9244: Fix bugs found by Coverity.
...
Jeremy.
(This used to be commit bf80edeea7
)
2007-10-10 11:00:28 -05:00
Jim McDonough
d6403e7280
r9242: Fix my fix for #2953 . I'd moved too much code until after we verify the user,
...
causing netlogon to return an invalid response for failed interactive logons.
(This used to be commit 4deb918b68
)
2007-10-10 11:00:28 -05:00
Günther Deschner
3662fb6d3a
r9229: merge from trunk:
...
allow admins to uncheck the "User must change Password at next Logon"
checkbox in Usermanager.
Guenther
(This used to be commit b1e4b72c1c
)
2007-10-10 11:00:28 -05:00
Steve French
bc3aaeac6f
r9225: Various minor CIFS mount helper fixes to less common error paths.
...
These bugs were found by Coverity static source code analysis tools.
(This used to be commit 98a7304b6b
)
2007-10-10 11:00:28 -05:00
James Peach
1f666a2556
r9203: Bugzilla bug #2314 . Cast away the const of the dev argument to quotactl to
...
remove the compiler warning. This is safe since quotactl doesn't modify the dev
argument.
(This used to be commit ec4ea17ce6
)
2007-10-10 11:00:28 -05:00
Volker Lendecke
a389bf7ae5
r9201: Ouch.... :-(
...
(This used to be commit c78760d71e
)
2007-10-10 11:00:28 -05:00