]> arthur.barton.de Git - netatalk.git/log
netatalk.git
14 years agoFix some stuff on FreeBSD
franklahm [Mon, 23 Nov 2009 19:04:14 +0000 (19:04 +0000)]
Fix some stuff on FreeBSD

14 years agoInstall better PAM config file
franklahm [Mon, 23 Nov 2009 18:29:50 +0000 (18:29 +0000)]
Install better PAM config file

14 years agodefine functions used by uam modules as UAM_MODULE_EXPORT
didg [Mon, 23 Nov 2009 18:17:30 +0000 (18:17 +0000)]
define functions used by uam modules as UAM_MODULE_EXPORT

14 years agoDeactivate CNID backends db3 and last.
franklahm [Mon, 23 Nov 2009 10:20:15 +0000 (10:20 +0000)]
Deactivate CNID backends db3 and last.
Conditionally compile backends.
Default backend: dbd.

14 years agoFixup declaration
franklahm [Sun, 22 Nov 2009 14:14:05 +0000 (14:14 +0000)]
Fixup declaration

14 years agoReturn sane AFP version info in apf -V. From HAT.
franklahm [Sun, 22 Nov 2009 11:57:45 +0000 (11:57 +0000)]
Return sane AFP version info in apf -V. From HAT.

14 years agoReturn the right AFP version info. From HAT.
franklahm [Sun, 22 Nov 2009 11:52:38 +0000 (11:52 +0000)]
Return the right AFP version info. From HAT.

14 years agotdb version 2: all indexes in the same db and more hash buckets (should be a configur...
didg [Sat, 21 Nov 2009 13:38:11 +0000 (13:38 +0000)]
tdb version 2: all indexes in the same db and more hash buckets (should be a configuration option)

14 years agofixes for tdb remaining errors vs cdb
didg [Sat, 21 Nov 2009 11:12:49 +0000 (11:12 +0000)]
fixes for tdb remaining errors vs cdb

14 years agomore tdb fixes
didg [Fri, 20 Nov 2009 19:25:05 +0000 (19:25 +0000)]
more tdb fixes

14 years agoRename ldap.conf stuff to afp_ldap.conf. Kudos to HAT.
franklahm [Fri, 20 Nov 2009 17:45:46 +0000 (17:45 +0000)]
Rename ldap.conf stuff to afp_ldap.conf. Kudos to HAT.

14 years agoupdate tdb to use the same format as dbd/cdb, still broken (exchangefile)
didg [Fri, 20 Nov 2009 17:37:14 +0000 (17:37 +0000)]
update tdb to use the same format as dbd/cdb, still broken (exchangefile)

14 years agocdb don't device number in db save CNID_FLAG_NODEV is set
didg [Fri, 20 Nov 2009 17:22:11 +0000 (17:22 +0000)]
cdb don't device number in db save CNID_FLAG_NODEV is set

14 years agoFix Solaris EA copyfile stuff
franklahm [Fri, 20 Nov 2009 16:26:23 +0000 (16:26 +0000)]
Fix Solaris EA copyfile stuff

14 years agoInclude config.h
franklahm [Fri, 20 Nov 2009 13:45:15 +0000 (13:45 +0000)]
Include config.h

14 years ago'faster hashing algorithm for dirs' change didn't link
didg [Fri, 20 Nov 2009 06:00:28 +0000 (06:00 +0000)]
'faster hashing algorithm for dirs' change didn't link

14 years agocnid don't save and reset timer if we block signals
didg [Fri, 20 Nov 2009 05:19:04 +0000 (05:19 +0000)]
cnid don't save and reset timer if we block signals

14 years agoUntabify and reindent
franklahm [Thu, 19 Nov 2009 10:41:23 +0000 (10:41 +0000)]
Untabify and reindent

14 years agoUse way faster hashing algorithm for dirs
franklahm [Thu, 19 Nov 2009 10:37:43 +0000 (10:37 +0000)]
Use way faster hashing algorithm for dirs

14 years agoUntabify and reindent
franklahm [Thu, 19 Nov 2009 09:18:28 +0000 (09:18 +0000)]
Untabify and reindent

14 years agoadd SIGUSR2 (send a message) to the blocked signals list for cnid
didg [Thu, 19 Nov 2009 06:40:51 +0000 (06:40 +0000)]
add SIGUSR2 (send a message) to the blocked signals list for cnid

14 years agomerge common cnid declarations in cnid_private.h
didg [Thu, 19 Nov 2009 01:17:31 +0000 (01:17 +0000)]
merge common cnid declarations in cnid_private.h

14 years agotdb needs to block signals
didg [Wed, 18 Nov 2009 13:26:50 +0000 (13:26 +0000)]
tdb needs to block signals

14 years agoplaceholder for solaris EA copy attributes
didg [Wed, 18 Nov 2009 11:30:03 +0000 (11:30 +0000)]
placeholder for solaris EA copy attributes

14 years agocopy native EA in afp_copyfile, doesn't work if copy between two volumes with differe...
didg [Wed, 18 Nov 2009 11:14:59 +0000 (11:14 +0000)]
copy native EA in afp_copyfile, doesn't work if copy between two volumes with different EA type but 1) copyfile is already broken in this case and 2) OSX clients never use afp_copyfile between volumes

14 years agoNew convert_charset option CONV_ALLOW_COLON.
franklahm [Wed, 18 Nov 2009 10:51:59 +0000 (10:51 +0000)]
New convert_charset option CONV_ALLOW_COLON.
Used in conjunction with CONV_ESCAPEHEX to allow and escape ':'.
Needed for storing Extended Attributes in files in adouble dirs.

14 years agoUntabify and reindent
franklahm [Wed, 18 Nov 2009 09:48:50 +0000 (09:48 +0000)]
Untabify and reindent

14 years agoremove most warning
didg [Wed, 18 Nov 2009 08:02:33 +0000 (08:02 +0000)]
remove most warning

14 years agomissing misc directory in Makefile.am for make dist
didg [Wed, 18 Nov 2009 05:08:54 +0000 (05:08 +0000)]
missing misc directory in Makefile.am for make dist

14 years agostrlcat'ting EA name was one short
franklahm [Tue, 17 Nov 2009 18:10:48 +0000 (18:10 +0000)]
strlcat'ting EA name was one short

14 years agoRemove debugging statements
franklahm [Tue, 17 Nov 2009 16:28:23 +0000 (16:28 +0000)]
Remove debugging statements

14 years agoRefine EA tests to support printing a summary
franklahm [Tue, 17 Nov 2009 16:17:13 +0000 (16:17 +0000)]
Refine EA tests to support printing a summary

14 years agoCleanly integrate native EA code from Samba
franklahm [Tue, 17 Nov 2009 12:33:29 +0000 (12:33 +0000)]
Cleanly integrate native EA code from Samba

14 years agoMake Solaris EA code compile again
franklahm [Tue, 17 Nov 2009 11:41:37 +0000 (11:41 +0000)]
Make Solaris EA code compile again

14 years agoWith glibc we always need GNU_SOURCE
didg [Mon, 16 Nov 2009 02:04:47 +0000 (02:04 +0000)]
With glibc we always need GNU_SOURCE

14 years agoremove an unused label
didg [Mon, 16 Nov 2009 01:03:18 +0000 (01:03 +0000)]
remove an unused label

14 years agoNew util netacnv for testing libunicode
franklahm [Sun, 15 Nov 2009 16:39:03 +0000 (16:39 +0000)]
New util netacnv for testing libunicode

14 years agodefine afpd uam functions as UAM_MODULE_EXPORT
didg [Sat, 14 Nov 2009 05:23:00 +0000 (05:23 +0000)]
define afpd uam functions as UAM_MODULE_EXPORT

14 years agoAfpNum2name is only used by LOG debug, call it each time
didg [Sat, 14 Nov 2009 05:18:50 +0000 (05:18 +0000)]
AfpNum2name is only used by LOG debug, call it each time

14 years agoafp_listextattr, use ad_rlen rather than ad_eid[ADEID_RFORK].ade_len, ade_len is...
didg [Fri, 13 Nov 2009 13:52:02 +0000 (13:52 +0000)]
afp_listextattr, use ad_rlen rather than ad_eid[ADEID_RFORK].ade_len, ade_len is 32bits only and is not updated in ad_write

14 years agoafp_listextattr, don't return an error if there's no metadata
didg [Fri, 13 Nov 2009 13:47:54 +0000 (13:47 +0000)]
afp_listextattr, don't return an error if there's no metadata

14 years agoadd missing include
didg [Fri, 13 Nov 2009 13:31:13 +0000 (13:31 +0000)]
add missing include

14 years agoxattr, in AFP xattr request don't use log_error but log_debug if parameters are wrong.
didg [Fri, 13 Nov 2009 13:27:12 +0000 (13:27 +0000)]
xattr, in AFP xattr request don't use log_error but log_debug if parameters are wrong.

14 years agoxattr, use them
didg [Fri, 13 Nov 2009 13:03:29 +0000 (13:03 +0000)]
xattr, use them

14 years agoxattr, remove unused functions fgetxattr and so on
didg [Fri, 13 Nov 2009 09:18:07 +0000 (09:18 +0000)]
xattr, remove unused functions fgetxattr and so on

14 years agonative xattr, use strcpy
didg [Fri, 13 Nov 2009 06:46:58 +0000 (06:46 +0000)]
native xattr, use strcpy

14 years agoadd native xattr ad_ea.c
didg [Fri, 13 Nov 2009 06:36:05 +0000 (06:36 +0000)]
add native xattr ad_ea.c

14 years agoadd native xattr, from Samba code, not used
didg [Fri, 13 Nov 2009 02:52:07 +0000 (02:52 +0000)]
add native xattr, from Samba code, not used

14 years agokeep in each volume structure the last struct dir used, they are often reused
didg [Fri, 13 Nov 2009 00:27:35 +0000 (00:27 +0000)]
keep in each volume structure the last struct dir used, they are often reused

14 years agowe always have to sleep a little after an init_tsock error
didg [Thu, 12 Nov 2009 10:08:22 +0000 (10:08 +0000)]
we always have to sleep a little after an init_tsock error

14 years agoSFM use the right mode for resource fork creation
didg [Thu, 12 Nov 2009 09:44:59 +0000 (09:44 +0000)]
SFM use the right mode for resource fork creation

14 years agoin ad_init don't zero the whole adouble structure, help finding error with valgrind
didg [Thu, 12 Nov 2009 09:39:46 +0000 (09:39 +0000)]
in ad_init don't zero the whole adouble structure, help finding error with valgrind

14 years agovalgrind doesn't like when we still use the old address of realloced memory, the...
didg [Thu, 12 Nov 2009 06:28:40 +0000 (06:28 +0000)]
valgrind doesn't like when we still use the old address of realloced memory, the new size is always smaller and is unlikely to change but who knows

14 years agopath.id could be used uninitialized, actual clients never request this in getforkpara...
didg [Thu, 12 Nov 2009 02:33:13 +0000 (02:33 +0000)]
path.id could be used uninitialized, actual clients never request this in getforkparam only the test suite

14 years agoInstall initscript into DESTDIR, no sysconfdir
franklahm [Tue, 10 Nov 2009 13:09:32 +0000 (13:09 +0000)]
Install initscript into DESTDIR, no sysconfdir

14 years agobitmap was used uninitialized the second time
didg [Mon, 9 Nov 2009 05:45:06 +0000 (05:45 +0000)]
bitmap was used uninitialized the second time

14 years agouse of_ad
didg [Mon, 9 Nov 2009 05:33:18 +0000 (05:33 +0000)]
use of_ad

14 years agoclean up, precompose/decompose logic
didg [Mon, 9 Nov 2009 04:21:26 +0000 (04:21 +0000)]
clean up, precompose/decompose logic

14 years agokeep mtoupath and utompath flags in volume structure, they never changed
didg [Mon, 9 Nov 2009 01:36:18 +0000 (01:36 +0000)]
keep mtoupath and utompath flags in volume structure, they never changed

14 years agodon't store in struct volume pointers to charset function table, we only need texten...
didg [Sun, 8 Nov 2009 23:17:39 +0000 (23:17 +0000)]
don't store in struct volume pointers  to charset function table, we only need textencoding

14 years agoOOPS, undo some commits in 'better layout for struct vol' only keep volume.h
didg [Sun, 8 Nov 2009 22:12:40 +0000 (22:12 +0000)]
OOPS, undo some commits in 'better layout for struct vol' only keep volume.h

14 years agobetter layout for struct vol
didg [Sun, 8 Nov 2009 22:08:04 +0000 (22:08 +0000)]
better layout for struct vol

14 years agocatsearch, store the path length in the stack
didg [Sun, 8 Nov 2009 21:03:08 +0000 (21:03 +0000)]
catsearch, store the path length in the stack

14 years agoFill out dsi->server by hand when grabbing from the interface
franklahm [Sun, 8 Nov 2009 09:44:22 +0000 (09:44 +0000)]
Fill out dsi->server by hand when grabbing from the interface

14 years agodefine append as UAM_MODULE_EXPORT
didg [Sun, 8 Nov 2009 01:15:31 +0000 (01:15 +0000)]
define append as UAM_MODULE_EXPORT

14 years agodefine append as UAM_MODULE_EXPORT
didg [Sun, 8 Nov 2009 01:07:17 +0000 (01:07 +0000)]
define append as UAM_MODULE_EXPORT

14 years agoremove ifdef NO_LOAD_UAM code, was a leftover from atacc
didg [Sun, 8 Nov 2009 01:01:43 +0000 (01:01 +0000)]
remove ifdef NO_LOAD_UAM code, was a leftover from atacc

14 years agouse the right definition for pad append function placeholder in afpd
didg [Sun, 8 Nov 2009 00:41:45 +0000 (00:41 +0000)]
use the right definition for pad append function placeholder in afpd

14 years agoremove a gcc warning, signed/unsigned test
didg [Sun, 8 Nov 2009 00:32:03 +0000 (00:32 +0000)]
remove a gcc warning, signed/unsigned test

14 years agoremove redundant lazy_initialize_conv calls
didg [Sat, 7 Nov 2009 17:25:33 +0000 (17:25 +0000)]
remove redundant lazy_initialize_conv calls

14 years agospeed up validupath_adouble for the common case: it's not a file with a leading ...
didg [Sat, 7 Nov 2009 01:19:55 +0000 (01:19 +0000)]
speed up validupath_adouble for the common case: it's not a file with a leading '.' or it's .AppleDouble

14 years agospeed up a little ad_dir
didg [Sat, 7 Nov 2009 01:18:50 +0000 (01:18 +0000)]
speed up a little ad_dir

14 years agospeed up a little ad_path
didg [Sat, 7 Nov 2009 01:02:58 +0000 (01:02 +0000)]
speed up a little ad_path

14 years agoset errno after calling LOG
didg [Sat, 7 Nov 2009 00:58:16 +0000 (00:58 +0000)]
set errno after calling LOG

14 years agodsi init, move interface guessing in its own function
didg [Fri, 6 Nov 2009 23:25:35 +0000 (23:25 +0000)]
dsi init, move interface guessing in its own function

14 years agoclean up a little log msgs
didg [Fri, 6 Nov 2009 23:05:09 +0000 (23:05 +0000)]
clean up a little log msgs

14 years agoPrevios patch was commited a little to quick
franklahm [Fri, 6 Nov 2009 14:37:26 +0000 (14:37 +0000)]
Previos patch was commited a little to quick

14 years agoWe're listening of :::548 ie IPv6 socket by default, so ioctl for address needs its...
franklahm [Fri, 6 Nov 2009 14:33:52 +0000 (14:33 +0000)]
We're listening of :::548 ie IPv6 socket by default, so ioctl for address needs its own AF_INET socket

14 years agoUse address from interface if hostname doesn't resolve
franklahm [Fri, 6 Nov 2009 13:53:16 +0000 (13:53 +0000)]
Use address from interface if hostname doesn't resolve

14 years agoipaddr option wasn't ported to IPv6 code
franklahm [Fri, 6 Nov 2009 09:16:15 +0000 (09:16 +0000)]
ipaddr option wasn't ported to IPv6 code

14 years agoUpdate NEWS
franklahm [Fri, 6 Nov 2009 08:42:33 +0000 (08:42 +0000)]
Update NEWS

14 years agotest that the extension map is not empty(now the common case) before searching for '.'
didg [Fri, 6 Nov 2009 04:28:25 +0000 (04:28 +0000)]
test that the extension map is not empty(now the common case) before searching for '.'

14 years agoIP6 ipok was undefined if no dsi
didg [Fri, 6 Nov 2009 03:52:42 +0000 (03:52 +0000)]
IP6 ipok was undefined if no dsi

14 years agosmall optimization, in of_stat '../' is never modified
didg [Fri, 6 Nov 2009 03:51:54 +0000 (03:51 +0000)]
small optimization, in of_stat '../' is never modified

14 years agoIP6 compilation error if SLP defined
didg [Fri, 6 Nov 2009 03:50:32 +0000 (03:50 +0000)]
IP6 compilation error if SLP defined

14 years agoIP6 remove a 'unsigned expression < 0 is always false' test and a const warning with...
didg [Thu, 5 Nov 2009 21:31:53 +0000 (21:31 +0000)]
IP6 remove a 'unsigned expression < 0 is always false' test and a const warning with free()

14 years agoIP6 add missing include for free and remove unused one (logger)
didg [Thu, 5 Nov 2009 21:28:13 +0000 (21:28 +0000)]
IP6 add missing include for free and remove unused one (logger)

14 years agoIPv6 support for afpd and cnid_metad after-ipv6
franklahm [Thu, 5 Nov 2009 14:38:07 +0000 (14:38 +0000)]
IPv6 support for afpd and cnid_metad

14 years agosmall clean up, use of_ad when we can before-ipv6
didg [Mon, 2 Nov 2009 14:35:27 +0000 (14:35 +0000)]
small clean up, use of_ad when we can

14 years agoUntabify and reindent
franklahm [Mon, 2 Nov 2009 10:27:13 +0000 (10:27 +0000)]
Untabify and reindent

14 years agoFix some webmin installation stuff
franklahm [Sun, 1 Nov 2009 10:58:50 +0000 (10:58 +0000)]
Fix some webmin installation stuff

14 years agoMerge NEWS from 2.0.5
franklahm [Fri, 30 Oct 2009 15:28:54 +0000 (15:28 +0000)]
Merge NEWS from 2.0.5

14 years agoUntabify and reindent
franklahm [Fri, 30 Oct 2009 07:00:03 +0000 (07:00 +0000)]
Untabify and reindent

14 years agoForce conversion of EA names
franklahm [Thu, 29 Oct 2009 19:20:28 +0000 (19:20 +0000)]
Force conversion of EA names

14 years agobuild.sh is obsolete
franklahm [Thu, 29 Oct 2009 18:38:48 +0000 (18:38 +0000)]
build.sh is obsolete

14 years agomove most of a LOG macros in the logger function
didg [Thu, 29 Oct 2009 16:19:49 +0000 (16:19 +0000)]
move most of a LOG macros in the logger function

14 years agothe use of the new LOG code introduce a 50% code size penalty, text size with LOG...
didg [Thu, 29 Oct 2009 15:04:41 +0000 (15:04 +0000)]
the use of the new LOG code introduce a 50% code size penalty, text size with LOG: 514748 Bytes, without it : 365325 Bytes, no way that this stuff can stay. Add a new NO_DEBUG which remove log_debug when compile with O2, need a configure option

14 years agouse log_debug9 rather than log_debug for LOG inside ifdef DEBUG
didg [Thu, 29 Oct 2009 13:38:15 +0000 (13:38 +0000)]
use log_debug9 rather than log_debug for LOG inside ifdef DEBUG

14 years agovfs->ad_path wasn't set
franklahm [Thu, 29 Oct 2009 13:28:57 +0000 (13:28 +0000)]
vfs->ad_path wasn't set

14 years agouse log_debug rather than log_info for LOG inside ifdef DEBUG
didg [Thu, 29 Oct 2009 13:17:28 +0000 (13:17 +0000)]
use log_debug rather than log_info for LOG inside ifdef DEBUG