The annotated tag, release-3-4-3 has been created
        at  120b9a87e1a525618fbdbab9f13e705761c55904 (tag)
   tagging  8cd146c8be065464c0fb702abe5295c6a51c55ca (commit)
  replaces  release-3-4-2
 tagged by  Karolin Seeger
        on  Thu Oct 29 09:34:52 2009 +0100

- Log -----------------------------------------------------------------
tag release-3-4-3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iD8DBQBK6VPEbzORW2Vot+oRAg3kAKCmtgXjjqCmZn5sjJQXl3QlIsCn/gCfWNoZ
IMhWrsGxFmouV5OG8fNLS+A=
=DURH
-----END PGP SIGNATURE-----

Andrew Klosterman (1):
      s3:smbd: Fix bug 6690, wrong error check

Björn Jacke (4):
      s3:configure: fix syntax error in avahi configure test
      s3: QNX doesn't know uint - replace with uint_t
      s3: BSD needs sys/sysctl.h included to build properly
      s3:configure: fix avahi activation

Bo Yang (4):
      s3: Don't overwrite password in pam_winbind, subsequent pam modules might 
use the old password and new password.
      Fix bug 6811 - pam_winbind references freed memory. s3: Fix reference to 
freed memory in pam_winbind.
      s3: Don't fail authentication when one or some group of 
require-membership-of is invalid.
      s3: Fix crash in pam_winbind, another reference to freed memory.

Derrell Lipman (1):
      Fix bug #6532.

Günther Deschner (13):
      s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct.
      s3-rpc_client: add cli_rpc_pipe_open_noauth_transport.
      s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp 
and cli_rpc_pipe_open_ntlmssp.
      s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
      s3-winbindd: add and use winbindd_lookup_sids().
      s3-winbindd: add and use winbindd_lookup_names().
      s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.
      s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.
      s3-rpc_client: fix non initialized structure in 
rpccli_lsa_lookup_sids_noalloc.
      s3-winbindd: add cm_connect_lsa_tcp().
      s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.
      s3-spnego: avoid NULL talloc context in read_spnego_data().
      s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing 
failure.

Jeff Layton (11):
      cifs.upcall: use pid value from kernel to determine KRB5CCNAME to use
      cifs.upcall: clean up logging and add debug messages
      cifs.upcall: formatting cleanup
      cifs.upcall: declare a structure for holding decoded args
      cifs.upcall: try getting a "cifs/" principal and fall back to "host/"
      cifs.upcall: clean up flag handling
      cifs.upcall: use ip address passed by kernel to get server's hostname
      cifs.upcall: fix IPv6 addrs sent to upcall to have colon delimiters
      cifs.upcall: switch to getopt_long
      cifs.upcall: make using ip address conditional on new option
      cifs.upcall: do a brute-force search for KRB5 credcache

Jeremy Allison (12):
      Fix bug 6529 - Offline files conflict with Vista and Office 2003. Jeremy.
      s3/libsmb: SIVAL should have been an SVAL.
      Second part of a fix for bug #6235.
      Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba 
daemon. Re-write core of POSIX locking logic. Jeremy.
      Fix bug 6769 - symlink unlink does nothing. Jeremy.
      Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with 
recent versions of Samba. Without this fix, renaming a directory ./a to ./b, 
whilst a directory ./aa was already open would fail. Simplifies logic of 
earlier code. Jeremy.
      Fix bug 6774 - smbd crashes if "aio write behind" is set.
      Fix bug 6796 - Deleting an event context on shutdown can cause smbd to 
crash.
      Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: 
Signal 6" Don't use mapped_user uninitialized. Jeremy.
      Fix symlink calls in all vfs modules.
      Fix bug 6828 - infinite timeout occurs when byte lock held outside of 
samba Jeremy.
      Fix bug 6829 - smbclient does not show special characters properly. All 
successful calls to cli_session_setup() *must* be followed by calls to 
cli_init_creds() to stash the credentials we successfully connected with. There 
were 2 codepaths where this was missing. This caused smbclient to be unable to 
open the \srvsvc pipe to do an RPC netserverenum, and cause it to fall back to 
a RAP netserverenum, which uses DOS codepage conversion rather than the full 
UCS2 of RPC, so the returned characters were not correct (unless the DOS 
codepage was set correctly). Phew. That was fun to track down :-). Includes 
logic simplification in libsmb_server.c Jeremy.

Karolin Seeger (9):
      s3/Makefile: BUG 6791: Fix linking order in cifs.upcall.
      s3/Makefile: BUG 6791: Fix link order for libwbclient.
      s3:packaging: Fix building RHEL packages.
      VERSION: Raise version number up to 3.4.3.
      WHATSNEW: Start release notes for Samba 3.4.3.
      WHATSNEW: Update changes since 3.4.2.
      s3:docs: Public is not a synonym for access based shareenum.
      WHATSNEW: Update release notes.
      WHATSNEW: Complete release notes.

Lars Müller (2):
      Conditional install of the cifs.upcall man page
      Adjust regex to match variable names including underscores

Marc Aurele La France (1):
      Fix bug 6707 - 3.4.1 segfault in parsing configs.

Olaf Flebbe (3):
      s3/aio: allow for outstanding_aio_calls to be decremented.
      s3/loadparm: Fix hpux compiler issue.
      s3/aio: Correctly handle aio_error() and errno.

Shirish Pargaonkar (1):
      umount.cifs: do not attempt to update /etc/mtab if it is symbolic link

Simo Sorce (1):
      Fixing timeval calculation

Stefan Metzmacher (6):
      s3:rpc_server: we need to make a copy of my_name in 
serverinfo_to_SamInfo_base()
      tevent: make sure we don't set errno within the signal handler function.
      s3:lib/select: don't overwrite errno in the signal handler
      s3:rpc_client: don't randomly fragment rpc pdu's in developer mode
      s3:winbindd_cm: don't invalidate the whole connection when just samr gave 
ACCCESS_DENIED
      s3:winbindd: only notify the client when we exist, if the connection 
isn't dead already

Volker Lendecke (13):
      s3:smbstatus: Fix bug 6703, allow smbstatus as non-root
      s3: Fix reading beyond the end of a named stream in xattr_streams
      s3:smbd: Add a "hidden" parameter "share:fake_fscaps"
      s3: Document the "share:fake_fscaps" parameter, fix bug 6765
      s3:winbind: Fix an uninitialized variable (cherry picked from commit 
0724649a8a7c04d015317d9dc2ae43ee87c1bd25)
      s3:winbind: Only ever handle one event after a select call
      s3: Fix a memleak reported by dmarkey
      s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain 
names
      s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_auth
      s3:winbind: Fix a double-free
      s3: Fix bug 6606
      Attempt to fix the build -- jlayton, please check!
      s3:docs: Add info about how to obtain cifs module in cifs mount helper 
manpage

-----------------------------------------------------------------------


-- 
Samba Shared Repository

Reply via email to