summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r9303: Clobber compiler warnings. Patch from Jason Mader ↵James Peach2005-08-132-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 newJames Peach2005-08-131-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 Peach2005-08-131-1/+16
| |
| * r9293: Fix error path memory leak bug found by Coverity - also potential NULLJeremy Allison2005-08-131-20/+28
| | | | | | | | | | deref bug (in unlikely error path) found by Coverity. Jeremy.
| * r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison2005-08-131-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 Allison2005-08-121-55/+60
| | | | | | | | Jeremy.
| * r9286: Fix false positive found by Coverity - wcard must not be null.Jeremy Allison2005-08-121-12/+14
| | | | | | | | Jeremy.
| * r9282: Whitespace.Jeremy Allison2005-08-121-10/+10
| | | | | | | | Jeremy.
| * r9281: Fixes from Luke Mewburn <lukem@NetBSD.org> for misuses ofJeremy Allison2005-08-121-5/+36
| | | | | | | | | | AC_CHECK_HEADERS. Jeremy.
| * r9278: Remove unused variable. Bugzilla #2983.Tim Potter2005-08-121-2/+1
| |
| * r9277: Another unused variable. Bugzilla #2985.Tim Potter2005-08-121-2/+0
| |
| * r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter2005-08-121-4/+1
| |
| * r9275: Remove some dead code. Bugzilla #2982.Tim Potter2005-08-121-3/+0
| |
| * r9272: Patch for fixing unused variables warning from Jason Mader. Fixes Tim Potter2005-08-121-6/+6
| | | | | | | | bugzilla #2984.
| * r9271: Fix problems with german umlauts - strcmp_w was broken (needs to ↵Jeremy Allison2005-08-122-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 changesGerald Carter2005-08-121-2/+2
| |
| * r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter2005-08-121-2/+3
| |
| * r9261: Fix #2976: windows member servers wouldn't alloc connections from usersJim McDonough2005-08-121-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 Allison2005-08-121-0/+1
| | | | | | | | Jeremy.
| * r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison2005-08-122-2/+5
| | | | | | | | Jeremy.
| * r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison2005-08-111-2/+3
| | | | | | | | | | reply bugs. Jeremy.
| * r9244: Fix bugs found by Coverity.Jeremy Allison2005-08-111-3/+21
| | | | | | | | Jeremy.
| * r9242: Fix my fix for #2953. I'd moved too much code until after we verify ↵Jim McDonough2005-08-111-3/+3
| | | | | | | | | | | | the user, causing netlogon to return an invalid response for failed interactive logons.
| * r9229: merge from trunk:Günther Deschner2005-08-101-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 French2005-08-091-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 Peach2005-08-071-14/+14
| | | | | | | | | | | | | | quotactl to remove the compiler warning. This is safe since quotactl doesn't modify the dev argument.
| * r9201: Ouch.... :-(Volker Lendecke2005-08-071-1/+1
| |
| * r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.Volker Lendecke2005-08-071-6/+24
| | | | | | | | Volker
| * r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2005-08-073-31/+34
| | | | | | | | Volker
| * r9195: setting log level to 2 instead of 0Gerald Carter2005-08-071-1/+1
| |
| * r9194: do not enumerate privileges when they are not enabledGerald Carter2005-08-071-1/+6
| |
| * r9189: Add the capability to set different registry value types (string, ↵Volker Lendecke2005-08-071-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
| * r9186: comment out 'make check'; to be replaced by 'make test'Gerald Carter2005-08-071-8/+10
| |
| * r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)Günther Deschner2005-08-062-21/+21
| | | | | | | | Guenther
| * r9126: Fix valgrind bug Volker found in interaction with new aio bufferJeremy Allison2005-08-052-5/+11
| | | | | | | | | | flipping and oplocks. Jeremy.
| * r9115: using #define for reg paths rather than typing the stringGerald Carter2005-08-051-4/+10
| |
| * r9114: removing gratuitous debug messagesGerald Carter2005-08-051-28/+1
| |
| * r9112: Fix #2953 - credentials chain on DC gets out of sync with client whenJim McDonough2005-08-052-7/+42
| | | | | | | | | | NT_STATUS_NO_USER returned. We were moving to the next step in the chain when the client wasn't. Only update when the user logs on.
| * r9098: fix another usrmgr.exe crash when viewing user properties at ↵Gerald Carter2005-08-051-1/+1
| | | | | | | | debuglevel 10
| * r9095: Add crude chainlength statistics to the crude tdbtool.Volker Lendecke2005-08-051-0/+4
| | | | | | | | Volker
| * r9091: Fix #2954, aix 5.1 compile. Stupid aix aio.h header defines ↵Jim McDonough2005-08-052-8/+8
| | | | | | | | | | | | aio_error and aio_return as macros...
| * r9087: change version to 3.0.21pre1 since I will start cherry picking ↵Gerald Carter2005-08-051-3/+3
| | | | | | | | patches for the final 3.0.20
| * r9086: * fix invalid read in parse_spoolss when writing a devmode to Gerald Carter2005-08-053-22/+52
| | | | | | | | | | | | | | the wire * fix dup_a_regval() when size is 0 * ensure we pass a pstring to unlink_internals (fixes delete_driver code)
| * r9080: If we don't understand the auth, bind nak not pdu fault.Jeremy Allison2005-08-051-15/+13
| | | | | | | | | | Should fix usermgr on W2K3 SP1. Jeremy.
| * r9076: fix two other issues invented along theGünther Deschner2005-08-042-2/+2
| | | | | | | | | | | | cli_spoolss_enumprinterkey-changes. Guenther
| * r9073: Fixing up please-add-me typos in stupid, over-designed stackableJeremy Allison2005-08-041-10/+10
| | | | | | | | | | vfs interface. Jeremy.
| * r9057: fix cut-and-paste errorHerb Lewis2005-08-041-1/+1
| |
| * r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursLars Müller2005-08-041-2/+3
| | | | | | | | | | | | support for the Postgres backend. Also add these changes from svn rev 7787 to trunk.
| * r9041: typo. Thanks jerry.Günther Deschner2005-08-041-1/+1
| | | | | | | | Guenther
| * r9040: revert pointer checks that I had removed; fixes crash in calls to ↵Gerald Carter2005-08-041-3/+5
| | | | | | | | enumprinterdata()