]> arthur.barton.de Git - netatalk.git/history - etc/afpd/file.c
Convert afp_moveandrename and all called funcs to XXXat semantics if available
[netatalk.git] / etc / afpd / file.c
2010-03-12 franklahmConvert afp_moveandrename and all called funcs to XXXat... after-renameat
2010-03-02 didgstreamline deletefile, open the resource fork only...
2010-02-18 didgOSX return AFPERR_NOOBJ rather than AFPERR_PARAM
2010-02-18 didgkeep the source file open when parsing parameters in...
2010-02-17 didgin setfilparam when switching to a symlink use of_stat...
2010-02-17 didgremove a gcc warning: 'suggest parentheses around assig...
2010-02-16 didguse the right test for noadouble volumes
2010-02-10 franklahmMerge symlink branch HEAD-after-symlink-merge
2010-02-08 franklahmRemove volume option debugfile
2010-02-04 franklahmvolume option debugfile
2010-01-26 didguse the right test for file/dir invisible attribute...
2010-01-06 franklahmOnly update adouble file with CNID on mismatch.
2010-01-06 franklahmReintroduce adouble file creation on enumeration
2010-01-05 franklahmFixes for changed ADVOL_NOADOUBLE flag passing
2010-01-05 franklahmSubstitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE,...
2009-11-30 didguse the cnid in adouble header as a hint for dbd add...
2009-11-27 franklahmFix CNID fixup regression, test235. Disable reading...
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-26 franklahmPrevious patch went in inadvertently, revert it.
2009-11-26 franklahmRemove apple_cleanup and cnid_maint
2009-11-08 didgdon't store in struct volume pointers to charset funct...
2009-11-02 didgsmall clean up, use of_ad when we can before-ipv6
2009-10-29 didguse log_debug9 rather than log_debug for LOG inside...
2009-10-29 didguse log_debug rather than log_info for LOG inside ifdef...
2009-10-29 didgremove redundant debug output, it's already print in...
2009-10-27 didgdirent.h is included in directory.h
2009-10-15 franklahmEA VFS: FPCopyFile support
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-13 didgremove pre ansi declarations
2009-10-02 franklahmExtended Attributes support via files in .AppleDouble.
2009-09-21 franklahmChanging UNIX privs doesn't require adouble access...
2009-07-20 didg.AppleDxxx folders were user accessible if option ...
2008-12-23 didgafp_resolveid return the same error code as OSX if...
2008-12-03 didgremove compiler warnings
2007-05-14 didgcopyfile: no need for noadouble if there's no source...
2006-11-13 didgDec Tru64 V4.0F compilation fix, from Burkhard Schmidt
2006-09-29 didgfor .xx files don't set invisible bit if create by...
2006-09-29 didgadd a SFM compatible format for adouble after_sfm
2006-09-19 didgMake dot files visible by default with usedots, add... before_sfm
2006-09-15 didgcreatefile: return the right error code if disk full...
2006-09-15 didgcopyfile: return the right error code if ad_close fail...
2005-06-02 didguse ad_metadata macro in copy file for setting the...
2005-05-25 didgBetter handling of file permission in FPCopyfile, base...
2005-05-14 didguse macros ad_xxmetada when we only want files' metadata.
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-06-09 srittauWarning fixes.
2003-06-05 didgAFP3.x add unix privilege (new volume option upriv...
2003-06-02 didgsmall fixes from Björn Fernhomberg, remove compiler...
2003-04-26 didgafp_createfile return VLOCK rather than PARAM error...
2003-04-20 didgbetter error code for calls on a not existing file
2003-04-20 didgAFP3 with UTF8 ckeck name parameter is not too big.
2003-04-09 didgfile descriptor leak with noadouble. Was only in HEAD.
2003-03-15 didgerror code for dirlookup, cname.
2003-03-09 didgadd utf8 support for AFP3
2003-02-19 jmarcusRevert previous mkstemp() commit. While it quieted...
2003-02-17 jmarcusUse mkstemp() instead of mktemp(). This will avoid...
2003-02-16 didgdesktop.c:
2003-02-04 didgbugfix: close the right fork in renamefile, copy and...
2003-02-01 didgbugfix: renamefile() various bugs with concurrent acces...
2003-01-31 didga little cleaning
2003-01-30 didgcode cleaning: if we can't get a write lock on a file...
2003-01-26 didgbugfix file.c directory.c: open directory descriptor...
2003-01-24 didgbugfix: afp_exchangefiles. need to stat() files again...
2003-01-24 didgbugfix: dirlookup() return dirsearch error if any ...
2003-01-21 didgsetfilparam: with AFP3.x PDINFO bit means UTF8 filename...
2003-01-21 didgmore 'if ((A = B()) == C)' to 'if (C== (A = B())) changes
2003-01-16 didgBUGFIX: deny mode, tmp lock, byte lock when length...
2003-01-16 didg/tmp/log
2003-01-12 didgstupid stuff, replace
2003-01-11 jmarcus* Add Apple II boot support for Appl IIe (with workstat...
2003-01-08 didg- better error reporting, don't always return noobj.
2003-01-07 rlewczukMoving things between two folders on the same volume...
2002-10-25 didglong name an utf8 name in the same query (copy the...
2002-10-13 didgAFP3 change
2002-10-13 didgAFP 3.0 changes
2002-10-13 didgmore AFP 3.x stuff
2002-10-12 didgmore stuffs for AFP 3.x
2002-10-11 didg- added a cache for directories offspring count.
2002-10-05 didgwith cnid the default replace dirsearch with dirlookup...
2002-10-04 srittauRemoved MTAB support.
2002-09-29 sibazchanged all LOG messages using logtype_default to use...
2002-09-11 didgafp_createfile initalize of pointer before use help :(
2002-09-07 didgbugfix: --enable-dropkludge INSECURE is an understatement
2002-09-06 didgOops, ad_path returns a static buffer
2002-09-06 didgof_findname
2002-09-05 didgof_findname: remove vol and dir
2002-09-04 didgmove of_findname key from filename to dev, inode.
2002-08-30 didgcleaning: FORCE_UIDGID is was 100% broken before, it...
2002-08-29 didgtry to make afpd directory access right works the...
2002-08-28 didgbugfix: renamefile's first parameter is the unix name...
2002-08-22 didgfull AFP spec for directories/files modification date.
2002-08-21 didgvolume.c file.h file.c
2002-08-20 srittauWarning fixes.
2002-08-16 didgCheck that object has the right type (file, directory...
2002-06-17 didgmore bits set in files/folders attributes. Fix error...
2002-05-20 jmarcusFix problem with saving files.
2002-05-13 jmarcusA big patch to correct many afpd problems. For one...
2002-03-24 jmarcus1. Respect the kFPDeleteInhibitBit attribute
2002-03-24 sibazadded new type logtype_afpd
next