]> arthur.barton.de Git - netatalk.git/history - etc/afpd/directory.c
Symlink patch from Anton Starikov
[netatalk.git] / etc / afpd / directory.c
2010-01-02 franklahmSymlink patch from Anton Starikov branch-symlink-commit
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-26 franklahmFix NFSv4 ACL VFS integration
2009-11-19 franklahmUntabify and reindent
2009-11-19 franklahmUse way faster hashing algorithm for dirs
2009-11-13 didgkeep in each volume structure the last struct dir used...
2009-10-29 didgcompute the right size if len == -1 in convert_string...
2009-10-29 didguse the parent directory id in the hash
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-16 didgmissing include file
2009-10-16 didgdeclare more stuff static
2009-10-15 didgremove some const qualifier for volume parameter, cname...
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-14 didgremove obsolete ATACC ifdef
2009-09-11 franklahmTime Machine support. Merge from branch-2-0
2009-09-01 franklahmFix for (last fix applied to wrong if test):
2009-09-01 franklahmFix for:
2009-09-01 franklahmFix access check bug for Netatalk private folders and...
2009-07-20 didg.AppleDxxx folders were user accessible if option ...
2009-06-19 franklahmFix #2802236. https://sourceforge.net/support/tracker...
2009-04-17 didgput volume case insensitive option back
2009-04-10 franklahmafp_syncdir: only fsync directories on hosts that have...
2009-03-24 franklahmFPSyncDir VFS indirection. See #2641106
2009-03-17 franklahmPrevious patch broke few things
2009-03-16 franklahmVolname mangling. Fixes bug #2611981, from HAT. Also...
2009-03-15 franklahmFix regression. Remove excessive loggin. Correct comments.
2009-02-02 franklahmInitial checkin of ACLs patch after_acls
2009-01-30 didgadd dperm and fperm permissions default
2008-12-23 didgadd a missing call to closedir in afp_syncdir, spotted...
2008-12-03 didgremove compiler warnings
2008-09-01 didgremove case insensitive option, patch 2
2008-08-31 didgremove case insensitive option
2008-05-23 didgFirst implementation of AFP3.2 FPSyncDir for timeMachin...
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
2005-09-28 didgset group owner too with unixpriv, from exanet.com
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-05-09 bfernhombergfix volume name not equal volume unix path bug
2005-04-30 didgUse a hash rather than a linear search for directories...
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-06-06 srittauImplement path_isadir() as macro. Please do not put...
2003-06-05 didgAFP3.x add unix privilege (new volume option upriv...
2003-05-20 didgreturn 0xffff if more than 65536 entries in a directory.
2003-05-12 didgBUFIX: dirsearch_byname it's cdir not curdir, was a...
2003-05-03 didgmore stupid if ((a = b()) == C) to (C == (a = b())...
2003-04-24 didgAFP3 return the right error in mapname when asked for...
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-16 didgbugfix: cache handling when inodes are reused.
2003-04-15 didgbugfix: movecwd() if parent directory is deleted by...
2003-04-14 didgremove a linear dir search, we already have the info.
2003-03-18 didgdirlookup() utf8 support
2003-03-15 didgerror code for dirlookup, cname.
2003-03-09 didgadd utf8 support for AFP3
2003-02-16 didgdesktop.c:
2003-01-31 didgbugfix: deletecurdir() with concurrent access, dir...
2003-01-31 didga little cleaning
2003-01-26 didgbugfix file.c directory.c: open directory descriptor...
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.
2003-01-07 rlewczukMoving things between two folders on the same volume...
2002-12-14 didgpossible partiel fix for endless loop (broken pipe...
2002-11-26 didgfix ::
2002-11-05 pooba53Fix the problem where two directories with the same...
2002-10-29 didgrenamedir() return success after rename() even if we...
2002-10-25 didglong name an utf8 name in the same query (copy the...
2002-10-14 didgbugfix cname() don't invalidate directory if it's the...
2002-10-13 didgAFP 3.0 changes
2002-10-13 didgmore AFP 3.x stuff
2002-10-12 didgfix to a fix, hopefully the last one
2002-10-12 didgfixed to AFP3.0 change, initialize rbuflen in mapid
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-09-27 didgbugfix: dirlookup() use the mac name not the unix name
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-22 didgfull AFP spec for directories/files modification date.
2002-08-16 didgCheck that object has the right type (file, directory...
2002-08-15 didgdirectory.c setdirparams() indentation fix.
2002-06-17 didgmore bits set in files/folders attributes. Fix error...
2002-05-27 didginitialise before use
2002-05-13 jmarcusA big patch to correct many afpd problems. For one...
2002-04-29 morganabacking out last formatting change to cname()
2002-04-29 morganaminor formatting change to cname()
2002-03-24 jmarcus1. Respect the kFPDeleteInhibitBit attribute
2002-03-24 sibazadded new type logtype_afpd
2002-03-13 srittauEddie's wincheck() fix.
2002-01-19 jmarcusStyle police.
2002-01-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazreplaced all #include <sys/syslog.h> with #include...
2002-01-02 srittauDisallow leading and trailing spaces in MSWINDOWS volum...
next