]> arthur.barton.de Git - netatalk.git/log
netatalk.git
11 years agoMerge branch 'develop' of netafp.com:git/netatalk into develop
Frank Lahm [Wed, 30 May 2012 17:57:07 +0000 (19:57 +0200)]
Merge branch 'develop' of netafp.com:git/netatalk into develop

11 years agoAdd ABI checking to libatalk build
Frank Lahm [Wed, 30 May 2012 17:56:37 +0000 (19:56 +0200)]
Add ABI checking to libatalk build

11 years agoFix dsi->in_write flag/counter
Frank Lahm [Wed, 30 May 2012 10:53:55 +0000 (12:53 +0200)]
Fix dsi->in_write flag/counter

The new/tuned sendfile using code resulted in in_write being
decremented to -1 because dsi_readdone was called (which
decremnts it by 1) althoug it wasn't incremented before. The fix
is to not call dsi_readdone() at all in the sendfile case as
we didn't call the counterpart dsi_readinit() beforehand.

11 years agoFix for ressource fork handling on Solaris
Frank Lahm [Wed, 30 May 2012 10:12:25 +0000 (12:12 +0200)]
Fix for ressource fork handling on Solaris

For certain metadata operations the ressourcefork size was
reported as 0 bytes although an existing ressource fork was
> 0 bytes. As a result when copying files with ressource forks
from the server to the client the ressource was ignored by the
client and not copied.

11 years agoReplace Solaris initscript with SMF manifest
Frank Lahm [Tue, 29 May 2012 08:31:32 +0000 (10:31 +0200)]
Replace Solaris initscript with SMF manifest

11 years agoMerge remote branch 'sf/develop' into develop
Frank Lahm [Fri, 25 May 2012 10:18:58 +0000 (12:18 +0200)]
Merge remote branch 'sf/develop' into develop

11 years agoAdd missing strnlen implemantation
Frank Lahm [Fri, 25 May 2012 10:17:13 +0000 (12:17 +0200)]
Add missing strnlen implemantation

11 years ago--with-cracklib[=DICT] DICT is omissible
HAT [Thu, 24 May 2012 14:15:54 +0000 (23:15 +0900)]
--with-cracklib[=DICT]  DICT is omissible

11 years agoFix duplicate listing of misc.c
Frank Lahm [Wed, 23 May 2012 11:49:41 +0000 (13:49 +0200)]
Fix duplicate listing of misc.c

11 years agoSet version back to 3.0dev
Frank Lahm [Tue, 22 May 2012 15:03:21 +0000 (17:03 +0200)]
Set version back to 3.0dev

11 years ago3.0-beta1
Frank Lahm [Tue, 22 May 2012 14:43:20 +0000 (16:43 +0200)]
3.0-beta1

11 years agoRemove service.atalk
Frank Lahm [Tue, 22 May 2012 14:34:21 +0000 (16:34 +0200)]
Remove service.atalk

11 years agoImport manpages from XML
Frank Lahm [Tue, 22 May 2012 14:30:20 +0000 (16:30 +0200)]
Import manpages from XML

11 years agoFix logging of error conditions when removing extended attributes
Frank Lahm [Tue, 22 May 2012 14:17:15 +0000 (16:17 +0200)]
Fix logging of error conditions when removing extended attributes

11 years agoSAYONARA AppleTalk
HAT [Tue, 22 May 2012 13:15:44 +0000 (22:15 +0900)]
SAYONARA AppleTalk

11 years agoconvert adouble -> convert appledouble
HAT [Tue, 22 May 2012 12:52:50 +0000 (21:52 +0900)]
convert adouble -> convert appledouble

11 years agoapple_dump: Extended Attributes AppleDouble support
HAT [Tue, 22 May 2012 12:25:57 +0000 (21:25 +0900)]
apple_dump: Extended Attributes AppleDouble support
BUG: *BSD is not supported yet

11 years agoFix typo
Frank Lahm [Tue, 22 May 2012 12:10:57 +0000 (14:10 +0200)]
Fix typo

11 years agoFix flcosing wrong file handle, from Riccardo Magliocchetti
Frank Lahm [Tue, 22 May 2012 11:20:40 +0000 (13:20 +0200)]
Fix flcosing wrong file handle, from Riccardo Magliocchetti

11 years agoMerge 2-2
Frank Lahm [Mon, 21 May 2012 16:27:23 +0000 (18:27 +0200)]
Merge 2-2

11 years agoAdjust loglevel
Frank Lahm [Tue, 15 May 2012 14:20:22 +0000 (16:20 +0200)]
Adjust loglevel

11 years agoCleanup EA detection, don't use ea:ad anymore
Frank Lahm [Tue, 15 May 2012 14:18:46 +0000 (16:18 +0200)]
Cleanup EA detection, don't use ea:ad anymore

11 years agoMerge product-2-2
Frank Lahm [Tue, 15 May 2012 13:41:11 +0000 (15:41 +0200)]
Merge product-2-2

11 years agoPerformance tuning of AFP write operation
Frank Lahm [Sun, 6 May 2012 10:21:18 +0000 (12:21 +0200)]
Performance tuning of AFP write operation

11 years agoMerge 2-2
Frank Lahm [Sat, 5 May 2012 06:20:14 +0000 (08:20 +0200)]
Merge 2-2

11 years agoPut macusers back in release
Frank Lahm [Wed, 2 May 2012 06:07:24 +0000 (08:07 +0200)]
Put macusers back in release

12 years agoImport from XML
Frank Lahm [Mon, 30 Apr 2012 13:46:01 +0000 (15:46 +0200)]
Import from XML

12 years agoAdd POLLNVAL to the set of poll revents
Frank Lahm [Mon, 30 Apr 2012 11:00:45 +0000 (13:00 +0200)]
Add POLLNVAL to the set of poll revents

12 years agoFixes for moved .AppleDesktop dir
Frank Lahm [Mon, 30 Apr 2012 06:39:51 +0000 (08:39 +0200)]
Fixes for moved .AppleDesktop dir

12 years agoRemove log message
Frank Lahm [Sun, 29 Apr 2012 12:48:26 +0000 (14:48 +0200)]
Remove log message

12 years agoMerge branch 'sendfile' into develop
Frank Lahm [Sun, 29 Apr 2012 12:30:45 +0000 (14:30 +0200)]
Merge branch 'sendfile' into develop

12 years agoDon't use sendfile with symlinks
Frank Lahm [Sun, 29 Apr 2012 12:17:44 +0000 (14:17 +0200)]
Don't use sendfile with symlinks

12 years agoUse define AD_SYMLINK for symlinks
Frank Lahm [Sun, 29 Apr 2012 12:10:40 +0000 (14:10 +0200)]
Use define AD_SYMLINK for symlinks

12 years agoFix offset and reqcount check
Frank Lahm [Sun, 29 Apr 2012 12:01:36 +0000 (14:01 +0200)]
Fix offset and reqcount check

12 years agoHeimdal Kerberos compatibility fixes
Frank Lahm [Sat, 28 Apr 2012 17:59:41 +0000 (19:59 +0200)]
Heimdal Kerberos compatibility fixes

12 years agoFixes
Frank Lahm [Fri, 27 Apr 2012 18:14:46 +0000 (20:14 +0200)]
Fixes

12 years agoFixes for sendfile
Frank Lahm [Fri, 27 Apr 2012 16:00:36 +0000 (18:00 +0200)]
Fixes for sendfile

12 years agoMerge remote branch 'sf/develop' into develop
Frank Lahm [Fri, 27 Apr 2012 14:44:59 +0000 (16:44 +0200)]
Merge remote branch 'sf/develop' into develop

12 years agoCleanup
Frank Lahm [Fri, 27 Apr 2012 14:41:05 +0000 (16:41 +0200)]
Cleanup

12 years agoPerformance tuning: sendfilev, MSG_MORE and do not apply AFP read locks by default
Frank Lahm [Fri, 27 Apr 2012 12:23:42 +0000 (14:23 +0200)]
Performance tuning: sendfilev, MSG_MORE  and do not apply AFP read locks by default
sendfilev: use sendfilev for data transfer
MSG_MORE: sending DSI header with MSG_MORE before sendfile
New option "afp read locks", default:no

12 years agoshadowpw belongs in configure.ac at the end
HAT [Thu, 26 Apr 2012 15:31:04 +0000 (00:31 +0900)]
shadowpw belongs in configure.ac at the end

12 years agoMerge 2-2
Frank Lahm [Thu, 26 Apr 2012 13:59:43 +0000 (15:59 +0200)]
Merge 2-2

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

12 years ago--with-init-style=solaris
HAT [Wed, 25 Apr 2012 16:50:51 +0000 (01:50 +0900)]
--with-init-style=solaris

12 years agoAtalk mans are gone
Frank Lahm [Wed, 25 Apr 2012 11:44:12 +0000 (13:44 +0200)]
Atalk mans are gone

12 years agoRevert preious commit
Frank Lahm [Wed, 25 Apr 2012 05:24:20 +0000 (07:24 +0200)]
Revert preious commit

12 years agoUpdate macros
Frank Lahm [Mon, 23 Apr 2012 10:58:32 +0000 (12:58 +0200)]
Update macros

12 years agoAdd silent rules to libevent
Frank Lahm [Mon, 23 Apr 2012 10:43:12 +0000 (12:43 +0200)]
Add silent rules to libevent

12 years agoEnable automake silent rules if available
Frank Lahm [Fri, 20 Apr 2012 14:53:15 +0000 (16:53 +0200)]
Enable automake silent rules if available

12 years agodev
Frank Lahm [Fri, 20 Apr 2012 13:54:05 +0000 (15:54 +0200)]
dev

12 years ago3.0alpha3
Frank Lahm [Fri, 20 Apr 2012 12:37:30 +0000 (14:37 +0200)]
3.0alpha3

12 years agoREADME is gone
Frank Lahm [Fri, 20 Apr 2012 12:35:44 +0000 (14:35 +0200)]
README is gone

12 years agodev
Frank Lahm [Fri, 20 Apr 2012 12:28:02 +0000 (14:28 +0200)]
dev

12 years ago3.0alpha3
Frank Lahm [Fri, 20 Apr 2012 12:21:13 +0000 (14:21 +0200)]
3.0alpha3

12 years agoImport from XML
Frank Lahm [Fri, 20 Apr 2012 12:18:41 +0000 (14:18 +0200)]
Import from XML

12 years agoupdate NEWS
HAT [Fri, 20 Apr 2012 11:51:56 +0000 (20:51 +0900)]
update NEWS

12 years agoFix byte order detection
Frank Lahm [Fri, 20 Apr 2012 10:19:23 +0000 (12:19 +0200)]
Fix byte order detection

12 years agobasedir regex must be defined in [Homes] section
HAT [Thu, 19 Apr 2012 16:19:30 +0000 (01:19 +0900)]
basedir regex must be defined in [Homes] section

12 years agohome name must contain $u
HAT [Thu, 19 Apr 2012 15:41:24 +0000 (00:41 +0900)]
home name must contain $u

12 years agoImport from XML
Frank Lahm [Thu, 19 Apr 2012 13:18:47 +0000 (15:18 +0200)]
Import from XML

12 years agoMerge branch 'develop' of netafp.com:git/netatalk into develop
Frank Lahm [Thu, 19 Apr 2012 13:06:05 +0000 (15:06 +0200)]
Merge branch 'develop' of netafp.com:git/netatalk into develop

12 years agoRefactor the locking
Frank Lahm [Thu, 19 Apr 2012 13:05:11 +0000 (15:05 +0200)]
Refactor the locking

12 years agoNew global option "solaris share reservations"
Frank Lahm [Thu, 19 Apr 2012 10:41:30 +0000 (12:41 +0200)]
New global option "solaris share reservations"

12 years agoSolaris share reservation cross platform locking
Frank Lahm [Thu, 19 Apr 2012 05:17:21 +0000 (07:17 +0200)]
Solaris share reservation cross platform locking

12 years agoAh, the joys of boolean logig
Frank Lahm [Wed, 18 Apr 2012 13:06:05 +0000 (15:06 +0200)]
Ah, the joys of boolean logig

12 years agoRemove default values, otherwise they can't be disabled. Oversight in previous change
Frank Lahm [Wed, 18 Apr 2012 12:29:24 +0000 (14:29 +0200)]
Remove default values, otherwise they can't be disabled. Oversight in previous change

12 years agoFix default boolean values of global options
HAT [Wed, 18 Apr 2012 11:54:41 +0000 (20:54 +0900)]
Fix default boolean values of global options

12 years agoMerge branch 'desktop' into develop
Frank Lahm [Tue, 17 Apr 2012 13:06:22 +0000 (15:06 +0200)]
Merge branch 'desktop' into develop

12 years agoMove existing AppleDesktop folders to localstatedir
Frank Lahm [Tue, 17 Apr 2012 10:42:28 +0000 (12:42 +0200)]
Move existing AppleDesktop folders to localstatedir

12 years agoMerge branch 'enumerate' into develop
Frank Lahm [Tue, 17 Apr 2012 10:04:03 +0000 (12:04 +0200)]
Merge branch 'enumerate' into develop

12 years agoEnsure CNID gets written for created files
Frank Lahm [Tue, 17 Apr 2012 10:00:42 +0000 (12:00 +0200)]
Ensure CNID gets written for created files

12 years agoDont check for open forks attributes when enumerating, should speed it up
Frank Lahm [Tue, 17 Apr 2012 09:43:34 +0000 (11:43 +0200)]
Dont check for open forks attributes when enumerating, should speed it up

12 years agoCreation of AppleDesktop directorey failed due to a missing path element when constru...
Frank Lahm [Mon, 16 Apr 2012 14:53:56 +0000 (16:53 +0200)]
Creation of AppleDesktop directorey failed due to a missing path element when constructing the full path

12 years agoMove AppleDesktop to localstatedir
Frank Lahm [Mon, 16 Apr 2012 10:04:25 +0000 (12:04 +0200)]
Move AppleDesktop to localstatedir

12 years agoMove CNID README to doc/DEV
Frank Lahm [Mon, 16 Apr 2012 08:55:01 +0000 (10:55 +0200)]
Move CNID README to doc/DEV

12 years agoUse LOG instead of fprintf(stderr, ...)
Frank Lahm [Mon, 16 Apr 2012 08:41:56 +0000 (10:41 +0200)]
Use LOG instead of fprintf(stderr, ...)

12 years agoPass name to afp_config_parse and use NULL for processname as test
Frank Lahm [Mon, 16 Apr 2012 08:32:29 +0000 (10:32 +0200)]
Pass name to afp_config_parse and use NULL for processname as test

12 years agoFix quota stuff
Frank Lahm [Fri, 13 Apr 2012 15:03:58 +0000 (17:03 +0200)]
Fix quota stuff

12 years agoAdd LDAP CFLAFS
Frank Lahm [Fri, 13 Apr 2012 14:52:19 +0000 (16:52 +0200)]
Add LDAP CFLAFS

12 years agoTypos
Frank Lahm [Fri, 13 Apr 2012 14:48:22 +0000 (16:48 +0200)]
Typos

12 years agoBSD fixes
Frank Lahm [Fri, 13 Apr 2012 14:31:15 +0000 (16:31 +0200)]
BSD fixes

12 years agoMissing quotes and typo
Frank Lahm [Fri, 13 Apr 2012 14:23:56 +0000 (16:23 +0200)]
Missing quotes and typo

12 years agoMissing quotes
Frank Lahm [Fri, 13 Apr 2012 14:10:50 +0000 (16:10 +0200)]
Missing quotes

12 years agoFix volume message
Frank Lahm [Fri, 13 Apr 2012 08:54:08 +0000 (10:54 +0200)]
Fix volume message

12 years agoFix install order
Frank Lahm [Fri, 13 Apr 2012 08:39:15 +0000 (10:39 +0200)]
Fix install order

12 years agoFix DSI status packet, always put dirservice offset in the packet
Frank Lahm [Wed, 11 Apr 2012 10:57:39 +0000 (12:57 +0200)]
Fix DSI status packet, always put dirservice offset in the packet

12 years agoUpdate news
Frank Lahm [Wed, 11 Apr 2012 08:28:00 +0000 (10:28 +0200)]
Update news

12 years agoMerge branch 'develop' into ad_set
Frank Lahm [Wed, 11 Apr 2012 08:26:52 +0000 (10:26 +0200)]
Merge branch 'develop' into ad_set

12 years agoWorking ad set
Frank Lahm [Wed, 11 Apr 2012 08:24:49 +0000 (10:24 +0200)]
Working ad set

12 years agokinder afp.conf
HAT [Tue, 10 Apr 2012 16:18:22 +0000 (01:18 +0900)]
kinder afp.conf

12 years agounix charset is UTF8 by default.
HAT [Tue, 10 Apr 2012 16:08:32 +0000 (01:08 +0900)]
unix charset is UTF8 by default.
vol charset is same value as unix charset by default.
If UTF-8 is set, change into UTF8.

12 years agoMerge remote branch 'sf/develop' into develop
Frank Lahm [Sat, 7 Apr 2012 09:35:58 +0000 (11:35 +0200)]
Merge remote branch 'sf/develop' into develop

12 years agoMerge branch 'develop' of netafp.com:git/netatalk into develop
Frank Lahm [Sat, 7 Apr 2012 09:24:44 +0000 (11:24 +0200)]
Merge branch 'develop' of netafp.com:git/netatalk into develop

12 years agoPer volume login message
Frank Lahm [Sat, 7 Apr 2012 09:24:35 +0000 (11:24 +0200)]
Per volume login message

12 years agosmall fix
HAT [Thu, 5 Apr 2012 15:37:11 +0000 (00:37 +0900)]
small fix

12 years agostart LOG earlier
HAT [Thu, 5 Apr 2012 14:08:02 +0000 (23:08 +0900)]
start LOG earlier

12 years agoFix
Frank Lahm [Thu, 5 Apr 2012 13:02:30 +0000 (15:02 +0200)]
Fix

12 years agoHopefully fix GSSAPI macro once and for all
Frank Lahm [Thu, 5 Apr 2012 10:55:23 +0000 (12:55 +0200)]
Hopefully fix GSSAPI macro once and for all

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