]> arthur.barton.de Git - netatalk.git/history - etc/afpd/filedir.c
remove gcc warnings and cleanup inline mess
[netatalk.git] / etc / afpd / filedir.c
2008-11-25 didgremove gcc warnings and cleanup inline mess
2005-09-27 didgRemove a lot of warning, from cvs HEAD
2005-06-02 didgadd a default perm option to volume, from Exanet.
2005-02-10 didgAdd a parameter cachecnid for adouble v2, default off...
2004-12-07 didgdeal with AFP3 connection but type 2 (not UTF8 encoding...
2004-10-06 bfernhombergTry to prevent overwriting a file by renaming a file...
2004-09-25 didgcheck if dest file exist in moveandrename, current...
2004-08-11 bfernhombergfix bogus casts, from Olaf Hering (olh at suse.de)
2004-05-10 didgbetter handling for file without read access.
2004-05-04 didgmore verbose error msgs.
2004-03-11 didgadd osx like resource fork.
2004-03-02 didgdeal with folders deleted by a different process.
2004-02-20 didgmore compilation cleanup.
2004-02-13 didgreplace : l = strlen(x); strncpy(z,x,l) with memcpy...
2004-01-08 bfernhombergBUGFIX: we convert from v_volcharset to CH_UCS, not...
2003-11-15 bfernhombergallow extended characters in volume names
2003-10-30 bfernhombergfix solaris compile issues, warning fixes
2003-09-28 didgmangling fixes
2003-09-09 didgbig merge for db frontend and unicode.
2003-07-21 didgMFH sleep and unix priv functionalities.
2003-05-10 didgbackport from HEAD
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