]> arthur.barton.de Git - netatalk.git/history - libatalk
- merge branch-netatalk-afp-3x-dev, HEAD was tagged before
[netatalk.git] / libatalk /
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...
2002-06-18 didgfix a race between asp_getsession() and tickle_handler...
2002-06-17 didgad_open(): small fix for file open read only and then...
2002-06-09 jmarcusRemove some logging code now that things have seem...
2002-06-03 jmarcusAdd BDB 4 support to CNID.
2002-06-03 jmarcusFix a problem where data was not being initialized...
2002-06-03 jmarcusTry a different approach to fix the Illustrator problem...
2002-06-02 jmarcusAllow mangling to work correctly when moving and copyin...
2002-05-30 jmarcusMake sure all the databases are closed if a failure...
2002-05-30 jmarcusFirst round of mangling debugging. This should actuall...
2002-05-29 jmarcusAdd support for long filename mangling. Basically...
2002-05-14 sibazsurrounded new function body with the #ifdef that turns...
2002-05-13 jmarcusWhoops, forgot two files from my last commit.
2002-05-10 jmarcusRemove all C++ style comments.
2002-04-14 srittau"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>
2002-04-02 sibazadded some Log warnings to show log_setup works. Also... branch-aurp-start
2002-03-25 sibazremoved a few silly reused code type errors and a coupl...
2002-03-25 sibazadded a function to allow other code to setup logs...
2002-03-25 sibazchanged the layout to fit in a standard width window
2002-03-24 jmarcus1. Respect the kFPDeleteInhibitBit attribute
2002-03-24 sibazpartway through adding the code to setup logging in...
2002-03-12 jmarcusDEFMASK should be an octal. point-backport-1-5-2
2002-02-16 srittauWarning fixes.
2002-02-16 srittauEnhance readability.
2002-02-16 sibazaltered a char comparison with a NULL to a comparison...
2002-02-02 jmarcusIf the DSI command block is invalid, afpd will disconne...
2002-02-02 jmarcusMove CNID_INVALID to include/atak/cnid.h to make it...
2002-02-02 jmarcuscnid_t is a unsigned variable, Joe! Thanks to Didier...
2002-02-01 jmarcusYank out all the recovery code. This will be replaced...
2002-02-01 srittauSmall change to increase code readability.
2002-01-29 jmarcusUpdate the CNID code again to allow for 4G CNIDs, and...
2002-01-24 jmarcusForced commit. As of rev 1.34 of cnid_open.c CNID works...
2002-01-24 jmarcusDo some more sanity checking to ensure data integrity...
2002-01-24 jmarcuserrno is meaningless if len == 0. Thanks to didier...
2002-01-24 jmarcusProper checking for errors when remove() fails.
2002-01-24 jmarcusForced commit. As of rev 1.34 of cnid_open.c CNID...
2002-01-23 jmarcusAdd a message indicating what version of BDB is being...
2002-01-21 jmarcusChange didname database to a hash instead of btree...
next