]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2003-02-01 didgbugfix: renamefile() various bugs with concurrent acces...
2003-01-31 didgbugfix: deletecurdir() with concurrent access, dir...
2003-01-31 didga little cleaning
2003-01-31 didgfor file open in exclusive mode (read/write, deny read...
2003-01-30 didgcode cleaning: if we can't get a write lock on a file...
2003-01-29 jmarcusRemove DB_AUTO_COMMIT from the DB->open flags. This...
2003-01-29 srittauUse three-argument AC_DEFINE and AC_DEFINE_UNQUOTED...
2003-01-28 jmarcusRemove references to cnid_dump. I think these accident...
2003-01-28 srittau#include "config.h" -> #include <config.h>
2003-01-28 srittau#undef __USE_MISC before #defining it.
2003-01-28 srittauRemoved unused files.
2003-01-28 srittauRemoved an unused file.
2003-01-26 srittauFixed Netatalk's version number (pointed out by Olaf).
2003-01-26 srittauAdded a missing define. (Olaf)
2003-01-26 srittauRevert last (erroneous) check-in.
2003-01-26 srittauDon't assume offsets, specify the struct member. (Olaf)
2003-01-26 didgbugfix file.c directory.c: open directory descriptor...
2003-01-24 didgbugfix: afp_exchangefiles. need to stat() files again...
2003-01-24 didgbugfix: dirlookup() return dirsearch error if any ...
2003-01-24 didgimprovement: add a SUIDDIR (aka BSD like) for admin...
2003-01-21 srittauPatch by Olaf: first argument of memset is a pointer.
2003-01-21 srittauPatch by Olaf: Fix sysvdir for SuSE.
2003-01-21 srittauPatch by Olaf: enhance --enable-fhs.
2003-01-21 didgsetfilparam: with AFP3.x PDINFO bit means UTF8 filename...
2003-01-21 didgmore 'if ((A = B()) == C)' to 'if (C== (A = B())) changes
2003-01-21 didgfix to a a fix: for duplicates ID in the cache.
2003-01-19 didgbugfix: adddir() if an ID already exist, remove it...
2003-01-17 jmarcusMerge the relevant bits from README.cnid into README...
2003-01-16 didgBUGFIX: deny mode, tmp lock, byte lock when length...
2003-01-16 didg/tmp/log
2003-01-15 jmarcusFix a2boot on 64-bit platforms.
2003-01-12 didgstupid stuff, replace
2003-01-11 jmarcus* Add ChangeLog entries for recent contribution by...
2003-01-11 jmarcus* Add Apple II boot support for Appl IIe (with workstat...
2003-01-10 didgbugfix: afp_openfork() case ressource fork open read...
2003-01-08 didgAFP 3.x add dhx pam uam, not tested!
2003-01-08 didg- better error reporting, don't always return noobj.
2003-01-07 didgcheck input sindex >=1.
2003-01-07 didgremove a c++ //
2003-01-07 rlewczukMake FPCatSearch a bit more interactive - if there...
2003-01-07 rlewczukMoving files between different folders on the same...
2003-01-07 rlewczukMoving things between two folders on the same volume...
2003-01-05 jmarcusWhoops, 3.0.17 should read 3.1.17.
2003-01-04 jmarcusAdd a note about README.cnid.
2003-01-04 jmarcusThere is no root INSTALL file. Also, we are now in...
2003-01-04 jmarcus* Add Dan Wilga as a contributor
2003-01-04 jmarcusAdd a README.cnid which talks about what CNID is, and...
2003-01-04 jmarcus* Remove some more references to DB3, and mention exact...
2003-01-04 jmarcusChange all references to db3/DB3 to BDB. We now suppor...
2003-01-04 jmarcusAdd a missing '|' operator.
2003-01-04 jmarcusFix a comment. We support BDB 3.x and 4.x.
2003-01-04 jmarcusClean up the code with astyle.
2003-01-04 jmarcusIt's a new year, so let's revive the ChangeLog. Mentio...
2003-01-04 jmarcusAdd DB 4.1.x support. This is a first round. Please...
2003-01-01 srittauNo need to log the strerror() when the return value...
2002-12-23 didgafp_enumerate() decremente offspring count if a file...
2002-12-18 jmarcusRemove a log message that may cause afpd to slow down...
2002-12-14 didgpossible partiel fix for endless loop (broken pipe...
2002-12-07 rlewczukFixes to -signature option (it was ported from 1.5...
2002-12-07 rlewczukConfigure option allowing to set a server signature...
2002-12-05 srittauFix white space indentions of help strings.
2002-12-04 srittauEnable file name mangling by default if did scheme...
2002-12-04 didg- call SIGHUP signal handler only once for worker process
2002-12-01 srittauRemove unnecessary -I$(top_srcdir)/include from CFLAGS.
2002-12-01 srittauInstall stuff into libexecdir, instead of sbindir.
2002-12-01 srittauModified makecode to only generate one codepage at...
2002-12-01 srittauAdded maccode.koi8-r to the generated files.
2002-11-30 didgtype is four bytes, and add Flash source .fla
2002-11-26 didgfile descriptor leak if the header is bad. Increment...
2002-11-26 didgfix ::
2002-11-25 didgAFP 3.x pad for cleartext login, getsession token len...
2002-11-25 jmarcusCheck STDOUT to see if it's a terminal rather than...
2002-11-15 srittau1.6cvs -> 1.7cvs
2002-11-15 srittauRemoved the --with-catsearch configure option. (FPCatSe...
2002-11-14 srittauUse a makefile variable instead of a shell variable.
2002-11-14 srittauRemove support for flock locks.
2002-11-14 srittauRemoved support for flock locks.
2002-11-14 srittauRemove flock lock support.
2002-11-14 srittauRemove an #error if flock locks are enabled.
2002-11-14 srittauFix some errno assignments (== vs. =).
2002-11-14 srittauWarning fixes.
2002-11-08 sibazcommented out labels within the static definition of...
2002-11-05 pooba53Fix the problem where two directories with the same...
2002-10-29 didgbugfix AFP 3.1
2002-10-29 didgrenamedir() return success after rename() even if we...
2002-10-26 didgbugfix: set defextmap *after* realloc and sort.
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-20 jmarcusAdd some more ignorable items.
2002-10-20 jmarcusAdd my recent changes.
2002-10-20 srittauCOPYRIGHT.mtab was removed.
2002-10-20 srittauDon't distribute non-existing file CHANGES.
2002-10-17 didgAFP 3 fixes ofr cleartxt login and 31 char filename...
2002-10-16 jmarcusMake CDB the default CNID data store. This is being...
2002-10-16 jmarcusAdd support for variable substitution in dbpath.
2002-10-16 didgAFP 3.0 changes
2002-10-15 didgmore AFP 3.0 changes
2002-10-14 didgbugfix cname() don't invalidate directory if it's the...
2002-10-13 didgAFP3 change
2002-10-13 didgAFP 3.0 changes
next