]> arthur.barton.de Git - netatalk.git/log
netatalk.git
11 years agoSpelling fix in log message: continous -> continuous v2-alex
Alexander Barton [Thu, 3 Jan 2013 14:15:44 +0000 (15:15 +0100)]
Spelling fix in log message: continous -> continuous

11 years agoMerge branch 'product-2-2' of git://github.com/franklahm/Netatalk into alex-master
Alexander Barton [Thu, 3 Jan 2013 13:56:35 +0000 (14:56 +0100)]
Merge branch 'product-2-2' of git://github.com/franklahm/Netatalk into alex-master

* 'product-2-2' of git://github.com/franklahm/Netatalk:
  Configurable symlink behaviour
  Trying to create an EA that already existed returned the wrong AFP error code
  Add become_root() capability to nfsv4_chmod()
  Fix an error where catalog search gave incomplete results
  2.2.5dev
  Add missing source afp_asp.c
  Version 2.2.4

11 years agoConfigurable symlink behaviour
Frank Lahm [Wed, 14 Nov 2012 15:02:41 +0000 (16:02 +0100)]
Configurable symlink behaviour

Add a new volumes option 'followsymlinks' which modifies Netatalk's
handling of symlinks. Without the option (default behaviour) symlinks
are not followed by afpd.
Setting the volume option causes afpd to follow any symlink on the
server. symlinks may then point outside of the AFP volume, currently
afpd doesn't do any checks for "wide symlinks".

In order to provide a somewhat consistent interface, add an API
of o* function wrappers for filesytem related functions.
These functions take an an additonal option arg (hence the o) which
tells the functions whether symlinks shall be followed or not.

11 years agoTrying to create an EA that already existed returned the wrong AFP error code
Ralph Boehme [Wed, 12 Dec 2012 10:11:37 +0000 (11:11 +0100)]
Trying to create an EA that already existed returned the wrong AFP error code

11 years agoAdd become_root() capability to nfsv4_chmod()
Frank Lahm [Tue, 31 Jan 2012 10:58:10 +0000 (11:58 +0100)]
Add become_root() capability to nfsv4_chmod()

11 years agoFix an error where catalog search gave incomplete results
Ralph Boehme [Thu, 6 Dec 2012 08:55:53 +0000 (09:55 +0100)]
Fix an error where catalog search gave incomplete results

The bug was immediately solved when chaning the current implementation
of using the function dirlookup_bybath() with paths form the dirstack,
to dirlook() with dids stored in the dirstack.
Presumably something dirlookup_bybath() went wrong thus ceratain
folders weren't searched.

catsearch() used dirlookup() to lookup directories, but then it didn't
use movecwd() to cd into them, only lchdir(). This resulted in curdir
not being updated.
Then, while processing entries of directory and adding them to the
dircache, in case the dircache hit its maximum size limit, dircache
eviction would take place.
The dircache eviction will remove a fixed size number of directories
from the cache, but for every entry to be freed it will ensure that
it's nor curdir.
Unfortunately as catsearch didn't update that, the directory that
catsearch was working on was freed, which of course resulted in access
of invalid ressouces and possible crashes.
The fix is to just use movecwd() instead of lchdir()ing directly.

Fixes bug #479.

11 years ago2.2.5dev
Frank Lahm [Fri, 16 Nov 2012 15:24:28 +0000 (16:24 +0100)]
2.2.5dev

11 years agoAdd missing source afp_asp.c
Frank Lahm [Fri, 28 Sep 2012 07:48:51 +0000 (09:48 +0200)]
Add missing source afp_asp.c

11 years agoVersion 2.2.4
Frank Lahm [Fri, 28 Sep 2012 07:28:04 +0000 (09:28 +0200)]
Version 2.2.4

11 years agoMerge branch 'product-2-2' of git://netatalk.git.sourceforge.net/gitroot/netatalk...
Alexander Barton [Wed, 5 Sep 2012 12:51:43 +0000 (14:51 +0200)]
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!)

11 years agoAdjust loglevel
Frank Lahm [Fri, 17 Aug 2012 13:40:56 +0000 (15:40 +0200)]
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.

11 years agoUpdate NEWS
Frank Lahm [Fri, 17 Aug 2012 11:45:18 +0000 (13:45 +0200)]
Update NEWS

11 years agosendfile on Solaris may return EINTR with bytes written https://issues.apache.org...
Frank Lahm [Fri, 3 Aug 2012 06:01:07 +0000 (08:01 +0200)]
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

11 years agoReset signal handlers and alarm timer after successfull PAM authentication
Frank Lahm [Fri, 27 Jul 2012 10:01:35 +0000 (12:01 +0200)]
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.

11 years agoMerge branch 'product-2-2' of git://netatalk.git.sourceforge.net/gitroot/netatalk...
Alexander Barton [Fri, 20 Jul 2012 19:29:21 +0000 (21:29 +0200)]
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: (23 commits)
  Update NEWS
  Fix signal blocking, pthread_sigmask was called before mask initialisation.
  Block SIGTERM when calling pam_close_session
  Missing UAM links
  2.2.4dev
  2.2.3
  Fix ressource leak, from Riccardo Magliocchetti
  Enhance logging
  Only use AI_NUMERICSERV if defined
  nosavepassword is not default
  Zeroconf could not advertise non-ASCII time machine volume name, suggested by Oichi
  Changed behaviour for TimeMachine volumes in case there's a problem talking to the CNID daemons.
  Fix regression introduced by previous IPC fds fix
  Update news
  Closing of the parent IPC fd at the right place
  Close client side of IPC fd in parent
  Close IPC file descriptors inherited from afpd master process
  show_usage was called with a NULL name
  Backport GSSAPI detectino fix for Solaris from 3.0
  Don't remove BerkeleyDB if it's still in use by eg cnid_dbd
  ...

11 years agoSet PAM_RUSER, some PAM module may need it (looking at you pam_smbpass!)
Frank Lahm [Sat, 23 Jun 2012 13:10:41 +0000 (15:10 +0200)]
Set PAM_RUSER, some PAM module may need it (looking at you pam_smbpass!)

11 years agoUpdate NEWS
Frank Lahm [Sat, 23 Jun 2012 11:50:33 +0000 (13:50 +0200)]
Update NEWS

11 years agoFix signal blocking, pthread_sigmask was called before mask initialisation. Also...
Frank Lahm [Wed, 20 Jun 2012 13:33:26 +0000 (15:33 +0200)]
Fix signal blocking, pthread_sigmask was called before mask initialisation. Also block all sigs instead of only SIGTERM (think I saw SIGHUP somewhere).

11 years agoBlock SIGTERM when calling pam_close_session
Frank Lahm [Mon, 18 Jun 2012 14:26:28 +0000 (16:26 +0200)]
Block SIGTERM when calling pam_close_session

11 years agoMissing UAM links
Frank Lahm [Tue, 29 May 2012 14:00:04 +0000 (16:00 +0200)]
Missing UAM links

11 years ago2.2.4dev
Frank Lahm [Tue, 29 May 2012 13:54:07 +0000 (15:54 +0200)]
2.2.4dev

11 years ago2.2.3
Frank Lahm [Tue, 22 May 2012 11:28:53 +0000 (13:28 +0200)]
2.2.3

11 years agoFix ressource leak, from Riccardo Magliocchetti
Frank Lahm [Tue, 22 May 2012 11:13:22 +0000 (13:13 +0200)]
Fix ressource leak, from Riccardo Magliocchetti

11 years agoEnhance logging
Frank Lahm [Mon, 21 May 2012 13:58:46 +0000 (15:58 +0200)]
Enhance logging

11 years agoOnly use AI_NUMERICSERV if defined
Frank Lahm [Mon, 21 May 2012 13:56:45 +0000 (15:56 +0200)]
Only use AI_NUMERICSERV if defined

11 years agonosavepassword is not default
HAT [Wed, 16 May 2012 14:26:30 +0000 (23:26 +0900)]
nosavepassword is not default

11 years agoZeroconf could not advertise non-ASCII time machine volume name, suggested by Oichi
HAT [Tue, 15 May 2012 12:47:44 +0000 (21:47 +0900)]
Zeroconf could not advertise non-ASCII time machine volume name, suggested by Oichi

11 years agoChanged behaviour for TimeMachine volumes in case there's a problem
Frank Lahm [Tue, 15 May 2012 11:43:08 +0000 (13:43 +0200)]
Changed behaviour for TimeMachine volumes in case there's a problem
talking to the CNID daemons. Previously the volume was flagged read-only
and an AFP message was sent to the client. As this might result in
TimeMachine assuming the backup sparse bundle is damaged, we now just
switch the CNID database to an in-memory tdb without the additional stuff.

11 years agoFix regression introduced by previous IPC fds fix
Frank Lahm [Fri, 4 May 2012 08:25:32 +0000 (10:25 +0200)]
Fix regression introduced by previous IPC fds fix

12 years agoUpdate news
Frank Lahm [Thu, 26 Apr 2012 12:50:08 +0000 (14:50 +0200)]
Update news

12 years agoClosing of the parent IPC fd at the right place
Frank Lahm [Thu, 5 Apr 2012 06:18:07 +0000 (08:18 +0200)]
Closing of the parent IPC fd at the right place

12 years agoClose client side of IPC fd in parent
Frank Lahm [Thu, 26 Apr 2012 12:14:43 +0000 (14:14 +0200)]
Close client side of IPC fd in parent

12 years agoClose IPC file descriptors inherited from afpd master process
Frank Lahm [Thu, 26 Apr 2012 11:36:50 +0000 (13:36 +0200)]
Close IPC file descriptors inherited from afpd master process

12 years agoshow_usage was called with a NULL name
Frank Lahm [Tue, 10 Apr 2012 10:54:03 +0000 (12:54 +0200)]
show_usage was called with a NULL name

12 years agoBackport GSSAPI detectino fix for Solaris from 3.0
Frank Lahm [Wed, 4 Apr 2012 13:40:26 +0000 (15:40 +0200)]
Backport GSSAPI detectino fix for Solaris from 3.0

12 years agoDon't remove BerkeleyDB if it's still in use by eg cnid_dbd
Frank Lahm [Fri, 30 Mar 2012 08:43:42 +0000 (10:43 +0200)]
Don't remove BerkeleyDB if it's still in use by eg cnid_dbd

12 years agosmall fix
HAT [Fri, 23 Mar 2012 18:09:05 +0000 (03:09 +0900)]
small fix

12 years agodebian initscript: start avahi-daemon (if available) before atalkd,
HAT [Wed, 21 Mar 2012 15:55:26 +0000 (00:55 +0900)]
debian initscript: start avahi-daemon (if available) before atalkd,
from netatalk_2.2.2-1 deb package

12 years agoEnsure TCP_NODELAY is set on the AFP session socket
Frank Lahm [Tue, 20 Mar 2012 13:44:19 +0000 (14:44 +0100)]
Ensure TCP_NODELAY is set on the AFP session socket

12 years agoMerge branch 'master' of git://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk...
Alexander Barton [Tue, 20 Mar 2012 01:04:54 +0000 (02:04 +0100)]
Merge branch 'master' of git://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk into alex-master

* 'master' of git://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk:
  Fix a possible bug handling disconnected sessions, NetAFP Bug ID #16
  Cleanup respawn throttling code
  For the future, conf file version is clarified
  Fix dependencie on LDAP
  Check if server_name might is GSS_C_NO_NAME
  Update news
  Fixes, from Riccardo Magliocchetti
  Fix, from Riccardo Magliocchetti
  Fixes, from Riccardo Magliocchetti
  ldap_uuid_string
  configure summary and afpd -V: show mDNSResponder or Avahi
  Support for mdnsresponder, from Lee Essen
  Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn and -krb5service are not set, from Jamie Gilbertson
  Update new
  Dont use search db when doing partial name search
  Fix an error message
  Fix broken sendfile on FreeBSD, from Denis Ahrens
  Ensure our umask is not altered by eg pam_umask

12 years agoFix a possible bug handling disconnected sessions, NetAFP Bug ID #16
Frank Lahm [Mon, 19 Mar 2012 14:33:47 +0000 (15:33 +0100)]
Fix a possible bug handling disconnected sessions, NetAFP Bug ID #16

12 years agoMerge remote branch 'sf/master'
Frank Lahm [Sat, 17 Mar 2012 17:10:52 +0000 (18:10 +0100)]
Merge remote branch 'sf/master'

12 years agoCleanup respawn throttling code
Frank Lahm [Sat, 17 Mar 2012 17:08:58 +0000 (18:08 +0100)]
Cleanup respawn throttling code

12 years agoFor the future, conf file version is clarified
HAT [Tue, 13 Mar 2012 15:43:23 +0000 (00:43 +0900)]
For the future, conf file version is clarified

12 years agoMerge branch 'master' of netafp.com:git/netatalk
Frank Lahm [Fri, 9 Mar 2012 10:20:56 +0000 (11:20 +0100)]
Merge branch 'master' of netafp.com:git/netatalk

12 years agoFix dependencie on LDAP
Frank Lahm [Fri, 9 Mar 2012 10:20:40 +0000 (11:20 +0100)]
Fix dependencie on LDAP

12 years agoCheck if server_name might is GSS_C_NO_NAME
Frank Lahm [Wed, 7 Mar 2012 13:16:44 +0000 (14:16 +0100)]
Check if server_name might is GSS_C_NO_NAME

12 years agoUpdate news
Frank Lahm [Mon, 5 Mar 2012 15:37:25 +0000 (16:37 +0100)]
Update news

12 years agoMerge branch 'ldap'
Frank Lahm [Mon, 5 Mar 2012 15:36:06 +0000 (16:36 +0100)]
Merge branch 'ldap'

12 years agoFixes, from Riccardo Magliocchetti
Frank Lahm [Mon, 5 Mar 2012 14:24:14 +0000 (15:24 +0100)]
Fixes, from Riccardo Magliocchetti

12 years agoFix, from Riccardo Magliocchetti
Frank Lahm [Mon, 5 Mar 2012 13:30:24 +0000 (14:30 +0100)]
Fix, from Riccardo Magliocchetti

12 years agoFixes, from Riccardo Magliocchetti
Frank Lahm [Mon, 5 Mar 2012 12:04:40 +0000 (13:04 +0100)]
Fixes, from Riccardo Magliocchetti

12 years agoldap_uuid_string
Frank Lahm [Mon, 5 Mar 2012 11:52:05 +0000 (12:52 +0100)]
ldap_uuid_string

12 years agoconfigure summary and afpd -V: show mDNSResponder or Avahi
HAT [Fri, 2 Mar 2012 16:15:10 +0000 (01:15 +0900)]
configure summary and afpd -V: show mDNSResponder or Avahi

12 years agoSupport for mdnsresponder, from Lee Essen
Frank Lahm [Wed, 29 Feb 2012 12:03:59 +0000 (13:03 +0100)]
Support for mdnsresponder, from Lee Essen

12 years agoUse GSS_C_NO_NAME as server principal when Kerberos options -fqdn and -krb5service...
Frank Lahm [Wed, 29 Feb 2012 10:11:56 +0000 (11:11 +0100)]
Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn and -krb5service are not set, from Jamie Gilbertson

12 years agoUpdate new
Frank Lahm [Fri, 24 Feb 2012 13:17:36 +0000 (14:17 +0100)]
Update new

12 years agoDont use search db when doing partial name search
Frank Lahm [Fri, 24 Feb 2012 13:16:51 +0000 (14:16 +0100)]
Dont use search db when doing partial name search

12 years agoFix an error message
Frank Lahm [Mon, 13 Feb 2012 05:38:32 +0000 (06:38 +0100)]
Fix an error message

12 years agoFix broken sendfile on FreeBSD, from Denis Ahrens
Frank Lahm [Thu, 9 Feb 2012 14:39:08 +0000 (15:39 +0100)]
Fix broken sendfile on FreeBSD, from Denis Ahrens

12 years agoEnsure our umask is not altered by eg pam_umask
Frank Lahm [Mon, 6 Feb 2012 14:57:21 +0000 (15:57 +0100)]
Ensure our umask is not altered by eg pam_umask

12 years agoconfigure script: fix indentation
Alexander Barton [Fri, 9 Dec 2011 15:50:47 +0000 (16:50 +0100)]
configure script: fix indentation

12 years agoFix indentation of --enable-zeroconf help message
Alexander Barton [Sat, 29 Jan 2011 11:39:18 +0000 (12:39 +0100)]
Fix indentation of --enable-zeroconf help message

12 years agoMake sure that .AppleDesktop folder is created on volume activation
Alexander Barton [Sat, 18 Sep 2010 13:42:28 +0000 (15:42 +0200)]
Make sure that .AppleDesktop folder is created on volume activation

The .AppleDesktop folder contains the .volinfo file which is used by
tools (like dbd, for example) to get the Netatalk volume configuration.

12 years agoMap special Mac folder names to hidden UNIX names
Alexander Barton [Tue, 4 May 2010 22:43:23 +0000 (00:43 +0200)]
Map special Mac folder names to hidden UNIX names

12 years agoDon't pre-create special folders
Alexander Barton [Tue, 4 May 2010 22:43:09 +0000 (00:43 +0200)]
Don't pre-create special folders

12 years agoFix whitespaces in log messages
Alexander Barton [Tue, 4 May 2010 22:35:10 +0000 (00:35 +0200)]
Fix whitespaces in log messages

12 years agoconfigure script: fix indentation
Alexander Barton [Tue, 4 May 2010 22:33:07 +0000 (00:33 +0200)]
configure script: fix indentation

12 years agoexperimental systemd service files: always run both afpd and cnid_metad
HAT [Fri, 3 Feb 2012 15:26:01 +0000 (00:26 +0900)]
experimental systemd service files: always run both afpd and cnid_metad

12 years agobased on Unicode 6.1.0
HAT [Wed, 1 Feb 2012 12:34:03 +0000 (21:34 +0900)]
based on Unicode 6.1.0
use C99 standard fixed width types from stdint.h

12 years agoImport manpages from XML
Frank Lahm [Mon, 16 Jan 2012 08:58:46 +0000 (09:58 +0100)]
Import manpages from XML

12 years agobump
Frank Lahm [Thu, 12 Jan 2012 09:26:15 +0000 (10:26 +0100)]
bump

12 years agoMerge branch 'master' of netafp.com:git/netatalk
Frank Lahm [Wed, 4 Jan 2012 06:05:44 +0000 (07:05 +0100)]
Merge branch 'master' of netafp.com:git/netatalk

12 years agoAdd compat header, from Brad Smith
Frank Lahm [Wed, 4 Jan 2012 06:05:31 +0000 (07:05 +0100)]
Add compat header, from Brad Smith

12 years agoRemove bdb env on exit
Frank Lahm [Tue, 3 Jan 2012 14:20:46 +0000 (15:20 +0100)]
Remove bdb env on exit

12 years agofilename should be compared using lower case.
HAT [Mon, 2 Jan 2012 02:37:54 +0000 (11:37 +0900)]
filename should be compared using lower case.
Ref: Technical Note TN1150 - HFS Plus Volume Format
http://developer.apple.com/legacy/mac/library/#technotes/tn/tn1150.html#//apple_ref/doc/uid/DTS10002989

BUG: should be compared using NFKD for fuzzy search.

12 years agocnid_metad, cnid_dbd, dbd: show version
HAT [Sun, 1 Jan 2012 14:33:53 +0000 (23:33 +0900)]
cnid_metad, cnid_dbd, dbd: show version

12 years agosearch of surrogate pair
HAT [Sat, 31 Dec 2011 06:43:28 +0000 (15:43 +0900)]
search of surrogate pair

12 years agosuse-sysv: run netatalk after avahi-daemon
HAT [Wed, 21 Dec 2011 14:26:40 +0000 (23:26 +0900)]
suse-sysv: run netatalk after avahi-daemon

12 years agoNetBSD: Fix afpd startup script, from patch-bk,v 1.1
HAT [Tue, 20 Dec 2011 10:44:59 +0000 (19:44 +0900)]
NetBSD: Fix afpd startup script, from patch-bk,v 1.1
Adds command_args to startup script to write the pid file to /var/run
as intended. Apparently the lack of a pid file  did not affect NetBSD's
ability to stop the daemon, but it did prevent it on DragonFly BSD.

12 years agoafpd -V: sort
HAT [Thu, 15 Dec 2011 13:30:44 +0000 (22:30 +0900)]
afpd -V: sort

12 years agosystemd: run netatalk after slpd and avahi-daemon
HAT [Thu, 15 Dec 2011 13:04:09 +0000 (22:04 +0900)]
systemd: run netatalk after slpd and avahi-daemon

12 years agoFix hooks
Frank Lahm [Thu, 8 Dec 2011 08:43:24 +0000 (09:43 +0100)]
Fix hooks

12 years agoFixes, from Riccardo Magliocchetti
Frank Lahm [Tue, 6 Dec 2011 10:43:16 +0000 (11:43 +0100)]
Fixes, from Riccardo Magliocchetti

12 years agodirfd and standards, oh my
Frank Lahm [Tue, 6 Dec 2011 10:35:02 +0000 (11:35 +0100)]
dirfd and standards, oh my

12 years agoSolaris compilation environment, request SUSv3 and plus Extensions, Oracle compiler...
Frank Lahm [Mon, 5 Dec 2011 15:08:08 +0000 (16:08 +0100)]
Solaris compilation environment, request SUSv3 and plus Extensions, Oracle compiler needs this

12 years agoPortability fix
Frank Lahm [Mon, 5 Dec 2011 14:05:36 +0000 (15:05 +0100)]
Portability fix

12 years agoFix typo
Frank Lahm [Mon, 5 Dec 2011 13:28:38 +0000 (14:28 +0100)]
Fix typo

12 years agoRevert 33068a, Debian Default-Stop runlevel. On request of the Debian package maintai...
Frank Lahm [Wed, 30 Nov 2011 13:33:20 +0000 (14:33 +0100)]
Revert 33068a, Debian Default-Stop runlevel. On request of the Debian package maintainer Jonas Smedegaard

12 years agoSeveral small fixes, from Riccardo Magliocchetti
Frank Lahm [Wed, 30 Nov 2011 13:27:44 +0000 (14:27 +0100)]
Several small fixes, from Riccardo Magliocchetti

12 years agoMerge remote branch 'sf/master'
Frank Lahm [Wed, 30 Nov 2011 10:59:57 +0000 (11:59 +0100)]
Merge remote branch 'sf/master'

12 years agoRANDNUM: somewhat detailed
HAT [Tue, 29 Nov 2011 15:55:13 +0000 (00:55 +0900)]
RANDNUM: somewhat detailed

12 years agonew configure option "--enable-suse-systemd" for openSUSE12.1 and later.
HAT [Mon, 28 Nov 2011 17:51:28 +0000 (02:51 +0900)]
new configure option "--enable-suse-systemd" for openSUSE12.1 and later.
"--enable-suse" is renamed "--enable-suse-sysv".

12 years agoFixes, from Mark Williams
Frank Lahm [Mon, 28 Nov 2011 12:32:52 +0000 (13:32 +0100)]
Fixes, from Mark Williams

12 years agoUpdate NEWS
Frank Lahm [Mon, 28 Nov 2011 11:53:36 +0000 (12:53 +0100)]
Update NEWS

12 years agoFix log messages
Frank Lahm [Mon, 28 Nov 2011 11:36:00 +0000 (12:36 +0100)]
Fix log messages

12 years agoUse uint64_t instead of off_t for VolSpace
Frank Lahm [Mon, 28 Nov 2011 10:48:22 +0000 (11:48 +0100)]
Use uint64_t instead of off_t for VolSpace
The quota code doesn't work with off_t. Update NEWS.

12 years agoconfigure fix for systemd stuff
Frank Lahm [Sun, 27 Nov 2011 10:20:51 +0000 (11:20 +0100)]
configure fix for systemd stuff

12 years agocontrib/systemd/ move to distrib/systemd/
HAT [Sat, 26 Nov 2011 23:58:07 +0000 (08:58 +0900)]
contrib/systemd/ move to distrib/systemd/

12 years agoexperimental systemd service files in contrib/systemd/ , suggested by eindl Harald
HAT [Sat, 26 Nov 2011 14:04:24 +0000 (23:04 +0900)]
experimental systemd service files in contrib/systemd/ , suggested by eindl Harald