1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source3
Volker Lendecke 7bce558fec r19066: Fix a memleak
(This used to be commit c53e2e5475)
2007-10-10 12:15:07 -05:00
..
auth r19058: Implement "user cannot change password", and complete "user must change 2007-10-10 12:15:06 -05:00
client r18876: Fix smbclient -L 2007-10-10 12:14:40 -05:00
codepages r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
groupdb r18938: fixed a group map bug reported by Jerry. The caller in mapping.c 2007-10-10 12:14:48 -05:00
include r19028: Implement getprinterinfo level 6 (only the status) and get rid of snum in the 2007-10-10 12:15:03 -05:00
iniparser r18928: Some more const for iniparser. 2007-10-10 12:14:47 -05:00
intl r17345: Some C++ warnings 2007-10-10 11:38:26 -05:00
lib r19054: Callers of gencache may not have the rights to 2007-10-10 12:15:06 -05:00
libaddns r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the code 2007-10-10 12:01:06 -05:00
libads r19039: Do not segfault in "net ads printer info" when a requested printserver 2007-10-10 12:15:04 -05:00
libgpo r19012: Fix an uninitialized variable 2007-10-10 12:15:01 -05:00
libmsrpc r19006: Final cleanups for the winreg libmsrpc functions. 2007-10-10 12:14:56 -05:00
librpc r19007: reformat service control manager IDL 2007-10-10 12:14:56 -05:00
libsmb r19043: There's no point in #ifdef'ing the detection whether we were offered KRB5 in 2007-10-10 12:15:06 -05:00
locking r17924: Get rid of warnings now that talloc is merged. 2007-10-10 11:38:59 -05:00
modules r18785: Check in Peter Somogyis build fix 2007-10-10 12:00:57 -05:00
nmbd r18660: Fix build, one uuid->GUID was missed. 2007-10-10 11:52:20 -05:00
nsswitch r19066: Fix a memleak 2007-10-10 12:15:07 -05:00
pam_smbpass r16241: Fix Klocwork #106 and others like it. 2007-10-10 11:17:27 -05:00
param r17852: Remove a pointless NULL assignment 2007-10-10 11:38:53 -05:00
passdb r19058: Implement "user cannot change password", and complete "user must change 2007-10-10 12:15:06 -05:00
po r3912: More fixes to have proper german in swat. 2007-10-10 10:53:24 -05:00
popt r17347: Some C++ warnings -- 271 left 2007-10-10 11:38:27 -05:00
printing r18745: Use the Samba4 data structures for security descriptors and security descriptor 2007-10-10 12:00:54 -05:00
profile r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
python r18801: Fix (at least the build of) python bindings. 2007-10-10 12:00:59 -05:00
registry r18745: Use the Samba4 data structures for security descriptors and security descriptor 2007-10-10 12:00:54 -05:00
rpc_client r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODO 2007-10-10 12:14:53 -05:00
rpc_parse r19028: Implement getprinterinfo level 6 (only the status) and get rid of snum in the 2007-10-10 12:15:03 -05:00
rpc_server r19058: Implement "user cannot change password", and complete "user must change 2007-10-10 12:15:06 -05:00
rpcclient r19013: Fix some 64-bit warnings. 2007-10-10 12:15:02 -05:00
sam r18969: Fix typo. 2007-10-10 12:14:52 -05:00
script r19046: It does not do much yet, but activate RPC-SAMBA3-SPOOLSS 2007-10-10 12:15:06 -05:00
services r17148: the wins service should not accept any controls so that a GUI can grey it out as not remotely manageable 2007-10-10 11:38:16 -05:00
smbd r19058: Implement "user cannot change password", and complete "user must change 2007-10-10 12:15:06 -05:00
stf r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
tdb r18745: Use the Samba4 data structures for security descriptors and security descriptor 2007-10-10 12:00:54 -05:00
tests r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
torture r18796: Fix the build. Sorry. 2007-10-10 12:00:58 -05:00
utils r19039: Do not segfault in "net ads printer info" when a requested printserver 2007-10-10 12:15:04 -05:00
web r17873: Fix possible null deref found by Stanford checker. 2007-10-10 11:38:56 -05:00
.dmallocrc
.indent.pro r11131: updating indent resource file from trunk 2007-10-10 11:05:01 -05:00
.valgrind_suppressions r19062: try to fix the valgrind noise in the build-farm 2007-10-10 12:15:07 -05:00
aclocal.m4 r18867: change the group mapping code to use ldb instead of tdb 2007-10-10 12:14:39 -05:00
autogen.sh r18644: bring in libreplace in lib/replace 2007-10-10 11:52:03 -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 r18373: copy over configure.developer from samba4 which adds 2007-10-10 11:51:20 -05:00
configure.in r18976: follow the advice from "William Jojo" <jojowil@hvcc.edu> 2007-10-10 12:14:52 -05:00
Doxyfile r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
dynconfig.c r15848: Introduce commandline options to set the remainder of the parameters in 2007-10-10 11:17:11 -05:00
install-sh
mainpage.dox ading new files from 3.0 2003-07-16 05:42:34 +00:00
Makefile.in r19038: build libreplace testsuite as replacetort 2007-10-10 12:15:04 -05:00
smbadduser.in r13384: Adding in some more SuSE patches 2007-10-10 11:09:57 -05:00
TODO r18188: merge 3.0-libndr branch 2007-10-10 11:43:56 -05:00
VERSION r16195: starting development for 3.0.24pre1 2007-10-10 11:17:24 -05:00