summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner2007-10-101-2/+6
* r9486: ensure that the registry hash records are sorted by original subkey na...Gerald Carter2007-10-102-3/+5
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-1014-59/+85
* r9480: Added opendir64 and friends. Found by William Jojo <jojowil@hvcc.edu>Jeremy Allison2007-10-101-1/+2
* r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSETJeremy Allison2007-10-101-1/+6
* r9401: Allow disabling mandatory byte range lock mount flag, andSteve French2007-10-101-2/+2
* r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the winbin...Gerald Carter2007-10-102-0/+295
* r9362: formatting cleanupGerald Carter2007-10-101-28/+21
* r9361: patch from Ed Plese to fix a faulty error in winbinddGerald Carter2007-10-101-13/+12
* r9353: Updating troublshooting error message.John Terpstra2007-10-101-1/+2
* r9350: Fix direct malloc calls made by smbwrapper.Jeremy Allison2007-10-101-3/+3
* r9330: Remove the classic dual daemon since it was not being used.Gerald Carter2007-10-103-238/+3
* r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old shareJeremy Allison2007-10-101-2/+1
* r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter2007-10-102-4/+6
* r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)Gerald Carter2007-10-101-1/+1
* r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach2007-10-102-8/+30
* r9302: Change AC_LIBTESTFUNC to check in the current $LIBS before adding the newJames Peach2007-10-101-7/+13
* r9301: Allow user-defined list and lookup timeouts on IRIX. Bugzilla bug #2284.James Peach2007-10-101-1/+16
* r9293: Fix error path memory leak bug found by Coverity - also potential NULLJeremy Allison2007-10-101-20/+28
* r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison2007-10-101-232/+277
* r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.Jeremy Allison2007-10-101-55/+60
* r9286: Fix false positive found by Coverity - wcard must not be null.Jeremy Allison2007-10-101-12/+14
* r9282: Whitespace.Jeremy Allison2007-10-101-10/+10
* r9281: Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses ofJeremy Allison2007-10-101-5/+36
* r9278: Remove unused variable. Bugzilla #2983.Tim Potter2007-10-101-2/+1
* r9277: Another unused variable. Bugzilla #2985.Tim Potter2007-10-101-2/+0
* r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter2007-10-101-4/+1
* r9275: Remove some dead code. Bugzilla #2982.Tim Potter2007-10-101-3/+0
* r9272: Patch for fixing unused variables warning from Jason Mader. FixesTim Potter2007-10-101-6/+6
* r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...Jeremy Allison2007-10-102-9/+9
* r9266: fix help links in swat editor after doc layout changesGerald Carter2007-10-101-2/+2
* r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter2007-10-101-2/+3
* r9261: Fix #2976: windows member servers wouldn't alloc connections from usersJim McDonough2007-10-101-0/+9
* r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC)Jeremy Allison2007-10-101-0/+1
* r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison2007-10-102-2/+5
* r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison2007-10-101-2/+3
* r9244: Fix bugs found by Coverity.Jeremy Allison2007-10-101-3/+21
* r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...Jim McDonough2007-10-101-3/+3
* r9229: merge from trunk:Günther Deschner2007-10-101-2/+37
* r9225: Various minor CIFS mount helper fixes to less common error paths.Steve French2007-10-101-6/+18
* r9203: Bugzilla bug #2314. Cast away the const of the dev argument to quotact...James Peach2007-10-101-14/+14
* r9201: Ouch.... :-(Volker Lendecke2007-10-101-1/+1
* r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.Volker Lendecke2007-10-101-6/+24
* r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2007-10-103-31/+34
* r9195: setting log level to 2 instead of 0Gerald Carter2007-10-101-1/+1
* r9194: do not enumerate privileges when they are not enabledGerald Carter2007-10-101-1/+6
* r9189: Add the capability to set different registry value types (string, dwor...Volker Lendecke2007-10-101-14/+85
* r9186: comment out 'make check'; to be replaced by 'make test'Gerald Carter2007-10-101-8/+10
* r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)Günther Deschner2007-10-102-21/+21
* r9126: Fix valgrind bug Volker found in interaction with new aio bufferJeremy Allison2007-10-102-5/+11