The annotated tag, build_3.2.3_ctdb.51 has been created
at 8b47760686f3e5e532742eda6d3acc32df3f44b2 (tag)
tagging 37039d345e9a25654bef038f2b8bb4b891cfa6f0 (commit)
replaces build_3.2.3_ctdb.50
tagged by Michael Adam
on Mon Dec 1 05:38:42 2008 +0100
- Log -----------------------------------------------------------------
tag build_3.2.3_ctdb.50
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEABECAAYFAkkzawYACgkQyU9JOBhPkDT8UgCfTbYzalM7q5cIO5Fg8yLf3hoD
qxIAn1mpLaD8wqqujoQ9HdsHKiQcjVop
=+l2u
-----END PGP SIGNATURE-----
Andreas Schneider (1):
Delete the krb5 ccname variable from the PAM environment if set.
Derrell Lipman (1):
Fix bug 5805: don't close stdout
Gerald (Jerry) Carter (2):
libaddns: Use the same prerequisite for DDNS update as Windows XP.
net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.
Günther Deschner (4):
build: don't install the cifs.upcall binary twice.
s3-samr-server: be consistent when reporting we do password complexity.
s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on
success.
s3-samr-server: fix access check in _samr_QuerySecurity().
Holger Hetterich (5):
SMB traffic analyzer vfs module from Holger Hetterich <[EMAIL PROTECTED]>
Add an initial version of a manpage for the vfs_smb_traffic_analyzer
module.
Enable optional anonymization of user names,
Update the manpage for vfs_smb_traffic_analyzer to include the
anonymize_prefix option
Fix the "Premature end of data in tag" error when buiding the manpage,
fix a typo in the text, add an example for anonymization usage.
Jeff Layton (6):
cifs.upcall: enable building by default on linux
cifs.upcall: move default install location to EPREFIX/sbin
cifs.upcall: make most functions static and silence compiler warnings
mount.cifs: make local versions of strlcat and strlcpy static
mount.cifs: have uppercase_string return success on NULL pointer
mount.cifs: make return codes match the return codes for /bin/mount (try
#3)
Jeremy Allison (22):
Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <[EMAIL
PROTECTED]>.
Use the given name, not the absolute pathname, when printing out ACL info.
Modify a comment to make things clearer.
Fix bug 5761 "open of mangled directory name results in 'is a stream
name'"
Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4,
Unsupported character set.
Correctly fix smbclient to terminate on eof from server.
Fix bug #5814 - Winbindd dumping core in a strange manner while doing
"rescan_trusted_domain".
Now it's working, back port the aync fix for parsing large cups printer
lists.
Note url explaining this code.
Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses
inheritance", based on
Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client
acesses old server.
Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
Unify access checks for lsa server functions.
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Fix net rpc vampire, based on an *amazing* piece of debugging work by
"Cooper S. Blake" <[EMAIL PROTECTED]>.
Remove the requirement for ldap call made as root. Add in security
Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this
Restructure the module so it connects to the remote data sink
Convert to allocated strings. Use write_data(), not send as this doesn't
correctly
Turn the socket connections into a refcounted list - in the common case
there'll now only be one socket per smbd.
Re-structure Volker's patch to "Fix trans2findfirst for the large
directory optimization". Makes the change clearer.
Jim McDonough (1):
Fix the new vfs_smb_traffic_analyzer build for static links
Karolin Seeger (1):
man cifs.upcall: Fix typo, wrap lines.
Martin Schwenke (1):
Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
Mathias Dietz (1):
Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so
Michael Adam (23):
packaging(RHEL-CTDB): Bump release number to ctdb.50 for the next RPM.
winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.
build: prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is
empty
packaging(RHEL-CTDB): add the cifs.upcall binary to the client package.
packaging(RHEL-CTDB): move the cifs.upcall manpage to the client package
packaging(RHEL-CTDB): adapt configure.rpm to changes to the spec file
Revert "Fix "getent passwd" with empty winbindd_idmap.tdb"
winbindd/idmap_util: unify entering debug messages and add ouput of domain
winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().
winbindd/idmap: add diagnostic entry debug msg to
idmap_backends_unixid_to_sid
winbindd/idmap: add diagnostic entry debug msg to
idmap_backends_sid_to_unixid
winbindd/idmap_ad: rename ctx to mem_ctx in nss_ad_get_info()
winbindd/idmap_ad: refactor core of nss_{sfu|sfu20|rfc2307}_init to
common function.
winbindd/idmap_ad: add support for trusted domains to idmap_ad (bug #3661)
winbindd/idmap_ad: add entry debug message to nss_ad_get_info()
winbindd/nss_info: add debugging to nss_init()
winbindd/nss_info: add entry debug message to nss_get_info()
winbindd_cache: add debugging to get_nss_info_cached()
winbindd/nss_info: whitespace cleanup.
winbindd/nss_info: fix default backend handling for ad backends.
packaging(RHEL-CTDB): use ccache if available
winbindd/nss_info: remove unused variable from nss_init()
packaging(RHEL-CTDB): explicitly build the gpfs module
Stefan Metzmacher (1):
libads/ldap.c: return an error instead of crashing when no realm is given
Steven Danneman (2):
Fix build warning on FreeBSD
Simple fix for warning:
Tim Prouty (2):
Fixed "declaration shadows global declaration" warnings.
Fixed build warning "passing arg from incompatible pointer type"
Timur (3):
Fix cut and paste error in quota code.
Fix display of POSIX ACLs.
Fix aio on FreeBSD.
Volker Lendecke (6):
OS/X does not have rl_done in readline.h
Fix the build
Fix bug 5691: SIGBUS on Solaris
Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"
Attempt to fix bug 5778
Fix trans2findfirst for the large directory optimization
-----------------------------------------------------------------------
--
SAMBA-CTDB repository