]> arthur.barton.de Git - netatalk.git/history - etc/afpd/extattrs.c
First working IPC reconnect
[netatalk.git] / etc / afpd / extattrs.c
2011-05-26 Frank LahmFirst working IPC reconnect
2010-01-05 franklahmSubstitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE,...
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-17 franklahmstrlcat'ting EA name was one short
2009-11-13 didgafp_listextattr, use ad_rlen rather than ad_eid[ADEID_R...
2009-11-13 didgafp_listextattr, don't return an error if there's no...
2009-11-13 didgxattr, in AFP xattr request don't use log_error but...
2009-11-13 didgxattr, use them
2009-11-09 didgbitmap was used uninitialized the second time
2009-11-09 didguse of_ad
2009-10-29 didgconvert_string can deal with not 0 terminated strings...
2009-10-29 didgconvert_string always 0-terminate or return an error
2009-10-29 didgremove unused parameter warning
2009-10-29 didgonly call stat(path) if it's not done in cname
2009-10-29 didgremove include already in adouble.h
2009-10-28 didgattribute name length is 16bits not 32bits, on big...
2009-10-28 didguse sizeof(foo) rather than 2 or 4 when copying from...
2009-10-28 didgapple attributes' name are constant
2009-10-28 didgfcntl.h is already included in adouble.h
2009-10-27 didgdirent.h is included in directory.h
2009-10-22 franklahmFix all remaining warnings from gcc -Wall that can...
2009-10-22 franklahmFix incompatible func args warnings
2009-10-20 franklahmDefault and empty FinderInfo for dirs are not all 0...
2009-10-15 franklahmEAs for dirs did not work
2009-10-15 didgUse the right type for AFP function buffers size, size_...
2009-10-14 franklahmImplement VFS chaining, EA VFS rm/mv
2009-10-02 franklahmExtended Attributes support via files in .AppleDouble.
2009-08-31 franklahmUntabify and reindent
2009-03-03 franklahmFixes.
2009-02-16 franklahmExtended Attributes Support on Solaris with ZFS