Volker Lendecke
77670a2ec3
r9738: Adapt tdb_torture to the new CLEAR_IF_FIRST semantics. We need one parent
...
process holding the active if two cluster nodes access the same tdb.
Volker
(This used to be commit cbc66cc3ca
)
2007-10-10 11:03:25 -05:00
Günther Deschner
a34c21f378
r9736: be a little more verbose on error.
...
Guenther
(This used to be commit 48cb0638b5
)
2007-10-10 11:03:24 -05:00
Volker Lendecke
86dc60492a
r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while the child
...
in question is still initializing overwrites domain->dcname. Only overwrite if
the parent actually has sent a dcname and thus really knows it. Second,
ntlm_auth needs the error code, not just the fact it failed.
Jerry, the 3_0 part might qualify as a "recommended patch".
Thanks,
Volker
(This used to be commit d79b179b7f
)
2007-10-10 11:03:24 -05:00
Gerald Carter
f44e11c100
r9661: fallback to cn attribubte if displayName is not available
...
(This used to be commit b1524999e0
)
2007-10-10 11:03:24 -05:00
Gerald Carter
be0f3f159f
r9660: real fix for group enumeration bug in 3.0.20; only affected the ldapsam code
...
(This used to be commit 62f9fb5e3a
)
2007-10-10 11:03:24 -05:00
Gerald Carter
99376ade35
r9658: cleanup a few debug messages
...
(This used to be commit ddd512526c
)
2007-10-10 11:03:24 -05:00
Gerald Carter
f5b2238bb3
r9657: fix final issue with regf sk_records; profiles now successfully rewrites
...
Win2k and WinXP user profile security descriptors.
(This used to be commit 3a3bf4ddb7
)
2007-10-10 11:03:24 -05:00
Gerald Carter
d602d8c442
r9656: fix bug in sk record list with next offsets
...
(This used to be commit c588c2ee69
)
2007-10-10 11:03:23 -05:00
Gerald Carter
7343eb9172
r9653: adding common popt args to profiles tool (needed for debuglevel to regfio lib)
...
(This used to be commit 092ff70625
)
2007-10-10 11:03:23 -05:00
James Peach
77deaeac03
r9636: The new profiles code needs all the dummy objects to link.
...
(This used to be commit c72c4e4299
)
2007-10-10 11:03:23 -05:00
Gerald Carter
83f44fc187
r9628: rewrite profiles tool to use the regfio code.
...
Still have one bug to track down in it though....
(This used to be commit e69df2d205
)
2007-10-10 11:03:23 -05:00
James Peach
52188859e7
r9627: Enable format string checking for the MIPSPro compilers.
...
(This used to be commit 5396944fc3
)
2007-10-10 11:03:23 -05:00
Volker Lendecke
56fd626fe7
r9619: Fix messages_pending_for_pid actually do what it's meant to do. This might be
...
a big relief on messages.tdb contention as ignoring processes with >1000
messages in printing/notify.c should work correctly now.
Jeremy, Jerry told me to ask you about printer scalability torture tests, this
might be a reason why you implemented the message_send_pid_with_timeout
using the signal (shudder) in the first place. :-)
While looking at that... Wouldn't it be better to not use the signal but have
an overall timeout for print_notify_send_messages using GetTimeOfDay & friends
and not use the alarm signal deep inside tdb.c?
Volker
(This used to be commit b5e82bb512
)
2007-10-10 11:03:23 -05:00
Gerald Carter
013ac99a9d
r9618: adding get/put tests from Don Watson
...
(This used to be commit a94de276ae
)
2007-10-10 11:03:23 -05:00
Gerald Carter
dffa98b761
r9615: trying a 3 second timeout on smbcontrol
...
(This used to be commit 4e62a51bf6
)
2007-10-10 11:03:22 -05:00
Gerald Carter
78f6ccebc5
r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)
...
(This used to be commit 0626bb6841
)
2007-10-10 11:03:22 -05:00
Gerald Carter
e76107dd9b
r9594: return the mapped name in enum_dom_groups()
...
(This used to be commit a769aaec88
)
2007-10-10 11:03:22 -05:00
Gerald Carter
1487a72da2
r9593: fix enumerated group name (should be full name (i.e. mapped name) and not unix name)
...
(This used to be commit 8928575abd
)
2007-10-10 11:03:22 -05:00
Gerald Carter
f02a98d9b6
r9590: forget to remove this from the 3.0 tree
...
(This used to be commit 74f8718438
)
2007-10-10 11:03:22 -05:00
Gerald Carter
dab71bed4e
r9588: remove netsamlogon_cache interface...everything seems to work fine. Will deal with any fallout from special environments using a non-cache solution
...
(This used to be commit e1de6f238f
)
2007-10-10 11:03:22 -05:00
Gerald Carter
38d08ad68c
r9585: update test #1
...
(This used to be commit 7a150ffde5
)
2007-10-10 11:03:22 -05:00
Volker Lendecke
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
Gerald Carter
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
Gerald Carter
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
Gerald Carter
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
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