]> arthur.barton.de Git - netatalk.git/history - etc/afpd/filedir.c
Convert afp_moveandrename and all called funcs to XXXat semantics if available
[netatalk.git] / etc / afpd / filedir.c
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-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
2002-03-24 sibazadded new type logtype_afpd
2002-03-13 srittauEddie's wincheck() fix.
2002-03-05 srittauRemoved any special masking of chmod calls. Also fixed...
2002-02-28 jmarcusSanitized some LOG messages.
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-03 sibazaltered the layout of code calling syslog witha space...
2002-01-02 srittauDisallow leading and trailing spaces in MSWINDOWS volum...
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-10-23 rufustfireflypatch from Edmund Lam to allow perms masks
2001-09-06 rufustfireflyAC_HEADER_STDC autoconf change
2001-09-04 rufustfirefly"veto files" patch (Edmund Lam)
2001-08-15 srittauWarning fixes.
2001-08-14 rufustfireflyCNID/DID patch from Uwe Hees (moderately tested)
2001-06-20 rufustfireflycommenting changes, more autoconf support in afpd, etc
2001-06-06 rufustfireflydropkludge fixen
2001-05-31 srittauWarning fixes.
2001-02-28 rufustfireflyadded dropbox as a volume option when DROPKLUDGE is...
2000-10-19 itlm019Added DROPKLUDGE file copying support, modularized...
2000-10-16 itlm019One more "oops" fix.
2000-10-16 itlm019Fixes to a couple of "oops"'s introduced in version...
2000-10-16 itlm019DROPKLUDGE fix to "move" procedure and a few general...
2000-08-02 rufustfireflyimplemented config.h
2000-07-25 rufustfireflyInitial revision