1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3
Derrell Lipman 765daab643 r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500
1. Fix a crash bug which should have reared its ugly head ages ago, but for
    some reason, remained dormant until recently.  The bug pertained to
    libsmbclient doing a structure assignment of a cli after having opened a
    pipe.  The pipe open code makes a copy of the cli pointer that was passed
    to it.  If the cli is later copied (and that cli pointer that was saved
    is no longer valid), the pipe code will cause a crash during shutdown or
    when the copied cli is closed.

 2. The 'type' field in enumerated shares was not being set correctly with
    the new RPC-based mechanism for enumerating shares.
(This used to be commit 62a02b8f2a)
2007-10-10 11:05:50 -05:00
..
auth r12174: Simple patch to work around the current lack of BUILTIN 2007-10-10 11:05:48 -05:00
client r12045: More warning fixes... Just a few more to go. 2007-10-10 11:05:42 -05:00
codepages r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
groupdb r12185: Cosmetic cleanup 2007-10-10 11:05:48 -05:00
include r12213: Final fix for #3303 - send rename messages to smbd's 2007-10-10 11:05:49 -05:00
intl r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
lib r12169: Remove an unused function 2007-10-10 11:05:47 -05:00
libads r12196: patch from Krishna Ganugapati <krishnag@centeris.com> 2007-10-10 11:05:49 -05:00
libmsrpc r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
libsmb r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500 2007-10-10 11:05:50 -05:00
locking r12221: Fix error code paths that can potentially leave a dangling lock. 2007-10-10 11:05:49 -05:00
modules r12051: Merge across the lookup_name and lookup_sid work. Lets see how the build farm 2007-10-10 11:05:43 -05:00
nmbd r12214: Fix compile if SYNC_DNS is set. 2007-10-10 11:05:49 -05:00
nsswitch r12193: Fix some typos. 2007-10-10 11:05:48 -05:00
pam_smbpass r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
param r11999: Re-add "passdb expand explicit". 2007-10-10 11:05:41 -05:00
passdb r12163: Change lookup_sid and lookup_name to return const char * instead of char *, 2007-10-10 11:05:46 -05:00
po r3912: More fixes to have proper german in swat. 2007-10-10 10:53:24 -05:00
popt r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
printing r11855: patch from Aruna Prabakar for checking that the spooler si running on HP-UX 2007-10-10 11:05:30 -05:00
profile r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
python r10819: merging a couple of fixes from trunk 2007-10-10 11:04:54 -05:00
registry r12002: patch from marcin to allow for the creation of a File value in the eventlog registry keys so that file properties can be displayed 2007-10-10 11:05:41 -05:00
rpc_client r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500 2007-10-10 11:05:50 -05:00
rpc_parse r12176: fix type mismatch after rpc structure change in rpc_svcctl.h 2007-10-10 11:05:48 -05:00
rpc_server r12224: adding more characters to the invalid share name string 2007-10-10 11:05:50 -05:00
rpcclient r12131: Fix it really, this time :) 2007-10-10 11:05:46 -05:00
sam r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
script r12040: merging packaging fixes from release branch 2007-10-10 11:05:42 -05:00
services r12173: doing some service control work 2007-10-10 11:05:47 -05:00
smbd r12213: Final fix for #3303 - send rename messages to smbd's 2007-10-10 11:05:49 -05:00
smbwrapper r9350: Fix direct malloc calls made by smbwrapper. 2007-10-10 11:00:33 -05:00
stf r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
tdb r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
tests r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
torture r11556: Fix "make everything" 2007-10-10 11:05:20 -05:00
utils r12203: Add the share path into the sharemode db. This involves 2007-10-10 11:05:49 -05:00
web r12203: Add the share path into the sharemode db. This involves 2007-10-10 11:05:49 -05:00
wrepld r10822: updating copyright info 2007-10-10 11:04:55 -05:00
.dmallocrc
.indent.pro r11131: updating indent resource file from trunk 2007-10-10 11:05:01 -05:00
aclocal.m4 r11658: Someone broke the initialization of the static modules by adding a 'NTSTATUS' 2007-10-10 11:05:23 -05:00
autogen.sh r5270: fixing some bashism's in autogen.sh 2007-10-10 10:55:35 -05:00
change-log trying to get HEAD building again. If you want the code 2003-07-16 05:34:56 +00:00
config.guess r11375: Update to the latest config.guess and config.sub files. 2007-10-10 11:05:14 -05:00
config.sub r11375: Update to the latest config.guess and config.sub files. 2007-10-10 11:05:14 -05:00
configure.developer Use "$@" to preserve shell quoting in case somebody passes an escaped 2003-03-10 03:05:20 +00:00
configure.in r12077: Add configure switch to disable libmsrpc build. Add new Makefile target 2007-10-10 11:05:44 -05:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 04:02:16 +00:00
dynconfig.c port latest changes from SAMBA_3_0 tree 2003-08-02 20:06:57 +00:00
install-sh
mainpage.dox ading new files from 3.0 2003-07-16 05:42:34 +00:00
Makefile.in r12203: Add the share path into the sharemode db. This involves 2007-10-10 11:05:49 -05:00
smbadduser.in sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
VERSION r12027: changing version to 3.0.22pre1 since 3.0.21 is frozen now 2007-10-10 11:05:42 -05:00