]> arthur.barton.de Git - netatalk.git/history - libatalk
Rev version to 2.0.5rc3
[netatalk.git] / libatalk /
2004-01-11 lenneisAdd .cvsignore files where missing.
2004-01-10 bfernhombergwarning fixes
2004-01-10 bfernhombergwarning fixes
2004-01-10 bfernhombergminor warning fixes
2004-01-10 didgmore gcc warnings.
2004-01-10 didgfix minor gcc warnings.
2004-01-10 bfernhomberg* change the database format from DB_HASH to DB_BTREE...
2004-01-09 lenneisChange cnid_dbd backend files to GPL.
2004-01-08 lenneisafpd now also uses default values for cnidserver and...
2004-01-03 didgbetter errors handling in afpd for dbd cnid.
2004-01-03 didgadd nodev volume option (always use 0 for device number).
2004-01-03 didgadv1tov2 use resource fork offset in adouble file rathe...
2003-12-16 lenneisCheck for old version of the CNID database in the cdb...
2003-12-12 didgif resource fork size is 0 don't assume mode is RW
2003-12-03 lenneisAdd a check for old (CNID 1) databases to the dbd backe...
2003-11-26 bfernhombergfix a mem leak
2003-11-26 bfernhombergfix typos, minor cleanup
2003-11-25 lenneisChanged the cdb backend to store dev/ino as 8 bytes...
2003-11-25 didgad_v1tov2 was using a wrong offset for resource fork.
2003-11-25 lenneisChange the dbd CNID backend to store dev/ino in 8 byte...
2003-11-14 bfernhombergsome unicode fixes
2003-11-13 didgunblock signals in children (cf previous commit for...
2003-11-12 didgvalue was used after freed
2003-11-11 didgRH9 and signal handlers deadlock fix.
2003-11-10 bfernhombergremove some debug noise
2003-11-06 bfernhombergunicode endian fixes
2003-11-02 bfernhombergfix some OSX compile issues, reported by Thomas Kaiser
2003-11-01 bfernhombergFix endianess issues with unicode
2003-11-01 bfernhombergfix OSX build issues
2003-10-30 bfernhombergrevert the (char*) casts, we want the const warnings...
2003-10-30 bfernhombergfix a solaris compiles issue, warning fixes
2003-10-30 bfernhombergLIST_HEAD collides with netbsd sys/queue.h, rename...
2003-10-26 didgconfigure option for fcntl locking
2003-10-21 didgonly link Berkeley DB when needed.
2003-10-21 didgcode cleaning (header) from Bjorn
2003-10-17 didgsendfile for LARGE_FILE. use sys_ftruncate in ad_open...
2003-10-13 didglinux with vfat fs sends SIGXFSZ even for files with...
2003-10-13 didgfix for the case when ftruncate doesn't work with new...
2003-10-12 didgfix to a fix :(
2003-10-12 didgfix a typo signals were always blocked in cnid code
2003-10-06 didgfix errors with Berkeley DB 4.0.x
2003-09-28 didgmangling fixes
2003-09-22 bfernhombergadd another missing header
2003-09-22 bfernhombergmake sure we return the right length in pre/decompose
2003-09-21 didgadd a default timestamp for db scheme without one.
2003-09-20 bfernhombergTry to fix compile errors reported with redhat 7
2003-09-16 rlewczukMake compilable with Berkeley DB 3.x.
2003-09-16 rlewczukbuild system bugfix
2003-09-14 bfernhombergremove the '_' escape stuff --we want to be compatible...
2003-09-12 bfernhombergfix some roundtrip problems
2003-09-12 bfernhombergmake push/pull ascii functions return EILSEQ for extend...
2003-09-12 bfernhombergbugfixes: last byte was overwritten with 0x0 in convert...
2003-09-12 didg#ifdef debug msg, you need -enable-debug1 if you want...
2003-09-12 bfernhombergminor cleanup, remove a // comment
2003-09-11 bfernhombergminor cleanup
2003-09-11 bfernhomberg- remove unused/obsolete functions
2003-09-11 bfernhombergremove obsolete function
2003-09-09 didgremove old files.
2003-09-09 didgbig merge, missing files.
2003-09-09 didgbig merge for db frontend and unicode.
2003-07-21 didgMFH sleep and unix priv functionalities.
2003-06-23 didgAdd unicode to Mac OS code page (internal or with iconv...
2003-05-26 didgAdd a Samba like preexec functionality.
2003-04-10 didgopen the file read-only if errno is EROFS.
2003-03-12 didgsupport for function 0x7a
2003-03-09 didgadd utf8 support for AFP3
2003-03-07 didgcnid_add: bugfix use a cursor for atomic operation.
2003-02-17 didgbugfix: better check against corrupted AppleDouble...
2003-02-17 srittauRemoved "dummy" variable.
2003-02-17 srittauRemoved "dummy" variables.
2003-02-17 srittauRemoved "dummy" global variables. (-Wall cleanliness)
2003-02-16 didgdesktop.c:
2003-02-09 didgbugfix: make it compile on system without pread/pread...
2003-02-07 didgbugfix: ifdef a transaction related call wen CDB is...
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-28 srittau#include "config.h" -> #include <config.h>
2003-01-28 srittauRemoved unused files.
2003-01-24 didgimprovement: add a SUIDDIR (aka BSD like) for admin...
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-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 jmarcusAdd DB 4.1.x support. This is a first round. Please...
2002-12-04 didg- call SIGHUP signal handler only once for worker process
2002-11-26 didgfile descriptor leak if the header is bad. Increment...
2002-11-14 srittauUse a makefile variable instead of a shell variable.
2002-11-14 srittauRemoved support for flock locks.
2002-11-14 srittauRemove flock lock support.
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-10-11 sibazaltereed code to keep open logfiles, and flush then...
2002-10-11 didg- added a cache for directories offspring count.
2002-10-10 jmarcusFill in the volume creation time with the datestamp...
2002-10-08 srittauReenabled automake 1.4 bug workaround.
next