]> arthur.barton.de Git - netatalk.git/log
netatalk.git
13 years agoRewrite ad_open arg order and style: require flags and mode to be specified for every...
Frank Lahm [Fri, 7 Jan 2011 16:40:24 +0000 (17:40 +0100)]
Rewrite ad_open arg order and style: require flags and mode to be specified for every fork.
Cleanup.
Remove adv1tov2.

13 years agoMerge master
Frank Lahm [Wed, 22 Dec 2010 11:28:40 +0000 (12:28 +0100)]
Merge master

13 years agoindent
HAT [Wed, 22 Dec 2010 10:51:54 +0000 (19:51 +0900)]
indent

13 years agoSurrogate Pair hi/lo is reversed.
HAT [Wed, 22 Dec 2010 09:33:24 +0000 (18:33 +0900)]
Surrogate Pair hi/lo is reversed.

13 years agoCareful with of_findname and ad_close
Frank Lahm [Tue, 21 Dec 2010 14:18:01 +0000 (15:18 +0100)]
Careful with of_findname and ad_close

13 years agoCareful with of_findname and ad_close
Frank Lahm [Tue, 21 Dec 2010 14:10:54 +0000 (15:10 +0100)]
Careful with of_findname and ad_close

13 years agoPrevent uninitialized use which caused a crash in make distcheck
Frank Lahm [Tue, 21 Dec 2010 09:33:19 +0000 (10:33 +0100)]
Prevent uninitialized use which caused a crash in make distcheck

13 years agoFixes
Frank Lahm [Mon, 20 Dec 2010 15:36:22 +0000 (16:36 +0100)]
Fixes

13 years agoRemove adouble refcounting, support calling ad_open more then once
Frank Lahm [Mon, 20 Dec 2010 14:05:21 +0000 (15:05 +0100)]
Remove adouble refcounting, support calling ad_open more then once

13 years agoBe carefull with of_ad and ad_close
Frank Lahm [Mon, 20 Dec 2010 13:42:52 +0000 (14:42 +0100)]
Be carefull with of_ad and ad_close

13 years agoDont use of_ad, its unneccessary here
Frank Lahm [Mon, 20 Dec 2010 13:08:57 +0000 (14:08 +0100)]
Dont use of_ad, its unneccessary here

13 years agoMore logging
Frank Lahm [Mon, 20 Dec 2010 12:53:51 +0000 (13:53 +0100)]
More logging

13 years agoFix realloc
Frank Lahm [Mon, 20 Dec 2010 12:53:41 +0000 (13:53 +0100)]
Fix realloc

13 years agoRealloc, not malloc
Frank Lahm [Mon, 20 Dec 2010 12:30:52 +0000 (13:30 +0100)]
Realloc, not malloc

13 years agoOnly read rfork if its there
Frank Lahm [Mon, 20 Dec 2010 11:55:41 +0000 (12:55 +0100)]
Only read rfork if its there

13 years agoMore logging
Frank Lahm [Mon, 20 Dec 2010 11:44:44 +0000 (12:44 +0100)]
More logging

13 years agoDisable locking
Frank Lahm [Mon, 20 Dec 2010 10:33:32 +0000 (11:33 +0100)]
Disable locking

13 years agoDont return adouble:ea eas in list eas
Frank Lahm [Mon, 20 Dec 2010 10:24:46 +0000 (11:24 +0100)]
Dont return adouble:ea eas in list eas

13 years agoBe careful with ad_close. Reading/writing rfork works, yeah
Frank Lahm [Sun, 19 Dec 2010 09:39:58 +0000 (10:39 +0100)]
Be careful with ad_close. Reading/writing rfork works, yeah

13 years agoReading/writing rfork
Frank Lahm [Sat, 18 Dec 2010 18:23:48 +0000 (19:23 +0100)]
Reading/writing rfork

13 years agoDisable locking
Frank Lahm [Fri, 17 Dec 2010 16:41:14 +0000 (17:41 +0100)]
Disable locking

13 years agoStart of getting away from refcounting adouble
Frank Lahm [Fri, 17 Dec 2010 11:23:01 +0000 (12:23 +0100)]
Start of getting away from refcounting adouble

13 years agoRename ad_private.h to ad_lock.h
Frank Lahm [Fri, 17 Dec 2010 11:22:07 +0000 (12:22 +0100)]
Rename ad_private.h to ad_lock.h

13 years agobeautify
Frank Lahm [Fri, 17 Dec 2010 11:14:58 +0000 (12:14 +0100)]
beautify

13 years agoFixes
Frank Lahm [Thu, 16 Dec 2010 18:51:32 +0000 (19:51 +0100)]
Fixes

13 years agoStart of rfork EA stuff
Frank Lahm [Thu, 16 Dec 2010 15:17:51 +0000 (16:17 +0100)]
Start of rfork EA stuff

13 years agoCall ad_open with ADFLAGS_RF for resfork
Frank Lahm [Thu, 16 Dec 2010 09:16:54 +0000 (10:16 +0100)]
Call ad_open with ADFLAGS_RF for resfork

13 years agoUntabify and reindent
Frank Lahm [Wed, 15 Dec 2010 16:03:45 +0000 (17:03 +0100)]
Untabify and reindent

13 years agoRemove ADFLAGS_CREATE. Dont create adouble metadata when enumerating
Frank Lahm [Wed, 15 Dec 2010 16:01:02 +0000 (17:01 +0100)]
Remove ADFLAGS_CREATE. Dont create adouble metadata when enumerating

13 years agoMerge master
Frank Lahm [Wed, 15 Dec 2010 11:47:54 +0000 (12:47 +0100)]
Merge master

13 years agoRewrite getversion, so it doesnt try to write to the db
Frank Lahm [Wed, 15 Dec 2010 11:26:23 +0000 (12:26 +0100)]
Rewrite getversion, so it doesnt try to write to the db

13 years agoRemove unused externs
Frank Lahm [Wed, 15 Dec 2010 10:33:15 +0000 (11:33 +0100)]
Remove unused externs

13 years agoWho uses global struct volinfo
Frank Lahm [Tue, 14 Dec 2010 16:25:09 +0000 (17:25 +0100)]
Who uses global struct volinfo

13 years agoDont getversion, which triggers setversion, when reindexing
Frank Lahm [Tue, 14 Dec 2010 16:23:28 +0000 (17:23 +0100)]
Dont getversion, which triggers setversion, when reindexing

13 years agoWho uses global struct volinfo
Frank Lahm [Tue, 14 Dec 2010 16:22:23 +0000 (17:22 +0100)]
Who uses global struct volinfo

13 years agoUse static buffer stupid
Frank Lahm [Tue, 14 Dec 2010 16:20:42 +0000 (17:20 +0100)]
Use static buffer stupid

13 years agoRename symbol
Frank Lahm [Tue, 14 Dec 2010 16:01:35 +0000 (17:01 +0100)]
Rename symbol

13 years agoAdjust loglevel
Frank Lahm [Fri, 10 Dec 2010 10:18:56 +0000 (11:18 +0100)]
Adjust loglevel

13 years agoBetter handling of corrupt secondary indexes
Frank Lahm [Fri, 10 Dec 2010 10:03:52 +0000 (11:03 +0100)]
Better handling of corrupt secondary indexes

13 years agoUpdate NEWS
Frank Lahm [Fri, 10 Dec 2010 09:05:56 +0000 (10:05 +0100)]
Update NEWS

13 years agoUpdate manpage from xml
Frank Lahm [Fri, 10 Dec 2010 09:01:45 +0000 (10:01 +0100)]
Update manpage from xml

13 years agoDont read db_param in cnid_metad and use volinfo with refcounting
Frank Lahm [Thu, 9 Dec 2010 15:50:12 +0000 (16:50 +0100)]
Dont read db_param in cnid_metad and use volinfo with refcounting

13 years agostrip slashed from volume path in volinfo
Frank Lahm [Wed, 8 Dec 2010 16:09:19 +0000 (17:09 +0100)]
strip slashed from volume path in volinfo

13 years agoLOG when a db is locked
Frank Lahm [Wed, 8 Dec 2010 16:09:00 +0000 (17:09 +0100)]
LOG when a db is locked

13 years agoSupport for caseless search
Frank Lahm [Wed, 8 Dec 2010 15:42:27 +0000 (16:42 +0100)]
Support for caseless search

13 years agoMove stamp code to setversion, dbd fixes, ad fixes
Frank Lahm [Wed, 8 Dec 2010 15:22:43 +0000 (16:22 +0100)]
Move stamp code to setversion, dbd fixes, ad fixes

13 years agoCreate dbpath if not existent
Frank Lahm [Wed, 8 Dec 2010 07:26:58 +0000 (08:26 +0100)]
Create dbpath if not existent

13 years agoUse volpath instead of dbdir, read dbdir from volinfo
Frank Lahm [Tue, 7 Dec 2010 19:05:23 +0000 (20:05 +0100)]
Use volpath instead of dbdir, read dbdir from volinfo

13 years agoCase-insensitive name search with the CNID db
Frank Lahm [Tue, 7 Dec 2010 16:02:05 +0000 (17:02 +0100)]
Case-insensitive name search with the CNID db

13 years agocbd and dbd differ
Frank Lahm [Tue, 7 Dec 2010 14:04:01 +0000 (15:04 +0100)]
cbd and dbd differ

13 years agoNew volume option searchdb which enables fast CNID db dbd name search
Frank Lahm [Tue, 7 Dec 2010 11:08:20 +0000 (12:08 +0100)]
New volume option searchdb which enables fast CNID db dbd name search

13 years agoNext alpha versino
Frank Lahm [Tue, 7 Dec 2010 10:47:39 +0000 (11:47 +0100)]
Next alpha versino

13 years agoRevert searchtype option from afpd.conf, will be readded for volumes
Frank Lahm [Tue, 7 Dec 2010 10:14:09 +0000 (11:14 +0100)]
Revert searchtype option from afpd.conf, will be readded for volumes

13 years agoRevert searchtype option, will be moved to AppleVolumse.default
Frank Lahm [Tue, 7 Dec 2010 10:12:04 +0000 (11:12 +0100)]
Revert searchtype option, will be moved to AppleVolumse.default

13 years agoUpdate manpages from XML sources
Frank Lahm [Mon, 6 Dec 2010 16:39:18 +0000 (17:39 +0100)]
Update manpages from XML sources

13 years agoAdd afpd.conf option -searchtype with arg db
Frank Lahm [Mon, 6 Dec 2010 16:18:47 +0000 (17:18 +0100)]
Add afpd.conf option -searchtype with arg db

13 years agoinclude cleanup
Frank Lahm [Mon, 6 Dec 2010 15:58:31 +0000 (16:58 +0100)]
include cleanup

13 years agoinclude cleanup
Frank Lahm [Mon, 6 Dec 2010 15:57:36 +0000 (16:57 +0100)]
include cleanup

13 years agoRemove dependency on libuuid, use own code
Frank Lahm [Mon, 6 Dec 2010 12:05:08 +0000 (13:05 +0100)]
Remove dependency on libuuid, use own code

13 years agoShorter NEWS
Frank Lahm [Tue, 30 Nov 2010 09:10:11 +0000 (10:10 +0100)]
Shorter NEWS

13 years agoSearch for UNIX name, not for UCS2 name which caused all searches to be for the first...
Frank Lahm [Wed, 24 Nov 2010 15:07:17 +0000 (16:07 +0100)]
Search for UNIX name, not for UCS2 name which caused all searches to be for the first letter only

13 years agoMove freeing of invalidated struct dirs to a central func using a queue
Frank Lahm [Wed, 24 Nov 2010 13:39:28 +0000 (14:39 +0100)]
Move freeing of invalidated struct dirs to a central func using a queue

13 years agoAbort search on partial match
Frank Lahm [Wed, 24 Nov 2010 10:09:45 +0000 (11:09 +0100)]
Abort search on partial match

13 years agoBetter error handling in case of bogus CNIDs
Frank Lahm [Wed, 24 Nov 2010 09:10:04 +0000 (10:10 +0100)]
Better error handling in case of bogus CNIDs

13 years agoBetter error handling in case of bogus CNIDs
Frank Lahm [Wed, 24 Nov 2010 08:55:31 +0000 (09:55 +0100)]
Better error handling in case of bogus CNIDs

13 years agoIncrease maxlocks and maxlockobjs and make them configurable
Frank Lahm [Wed, 24 Nov 2010 08:52:10 +0000 (09:52 +0100)]
Increase maxlocks and maxlockobjs and make them configurable

13 years agoUpdate news
Frank Lahm [Tue, 23 Nov 2010 16:01:47 +0000 (17:01 +0100)]
Update news

13 years agoUpdate news and version
Frank Lahm [Tue, 23 Nov 2010 16:00:06 +0000 (17:00 +0100)]
Update news and version

13 years agoafp_catseaching the new database
Frank Lahm [Tue, 23 Nov 2010 15:49:06 +0000 (16:49 +0100)]
afp_catseaching the new database

13 years agoVersion check for CNID db version
Frank Lahm [Mon, 22 Nov 2010 16:14:44 +0000 (17:14 +0100)]
Version check for CNID db version

13 years agodatabase versioning
Frank Lahm [Mon, 22 Nov 2010 13:30:12 +0000 (14:30 +0100)]
database versioning

13 years agoRead last used CNID once from db, not every time
Frank Lahm [Sun, 21 Nov 2010 15:46:55 +0000 (16:46 +0100)]
Read last used CNID once from db, not every time

13 years agoNo match found handling
Frank Lahm [Fri, 19 Nov 2010 21:27:07 +0000 (22:27 +0100)]
No match found handling

13 years agoUse volume from -v or cwd
Frank Lahm [Fri, 19 Nov 2010 16:43:45 +0000 (17:43 +0100)]
Use volume from -v or cwd

13 years agoad find works
Frank Lahm [Fri, 19 Nov 2010 16:24:51 +0000 (17:24 +0100)]
ad find works

13 years agoIt works
Frank Lahm [Fri, 19 Nov 2010 10:25:53 +0000 (11:25 +0100)]
It works

13 years agoad find
Frank Lahm [Fri, 19 Nov 2010 08:51:46 +0000 (09:51 +0100)]
ad find

13 years agoAlways add create flag to name index associatino (a hack)
Frank Lahm [Thu, 18 Nov 2010 17:09:08 +0000 (18:09 +0100)]
Always add create flag to name index associatino (a hack)

13 years agoReturn cnids
Frank Lahm [Thu, 18 Nov 2010 16:31:12 +0000 (17:31 +0100)]
Return cnids

13 years agoPrevious commit missed new file
Frank Lahm [Thu, 18 Nov 2010 14:03:46 +0000 (15:03 +0100)]
Previous commit missed new file

13 years agoAdditional CNID db name index
Frank Lahm [Thu, 18 Nov 2010 14:03:09 +0000 (15:03 +0100)]
Additional CNID db name index

13 years agoMerge branch-2-1
Frank Lahm [Wed, 17 Nov 2010 10:18:11 +0000 (11:18 +0100)]
Merge branch-2-1

13 years agoUpdate NEWS
Frank Lahm [Wed, 17 Nov 2010 10:15:55 +0000 (11:15 +0100)]
Update NEWS

13 years agoMissed to convert another read to readt
Frank Lahm [Wed, 17 Nov 2010 09:39:16 +0000 (10:39 +0100)]
Missed to convert another read to readt

13 years agoAnother fix for ACL and symlinks
Frank Lahm [Tue, 16 Nov 2010 16:41:46 +0000 (17:41 +0100)]
Another fix for ACL and symlinks

13 years agoHandle symlinks
Frank Lahm [Tue, 16 Nov 2010 16:20:00 +0000 (17:20 +0100)]
Handle symlinks

13 years agoFixes
Frank Lahm [Tue, 16 Nov 2010 15:01:16 +0000 (16:01 +0100)]
Fixes

13 years agoMerge from branch-2-1
Frank Lahm [Tue, 16 Nov 2010 14:25:00 +0000 (15:25 +0100)]
Merge from branch-2-1

13 years agocall readt with ONE_DELAY = 5 s
Frank Lahm [Tue, 16 Nov 2010 14:23:15 +0000 (15:23 +0100)]
call readt with ONE_DELAY = 5 s

13 years agoReturn -1 from readt on read or select error and 0 bytes read
Frank Lahm [Tue, 16 Nov 2010 12:37:30 +0000 (13:37 +0100)]
Return -1 from readt on read or select error and 0 bytes read

13 years agoFixes for nonblocking socket io
Frank Lahm [Tue, 16 Nov 2010 11:00:39 +0000 (12:00 +0100)]
Fixes for nonblocking socket io

13 years agoMerge branch-2-1
Frank Lahm [Tue, 16 Nov 2010 10:15:32 +0000 (11:15 +0100)]
Merge branch-2-1

13 years agoms, not us stupid
Frank Lahm [Mon, 15 Nov 2010 18:19:57 +0000 (19:19 +0100)]
ms, not us stupid

13 years agoReset fdsets in select loop
Frank Lahm [Mon, 15 Nov 2010 15:29:51 +0000 (16:29 +0100)]
Reset fdsets in select loop

13 years agoReally select as long as requested in readt when EINTR
Frank Lahm [Mon, 15 Nov 2010 14:42:50 +0000 (15:42 +0100)]
Really select as long as requested in readt when EINTR

13 years agoBackport complete SO_SND/RCV-TIMEOUT removal from 2.2
Frank Lahm [Mon, 15 Nov 2010 11:19:53 +0000 (12:19 +0100)]
Backport complete SO_SND/RCV-TIMEOUT removal from 2.2

13 years agoSolaris 10 still hasnt got ace inherited flag
Frank Lahm [Sat, 13 Nov 2010 11:39:42 +0000 (12:39 +0100)]
Solaris 10 still hasnt got ace inherited flag

13 years agoupdate NEWS
HAT [Thu, 11 Nov 2010 16:15:01 +0000 (01:15 +0900)]
update NEWS

13 years agofix typo
HAT [Thu, 11 Nov 2010 16:10:35 +0000 (01:10 +0900)]
fix typo

13 years agoDebian's initscript: Any daemon did not run if atalkd doesn't exist.
HAT [Thu, 11 Nov 2010 15:45:17 +0000 (00:45 +0900)]
Debian's initscript: Any daemon did not run if atalkd doesn't exist.