]> arthur.barton.de Git - netatalk.git/history - etc/afpd/fork.c
Fix fce merge conflict
[netatalk.git] / etc / afpd / fork.c
2011-05-24 Frank LahmFix fce merge conflict
2011-05-24 Frank LahmImport FCE
2011-04-16 Frank LahmFix merge conflict
2011-04-16 Frank LahmMerge branch 2-1
2011-04-15 Frank LahmFixes
2011-04-15 Frank LahmMerge from branch 2-1
2011-04-15 Frank LahmMerge branch 2-1
2011-03-08 HATMerge remote-tracking branch 'remotes/origin/branch...
2011-03-08 HATafpd.conf.tmpl: Merge remote-tracking branch 'remotes...
2011-03-02 Frank LahmMerge 2-1
2011-03-02 Frank LahmMerge 2-1
2011-02-08 Frank LahmUse function from 2-1 for local uuid generation
2011-02-08 Frank LahmMerge
2011-01-22 HATMerge branch 'branch-netatalk-2-1'
2011-01-18 Frank LahmMerge 2-1
2011-01-16 Frank LahmMerge from 2-1
2011-01-12 Frank LahmMerge branch-2-1
2011-01-11 HATMerge branch 'branch-netatalk-2-1'
2011-01-11 HATMerge branch 'branch-netatalk-2-1'
2011-01-08 Frank LahmMerge 2-1
2010-11-17 Frank LahmMerge branch-2-1
2010-11-16 Frank LahmMerge from branch-2-1
2010-11-16 Frank LahmMerge branch-2-1
2010-11-10 Frank LahmDecouple struct ofork from struct dir, replace ofork...
2010-09-24 Frank LahmMerge branch-2-1
2010-09-19 Frank LahmBetter logging
2010-09-19 Frank LahmBetter logging
2010-04-29 Frank LahmMerge dircache-rewrite
2010-03-30 franklahmAllow opening symlinks r/w, but don't actually allow...
2010-02-26 didggetforkparms: lstat the symlink not /dev/null
2009-11-12 didgpath.id could be used uninitialized, actual clients...
2009-10-27 didgdirent.h is included in directory.h
2009-10-25 didgon linux put sendfile back
2009-10-25 didg1) try a better workaround for deadlocks when both...
2009-10-22 franklahmFix incompatible func args warnings
2009-10-22 didgremove obsolete DSI #ifdef DEBUG1 code
2009-10-15 didgUse the right type for AFP function buffers size, size_...
2009-10-14 didgremove most sparse warning 'symbol 'xxx' was not declar...
2009-10-13 didgremove pre ansi declarations
2009-09-11 franklahmTime Machine support. Merge from branch-2-0
2009-07-21 didgremove trivial warnings
2009-02-25 didgsyncfork = vs == typo
2009-02-25 didgdefine a afp_null_nolog function for cmd 76 (spotlight...
2009-02-25 franklahmAdd FPSyncFork, set command 76 to afp_null, move everyt...
2008-12-03 didgremove compiler warnings
2006-09-29 didgadd a SFM compatible format for adouble after_sfm
2005-09-28 didgincrease the number of open forks.
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-09-03 didgafp_write return the write dsi size if write length...
2003-06-05 didgAFP3.x add unix privilege (new volume option upriv...
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
next