summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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()
| * r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller2005-08-042-1/+18
| | | | | | | | | | | | | | We need the option to add an 'a' if we're already in pre or rc state with the next release. Bugzilla Bug 2618
| * r9029: Another crash bug when enumerating privileges. Günther Deschner2005-08-041-1/+1
| | | | | | | | | | | | Thanks Volker! Guenther
| * r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtortureGünther Deschner2005-08-031-4/+10
| | | | | | | | | | | | RPC-SPOOLSS). Guenther
| * r8992: More make test work. Adding a way to order tests (might change Gerald Carter2005-08-034-8/+27
| | | | | | | | my mind on this later).
| * 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
| | | | | | | | | | | | | | | | more then 511 users. After the rewrite, the old NT_STATUS-semantics didn't fit any longer. Guenther
| * r8963: Clean up the horrid "fake conn struct" part of MSDFS.Jeremy Allison2005-08-022-18/+34
| | | | | | | | Jeremy.
| * 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
| | | | | | | | Jeremy.
| * r8956: fix segfault caused by trying to parse a UNISTR2Gerald Carter2005-08-021-1/+3
| | | | | | | | and not a UNISTR2*
| * r8950: Fix one more mem leak found by Gunther.Jeremy Allison2005-08-022-5/+5
| | | | | | | | Jeremy.
| * r8949: Fix incorrect SHLIBEXT is set when running configure script on HPUX IA Tim Potter2005-08-021-3/+9
| | | | | | | | | | systems. This causes share libs to be built with .sl instead of .so extensions. Patch from Adrian Tam to fix bugzilla #2733.
| * r8948: Fix valgrind bad free bug found by Gunther.Jeremy Allison2005-08-021-2/+6
| | | | | | | | Jeremy.
| * r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes Tim Potter2005-08-022-4/+4
| | | | | | | | bugzilla #1888 and #1894.
| * r8943: Fix segfault in enum_service_statusGerald Carter2005-08-021-43/+33
| |
| * r8941: Fix unused variable warning. Bugzilla #2940.Tim Potter2005-08-021-2/+1
| |
| * r8938: fix querydispinfo search semantics.Günther Deschner2005-08-021-3/+3
| | | | | | | | | | | | Just in case some uses rpcclient for code-testing... Guenther
| * r8937: allow to use non-default smb.conf in rpcclientGünther Deschner2005-08-021-5/+5
| | | | | | | | Guenther
| * r8935: Fix signed/unsigned comparison warning. Bugzilla #2943.Tim Potter2005-08-021-2/+2
| |
| * r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa andJeremy Allison2005-08-021-2/+2
| | | | | | | | | | strncmp_wa. Jeremy.
| * r8922: AIO configure fixes from William Jojo for IBM AIX aio.Jeremy Allison2005-08-021-3/+89
| | | | | | | | Jeremy
| * r8916: should fix the valgrind invalid read of size 1 ontheGerald Carter2005-08-021-8/+8
| | | | | | | | | | GetPrinterData("OSVersion") abartlet saw when browsing from Vista client.
| * r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 ↵Andrew Bartlett2005-08-021-1/+1
| | | | | | | | | | | | 'twice'. Andrew Bartlett
| * r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'Andrew Bartlett2005-08-021-6/+39
| | | | | | | | | | | | | | NTLMSSP (not wrapped in SPNEGO). We really should have supported this anyway, but we got away with it for a while... Andrew Bartlett
| * r8911: cosmetic fixes.Günther Deschner2005-08-023-15/+16
| | | | | | | | Guenther
| * r8900: fix typo thyat broke compile in my last commitGerald Carter2005-08-011-1/+1
| |
| * r8899: various compiler warning fixes reported by Jason Mader ↵Gerald Carter2005-08-014-7/+6
| | | | | | | | <jason@ncac.gwu.edu>
| * r8894: Fix a warning. Bugzilla #2939.Tim Potter2005-08-011-3/+1
| |
| * r8892: Fix #2942 - missing value in debug ! Doh !Jeremy Allison2005-08-011-1/+1
| | | | | | | | Jeremy.
| * r8889: Another warningVolker Lendecke2005-08-011-1/+1
| |
| * r8869: Get rid of a warning.Volker Lendecke2005-07-311-1/+1
| | | | | | | | Volker