SHA256
1
0
forked from pool/samba

- Add ldap to Should-Start and Stop of the smb init script; (bnc#730046).

- Fix smbd srv_spoolss_replycloseprinter() segfault; (bso#8384); (bnc#731571).
- Fix pam_winbind.so segfault in pam_sm_authenticate(); (bso#8564).
- Add "ldapsam:login cache" parameter to allow explicit disabling
  of the login cache; (bnc#723261).
- Fix samba duplicates file content on appending. Move posix case semantics
  out from under the VFS; (bso#6898); (bnc#681208).
- Make winbind child reconnect when remote end has closed, fix
  failing sudo; (bso#7295); (bnc#569721).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=204
This commit is contained in:
Lars Müller
2011-11-25 15:12:00 +00:00
committed by Git OBS Bridge
parent fcb5d0112d
commit 215b772441
6 changed files with 65 additions and 32 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Nov 25 12:10:25 UTC 2011 - lmuelle@suse.de
- Add ldap to Should-Start and Stop of the smb init script; (bnc#730046).
-------------------------------------------------------------------
Sun Nov 20 00:22:14 CET 2011 - ddiss@suse.de
- Fix smbd srv_spoolss_replycloseprinter() segfault; (bso#8384); (bnc#731571).
-------------------------------------------------------------------
Fri Nov 4 12:21:56 CET 2011 - ddiss@suse.de
- Fix pam_winbind.so segfault in pam_sm_authenticate(); (bso#8564).
-------------------------------------------------------------------
Tue Nov 1 23:11:41 CET 2011 - ddiss@suse.de
@@ -101,6 +116,12 @@ Tue Oct 18 21:11:37 UTC 2011 - lmuelle@suse.de
- s3: Samba PDC is looking up only primary user group; (bso#8455).
-------------------------------------------------------------------
Tue Oct 18 19:34:00 CEST 2011 - jmcdonough@suse.de
- Add "ldapsam:login cache" parameter to allow explicit disabling
of the login cache; (bnc#723261).
-------------------------------------------------------------------
Tue Oct 18 18:33:34 UTC 2011 - lmuelle@suse.de
@@ -312,6 +333,18 @@ Sun Oct 2 16:23:19 UTC 2011 - lmuelle@suse.de
- BuildRequire ctdb-devel version greater than 1.0.105 for post-10.0 systems.
-------------------------------------------------------------------
Tue Sep 27 17:56:52 CEST 2011 - hhetter@suse.de
- Fix samba duplicates file content on appending. Move posix case semantics
out from under the VFS; (bso#6898); (bnc#681208).
-------------------------------------------------------------------
Wed Sep 21 22:09:00 CEST 2011 - jmcdonough@suse.de
- Make winbind child reconnect when remote end has closed, fix
failing sudo; (bso#7295); (bnc#569721).
-------------------------------------------------------------------
Fri Sep 9 13:08:58 UTC 2011 - lmuelle@suse.de