]> arthur.barton.de Git - netatalk.git/history - etc/afpd/fork.c
remove gcc warnings and cleanup inline mess
[netatalk.git] / etc / afpd / fork.c
2008-11-25 didgremove gcc warnings and cleanup inline mess
2005-09-28 didgincrease the number of open forks.
2005-09-27 didgRemove a lot of warning, from cvs HEAD
2005-07-20 didgfix a leak if ad_close fail in of_closefork
2004-12-07 didgCheck for DENY READ in FPCopyFile.
2004-10-30 didgfix for crlf option.
2004-05-04 didgmore verbose error msgs.
2004-05-04 didgsmall speed up improvement.
2004-03-11 didgfactorize resource fork name attribute setting.
2004-03-11 didgadd osx like resource fork.
2004-02-20 didgmore compilation cleanup.
2004-02-10 didgPartial workaround for an OSX client deadlock, use...
2003-10-17 didgsendfile for LARGE_FILE. use sys_ftruncate in ad_open...
2003-09-28 didgmangling fixes
2003-09-12 didg#ifdef debug msg, you need -enable-debug1 if you want...
2003-09-09 didgbig merge for db frontend and unicode.
2003-08-24 didgbugfix :afp_write return the right dsi packet size...
2003-07-21 didgMFH sleep and unix priv functionalities.
2003-03-15 didgerror code for dirlookup, cname.
2003-03-09 didgadd utf8 support for AFP3
2003-02-16 didgdesktop.c:
2003-01-31 didga little cleaning
2003-01-31 didgfor file open in exclusive mode (read/write, deny read...
2003-01-26 didgbugfix file.c directory.c: open directory descriptor...
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-10 didgbugfix: afp_openfork() case ressource fork open read...
2003-01-08 didg- better error reporting, don't always return noobj.
2002-11-14 srittauRemove an #error if flock locks are enabled.
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-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-08-26 didgbugfix: move to the fork's dir before stat().
2002-08-21 didgfor now flock is broken...
2002-08-20 srittauWarning fixes.
2002-06-17 didgmore bits set in files/folders attributes. Fix error...
2002-06-01 didgafp_read, revert most of my previous patch about EOF...
2002-05-29 jmarcusChange setmode to afp_setmode to prevent a conflict...
2002-05-13 jmarcusA big patch to correct many afpd problems. For one...
2002-03-24 sibazadded new type logtype_afpd
2002-03-13 srittauWarning fixes.
2002-03-07 jmarcusDo not immediately return if an application requests...
2002-02-16 srittauRemove useless strerror()'s.
2002-02-14 jmarcusFix the error message reported when of_find fails to...
2002-02-03 jmarcusFix a race condition on reading and writing data to...
2002-02-02 jmarcuscnid_t is a unsigned variable, Joe! Thanks to Didier...
2002-01-29 jmarcusUpdate the CNID code again to allow for 4G CNIDs, and...
2002-01-20 jmarcusst is not a pointer here. Pass its address.
2002-01-20 jmarcusFix a bogon compile error.
2002-01-17 jmarcusImplement a round of CNID DB fixes per suggestions by
2002-01-16 jmarcusAdd support for all the DID schemes to fork.c.
2002-01-16 jmarcusFNum for a fork needs to go out in network byte order.
2002-01-04 sibazmerged logging code into main branch. use configure...
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-11-16 srittauFixed typo.
2001-11-14 srittau%m -> %s strerror(errno) (Warnings)
2001-10-24 jmarcusPatch to allow for read-only advisory locks (thanks to
2001-08-27 uheesremoved unneeded cnid_lookups; fixed a bug in afp_createid.
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-04 rufustfireflyimplemented Sebastian Rittau's change to avoid overwrit...
2001-02-01 fucusthis fixes a problem exposed by the os x appleshare...
2000-08-02 rufustfireflyimplemented config.h
2000-07-25 rufustfireflyInitial revision