Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r9186: comment out 'make check'; to be replaced by 'make test' | Gerald Carter | 2005-08-07 | 1 | -8/+10 | |
| | | ||||||
| * | r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4) | Günther Deschner | 2005-08-06 | 2 | -21/+21 | |
| | | | | | | | | Guenther | |||||
| * | r9126: Fix valgrind bug Volker found in interaction with new aio buffer | Jeremy Allison | 2005-08-05 | 2 | -5/+11 | |
| | | | | | | | | | | flipping and oplocks. Jeremy. | |||||
| * | r9115: using #define for reg paths rather than typing the string | Gerald Carter | 2005-08-05 | 1 | -4/+10 | |
| | | ||||||
| * | r9114: removing gratuitous debug messages | Gerald Carter | 2005-08-05 | 1 | -28/+1 | |
| | | ||||||
| * | r9112: Fix #2953 - credentials chain on DC gets out of sync with client when | Jim McDonough | 2005-08-05 | 2 | -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 Carter | 2005-08-05 | 1 | -1/+1 | |
| | | | | | | | | debuglevel 10 | |||||
| * | r9095: Add crude chainlength statistics to the crude tdbtool. | Volker Lendecke | 2005-08-05 | 1 | -0/+4 | |
| | | | | | | | | Volker | |||||
| * | r9091: Fix #2954, aix 5.1 compile. Stupid aix aio.h header defines ↵ | Jim McDonough | 2005-08-05 | 2 | -8/+8 | |
| | | | | | | | | | | | | aio_error and aio_return as macros... | |||||
| * | r9087: change version to 3.0.21pre1 since I will start cherry picking ↵ | Gerald Carter | 2005-08-05 | 1 | -3/+3 | |
| | | | | | | | | patches for the final 3.0.20 | |||||
| * | r9086: * fix invalid read in parse_spoolss when writing a devmode to | Gerald Carter | 2005-08-05 | 3 | -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 Allison | 2005-08-05 | 1 | -15/+13 | |
| | | | | | | | | | | Should fix usermgr on W2K3 SP1. Jeremy. | |||||
| * | r9076: fix two other issues invented along the | Günther Deschner | 2005-08-04 | 2 | -2/+2 | |
| | | | | | | | | | | | | cli_spoolss_enumprinterkey-changes. Guenther | |||||
| * | r9073: Fixing up please-add-me typos in stupid, over-designed stackable | Jeremy Allison | 2005-08-04 | 1 | -10/+10 | |
| | | | | | | | | | | vfs interface. Jeremy. | |||||
| * | r9057: fix cut-and-paste error | Herb Lewis | 2005-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hours | Lars Müller | 2005-08-04 | 1 | -2/+3 | |
| | | | | | | | | | | | | support for the Postgres backend. Also add these changes from svn rev 7787 to trunk. | |||||
| * | r9041: typo. Thanks jerry. | Günther Deschner | 2005-08-04 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r9040: revert pointer checks that I had removed; fixes crash in calls to ↵ | Gerald Carter | 2005-08-04 | 1 | -3/+5 | |
| | | | | | | | | enumprinterdata() | |||||
| * | r9038: Revert svn rev 414. Discussed with Jerry and Metze. | Lars Müller | 2005-08-04 | 2 | -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 Deschner | 2005-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | Thanks Volker! Guenther | |||||
| * | r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtorture | Günther Deschner | 2005-08-03 | 1 | -4/+10 | |
| | | | | | | | | | | | | RPC-SPOOLSS). Guenther | |||||
| * | r8992: More make test work. Adding a way to order tests (might change | Gerald Carter | 2005-08-03 | 4 | -8/+27 | |
| | | | | | | | | my mind on this later). | |||||
| * | r8990: First trivial example of 'make test' | Gerald Carter | 2005-08-03 | 4 | -7/+125 | |
| | | ||||||
| * | r8989: Fix a warning | Volker Lendecke | 2005-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to list | Günther Deschner | 2005-08-03 | 1 | -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 Allison | 2005-08-02 | 2 | -18/+34 | |
| | | | | | | | | Jeremy. | |||||
| * | r8961: Merge IRIX fix for socket wrapper | Jelmer Vernooij | 2005-08-02 | 1 | -4/+17 | |
| | | ||||||
| * | r8959: Make msdfs code talloc based. Fix leaks. | Jeremy Allison | 2005-08-02 | 4 | -149/+206 | |
| | | | | | | | | Jeremy. | |||||
| * | r8956: fix segfault caused by trying to parse a UNISTR2 | Gerald Carter | 2005-08-02 | 1 | -1/+3 | |
| | | | | | | | | and not a UNISTR2* | |||||
| * | r8950: Fix one more mem leak found by Gunther. | Jeremy Allison | 2005-08-02 | 2 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r8949: Fix incorrect SHLIBEXT is set when running configure script on HPUX IA | Tim Potter | 2005-08-02 | 1 | -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 Allison | 2005-08-02 | 1 | -2/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes | Tim Potter | 2005-08-02 | 2 | -4/+4 | |
| | | | | | | | | bugzilla #1888 and #1894. | |||||
| * | r8943: Fix segfault in enum_service_status | Gerald Carter | 2005-08-02 | 1 | -43/+33 | |
| | | ||||||
| * | r8941: Fix unused variable warning. Bugzilla #2940. | Tim Potter | 2005-08-02 | 1 | -2/+1 | |
| | | ||||||
| * | r8938: fix querydispinfo search semantics. | Günther Deschner | 2005-08-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | Just in case some uses rpcclient for code-testing... Guenther | |||||
| * | r8937: allow to use non-default smb.conf in rpcclient | Günther Deschner | 2005-08-02 | 1 | -5/+5 | |
| | | | | | | | | Guenther | |||||
| * | r8935: Fix signed/unsigned comparison warning. Bugzilla #2943. | Tim Potter | 2005-08-02 | 1 | -2/+2 | |
| | | ||||||
| * | r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa and | Jeremy Allison | 2005-08-02 | 1 | -2/+2 | |
| | | | | | | | | | | strncmp_wa. Jeremy. | |||||
| * | r8922: AIO configure fixes from William Jojo for IBM AIX aio. | Jeremy Allison | 2005-08-02 | 1 | -3/+89 | |
| | | | | | | | | Jeremy | |||||
| * | r8916: should fix the valgrind invalid read of size 1 onthe | Gerald Carter | 2005-08-02 | 1 | -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 Bartlett | 2005-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | 'twice'. Andrew Bartlett | |||||
| * | r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw' | Andrew Bartlett | 2005-08-02 | 1 | -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 Deschner | 2005-08-02 | 3 | -15/+16 | |
| | | | | | | | | Guenther | |||||
| * | r8900: fix typo thyat broke compile in my last commit | Gerald Carter | 2005-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | r8899: various compiler warning fixes reported by Jason Mader ↵ | Gerald Carter | 2005-08-01 | 4 | -7/+6 | |
| | | | | | | | | <jason@ncac.gwu.edu> | |||||
| * | r8894: Fix a warning. Bugzilla #2939. | Tim Potter | 2005-08-01 | 1 | -3/+1 | |
| | | ||||||
| * | r8892: Fix #2942 - missing value in debug ! Doh ! | Jeremy Allison | 2005-08-01 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r8889: Another warning | Volker Lendecke | 2005-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | r8869: Get rid of a warning. | Volker Lendecke | 2005-07-31 | 1 | -1/+1 | |
| | | | | | | | | Volker |