summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* r9585: update test #1Gerald Carter2007-10-101-0/+1
| | | | (This used to be commit 7a150ffde5cb8eb5198ac351161c3d651fb279a9)
* r9584: Fix a race condition in Samba 3. If two files are opened ↵Volker Lendecke2007-10-101-0/+9
| | | | | | | | | | | | | | | | 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 58b9e48df03098160f39607d869a3c8e10860ba4)
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2007-10-101-0/+13
| | | | | | 'make test' (This used to be commit 019155e748d9e04150bae39676362b794c1b6043)
* r9582: a few makefile fixes for 'make test'; get the dependencies and ↵Gerald Carter2007-10-101-2/+3
| | | | | | cleanup right (This used to be commit bec6cf7ea80fde683e90590421569ea8ff88830c)
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2007-10-104-1/+107
| | | | | | infrastructre) (This used to be commit c64f5666b8d1f9fb617b1cf89d6157a0c3fa9da9)
* r9561: Check for alloca.h.James Peach2007-10-101-1/+1
| | | | (This used to be commit 1944cf111adee4aaf93321d5fcf0959e33482eb1)
* r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter2007-10-103-21/+76
| | | | (This used to be commit dbaaf81cec59aae01e71bbb639e1937ebee2454d)
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-105-14/+16
| | | | | Jeremy. (This used to be commit b242f278601e1a23c9116009482e802326d418f7)
* r9540: correct comments in struct smbc_dirent (fixes bug 3030)Derrell Lipman2007-10-101-4/+4
| | | | (This used to be commit 1f8aff85a68569480efc543cfe1556752c35311e)
* r9536: Fix one more DIR -> SMB_STRUCT_DIR typo.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit c5b79a6709a1333d1d69d9216620b1f06fdfd5d3)
* r9534: Fix typo spotted by William Jojo <jojowil@hvcc.edu> - defineJeremy Allison2007-10-101-2/+2
| | | | | | HAVE_STRUCT_DIR64 not HAVE_STRUCT_DIRENT64. Jeremy (This used to be commit 9131acc3f0ab342dc4afd89221b440ca3a87d2c2)
* r9532: Fix for bug #2152, championed by Neil Hoggarth ↵Jeremy Allison2007-10-101-4/+4
| | | | | | | <neil.hoggarth@physiol.ox.ac.uk>. Jeremy. (This used to be commit d29a45565d955e655b9b5a06039be39efc9e021b)
* r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner2007-10-101-2/+6
| | | | | Guenther (This used to be commit df90ea016a1e5b48ad5731f9bee3764cf5478bc8)
* r9486: ensure that the registry hash records are sorted by original subkey ↵Gerald Carter2007-10-102-3/+5
| | | | | | name and not the 4 character hash key (This used to be commit 8d347561919ded19b1e7096aceb119c66f461c61)
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2007-10-1014-59/+85
| | | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy. (This used to be commit be5b4e2fa3ed30b0ff01b47d2354e5f782a12e25)
* r9480: Added opendir64 and friends. Found by William Jojo <jojowil@hvcc.edu>Jeremy Allison2007-10-101-1/+2
| | | | | | as part of the AIX bug #3010 investigations. Jeremy. (This used to be commit d8c750edb6a4d0037b49557849b3bc2baca8bbc1)
* r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSETJeremy Allison2007-10-101-1/+6
| | | | | | consistently. Jeremy. (This used to be commit ac8f22a328d878f064277638d63446bf68b68dfd)
* r9401: Allow disabling mandatory byte range lock mount flag, andSteve French2007-10-101-2/+2
| | | | | fix corresponding entry in mtab. (This used to be commit e5cb7d2131b7c6963f00a8a329bf589dd78e09ce)
* r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the ↵Gerald Carter2007-10-102-0/+295
| | | | | | winbind pipe on solaris (This used to be commit e822a7539065c12d23b491e85f2cce7e98195f77)
* r9362: formatting cleanupGerald Carter2007-10-101-28/+21
| | | | (This used to be commit f6b8af1ce13a0fa306bdd2a8aa1f0b7c6b185d81)
* r9361: patch from Ed Plese to fix a faulty error in winbinddGerald Carter2007-10-101-13/+12
| | | | | caused by users with no supplementary groups. (This used to be commit dbdf8c631531c499965630bfae3b381f3dc8314a)
* r9353: Updating troublshooting error message.John Terpstra2007-10-101-1/+2
| | | | (This used to be commit 7744de8ead6aef67278368e407dd1db8b9437348)
* r9350: Fix direct malloc calls made by smbwrapper.Jeremy Allison2007-10-101-3/+3
| | | | | Jeremy. (This used to be commit 8bac610239e97ebdbd63dfb175001b69bcb27b18)
* r9330: Remove the classic dual daemon since it was not being used.Gerald Carter2007-10-103-238/+3
| | | | | | | 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 4936d6d8b28edc59a3d17defcdf255ea6e0ba4e0)
* r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old shareJeremy Allison2007-10-101-2/+1
| | | | | | modes for display. Jeremy. (This used to be commit f00d41a9dcd03033c59a399090058c76b5ce14c1)
* r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter2007-10-102-4/+6
| | | | | | pointer in get_cache() by requiring that all domain structure be initialized with the set_dc_type_and_flags(). (This used to be commit c064609b942e88c70fe0a868e52c57ad1016850c)
* r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 78d49638e1984a8a44caadeeda2355351f5f4abb)
* r9303: Clobber compiler warnings. Patch from Jason Mader ↵James Peach2007-10-102-8/+30
| | | | | | | <jason@ncac.gwu.edu> plus some extra function declarations. Bugzilla bug #2523. (This used to be commit 98d364459daa48aca3d239926cf40a0655e27e97)
* r9302: Change AC_LIBTESTFUNC to check in the current $LIBS before adding the newJames Peach2007-10-101-7/+13
| | | | | | 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 e1fee059e8de782bc9de671dc8757dbaa3e3e091)
* r9301: Allow user-defined list and lookup timeouts on IRIX. Bugzilla bug #2284.James Peach2007-10-101-1/+16
| | | | (This used to be commit bb579141d86202ac891a7b777c137cb87effefe3)
* r9293: Fix error path memory leak bug found by Coverity - also potential NULLJeremy Allison2007-10-101-20/+28
| | | | | | deref bug (in unlikely error path) found by Coverity. Jeremy. (This used to be commit 9b5cc58f3abdb1945bfad340968ccabdfd040029)
* r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison2007-10-101-232/+277
| | | | | | This file need a lot of error path cleanup. Jeremy. (This used to be commit ce93e469d80bb26cda390626ba8cc55ff9c822b6)
* r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.Jeremy Allison2007-10-101-55/+60
| | | | | Jeremy. (This used to be commit 0b85900fc8d79c71af986bb8b6346bba7840a704)
* r9286: Fix false positive found by Coverity - wcard must not be null.Jeremy Allison2007-10-101-12/+14
| | | | | Jeremy. (This used to be commit 31104e5bcfffdd48071b2062809313679f29961f)
* r9282: Whitespace.Jeremy Allison2007-10-101-10/+10
| | | | | Jeremy. (This used to be commit 183a4705114da7c3662b71405457123ce35b5358)
* r9281: Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses ofJeremy Allison2007-10-101-5/+36
| | | | | | AC_CHECK_HEADERS. Jeremy. (This used to be commit 4d79070887d640150aa4427d806e7f18082a7a9c)
* r9278: Remove unused variable. Bugzilla #2983.Tim Potter2007-10-101-2/+1
| | | | (This used to be commit 5d592691e4d4f1cd47bd062633a54d7892548ee7)
* r9277: Another unused variable. Bugzilla #2985.Tim Potter2007-10-101-2/+0
| | | | (This used to be commit 5e91d6450b320bb4585169c6805f292f855492a9)
* r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter2007-10-101-4/+1
| | | | (This used to be commit abe2ab72e6b1d53dbe04d02882e4fee9cb34dec7)
* r9275: Remove some dead code. Bugzilla #2982.Tim Potter2007-10-101-3/+0
| | | | (This used to be commit e1fc7d89c26b671e77c7cb14e03690091b671b1d)
* r9272: Patch for fixing unused variables warning from Jason Mader. FixesTim Potter2007-10-101-6/+6
| | | | | bugzilla #2984. (This used to be commit 7d8dd97c3d978a326ab8b1506d327082933eebae)
* r9271: Fix problems with german umlauts - strcmp_w was broken (needs to ↵Jeremy Allison2007-10-102-9/+9
| | | | | | | | always re-call macro on termination). Fix all other cases where this was also occurring. Jeremy. (This used to be commit 816e2fbb39b544b7f62d5351f3a8e0af63717227)
* r9266: fix help links in swat editor after doc layout changesGerald Carter2007-10-101-2/+2
| | | | (This used to be commit 4d50671602def039034fa03615cc9a205eba89c5)
* r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter2007-10-101-2/+3
| | | | (This used to be commit bfebbc86fc0f90e580888da25006d8e5e50b6304)
* r9261: Fix #2976: windows member servers wouldn't alloc connections from usersJim McDonough2007-10-101-0/+9
| | | | | | | | | 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 d522277b86ff728f6f2b9feb2f8e3fa38c43d162)
* r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC)Jeremy Allison2007-10-101-0/+1
| | | | | Jeremy. (This used to be commit b195af0b392f1acf1813d88720bf989725927d93)
* r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison2007-10-102-2/+5
| | | | | Jeremy. (This used to be commit c63ad85b8c1aedd04a65e46c27a6e2661093847a)
* r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison2007-10-101-2/+3
| | | | | | reply bugs. Jeremy. (This used to be commit 3ec6fc8d1e34c344f59b8c1a22f3bab556e7fa07)
* r9244: Fix bugs found by Coverity.Jeremy Allison2007-10-101-3/+21
| | | | | Jeremy. (This used to be commit bf80edeea70cb4ed90f9e1e7adeedeb9cf3b38c1)
* r9242: Fix my fix for #2953. I'd moved too much code until after we verify ↵Jim McDonough2007-10-101-3/+3
| | | | | | | the user, causing netlogon to return an invalid response for failed interactive logons. (This used to be commit 4deb918b682fb51d8712cfdafc6210275dd10fc4)