summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * r8834: fixing SWAT install after docs changeswat/help/welcome.htmlGerald Carter2005-07-281-2/+2
| |
| * r8833: Fix some uninitialized variables.Volker Lendecke2005-07-282-3/+3
| | | | | | | | Volker
| * r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2005-07-274-128/+114
| | | | | | | | Jeremy.
| * r8800: grr...get logic right when checking #defineGerald Carter2005-07-271-2/+2
| |
| * r8799: disabling schannel on samr and lsa until I figure outGerald Carter2005-07-271-9/+15
| | | | | | | | the latest MS changes in 2003 sp1 and 2004 sp4 sr1
| * r8798: Save one system call per SMB. smb_run_idle_events right now is only ↵Volker Lendecke2005-07-271-4/+0
| | | | | | | | | | | | | | | | | | used to close idle pdb_ldap connections, and from my point of view this can wait until normal timeout handling, this does not need to be done per client request. Volker
| * r8797: avoid unset rids for builtin-aliases.Günther Deschner2005-07-271-1/+2
| | | | | | | | Guenther
| * r8796: disable schannel on the lsa client pipe for now to deal with Windows ↵Gerald Carter2005-07-271-0/+7
| | | | | | | | 2003 sp1 and Windows 2000 SP4 SR1
| * r8795: fix our perpetual motion maching in strncpy_w()Gerald Carter2005-07-271-1/+1
| |
| * r8787: Make enumeration of builtin-aliases work again.Günther Deschner2005-07-261-5/+41
| | | | | | | | Guenther
| * r8786: Fix amazing and long-standing bug where user-accounts are just crippledGünther Deschner2005-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | accounts (accounts without AcctCtrl set) after a vampire-process. New Accounts tend to hace no acb_info at all which means "0" (ACB_NORMAL). Unless 0 becomes not 0 we don't do anything and set *no* acctrl for normal users at all (!). Those crippled users now don't show up in usrmgr since 3.0.20somethings ldap-routines now finally test if the attribute is there. Guenther
| * r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ↵Jeremy Allison2005-07-261-5/+7
| | | | | | | | | | | | | | | | | | message onto the queue when we're in a chained message set - we're actually processing a different buffer then. Added current_inbuf as a static inside smbd/process.c to ensure the correct message gets pushed and processed. Jeremy.
| * r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2005-07-262-113/+258
| | | | | | | | | | | | the bugid). Make the functions in lib/util_unistr.c odd-alignment safe using some evil macros. Needs testing on bigendian. Jeremy.
| * r8757: Add debug messages so we can see what attributes and values are beingJeremy Allison2005-07-251-0/+3
| | | | | | | | | | set/deleted/modified in an ldap query. Jeremy.
| * r8755: more malloc fixesGerald Carter2005-07-251-3/+3
| |
| * r8716: adding 'username map script' which if defined takes precendence overGerald Carter2005-07-222-15/+57
| | | | | | | | the username map file.
| * r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison2005-07-221-1/+1
| | | | | | | | | | calling wrong aio_fsync function. Bugid #2909. Jeremy.
| * r8697: BUG 2908: make sure to allow for the trailing NULLGerald Carter2005-07-221-2/+1
| |