]> arthur.barton.de Git - netatalk.git/log
netatalk.git
12 years agoAdd a configurable hold time option to FCE file modification event generation, defaul...
Frank Lahm [Sat, 13 Aug 2011 20:21:12 +0000 (22:21 +0200)]
Add a configurable hold time option to FCE file modification event generation, default is 60 s.
New option "fceholdfmod" to change it.

12 years agoSome cleanup in FCE coalesce. Use bitflags instead of strings.
Frank Lahm [Fri, 12 Aug 2011 12:25:42 +0000 (14:25 +0200)]
Some cleanup in FCE coalesce. Use bitflags instead of strings.

12 years agoRemove sleep state flags when entering disconnected state.
Frank Lahm [Fri, 12 Aug 2011 09:02:06 +0000 (11:02 +0200)]
Remove sleep state flags when entering disconnected state.

12 years agoReturn correct user/group type when mapping UUIDs to names.
Frank Lahm [Fri, 12 Aug 2011 07:24:46 +0000 (09:24 +0200)]
Return correct user/group type when mapping UUIDs to names.
For directories add DARWIN_ACE_DELETE ACE if DARWIN_ACE_ADD_SUBDIRECTORY is set.
From Laura Müller.

12 years agoSet disconnect timeout to the same value as sleep timeout.
Frank Lahm [Thu, 11 Aug 2011 12:39:14 +0000 (14:39 +0200)]
Set disconnect timeout to the same value as sleep timeout.
Avoid adding an additional option, because without intimate knowledge of the underlying semtantics, noone but the implementor is really able to make an educated choice.

12 years agoMake IPC reconnect block, switch to non-blocking IO after connect.
Frank Lahm [Thu, 11 Aug 2011 12:08:36 +0000 (14:08 +0200)]
Make IPC reconnect block, switch to non-blocking IO after connect.

12 years agocase-conversion of surrogate pair
HAT [Wed, 10 Aug 2011 14:39:51 +0000 (23:39 +0900)]
case-conversion of surrogate pair

12 years agoFix a possible crash at startup when registering with Avahi when Avahi is not running
Frank Lahm [Wed, 10 Aug 2011 12:34:19 +0000 (14:34 +0200)]
Fix a possible crash at startup when registering with Avahi when Avahi is not running

12 years agoCorrect logger setup in afpd and reduce log clutter by reducing loglevel of logger...
Frank Lahm [Wed, 10 Aug 2011 09:02:59 +0000 (11:02 +0200)]
Correct logger setup in afpd and reduce log clutter by reducing loglevel of logger syslog setup

12 years agoInitialize ACL cache entry element in the rootParent directory structure.
Frank Lahm [Tue, 9 Aug 2011 13:16:05 +0000 (15:16 +0200)]
Initialize ACL cache entry element in the rootParent directory structure.
From Laura Müller.

12 years ago.volinfo file not created on first volume access if user in rolist
Frank Lahm [Tue, 2 Aug 2011 08:29:08 +0000 (10:29 +0200)]
.volinfo file not created on first volume access if user in rolist

12 years agoFix brokenness with case insensitive username matching with an empty gecos field.
Frank Lahm [Mon, 1 Aug 2011 14:32:06 +0000 (16:32 +0200)]
Fix brokenness with case insensitive username matching with an empty gecos field.

12 years agoMerge remote branch 'sf/master'
Frank Lahm [Mon, 1 Aug 2011 12:53:17 +0000 (14:53 +0200)]
Merge remote branch 'sf/master'

12 years agoFix ACL detection, thanks to Rod Yager for spotting this
Frank Lahm [Mon, 1 Aug 2011 12:52:44 +0000 (14:52 +0200)]
Fix ACL detection, thanks to Rod Yager for spotting this

12 years agochmod -x fce*.c
HAT [Sat, 30 Jul 2011 16:16:22 +0000 (01:16 +0900)]
chmod -x fce*.c

12 years agoMerge pull request #1 from knu/freebsd_fix
franklahm [Sat, 30 Jul 2011 14:33:53 +0000 (07:33 -0700)]
Merge pull request #1 from knu/freebsd_fix

Fixes for building on FreeBSD

12 years agoFreeBSD needs __BSD_VISIBLE to be defined to pull u_short, u_char, etc. in.
Akinori MUSHA [Sat, 30 Jul 2011 03:33:08 +0000 (12:33 +0900)]
FreeBSD needs __BSD_VISIBLE to be defined to pull u_short, u_char, etc. in.

12 years agoProperly include sys/resource.h for using getrlimit/setrlimit.
Akinori MUSHA [Sat, 30 Jul 2011 03:30:49 +0000 (12:30 +0900)]
Properly include sys/resource.h for using getrlimit/setrlimit.

12 years agoImplement the non-POSIX.1e function acl_from_mode().
Akinori MUSHA [Sat, 30 Jul 2011 03:29:38 +0000 (12:29 +0900)]
Implement the non-POSIX.1e function acl_from_mode().

12 years agoFix HAVE_ACL_GET_PERM_NP never being defined.
Akinori MUSHA [Sat, 30 Jul 2011 03:28:29 +0000 (12:28 +0900)]
Fix HAVE_ACL_GET_PERM_NP never being defined.

12 years agorm config/netatalk.pamd.shadow
HAT [Fri, 29 Jul 2011 13:25:30 +0000 (22:25 +0900)]
rm config/netatalk.pamd.shadow

12 years agoRIP cobalt
HAT [Fri, 29 Jul 2011 13:19:19 +0000 (22:19 +0900)]
RIP cobalt

12 years agoMerge remote branch 'sf/master'
Frank Lahm [Fri, 29 Jul 2011 09:34:27 +0000 (11:34 +0200)]
Merge remote branch 'sf/master'

12 years agoEnhance ACL support detection for volumes
Frank Lahm [Fri, 29 Jul 2011 09:32:24 +0000 (11:32 +0200)]
Enhance ACL support detection for volumes
Enable them per volume if
1) ACL support is compiled in
2) the volume supports ACLs
3) the new option "noacls" is not set for the volume
The previous behaviour was to enable ACL support for a volume if
1) it was compiled in and
2) the volume supported ACLs.
There was no way to disable ACLs for a volume.

12 years agoFix volume ACL support detection
Frank Lahm [Fri, 29 Jul 2011 09:11:23 +0000 (11:11 +0200)]
Fix volume ACL support detection

12 years agoWhat is maccharset?
HAT [Thu, 28 Jul 2011 15:34:54 +0000 (00:34 +0900)]
What is maccharset?
"maccharset:UTF8-MAC" is wrong.

12 years agotypo
HAT [Thu, 28 Jul 2011 15:07:55 +0000 (00:07 +0900)]
typo

12 years agoFix a crash when searching for a UUID that is not a special local UUID and LDAP suppo...
Frank Lahm [Thu, 28 Jul 2011 14:36:21 +0000 (16:36 +0200)]
Fix a crash when searching for a UUID that is not a special local UUID and LDAP support is not compiled in.
NetAPF bug #10149.

12 years agoUpdate NEWS
Frank Lahm [Wed, 27 Jul 2011 15:08:29 +0000 (17:08 +0200)]
Update NEWS

12 years agoSlightly change sleep time calculation
Frank Lahm [Wed, 27 Jul 2011 14:50:24 +0000 (16:50 +0200)]
Slightly change sleep time calculation

12 years agoAdd a LOG message telling configured fdset size
Frank Lahm [Wed, 27 Jul 2011 14:27:23 +0000 (16:27 +0200)]
Add a LOG message telling configured fdset size

12 years agoDon't realloc connection handling array.
Frank Lahm [Wed, 27 Jul 2011 14:07:59 +0000 (16:07 +0200)]
Don't realloc connection handling array.
That leads to undefined behaviour due to a race condition.

12 years agoDon't create IPC reconnect socket if not needed.
Frank Lahm [Wed, 27 Jul 2011 10:18:44 +0000 (12:18 +0200)]
Don't create IPC reconnect socket if not needed.

12 years agoDisable continous service feature by default, new option keepsessions to enable it.
Frank Lahm [Wed, 27 Jul 2011 09:27:59 +0000 (11:27 +0200)]
Disable continous service feature by default, new option keepsessions to enable it.
Fix a possible race condition between SIGCHLD handler and new connection attempts.

12 years agomemmove was moving too much
Frank Lahm [Tue, 26 Jul 2011 15:03:41 +0000 (17:03 +0200)]
memmove was moving too much

12 years agoMerge branch 'master' of netafp.com:git/netatalk
Frank Lahm [Tue, 26 Jul 2011 11:58:45 +0000 (13:58 +0200)]
Merge branch 'master' of netafp.com:git/netatalk

12 years agoMerge branch 'master', remote branch 'sf/master'
Frank Lahm [Tue, 26 Jul 2011 11:58:23 +0000 (13:58 +0200)]
Merge branch 'master', remote branch 'sf/master'

12 years agofix timeout calculation
Frank Lahm [Tue, 26 Jul 2011 11:08:36 +0000 (13:08 +0200)]
fix timeout calculation

12 years agoGive IPC reconnect more time
Frank Lahm [Tue, 26 Jul 2011 09:27:41 +0000 (11:27 +0200)]
Give IPC reconnect more time

12 years agoTemporarily disable ECONNRESET detection, it causes primary reconnections failures
Frank Lahm [Tue, 26 Jul 2011 09:02:52 +0000 (11:02 +0200)]
Temporarily disable ECONNRESET detection, it causes primary reconnections failures

12 years agoRemove forgotten logger flooding check bypass
Frank Lahm [Tue, 26 Jul 2011 07:46:42 +0000 (09:46 +0200)]
Remove forgotten logger flooding check bypass

12 years agoIn disconnected state afpd process was still reading from socket every SIGALARM
Frank Lahm [Fri, 22 Jul 2011 13:16:50 +0000 (15:16 +0200)]
In disconnected state afpd process was still reading from socket every SIGALARM

12 years agoAdd a log message indicating disconnected state has been entered
Frank Lahm [Fri, 22 Jul 2011 12:39:32 +0000 (14:39 +0200)]
Add a log message indicating disconnected state has been entered

12 years agoFix a problem leading to multiple afpd processes for one user when a primary reconnec...
Frank Lahm [Fri, 22 Jul 2011 12:00:40 +0000 (14:00 +0200)]
Fix a problem leading to multiple afpd processes for one user when a primary reconnect fails for some reason.
Fix a problem when sesssion disconnected state was not entered, because the connectivity interruption happened while an AFP command was active.

12 years agobumo
Frank Lahm [Fri, 22 Jul 2011 06:09:48 +0000 (08:09 +0200)]
bumo

12 years agoMere sf master
Frank Lahm [Fri, 22 Jul 2011 04:35:16 +0000 (06:35 +0200)]
Mere sf master

12 years agoFix regression in session IPC handling
Frank Lahm [Thu, 21 Jul 2011 13:23:53 +0000 (15:23 +0200)]
Fix regression in session IPC handling

12 years agoreplace "16" with "AFPSTATUS_MACHLEN"
HAT [Wed, 20 Jul 2011 13:50:15 +0000 (22:50 +0900)]
replace "16" with "AFPSTATUS_MACHLEN"

12 years agoAbbreviate Netatalk in version string as necessary so that the version number isn...
Frank Lahm [Wed, 20 Jul 2011 09:28:19 +0000 (11:28 +0200)]
Abbreviate Netatalk in version string as necessary so that the version number isn't cut off and the whole string fits within the 16 bytes machine type buffer

12 years agoUpdate NEWS
Frank Lahm [Tue, 19 Jul 2011 11:41:39 +0000 (13:41 +0200)]
Update NEWS

12 years agoAdjust log message
Frank Lahm [Tue, 19 Jul 2011 10:14:38 +0000 (12:14 +0200)]
Adjust log message

12 years agoMore robust IPC reconnect error handling
Frank Lahm [Tue, 19 Jul 2011 09:57:35 +0000 (11:57 +0200)]
More robust IPC reconnect error handling

12 years agoAdjust LOG message
Frank Lahm [Tue, 19 Jul 2011 08:22:38 +0000 (10:22 +0200)]
Adjust LOG message

12 years agoACL access checking was using from directory pointer
Frank Lahm [Mon, 18 Jul 2011 18:05:07 +0000 (20:05 +0200)]
ACL access checking was using from directory pointer

12 years agodbd can be run on active volumes
Frank Lahm [Mon, 18 Jul 2011 09:41:17 +0000 (11:41 +0200)]
dbd can be run on active volumes

12 years agoPrevious commit removed fix for debug printing large amount of supplementary groups
Frank Lahm [Mon, 18 Jul 2011 09:04:19 +0000 (11:04 +0200)]
Previous commit removed fix for debug printing large amount of supplementary groups

12 years agoFix moved header
Frank Lahm [Fri, 15 Jul 2011 09:26:24 +0000 (11:26 +0200)]
Fix moved header

12 years agoIt seems to have found some mistakes in commit immediately before...
HAT [Thu, 14 Jul 2011 15:16:51 +0000 (00:16 +0900)]
It seems to have found some mistakes in commit immediately before...

12 years agoMachineType string is up to 16 characters
HAT [Thu, 14 Jul 2011 15:01:13 +0000 (00:01 +0900)]
MachineType string is up to 16 characters
Merge remote-tracking branch 'remotes/origin/branch-netatalk-2-1'

12 years agoMachineType string is up to 16 characters
HAT [Thu, 14 Jul 2011 14:41:33 +0000 (23:41 +0900)]
MachineType string is up to 16 characters

12 years agoCreate special folders as root, otherwise first time mounting a volume with ro rights...
Frank Lahm [Wed, 13 Jul 2011 09:27:25 +0000 (11:27 +0200)]
Create special folders as root, otherwise first time mounting a volume with ro rights fails

12 years agoMerge branch 'master' of netafp.com:git/netatalk
Frank Lahm [Wed, 13 Jul 2011 09:14:54 +0000 (11:14 +0200)]
Merge branch 'master' of netafp.com:git/netatalk

12 years agoWorkaround for old automake bug
Frank Lahm [Fri, 8 Jul 2011 09:58:49 +0000 (11:58 +0200)]
Workaround for old automake bug

12 years agouse seteuid(0) and back in savevolinfo
Frank Lahm [Mon, 4 Jul 2011 10:40:41 +0000 (12:40 +0200)]
use seteuid(0) and back in savevolinfo

12 years agoImplement cnid_dbd option -d, deletes CNID db
Frank Lahm [Tue, 28 Jun 2011 12:35:51 +0000 (14:35 +0200)]
Implement cnid_dbd option -d, deletes CNID db

12 years agoUpdate NEWS
Frank Lahm [Tue, 28 Jun 2011 07:59:12 +0000 (09:59 +0200)]
Update NEWS

12 years agoCorrectly define IPC PATH
Frank Lahm [Tue, 28 Jun 2011 07:53:42 +0000 (09:53 +0200)]
Correctly define IPC PATH

12 years agoFix buffer overrun with many groups
Frank Lahm [Mon, 27 Jun 2011 08:25:31 +0000 (10:25 +0200)]
Fix buffer overrun with many groups

12 years agoAdd file for dirfd
Frank Lahm [Sat, 25 Jun 2011 15:29:29 +0000 (17:29 +0200)]
Add file for dirfd

12 years agoMerge branch 'master' of rsrc.de:git/netatalk
Frank Lahm [Sat, 25 Jun 2011 15:26:16 +0000 (17:26 +0200)]
Merge branch 'master' of rsrc.de:git/netatalk

12 years agoAdd Solaris 10 replacement for dirfd
Frank Lahm [Sat, 25 Jun 2011 15:26:03 +0000 (17:26 +0200)]
Add Solaris 10 replacement for dirfd

12 years agoglobals.h has moved
Frank Lahm [Sat, 18 Jun 2011 10:48:19 +0000 (12:48 +0200)]
globals.h has moved

12 years agoMerge sf
Frank Lahm [Sat, 18 Jun 2011 10:45:01 +0000 (12:45 +0200)]
Merge sf

12 years agoMerge branch 'master' of ssh://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk
Frank Lahm [Sat, 18 Jun 2011 10:42:53 +0000 (12:42 +0200)]
Merge branch 'master' of ssh://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk

12 years agoAdd missing source files
Frank Lahm [Sat, 18 Jun 2011 10:42:09 +0000 (12:42 +0200)]
Add missing source files

12 years agoFix merge conflict resolution error
Frank Lahm [Sat, 18 Jun 2011 05:56:17 +0000 (07:56 +0200)]
Fix merge conflict resolution error

12 years agoMerge sf
Frank Lahm [Thu, 16 Jun 2011 12:31:42 +0000 (14:31 +0200)]
Merge sf

12 years agoUpdate NEWS
Frank Lahm [Thu, 16 Jun 2011 12:29:05 +0000 (14:29 +0200)]
Update NEWS

12 years agoconfigure script: show LDAP support
HAT [Thu, 16 Jun 2011 07:29:50 +0000 (16:29 +0900)]
configure script: show LDAP support

12 years agosuse initscript: return better status, suggested by Toshihiro Togo
HAT [Wed, 15 Jun 2011 13:55:38 +0000 (22:55 +0900)]
suse initscript: return better status, suggested by Toshihiro Togo

12 years agoImport dbd from XML
Frank Lahm [Wed, 15 Jun 2011 12:41:16 +0000 (14:41 +0200)]
Import dbd from XML

12 years agoUse -u to upgrade CNID db version
Frank Lahm [Wed, 15 Jun 2011 12:38:39 +0000 (14:38 +0200)]
Use -u to upgrade CNID db version

12 years agoIncrease locks to 20000, necessary for upgrading large CNID dbs from 2.1 to 2.2
Frank Lahm [Wed, 15 Jun 2011 11:48:31 +0000 (13:48 +0200)]
Increase locks to 20000, necessary for upgrading large CNID dbs from 2.1 to 2.2

12 years agoMerge branch-2-1
Frank Lahm [Mon, 6 Jun 2011 14:08:48 +0000 (16:08 +0200)]
Merge branch-2-1

12 years agoMerge branch 'branch-netatalk-2-1' of ssh://netatalk.git.sourceforge.net/gitroot...
Frank Lahm [Mon, 6 Jun 2011 14:07:08 +0000 (16:07 +0200)]
Merge branch 'branch-netatalk-2-1' of ssh://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk into branch-netatalk-2-1

12 years agowrong path for /etc/default in Debian
Frank Lahm [Mon, 6 Jun 2011 14:06:36 +0000 (16:06 +0200)]
wrong path for /etc/default in Debian

12 years agoMerge sf/master
Frank Lahm [Mon, 6 Jun 2011 07:40:59 +0000 (09:40 +0200)]
Merge sf/master

12 years agoMerge remote-tracking branch 'remotes/origin/branch-netatalk-2-1'
HAT [Sat, 4 Jun 2011 16:34:36 +0000 (01:34 +0900)]
Merge remote-tracking branch 'remotes/origin/branch-netatalk-2-1'

12 years agosuse initscript: merge from netatalk-2.1.5-200603231979.2.src.rpm
HAT [Sat, 4 Jun 2011 16:06:15 +0000 (01:06 +0900)]
suse initscript: merge from netatalk-2.1.5-200603231979.2.src.rpm

12 years agoMerge branch-2-1
Frank Lahm [Sat, 4 Jun 2011 07:37:26 +0000 (09:37 +0200)]
Merge branch-2-1

12 years agoAdd AM_MAINTAINER_MODE macro on request of downstream packagers, default is enable...
Frank Lahm [Sat, 4 Jun 2011 07:24:52 +0000 (09:24 +0200)]
Add AM_MAINTAINER_MODE macro on request of downstream packagers, default is enable which is the current behaviour without the macro

12 years agoMerge sf.net
Frank Lahm [Wed, 1 Jun 2011 11:57:44 +0000 (13:57 +0200)]
Merge sf.net

12 years agoNew option -mimicmodel. From Timm Okke
Frank Lahm [Wed, 1 Jun 2011 11:34:09 +0000 (13:34 +0200)]
New option -mimicmodel. From Timm Okke

12 years agoImport from XML
Frank Lahm [Wed, 1 Jun 2011 11:31:39 +0000 (13:31 +0200)]
Import from XML

12 years agoCount the amount of data written in afp_write and use it to adjust the cached TM...
Frank Lahm [Wed, 1 Jun 2011 09:34:12 +0000 (11:34 +0200)]
Count the amount of data written in afp_write and use it to adjust the cached TM used size count

12 years agoMerge fixes
Frank Lahm [Tue, 31 May 2011 13:24:44 +0000 (15:24 +0200)]
Merge fixes

12 years agoMerge sf/master
Frank Lahm [Tue, 31 May 2011 13:10:58 +0000 (15:10 +0200)]
Merge sf/master

12 years agoFCE
Frank Lahm [Tue, 31 May 2011 12:45:13 +0000 (14:45 +0200)]
FCE

12 years agoReduce log clutter
Frank Lahm [Tue, 31 May 2011 12:20:01 +0000 (14:20 +0200)]
Reduce log clutter

12 years agoVarious fixes
Frank Lahm [Tue, 31 May 2011 11:41:18 +0000 (13:41 +0200)]
Various fixes