]> arthur.barton.de Git - netatalk.git/history - etc/afpd/directory.c
more 'if ((A = B()) == C)' to 'if (C== (A = B())) changes
[netatalk.git] / etc / afpd / directory.c
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...
2001-12-29 jmarcusAdd some missing breaks to preserve correct error repor...
2001-12-10 srittauWarning fixes.
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-10-03 jmarcusFix bug where afpd would erroneously return AFPERR_NOOB...
2001-09-06 rufustfireflyAC_HEADER_STDC autoconf change
2001-09-04 rufustfirefly"veto files" patch (Edmund Lam)
2001-08-15 srittauWarning fixes.
2001-08-15 samnobleIn afp_mapname and afp_mapid we now convert the id...
2001-08-14 rufustfireflyCNID/DID patch from Uwe Hees (moderately tested)
2001-06-27 rufustfireflyFORCE_UIDGID fixes (it compiles properly now with that...
2001-06-20 rufustfireflycommenting changes, more autoconf support in afpd, etc
2001-06-06 rufustfireflysync initial mtab additions/changes with tree
2001-05-31 srittauWarning fixes.
2001-04-16 rufustfireflymerged patch #416371 from Heath Kehoe (hkehoe@users...
2001-02-28 rufustfireflyadded dropbox as a volume option when DROPKLUDGE is...
2001-01-10 itlm019Since it seems Kevin Myer's patch is primarily a soluti...
2001-01-03 itlm019Kevin Myer's permission patch (needs further testing)
2001-01-02 rufustfireflyhalf of FORCE_UIDGID commits for afpd (STILL HORRENDOUS...
2000-12-01 jouvinChanges made by Michel Jouvin - jouvin@lal.in2p3.fr...
2000-09-11 itlm019Sam Noble's ADMIN_GRP patch, removed Marc's old ADMIN_G...
2000-08-02 rufustfireflyimplemented config.h
2000-07-25 rufustfireflyInitial revision