]> arthur.barton.de Git - netatalk.git/history - etc/afpd/filedir.c
Merge branch-2-1
[netatalk.git] / etc / afpd / filedir.c
2010-10-29 Frank LahmMerge branch-2-1
2010-10-29 Frank LahmFix ressource leak in moveandrename
2010-10-20 Frank LahmFixed conflicts from merge
2010-10-19 Frank Lahmchmod wrapper for onnv145+ to preserve ACL
2010-10-06 Frank LahmRename cfrombstring to cfrombstr and msic
2010-09-27 Frank LahmAdjust dircache for renamed files and minor fixes
2010-09-26 Frank LahmRemove cachedfile, nor dit from dircache, stupid
2010-09-26 Frank LahmMerge branch-2-1
2010-09-26 Frank LahmMerge from branch-2-1
2010-09-26 Frank LahmMerge branch-2-1
2010-09-25 Frank LahmMerge from branch-2-1
2010-09-24 Frank LahmMerge branch-2-1
2010-09-24 Frank LahmMerge branch-2-1
2010-09-24 Frank Lahmmerge branch-2-1
2010-09-24 Frank LahmMerge branch-2-1
2010-09-15 Frank LahmMerge from branch 2-1
2010-09-14 Frank Lahmmerge from branch 2-1
2010-09-14 Frank LahmMerge from branch-2-1
2010-09-14 Frank LahmMerge from branch-2-1
2010-09-13 Frank LahmMerge branch findercache
2010-09-13 Frank LahmMerge branch 'master' into branch-findercache
2010-09-10 Frank LahmMerge from 2-1
2010-09-09 Frank LahmMerge from branch-2-1
2010-08-16 Frank LahmFix merge conflicts
2010-07-12 Frank LahmMerge branch-2-1
2010-07-05 Frank Lahmdelete files from the cache in afp_delete
2010-07-01 Frank LahmMerge branch-2-1
2010-06-30 Frank LahmMerge branch-2-1
2010-06-18 Frank LahmMerge from branch-2-1
2010-06-17 HATMerge remote branch 'remotes/origin/branch-netatalk...
2010-06-09 Frank LahmMerge from branch-2-1: umask on upriv volumes
2010-06-08 Frank LahmMerge from branch-2-1: Remove forgotten comment
2010-06-08 Frank LahmMerge from branch-2-1
2010-06-03 Frank LahmMerge from branch-2-1
2010-06-01 Frank LahmMerge branch-2-1: bdb versions and lib/lib64 twiddling
2010-06-01 Frank LahmMerge from branch-2-1: Per target CFLAGS override AM_CF...
2010-05-30 Frank LahmMerge from branch-2-1: signature is not malloced, so...
2010-05-26 Frank LahmMerge branch 2-1: Fix for uninitialized AFP signature...
2010-05-25 Frank LahmMerge branch-2-1
2010-05-25 Frank LahmMerge branch-2-1
2010-05-20 Frank LahmUpdate NEWS, merge from branch-2-1
2010-05-20 Frank LahmCNID fallback for dbd backend, from branch-2-1
2010-05-19 Frank LahmMerge branch-2-1
2010-05-19 Frank LahmMerge remote branch 'remotes/origin/branch-netatalk...
2010-05-19 Frank LahmMerge remote branch 'remotes/origin/branch-netatalk...
2010-05-17 Frank LahmMerge remote branch 'remotes/origin/branch-netatalk...
2010-05-17 Frank LahmMerge remote branch 'remotes/origin/branch-netatalk...
2010-05-17 Frank LahmMerge remote branch 'remotes/origin/branch-netatalk...
2010-04-29 Frank LahmMerge dircache-rewrite
2010-03-12 franklahmConvert afp_moveandrename and all called funcs to XXXat... after-renameat
2010-02-19 franklahmRemove v_realpath from struct dir, normalize v_path...
2010-02-19 didguse volume real path for chdir
2010-02-10 franklahmMerge symlink branch HEAD-after-symlink-merge
2010-02-04 franklahmRemove excessive logging.
2010-02-01 franklahmFix test348 and 349
2010-02-01 franklahmcommit dircache rewrite.
2010-01-21 didgafpd set the logger default to log_info and move some...
2010-01-19 franklahmFix to arg in log statement
2010-01-18 franklahmAdd debug log statement to afp_getfildirparms.
2010-01-05 franklahmSubstitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE,...
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
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-23 didgafp_delete don't call deletefile if we already know...
2009-10-16 didgmissing include file
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-01 franklahmFix access check bug for Netatalk private folders and...
2009-04-17 didgput volume case insensitive option back
2009-01-30 didgadd dperm and fperm permissions default
2008-08-31 didgremove case insensitive option
2005-06-02 didgadd a default permission to volume options, from Exanet...
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-05 didgAFP3.x add unix privilege (new volume option upriv...
2003-05-03 didgmore stupid if ((a = b()) == C) to (C == (a = b())...
2003-04-20 didgbetter error code for calls on a not existing file
2003-04-14 didgremove a linear dir search, we already have the info.
2003-03-15 didgerror code for dirlookup, cname.
2003-03-09 didgadd utf8 support for AFP3
2003-02-16 didgdesktop.c:
2003-01-24 didgbugfix: dirlookup() return dirsearch error if any ...
2003-01-21 didgmore 'if ((A = B()) == C)' to 'if (C== (A = B())) changes
2003-01-12 didgstupid stuff, replace
2003-01-08 didg- better error reporting, don't always return noobj.
2002-10-25 didgprevious change to filedir.c was C99 only.
2002-10-25 didglong name an utf8 name in the same query (copy the...
2002-10-13 didgmore AFP 3.x stuff
2002-10-11 didg- added a cache for directories offspring count.
2002-10-05 didgwith cnid the default replace dirsearch with dirlookup...
2002-09-07 didgbugfix: --enable-dropkludge INSECURE is an understatement
2002-09-05 didgof_findname: remove vol and dir
2002-09-04 didgmove of_findname key from filename to dev, inode.
2002-08-29 didgtry to make afpd directory access right works the...
2002-05-13 jmarcusA big patch to correct many afpd problems. For one...
2002-03-24 jmarcus1. Respect the kFPDeleteInhibitBit attribute
next