forked from pool/samba
- Make use of the actual library version as part of the package name on
post-11.3 systems only. - Improve ctdb vacuuming performance with use of SCHEDULE_FOR_DELETION; (bnc#705170). - Specify nmbdsocketdir at configure time; (bnc#700953). - Build the tdb, talloc, and tevent libraries ahead of anything else. - Update to 3.6.0rc2. - Make cupsaddsmb fill printers location; (bso#8132); (bnc#698209). - Add "winbind max clients" parameter to remove 200-client limit; (bnc#697461). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=165
This commit is contained in:
committed by
Git OBS Bridge
parent
b948c6553a
commit
039a38362e
338
samba.changes
338
samba.changes
@@ -1,3 +1,286 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 14 10:26:22 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Make use of the actual library version as part of the package name on
|
||||
post-11.3 systems only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 16:21:23 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Improve ctdb vacuuming performance with use of SCHEDULE_FOR_DELETION;
|
||||
(bnc#705170).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 17:28:46 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Specify nmbdsocketdir at configure time; (bnc#700953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:58:08 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Build the tdb, talloc, and tevent libraries ahead of anything else.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 21:02:45 UTC 2011 - jmcdonough@suse.de
|
||||
|
||||
- Update to 3.6.0rc2.
|
||||
+ BUG 6911: Fix Kerberos authentication from Vista to Samba.
|
||||
+ BUG 8166: Don't lockout users when offline.
|
||||
+ BUG 8200: Add support for multiple writeable ldap idmap domains.
|
||||
+ BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer.
|
||||
|
||||
+ BUG 7054: Fix X account flag when "pwdlastset" is "0".
|
||||
+ BUG 8144: Fix setting timestamp when touching files with CIFS clients.
|
||||
+ BUG 8153: Fix setting up getaddrinfo on IPv6-only machines.
|
||||
+ BUG 8156: Fix 'net ads join' using the user's Kerberos ticket.
|
||||
+ BUG 8157: Fix parsing a cups printcap file.
|
||||
+ BUG 8175: Fix smbd deadlock.
|
||||
+ BUG 8189: Support shadow copy display over SMB2.
|
||||
+ BUG 8197: Winbind does not properly detect when a DC connection is dead.
|
||||
+ BUG 8203: Winbind needs to reset the DC connection if an RPC times out.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 06 10:30:00 CEST 2011 - mrsb@novell.com
|
||||
|
||||
- Make cupsaddsmb fill printers location; (bso#8132); (bnc#698209).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 03 21:19:00 CEST 2011 - lpechacek@suse.cz
|
||||
|
||||
- Add "winbind max clients" parameter to remove 200-client
|
||||
limit; (bnc#697461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 03 20:40:00 CEST 2011 - jmcdonough@suse.de
|
||||
|
||||
- Disable logon cache for password lockout consistency when
|
||||
running in a cluster; (bnc#694836).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 04:46:48 CEST 2011 - jmcdonough@suse.de
|
||||
|
||||
- Fix logon of AD users with many group memberships; (bso#6911);
|
||||
(bnc#657026).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 25 14:23:54 CEST 2011 - jmcdonough@suse.de
|
||||
|
||||
- Don't lockout users while offline; (bso#8166); (bnc#692607).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 18:15:17 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.6.0rc1.
|
||||
+ BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open.
|
||||
+ BUG 8112: POSIX extension opens of a directory are denied with EISDIR.
|
||||
+ BUG 8132: Fix filling printers location field when using cups.
|
||||
|
||||
+ Remove fstrings from client struct.
|
||||
+ BUGFIX when converting from safe_strcpy to strlcpy.
|
||||
+ Fix off-by-one calculations with strlcpy.
|
||||
+ Ensure we always write the correct incoming mid into the share mode table
|
||||
entries.
|
||||
+ Fix the SMB2 oplock showstopper.
|
||||
+ Convert user-specified domain to uppercase in libsmb.
|
||||
+ Fix Coverity CID #2302: FORWARD_NULL.
|
||||
+ Fix cups_pull_comment_location().
|
||||
+ Fix double free of cups request.
|
||||
+ Make cups_pull_comment_location() work again.
|
||||
+ Fix potential crash bug in display_print_driver3().
|
||||
+ Properly clean up in pthreadpool_init in case of failure.
|
||||
+ Make plaintext session setup async.
|
||||
+ Reduce fd load in Winbind children.
|
||||
+ Avoid a potential 100% CPU loop in Winbind.
|
||||
+ Tune broadcast namequeries for unique names.
|
||||
+ Properly deal with exited winbind children.
|
||||
+ Fix dup_smb2_vec3.
|
||||
+ Fix return check in nss_wins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 05:17:59 MDT 2011 - shargagan@novell.com
|
||||
|
||||
- Fix to renew the kerberos ticket in samba after expiry; (bnc#669949).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 16 10:23:54 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Fix a 100% CPU loop when ctdbd dies during a traverse; (bnc#693945).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 15:51:22 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Make dhcpcd hook BOOTPROTO check cover dhcp6 too; (bnc#691969).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 03:00:01 MDT 2011 - shargagan@novell.com
|
||||
|
||||
- Handling of large (> 256 bytes) ntlmv2 blobs in winbind; (bnc#529946).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 19:38:49 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Package static libraries with 0644 permissions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 19:15:27 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Add Requires libtalloc-devel to libldb-devel and libtevent-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 18:48:57 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Rename libldb0 to libldb1 as 1 is the current major version of the library.
|
||||
- Add libldb1 and libtevent0 to baselibs.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 29 14:36:29 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Don't call the suse_update_config macro before building lib ldb and tevent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 13:28:42 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.6.0pre3.
|
||||
+ Listen on IPv6 addresses with IPV6_ONLY; (bso#7383).
|
||||
+ Fix wrong output in 'smbget'; (bso#8066).
|
||||
+ "inherit owner = yes" doesn't interact correctly with vfs_acl_xattr or
|
||||
vfs_acl_tdb module; (bso#8083).
|
||||
+ rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs are null;
|
||||
(bso#8088).
|
||||
+ setpwent() actually does endpwent() and vice versa on FreeBSD; (bso#8099).
|
||||
+ Fix the build of 'smbget' on HP NonStop; (bso#8106).
|
||||
|
||||
+ Fix build of tdb2.
|
||||
+ Correctly detect and deny symlinks anywhere in a path (not just the last
|
||||
component) if "follow symlinks = no".
|
||||
+ Fix timeout in rpc_pipe_open_tcp_port().
|
||||
+ Fix the build of "--with-profiling-data".
|
||||
+ Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
|
||||
2471, 2478.
|
||||
+ nsswitch: Add 'wbinfo --lookup-sids'.
|
||||
+ nsswitch: Add 'wbinfo --sids-to-unix-ids'.
|
||||
+ Fix smbd with the async echo responder.
|
||||
+ Fix the build of vfs_gpfs.c.
|
||||
+ Add a 10-second timeout for the 445 or netbios connection to a DC.
|
||||
+ Many pthreadpool fixes.
|
||||
+ Fix transaction recovery area for converted tdbs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 21:43:14 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Add PreReq permissions to the krb-printing package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 21:39:04 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Remove _libdir ldb and tevent from file list.
|
||||
- Explicitly state not to bundle talloc or tdb while ldb and tevent build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 21:12:31 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Always use the actual library version as part of the package name.
|
||||
- Exclude shared python modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 18:21:56 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.6.0pre2.
|
||||
+ ID Mapping changes.
|
||||
+ Implement SMB2 support.
|
||||
+ Add an Endpoint Mapper daemon.
|
||||
|
||||
+ Make "rlimit_max below minimum Windows limit" notification less scary;
|
||||
(bso#6837).
|
||||
+ Quota only shown when logged as root; (bso#7080).
|
||||
+ Fix printing from Windows 7; (bso#7567).
|
||||
+ Retry DNS updates when connection to one nameserver has failed; (bso#7690).
|
||||
+ Unlink may unlink wrong file when hardlinks are involved; (bso#7863).
|
||||
+ Fix 'nmbd --port'; (bso#7875).
|
||||
+ cmd_spoolss_deletedriver() returned without checking all architectures;
|
||||
(bso#7880).
|
||||
+ Don't return "-1" on success in 'net rpc vampire keytab'; (bso#7899).
|
||||
+ Fix cups pcap reload with no printers; (bso#7915).
|
||||
+ Fix bug in chain_reply; (bso#7917).
|
||||
+ Fix problems with "kernel oplocks" option set to "no"; (bso#7928).
|
||||
+ Fall back for utimes calls; (bso#7940).
|
||||
+ Catch lookup_names/sids schannel errors over ncacn_ip_tcp; (bso#7944).
|
||||
+ Let winbind try to use samlogon validation level 6; (bso#7945).
|
||||
+ Sgid bit lost on folder rename; (bso#7996).
|
||||
+ Fix getting username in 'net rap session'; (bso#8009).
|
||||
+ Fix inode generation so nautilus can count total dir size correctly;
|
||||
(bso#8010).
|
||||
+ Use jenkins hash for str_checksum; (bso#8010).
|
||||
+ Add explicit configure option whether or not to enable dmapi support;
|
||||
(bso#8033).
|
||||
+ Fix smbclient segfault with Cyrillic netbios names; (bso#8040).
|
||||
+ Fix file creation on OS/X; (bso#8042).
|
||||
|
||||
+ Add "--option" to 'testparm'.
|
||||
+ Fix crash bug on smbd shutdown when using FOPENDIR().
|
||||
+ Ensure we don't return an incorrect access mask.
|
||||
+ Fix bug against the new Mac client.
|
||||
+ Fix leak in error path.
|
||||
+ Fix error where Windows client spoolss returns WERR_INVALID_DATA.
|
||||
+ Fix a segfault in the krb5 locator plugin.
|
||||
+ Enable sharesec for registry shares.
|
||||
+ Fix memory leak in "security=share" and "force user".
|
||||
+ Add "net idmap check", a check and repair tool for the
|
||||
id mapping database.
|
||||
+ Add new 'net idmap delete' command.
|
||||
+ Fix segfault on missing input file in 'net idmap restore'.
|
||||
+ Fix 'net usersidlist' not to skip every other user.
|
||||
+ Fix potential crash bug in spoolss_PrinterEnumValues push path.
|
||||
+ Internal restructuring.
|
||||
+ Don't wipe out all printer drivers when only one should be deleted.
|
||||
+ Fix winbindd_dual_pam_auth_samlogon() for NT4 domains.
|
||||
+ Fix memory leak in print_cups.c.
|
||||
+ Remove duplicate cups response processing code.
|
||||
+ Follow force user/group for driver IO.
|
||||
+ Initiate pcap reload from parent smbd.
|
||||
+ Reload shares after pcap cache fill.
|
||||
+ Fix numerous Coverity IDs (2041 and others).
|
||||
+ Fix a memory leak in check_sam_security_info3.
|
||||
+ Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable.
|
||||
+ Make "net sam list [users|workstations]" list only the right things.
|
||||
+ Fix a potential memleak in secrets_fetch_trusted_domain_password.
|
||||
+ Use the right credentials in check_netlogond_security.
|
||||
+ Add support for AF_NETLINK addr notifications.
|
||||
+ Fork multiple Winbind children per domain.
|
||||
+ Fix a deadlock between smbd and ctdbd.
|
||||
+ Add 'wbinfo --dc-info'.
|
||||
+ Make "nmbd socket dir" configurable.
|
||||
+ Fixed valgrind errors.
|
||||
+ Fix a memleak in receive_getdc_response.
|
||||
+ Don't grant SEC_STD_DELETE always to the owner of a file.
|
||||
+ Fix segfaults on addrchange errors in Winbind.
|
||||
+ Allow machine accounts as members in groupdb.
|
||||
+ Add IPv6 support for the endpoint mapper.
|
||||
+ Free unused memory in the rpc server.
|
||||
+ Fix possible segfaults in svcctl server.
|
||||
+ Fix possible segfault with client_id in rpc server.
|
||||
+ Add a 'svcctl shutdown' function to rpc server.
|
||||
+ Fix a resource leak in net_afs.
|
||||
+ Fix a resource leak in smbta-util.
|
||||
+ Fix possible resource leak in net_usershare.
|
||||
+ Fix possible resource leak in 'smbget'.
|
||||
+ Fix possible resource leak in 'smbfilter'.
|
||||
+ Fix a possible null pointer dereference in smbd.
|
||||
+ Ensure we send the direct levelII oplock break to the correct fid.
|
||||
+ Fix private libdir and codepages paths.
|
||||
- Add RFC 3454 to the vendor files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 21:38:00 CET 2011 - jmcdonough@suse.de
|
||||
|
||||
- Fix idmap_tdb for big-endian systems such as ppc and s390;
|
||||
(bso#6901); (bnc#675978).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 16:37:34 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Fix smbclient -M NT_STATUS_PIPE_BROKEN failure; (bso#7635); (bnc#681913).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 15:53:07 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@@ -8,6 +291,12 @@ Thu Mar 17 10:24:31 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Don't crash when publishing a single printer; (bnc#643119).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 19:15:34 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Carry error status in printer list IPC message, do not refresh printers if
|
||||
cups is unavailable; (bso#7994); (bnc#675478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 10:46:20 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@@ -94,6 +383,11 @@ Fri Mar 4 20:12:24 UTC 2011 - lmuelle@suse.de
|
||||
the package name. Using the same major version does not guarantee forward
|
||||
compatibility.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 4 16:30:46 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Fix a fd-leak in libwbclient at dlclose-time; (bso#7684); (bnc#668773).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 28 14:36:49 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@@ -290,6 +584,12 @@ Sat Oct 10 13:24:17 CEST 2010 - jmcdonough@suse.de
|
||||
+ Fix crash bug in rpcclient; (bso#7688).
|
||||
+ Fix file corruption when setting Samba "write wache wize"; (bso#7715).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 16:21:40 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Let startproc wait for nmb, smb and winbind pid files getting created on
|
||||
post-11.1 systems; (bnc#520036).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 01:40:30 CEST 2010 - ddiss@suse.de
|
||||
|
||||
@@ -351,12 +651,50 @@ Thu Aug 19 19:55:37 CEST 2010 - jmcdonough@suse.de
|
||||
|
||||
- Fix preexec scripts; (bso#7104); (bnc#632852).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 19 15:22:28 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Add missing netapi, smbclient, smbsharemodes, talloc, tevent, and wbclient
|
||||
pkgconfig files and BuildRequire pkgconfig; (bnc#632770).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 21:17:34 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- BuildRequire python-devel for post-9.3 systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 20:36:10 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Only create precompiled headers for post-10.2 systems.
|
||||
- Remove mkinitrd scriptlets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 15:20:00 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Add vfs_crossrename man page.
|
||||
- Call make basic and remove conditional proto target.
|
||||
- Increase libtevent version to 0.9.9.
|
||||
- Remove wbc_async header from the file list.
|
||||
- Remove remaining cifs-mount pieces from the spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 16:58:02 UTC 2010 - jmcdonough@suse.de
|
||||
|
||||
- Fix printers not auto loading with registry config; (bso#7280);
|
||||
(bnc#617153).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 18:20:41 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
- Update to 3.6.0pre1.
|
||||
+ SMB2 support is fully functional despite managing quota using the
|
||||
Microsoft management tools.
|
||||
+ Internal Winbind passdb changes to use samr and lsa rpc pipe to get local
|
||||
user and group information.
|
||||
+ The spoolss and the old RAP printing code have been completely overhauled
|
||||
and refactored.
|
||||
+ The SMB Traffic Analyzer (SMBTA) VFS module got added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 12:36:41 UTC 2010 - lmuelle@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user