..
auth
r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from_info3()
2007-10-10 12:28:45 -05:00
client
r24601: Fix if statements where we still expected cli_connect() to return BOOL.
2007-10-10 12:30:09 -05:00
codepages
exports
r23689: Squashed commit of the following:
2007-10-10 12:23:46 -05:00
groupdb
r25024: Fix a whole bunch of Coverity bugs
2007-10-10 12:30:35 -05:00
include
r25103: Ensure we don't return unwritten memory (valgrind caught).
2007-10-10 12:30:40 -05:00
iniparser
r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17.
2007-10-10 12:22:51 -05:00
iniparser_build
r23314: For some systems it's needed to inject replace.h into
2007-10-10 12:23:05 -05:00
intl
r23798: updated old Temple Place FSF addresses to new URL
2007-10-10 12:28:26 -05:00
lib
r25061: Pro-actively shut up Coverity :-)
2007-10-10 12:30:37 -05:00
libaddns
r24808: Fix the same problem Volker noticed.
2007-10-10 12:30:23 -05:00
libads
r25109: Remove obsolete argument from ads_guess_service_principal().
2007-10-10 12:30:41 -05:00
libgpo
r24783: Remove unused off_t type.
2007-10-10 12:30:21 -05:00
libmsrpc
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
2007-10-10 12:28:27 -05:00
librpc
r24605: remove some stuff samba3 doesn't need any more
2007-10-10 12:30:10 -05:00
libsmb
r25032: Contact an off site DC if non is available on site.
2007-10-10 12:30:36 -05:00
locking
r25055: Add file_id_string_tos
2007-10-10 12:30:36 -05:00
m4
r23094: Update the iconv detection to handle cross-compiles better. If we are
2007-10-10 12:22:45 -05:00
modules
r25055: Add file_id_string_tos
2007-10-10 12:30:36 -05:00
nmbd
r25021: Fix coverity #435 . Use of -1.
2007-10-10 12:30:35 -05:00
nsswitch
r25107: Fix const warning caused by the way I reformatted this
2007-10-10 12:30:40 -05:00
pam_smbpass
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
2007-10-10 12:28:27 -05:00
param
r25049: Set new, more secure defaults for Samba 3.2.
2007-10-10 12:30:36 -05:00
passdb
r25092: Add support for storing trusted domain passwords in LDAP for
2007-10-10 12:30:39 -05:00
po
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
2007-10-10 12:28:27 -05:00
popt
r24048: Fix the C++ warnings in our version of popt
2007-10-10 12:28:59 -05:00
printing
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
2007-10-10 12:30:32 -05:00
profile
r24842: Fix build warning.
2007-10-10 12:30:27 -05:00
python
r24601: Fix if statements where we still expected cli_connect() to return BOOL.
2007-10-10 12:30:09 -05:00
registry
r25002: Refactor out code duplication created by the previous
2007-10-10 12:30:32 -05:00
rpc_client
r24949: Remove some static buffers
2007-10-10 12:30:29 -05:00
rpc_parse
r24993: Apply some const
2007-10-10 12:30:32 -05:00
rpc_server
r25102: Rewrite msdfs code to use talloced filenames. Passes make test
2007-10-10 12:30:40 -05:00
rpcclient
r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for fine
2007-10-10 12:30:16 -05:00
script
r25104: Fix extra lines added by mistake.
2007-10-10 12:30:40 -05:00
services
r24949: Remove some static buffers
2007-10-10 12:30:29 -05:00
smbd
r25103: Ensure we don't return unwritten memory (valgrind caught).
2007-10-10 12:30:40 -05:00
stf
r23798: updated old Temple Place FSF addresses to new URL
2007-10-10 12:28:26 -05:00
tests
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
2007-10-10 12:28:27 -05:00
torture
r25055: Add file_id_string_tos
2007-10-10 12:30:36 -05:00
utils
r25055: Add file_id_string_tos
2007-10-10 12:30:36 -05:00
web
r24781: Fix build warning.
2007-10-10 12:30:20 -05:00
.dmallocrc
.valgrind_suppressions
r19062: try to fix the valgrind noise in the build-farm
2007-10-10 12:15:07 -05:00
autogen.sh
r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to deal
2007-10-10 12:23:11 -05:00
change-log
config.guess
r23799: updated old Franklin Street FSF addresses to new URL
2007-10-10 12:28:26 -05:00
config.sub
r23799: updated old Franklin Street FSF addresses to new URL
2007-10-10 12:28:26 -05:00
configure.developer
r18373: copy over configure.developer from samba4 which adds
2007-10-10 11:51:20 -05:00
configure.in
r24838: Now for real: build the locator, if we can.
2007-10-10 12:30:26 -05:00
depcomp
r23799: updated old Franklin Street FSF addresses to new URL
2007-10-10 12:28:26 -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
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
2007-10-10 12:28:22 -05:00
install-sh
library-versions.in
r23689: Squashed commit of the following:
2007-10-10 12:23:46 -05:00
mainpage.dox
Makefile.in
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
2007-10-10 12:30:32 -05:00
samba3-knownfail
r19552: Fix names of known failing tests.
2007-10-10 12:15:41 -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
r23776: Setting version in 3.2 branch to 3.2.1pre1-SVN
2007-10-10 12:28:18 -05:00