Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r9536: Fix one more DIR -> SMB_STRUCT_DIR typo. | Jeremy Allison | 2005-08-23 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r9534: Fix typo spotted by William Jojo <jojowil@hvcc.edu> - define | Jeremy Allison | 2005-08-23 | 1 | -2/+2 | |
| | | | | | | | | | | HAVE_STRUCT_DIR64 not HAVE_STRUCT_DIRENT64. Jeremy | |||||
| * | r9532: Fix for bug #2152, championed by Neil Hoggarth ↵ | Jeremy Allison | 2005-08-23 | 1 | -4/+4 | |
| | | | | | | | | | | | | <neil.hoggarth@physiol.ox.ac.uk>. Jeremy. | |||||
| * | r9522: Give better error-message when "NDS Universal Password" change fails. | Günther Deschner | 2005-08-23 | 1 | -2/+6 | |
| | | | | | | | | Guenther | |||||
| * | r9486: ensure that the registry hash records are sorted by original subkey ↵ | Gerald Carter | 2005-08-22 | 2 | -3/+5 | |
| | | | | | | | | name and not the 4 character hash key | |||||
| * | r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵ | Jeremy Allison | 2005-08-22 | 14 | -59/+85 | |
| | | | | | | | | | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy. | |||||
| * | r9480: Added opendir64 and friends. Found by William Jojo <jojowil@hvcc.edu> | Jeremy Allison | 2005-08-22 | 1 | -1/+2 | |
| | | | | | | | | | | as part of the AIX bug #3010 investigations. Jeremy. | |||||
| * | r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSET | Jeremy Allison | 2005-08-21 | 1 | -1/+6 | |
| | | | | | | | | | | consistently. Jeremy. | |||||
| * | r9401: Allow disabling mandatory byte range lock mount flag, and | Steve French | 2005-08-19 | 1 | -2/+2 | |
| | | | | | | | | fix corresponding entry in mtab. | |||||
| * | r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the ↵ | Gerald Carter | 2005-08-17 | 2 | -0/+295 | |
| | | | | | | | | winbind pipe on solaris | |||||
| * | r9362: formatting cleanup | Gerald Carter | 2005-08-17 | 1 | -28/+21 | |
| | | ||||||
| * | r9361: patch from Ed Plese to fix a faulty error in winbindd | Gerald Carter | 2005-08-17 | 1 | -13/+12 | |
| | | | | | | | | caused by users with no supplementary groups. | |||||
| * | r9353: Updating troublshooting error message. | John Terpstra | 2005-08-17 | 1 | -1/+2 | |
| | | ||||||
| * | r9350: Fix direct malloc calls made by smbwrapper. | Jeremy Allison | 2005-08-17 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r9330: Remove the classic dual daemon since it was not being used. | Gerald Carter | 2005-08-16 | 3 | -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. | |||||
| * | r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old share | Jeremy Allison | 2005-08-16 | 1 | -2/+1 | |
| | | | | | | | | | | modes for display. Jeremy. | |||||
| * | r9322: fixing debug log and ensuring that we set the right winbind_methods | Gerald Carter | 2005-08-16 | 2 | -4/+6 | |
| | | | | | | | | | | pointer in get_cache() by requiring that all domain structure be initialized with the set_dc_type_and_flags(). | |||||
| * | r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason) | Gerald Carter | 2005-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | r9303: Clobber compiler warnings. Patch from Jason Mader ↵ | James Peach | 2005-08-13 | 2 | -8/+30 | |
| | | | | | | | | | | | | <jason@ncac.gwu.edu> plus some extra function declarations. Bugzilla bug #2523. | |||||
| * | r9302: Change AC_LIBTESTFUNC to check in the current $LIBS before adding the new | James Peach | 2005-08-13 | 1 | -7/+13 | |
| | | | | | | | | | | library. This stop us adding spurious libraries when the symbol we are looking for is in libc. Bugzilla bug #2471. | |||||
| * | r9301: Allow user-defined list and lookup timeouts on IRIX. Bugzilla bug #2284. | James Peach | 2005-08-13 | 1 | -1/+16 | |
| | | ||||||
| * | r9293: Fix error path memory leak bug found by Coverity - also potential NULL | Jeremy Allison | 2005-08-13 | 1 | -20/+28 | |
| | | | | | | | | | | deref bug (in unlikely error path) found by Coverity. Jeremy. | |||||
| * | r9290: Some error path cleanups found by Coverity. Whitespace reformatting. | Jeremy Allison | 2005-08-13 | 1 | -232/+277 | |
| | | | | | | | | | | This file need a lot of error path cleanup. Jeremy. | |||||
| * | r9288: Whitespace cleanup and memory leak on error path fix found by Coverity. | Jeremy Allison | 2005-08-12 | 1 | -55/+60 | |
| | | | | | | | | Jeremy. | |||||
| * | r9286: Fix false positive found by Coverity - wcard must not be null. | Jeremy Allison | 2005-08-12 | 1 | -12/+14 | |
| | | | | | | | | Jeremy. | |||||
| * | r9282: Whitespace. | Jeremy Allison | 2005-08-12 | 1 | -10/+10 | |
| | | | | | | | | Jeremy. | |||||
| * | r9281: Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses of | Jeremy Allison | 2005-08-12 | 1 | -5/+36 | |
| | | | | | | | | | | AC_CHECK_HEADERS. Jeremy. | |||||
| * | r9278: Remove unused variable. Bugzilla #2983. | Tim Potter | 2005-08-12 | 1 | -2/+1 | |
| | | ||||||
| * | r9277: Another unused variable. Bugzilla #2985. | Tim Potter | 2005-08-12 | 1 | -2/+0 | |
| | | ||||||
| * | r9276: Fix another unused variable warning. Bugzilla #2981. | Tim Potter | 2005-08-12 | 1 | -4/+1 | |
| | | ||||||
| * | r9275: Remove some dead code. Bugzilla #2982. | Tim Potter | 2005-08-12 | 1 | -3/+0 | |
| | | ||||||
| * | r9272: Patch for fixing unused variables warning from Jason Mader. Fixes | Tim Potter | 2005-08-12 | 1 | -6/+6 | |
| | | | | | | | | bugzilla #2984. | |||||
| * | r9271: Fix problems with german umlauts - strcmp_w was broken (needs to ↵ | Jeremy Allison | 2005-08-12 | 2 | -9/+9 | |
| | | | | | | | | | | | | | | always re-call macro on termination). Fix all other cases where this was also occurring. Jeremy. | |||||
| * | r9266: fix help links in swat editor after doc layout changes | Gerald Carter | 2005-08-12 | 1 | -2/+2 | |
| | | ||||||
| * | r9264: fix valgrind invalid write error in enumprinterdata() | Gerald Carter | 2005-08-12 | 1 | -2/+3 | |
| | | ||||||
| * | r9261: Fix #2976: windows member servers wouldn't alloc connections from users | Jim McDonough | 2005-08-12 | 1 | -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 | |||||
| * | r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC) | Jeremy Allison | 2005-08-12 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934. | Jeremy Allison | 2005-08-12 | 2 | -2/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 open | Jeremy Allison | 2005-08-11 | 1 | -2/+3 | |
| | | | | | | | | | | reply bugs. Jeremy. | |||||
| * | r9244: Fix bugs found by Coverity. | Jeremy Allison | 2005-08-11 | 1 | -3/+21 | |
| | | | | | | | | Jeremy. | |||||
| * | r9242: Fix my fix for #2953. I'd moved too much code until after we verify ↵ | Jim McDonough | 2005-08-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | the user, causing netlogon to return an invalid response for failed interactive logons. | |||||
| * | r9229: merge from trunk: | Günther Deschner | 2005-08-10 | 1 | -2/+37 | |
| | | | | | | | | | | | | | | allow admins to uncheck the "User must change Password at next Logon" checkbox in Usermanager. Guenther | |||||
| * | r9225: Various minor CIFS mount helper fixes to less common error paths. | Steve French | 2005-08-09 | 1 | -6/+18 | |
| | | | | | | | | These bugs were found by Coverity static source code analysis tools. | |||||
| * | r9203: Bugzilla bug #2314. Cast away the const of the dev argument to ↵ | James Peach | 2005-08-07 | 1 | -14/+14 | |
| | | | | | | | | | | | | | | quotactl to remove the compiler warning. This is safe since quotactl doesn't modify the dev argument. | |||||
| * | r9201: Ouch.... :-( | Volker Lendecke | 2005-08-07 | 1 | -1/+1 | |
| | | ||||||
| * | r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata. | Volker Lendecke | 2005-08-07 | 1 | -6/+24 | |
| | | | | | | | | Volker | |||||
| * | r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context. | Volker Lendecke | 2005-08-07 | 3 | -31/+34 | |
| | | | | | | | | Volker | |||||
| * | r9195: setting log level to 2 instead of 0 | Gerald Carter | 2005-08-07 | 1 | -1/+1 | |
| | | ||||||
| * | r9194: do not enumerate privileges when they are not enabled | Gerald Carter | 2005-08-07 | 1 | -1/+6 | |
| | | ||||||
| * | r9189: Add the capability to set different registry value types (string, ↵ | Volker Lendecke | 2005-08-07 | 1 | -14/+85 | |
| | | | | | | | | | | | | | | | | | | | | dword and multistring) using setprinterdata. In multistring zero-length strings need to be specified by "NULL", which is a bit crappy. But poptParseArgvString seems to eat '' strings. Fix that in getdata as well. Volker |