]> arthur.barton.de Git - netatalk.git/history - libatalk
Fix stupid free. Still banging my head against the table! Praise valgrind.
[netatalk.git] / libatalk /
2009-05-08 franklahmFix stupid free. Still banging my head against the...
2009-04-28 franklahmAdjust loglevel
2009-04-28 franklahmNew utility to maintain dbd databases: dbd. Also replac...
2009-04-27 franklahmSync volume options with volinfo stuff
2009-04-25 franklahmad_open with O_CREAT, thus enumarating a dir will creat...
2009-04-21 franklahmOverhaul CNID dbd backend, make it default, txn only... after-dbd-overhaul
2009-04-20 franklahmChange time format to also output microseconds before-dbd-overhaul
2009-04-01 franklahmCorrect logtype to logtype_cnid twice
2009-03-31 franklahmImplement runtime logging config option to cnid dbd...
2009-03-20 franklahmautoconf option --enable-debugging to disable SIGALRM...
2009-03-03 franklahmLogger fixes.
2009-02-27 franklahmReworked logger after_new_logger
2009-02-04 didgDon't wait five second after the first error when speak...
2009-02-03 franklahmRemove cruft
2009-02-02 franklahmInitial checkin of ACLs patch after_acls
2009-01-22 didgreplace Xorg precompose.h with the output of make-preco...
2008-12-03 didgremove compiler warnings
2008-11-14 didgreplace remaining %m printf glibc extension with %s...
2008-05-16 didgCompilation fix for Fedora 9 from HAT
2007-12-03 didguse the right number for num charset and max charset...
2007-04-11 didgremove warnings
2007-03-25 didgtest for the whole loopback subbnet not only 127.0.0.1
2007-02-17 didgfix for loopback test on big endian box
2006-09-30 didgremove automake warnings, from Houritsu Chu
2006-09-29 didgfor .xx files don't set invisible bit if create by...
2006-09-29 didgadd a SFM compatible format for adouble after_sfm
2006-09-19 didgMake dot files visible by default with usedots, add... before_sfm
2006-09-19 didgin unicode function convert_charset needs trailing...
2006-09-18 didgin unicode function trailing zero needs to be wide...
2006-09-09 didgunicode patch from TSUBAKIMOTO Hiroya
2006-07-21 didgadd mac greek encoding from P. Christeas
2005-09-07 didgIgnore dsi header data offset field in request, bug...
2005-09-07 didglazy init dbd database, help with pre tiger OS and...
2005-07-22 didgadd combining for Hangul.
2005-05-25 didgfor volume with unix priv don't use parent folder permi...
2005-05-14 didguse macros ad_xxmetada when we only want files' metadata.
2005-05-03 didgremove gcc warning
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-07-10 rlewczukfix: make libatalk compilable when DB3/CDB backend...
2003-06-26 didgTry to ckeck, recover and cleanly close cnid. Few issue...
2003-06-12 srittauRemoved unused file.
2003-06-12 srittauFixed include paths.
2003-06-06 srittauWarning fixes.
2003-06-06 srittauDon't implement ad_hf_mode in header file, but always...
2003-06-06 srittauImplement sendfile() as macro.
2003-06-06 srittauWarning fixes: comment out unused stuff, remove unused...
2003-06-06 srittauCFLAGS -> INCLUDES and other build fixes.
2003-05-16 didgAFP 3.x add sleep timeout, add disconnect old session...
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.
2002-10-07 didgfixed a typo
2002-10-05 didgatalkd/main.c server_child.c if not defined add few...
2002-10-04 srittauRemoved a work-around for broken automake versions...
2002-09-29 didgcode cleaning
2002-08-31 jmarcusCreate a (for now) undocumented volume option, "umask...
2002-08-30 jmarcusAdd an snprintf() implementation for OSes such as Tru64...
2002-08-30 jmarcusIntroduce Conncurrent Data Store (CDB) support to CNID...
2002-08-29 didgtry to make afpd directory access right works the...
2002-08-24 sibazreorganised the log messages, fixed the typo conscernin...
2002-08-24 sibazdoh, the code was looking up the loglevel against a...
2002-08-24 sibazrenamed the -setuplogtype optione to -[un]setuplog...
2002-08-24 sibazaltered the format that setuplog works so one less...
2002-08-16 didgfix a memory leak when freeing locks
2002-08-14 didgad_open.c: check we have the right perm when a file...
2002-07-01 didgad_lock.c If the lock cannot be set returns EAGAIN...
next