summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC)Jeremy Allison2005-08-121-0/+1
* r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison2005-08-122-2/+5
* r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison2005-08-111-2/+3
* r9244: Fix bugs found by Coverity.Jeremy Allison2005-08-111-3/+21
* r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...Jim McDonough2005-08-111-3/+3
* r9229: merge from trunk:Günther Deschner2005-08-101-2/+37
* r9225: Various minor CIFS mount helper fixes to less common error paths.Steve French2005-08-091-6/+18
* r9203: Bugzilla bug #2314. Cast away the const of the dev argument to quotact...James Peach2005-08-071-14/+14
* 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
* r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2005-08-073-31/+34
* 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, dwor...Volker Lendecke2005-08-071-14/+85
* 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
* r9126: Fix valgrind bug Volker found in interaction with new aio bufferJeremy Allison2005-08-052-5/+11
* 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
* r9098: fix another usrmgr.exe crash when viewing user properties at debugleve...Gerald Carter2005-08-051-1/+1
* r9095: Add crude chainlength statistics to the crude tdbtool.Volker Lendecke2005-08-051-0/+4
* r9091: Fix #2954, aix 5.1 compile. Stupid aix aio.h header defines aio_error...Jim McDonough2005-08-052-8/+8
* r9087: change version to 3.0.21pre1 since I will start cherry picking patches...Gerald Carter2005-08-051-3/+3
* r9086: * fix invalid read in parse_spoolss when writing a devmode to Gerald Carter2005-08-053-22/+52
* r9080: If we don't understand the auth, bind nak not pdu fault.Jeremy Allison2005-08-051-15/+13
* r9076: fix two other issues invented along theGünther Deschner2005-08-042-2/+2
* r9073: Fixing up please-add-me typos in stupid, over-designed stackableJeremy Allison2005-08-041-10/+10
* 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
* r9041: typo. Thanks jerry.Günther Deschner2005-08-041-1/+1
* r9040: revert pointer checks that I had removed; fixes crash in calls to enum...Gerald Carter2005-08-041-3/+5
* r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller2005-08-042-1/+18
* r9029: Another crash bug when enumerating privileges. Günther Deschner2005-08-041-1/+1
* r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtortureGünther Deschner2005-08-031-4/+10
* r8992: More make test work. Adding a way to order tests (might change Gerald Carter2005-08-034-8/+27
* r8990: First trivial example of 'make test'Gerald Carter2005-08-034-7/+125
* r8989: Fix a warningVolker Lendecke2005-08-031-1/+1
* r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to listGünther Deschner2005-08-031-2/+4
* r8963: Clean up the horrid "fake conn struct" part of MSDFS.Jeremy Allison2005-08-022-18/+34
* r8961: Merge IRIX fix for socket wrapperJelmer Vernooij2005-08-021-4/+17
* r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison2005-08-024-149/+206
* r8956: fix segfault caused by trying to parse a UNISTR2Gerald Carter2005-08-021-1/+3
* r8950: Fix one more mem leak found by Gunther.Jeremy Allison2005-08-022-5/+5
* r8949: Fix incorrect SHLIBEXT is set when running configure script on HPUX IA Tim Potter2005-08-021-3/+9
* r8948: Fix valgrind bad free bug found by Gunther.Jeremy Allison2005-08-021-2/+6
* r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes Tim Potter2005-08-022-4/+4