]> arthur.barton.de Git - netatalk.git/commit
Merge branch 'product-2-2' of git://netatalk.git.sourceforge.net/gitroot/netatalk...
authorAlexander Barton <alex@barton.de>
Wed, 5 Sep 2012 12:51:43 +0000 (14:51 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 5 Sep 2012 12:51:43 +0000 (14:51 +0200)
commit18877ae5db9da89832c43d22d2448974cfb175fc
treebc7a49843ca70494ab2973175ce7ed279e5e562d
parentc6841ecad3a49c9bc092f56f5f812ae42776b613
parent93201a64a30dc558d80962e25d429c5e88939a02
Merge branch 'product-2-2' of git://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk into alex-master

* 'product-2-2' of git://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk:

- Adjust loglevel Running dbd on an active volume resulted in a diagnostic
  warning to be issued that the BerkeleyDB environmnet couldn't be removed.
  This message is now only shown with -v.
- Update NEWS
- sendfile on Solaris may return EINTR with bytes written
  <https://issues.apache.org/bugzilla/show_bug.cgi?id=44550>
  <http://wesunsolve.net/bugid/id/6408517>
- Reset signal handlers and alarm timer after successfull PAM authentication
  Fixes a problem with AFP disconnects caused by pam_smbpass.so messing with
  our handlers and timer.
- Set PAM_RUSER, some PAM module may need it (looking at you pam_smbpass!)