1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Jeremy Allison 06e36b4e18 r19104: Fix from Björn JACKE <bjoern@j3e.de>
"here's a small fix for gdb_backtrace."
Jeremy.
(This used to be commit a0b4e5d118)
2007-10-10 12:15:13 -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 r19073: mapping_dn can fail 2007-10-10 12:15:08 -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 r19102: fix typo, thanks derrell! 2007-10-10 12:15:13 -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 r19070: If there's an error in the data struct, there's no point to continue with 2007-10-10 12:15:07 -05:00
locking r19078: talloc_strdup can fail 2007-10-10 12:15:09 -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 r19103: From "Björn JACKE <bjoern@j3e.DE>": 2007-10-10 12:15:13 -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 r19083: Fix objectclass 2007-10-10 12:15:09 -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 r19095: Fix some compile warnings. 2007-10-10 12:15:12 -05:00
script r19104: Fix from Björn JACKE <bjoern@j3e.de> 2007-10-10 12:15:13 -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 r19094: Fix debug statement. 2007-10-10 12:15:11 -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 r19090: - the LIBREPLACE_C99 isn't needed in aclocal.m4 2007-10-10 12:15:11 -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 r19096: - fix the build with included popt 2007-10-10 12:15:12 -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 r19093: speed up the samba3 build from 8mins to 5mins:-) 2007-10-10 12:15:11 -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