1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3
Volker Lendecke a1d47f3e99 r15227: Fix a valgrind error. We are marshalling here, not unmarshalling.
Jeremy, can you check this? This was part of your -O6 on 64bit sweep.

Volker
(This used to be commit 4fa5dbcc8d)
2007-10-10 11:16:29 -05:00
..
auth r15088: Remove all time() and gettimeofday() calls out of the mainline 2007-10-10 11:16:22 -05:00
client r15141: Fix for #3592 inspired by Justin Best <justinb@pdxmission.org>. 2007-10-10 11:16:26 -05:00
codepages r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
groupdb r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does not 2007-10-10 11:16:23 -05:00
include r15216: Fix the build for machines without krb5. Oops, sorry. 2007-10-10 11:16:29 -05:00
iniparser r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifile 2007-10-10 11:15:58 -05:00
intl r14225: Fix Coverity Bug # 67 2007-10-10 11:15:18 -05:00
lib r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does not 2007-10-10 11:16:23 -05:00
libads r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, 2007-10-10 11:16:28 -05:00
libmsrpc r14408: More on fix for coverity #36. The previous fix would cause us to 2007-10-10 11:15:29 -05:00
libsmb r15227: Fix a valgrind error. We are marshalling here, not unmarshalling. 2007-10-10 11:16:29 -05:00
locking r15083: Using talloc with destructors is nice and all, but in this 2007-10-10 11:16:22 -05:00
modules r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
nmbd r15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomonori <toishika@fsi.co.jp> 2007-10-10 11:15:56 -05:00
nsswitch r15175: Try to get Stratus VOS back to build. Thanks, Paul. 2007-10-10 11:16:28 -05:00
pam_smbpass r14577: BUG Fixes: 2007-10-10 11:15:37 -05:00
param r15133: in_server is not used anywhere 2007-10-10 11:16:25 -05:00
passdb r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does not 2007-10-10 11:16:23 -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 r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does not 2007-10-10 11:16:23 -05:00
profile r12475: Actually configure with profile support this time ... 2007-10-10 11:05:57 -05:00
python r15180: Use tdb_lock_bystring_with_timeout(). 2007-10-10 11:16:28 -05:00
registry r15104: Implement Samba4's tdb_name(). 2007-10-10 11:16:23 -05:00
rpc_client r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. 2007-10-10 11:16:25 -05:00
rpc_parse r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS 2007-10-10 11:15:59 -05:00
rpc_server r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. 2007-10-10 11:16:25 -05:00
rpcclient r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS 2007-10-10 11:15:59 -05:00
sam r13915: Fixed a very interesting class of realloc() bugs found by Coverity. 2007-10-10 11:10:59 -05:00
script r14886: reenable BASE-DENY2 and BASE-DENY3 2007-10-10 11:15:52 -05:00
services r14132: Fix Coverity bug # 150. 2007-10-10 11:15:12 -05:00
smbd r15196: Update a comment that I found confusing (I confuse easily). 2007-10-10 11:16:28 -05:00
smbwrapper r15007: fixed usage of cli_list() in smbwrapper so it compiles. This doesn't get smbwrapper really working again, but at least it will help Timur Bakeyev in his question to make it work 2007-10-10 11:15:56 -05:00
stf r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
tdb r15104: Implement Samba4's tdb_name(). 2007-10-10 11:16:23 -05:00
tests r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
torture r15034: Attempt to make the build farm happy 2007-10-10 11:15:58 -05:00
utils r15198: Mention the auditing tool in "net rpc help". 2007-10-10 11:16:28 -05:00
web r14618: add --no-process-group to all server programms 2007-10-10 11:15:39 -05:00
.dmallocrc
.indent.pro r11131: updating indent resource file from trunk 2007-10-10 11:05:01 -05:00
aclocal.m4 r13425: Revert all the "clever" compiler options checks. They broke 2007-10-10 11:10:01 -05:00
autogen.sh r5270: fixing some bashism's in autogen.sh 2007-10-10 10:55:35 -05:00
change-log
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
configure.in r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need that 2007-10-10 11:16:21 -05:00
Doxyfile
dynconfig.c port latest changes from SAMBA_3_0 tree 2003-08-02 20:06:57 +00:00
install-sh
mainpage.dox
Makefile.in r15218: Update Makefile.in to avoid building libmsrpc.so on systems that do not support shared libraries. 2007-10-10 11:16:29 -05:00
smbadduser.in r13384: Adding in some more SuSE patches 2007-10-10 11:09:57 -05:00
VERSION r15154: bump version to 3.0.23pre2 2007-10-10 11:16:26 -05:00