[SCM] Samba Shared Repository - annotated tag release-3-4-8 created

Karolin Seeger kseeger at samba.org
Tue May 11 02:21:47 MDT 2010


The annotated tag, release-3-4-8 has been created
        at  a324e60e9710a68a4af01e25ff89ea079b2ab5bb (tag)
   tagging  db4f7867aacf386c7c76ddcefd86e5d1e800ddbe (commit)
  replaces  release-3-4-7
 tagged by  Karolin Seeger
        on  Tue May 11 10:20:29 2010 +0200

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

iD8DBQBL6RNibzORW2Vot+oRAu5CAKDDhRo4asmJTpSK9ayDXwdBkEGv5gCeOfWT
GZO8K0ABr+W4xy4SqGkEhvA=
=hVRJ
-----END PGP SIGNATURE-----

Björn Jacke (2):
      lib/util: move TIME_T_MIN/MAX defines into header file (cherry picked from commit 571ee54b791b93ad46e09ed563ef4a5582dcf0c8)
      s3:lib/time: remove TIME_T_MIN/MAX defines

Bo Yang (1):
      s3: signals are processed twice in child.

Derrell Lipman (1):
      s3-libsmbclient: Fix incomplete description of function return values in libsmbclient.h.

Günther Deschner (21):
      spoolss: rollback SetPrinterData{Ex} IDL.
      s3-spoolss: let _spoolss_SetPrinterData call into _spoolss_SetPrinterDataEx.
      s3-spoolss: fix _spoolss_SetPrinterData{Ex} after IDL change.
      s3-rpcclient: fix rpcclient after spoolss_SetPrinterData{Ex} IDL change.
      s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change.
      spoolss: rollback GetPrinterData{Ex} IDL.
      s3-spoolss: let _spoolss_GetPrinterData call into _spoolss_GetPrinterDataEx.
      s3-spoolss: fix _spoolss_GetPrinterDataEx after IDL change.
      s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change.
      spoolss: fix spoolss_EnumPrinterDataEx IDL.
      s3-spoolss: fix _spoolss_EnumPrinterDataEx after idl
      s3-net: fix net after spoolss_EnumPrinterDataEx IDL change.
      s3-rpcclient: fix rpcclient after spoolss_EnumPrinterDataEx IDL change.
      s3-libads: fix get_remote_printer_publishing_data after spoolss_EnumPrinterDataEx IDL change.
      s3-spoolss: let _spoolss_DeletePrinterData call into _spoolss_DeletePrinterDataEx.
      s3: re-run make samba3-idl.
      s3-spoolss: Fix value-needed calculation in_spoolss_EnumPrinterData().
      s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cupsaddsmb to fail.
      spoolss: more mork on SetPrinterInfo() levels.
      s3-spoolss: fix rpcclient after setprinter IDL fixes.
      s3-spoolss: fix fstrings in convert_devicemode() function.

Jeff Layton (5):
      mount.cifs: properly check for mount being in fstab when running setuid root (try#3)
      mount.cifs: don't allow it to be run as setuid root program
      mount.cifs: take extra care that mountpoint isn't changed during mount
      mount.cifs: check for invalid characters in device name and mountpoint
      mount.cifs: directly include sys/stat.h in mtab.c

Jeremy Allison (6):
      s3-printing: Fix "printer admin" functionality.
      Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.
      Fix bug 7307 - man net usershare mistake
      Fix bug 7310 - DOS attribute inconsistency with MS Office
      Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns.
      Fix bug #7288 - SMB job IDs in CUPS job names wrong.

Jim McDonough (1):
      s3-net_conf: Display an error on net conf import failures.

Kai Blin (1):
      s3 ntlm_auth: Don't malloc data that will be talloc_free()d

Karolin Seeger (6):
      VERSION: Raise version number up to 3.4.8.
      WHATSNEW: Start release notes for Samba 3.4.8.
      WHATSNEW: Start release notes for Samba 3.4.8.
      s3-docs: Fix typo in man idmap_ad.
      s3-docs: Improve "winbind nss info" section in man smb.conf.
      WHATSNEW: Update changes since 3.4.7.

Michael Adam (2):
      s3:build: Fix automatic building of vfs_tsmsm if gpfs and dmapi are present.
      s3:release-scripts: fix create-tarball to treat vendor patch level correctly

Michael Karcher (1):
      Fix bug #7269 - Job management commands don't work for CUPS queues.

Roel van Meer (1):
      Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by valgrind

SATOH Fumiyasu (1):
      vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"

Stefan Metzmacher (24):
      First part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns.
      s3: fix crash in winbindd (similar to commit f8cc0e88fbbb082ead023e0cb437b1e12cf35459)
      s3:rpc_client: close the socket when pipe is broken
      Fix broken pipe handling
      s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response.
      s3:rpc_transport_np: handle trans rdata like the output of a normal read
      s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_state
      s3:libsmb: add cli_state_is_connected() function
      s3:rpc_transport_np: use cli_state_is_connected() helper
      s3:rpc_client: don't mix layers and keep a reference to cli_state in the caller
      s3:rpc_client: add rpccli_is_connected()
      s3:rpc_client: add set_timeout hook to rpc_cli_transport
      s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() instead of 0
      s3:winbindd_cm: use cli_state_is_connected() helper function
      s3:winbindd_cm: use rpccli_is_connected() helper function
      s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new connection
      s3:winbindd_cm: invalidate connection if cm_connect_netlogon() fails
      s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFUL
      s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a logon call
      s3:winbindd: fix problems with SIGCHLD handling (bug #7317)
      s3:winbindd: remove unused variables
      s3:winbindd: make "smbcontrol winbindd validate-cache" reliable again
      s3:winbindd: never mark external domains as internal!
      s3:winbindd: make sure we don't try rpc requests against unaccessable domains

Volker Lendecke (6):
      s3: Fix a NULL pointer dereference
      s3: Fix an uninitialized variable read
      s3: Fix bug 7326 -- can't write with vfs_full_audit active
      libwbclient: Re-Fix a bug that was fixed with e5741e27c4c
      s3: Fix bug 5198 -- parse chfn(1)-change gecos field
      s3:winbind: Fix bug 5626

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list