]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2009-05-20 franklahmAdd FIXME: -d option is not implemented
2009-05-19 franklahmFix cnid_metad -l option
2009-05-19 franklahmAdjust clovevol option description
2009-05-18 franklahmFix regression in cnid_metad.c: respawn throttling...
2009-05-18 franklahmlock file was created in cwd
2009-05-14 franklahmdbd now does many things it should do in the end.
2009-05-10 franklahmDB_CREATE must always be passed of course
2009-05-08 franklahmFix stupid free. Still banging my head against the...
2009-05-08 franklahmSwap SPCs for TABs
2009-05-06 franklahmFixes a serious error in the way recovery was run on...
2009-05-05 franklahmAdd AFP over DSI over TCP info. Update BDB infos.
2009-05-04 franklahmRemove #ifdef DEBUG stuff, its not neccessary anymore...
2009-04-30 franklahmConsistently set default UAMs to DHX,DHX2. From HAT...
2009-04-28 franklahmFix code lines switch in signal protection
2009-04-28 franklahmAdjust loglevel
2009-04-28 franklahmNew utility to maintain dbd databases: dbd. Also replac...
2009-04-27 franklahmSurvive make distcheck
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-22 franklahmGenererated perl scripts were included in make dist
2009-04-22 franklahmRename cleanupappledouble to apple_cleanup
2009-04-22 franklahmREADME.logger is gone but wasn't removed from Makefile.am
2009-04-22 franklahmRename cleanappledouble.pl to apple_cleanup
2009-04-21 franklahmAdd true bdb logfile autoremoval
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-17 didgput volume case insensitive option back
2009-04-16 franklahmForce LOG message for every AFP call at beginning and...
2009-04-10 franklahmafp_syncdir: only fsync directories on hosts that have...
2009-04-05 franklahmAdjust gethostid check, from HAT.
2009-04-01 franklahm-setuplog can now be called multiple times.
2009-04-01 franklahmCorrect logtype to logtype_cnid twice
2009-03-31 franklahmAdd cnid_dbd logging option to netatalk.conf and to...
2009-03-31 franklahmRemove logger README. Obsolete
2009-03-31 franklahmAlign cnid_[metad|dbd] default logging with apfd: log_note
2009-03-31 franklahmImplement runtime logging config option to cnid dbd...
2009-03-27 franklahmRemoved acleandir, dead end.
2009-03-26 franklahmAdjust volnamelen default to 80. From HAT
2009-03-26 franklahmAdjust setuplog description
2009-03-26 franklahmAdjust -volnamelen description
2009-03-26 franklahmAdd options allowed|denied_host. See #2690844
2009-03-26 franklahmIgnore afp_acls.8, it's generated
2009-03-26 franklahmIgnore AppleVolumes.default, it's generated
2009-03-25 franklahmFix BDB_CFLAGS path twist
2009-03-24 franklahmFPSyncDir VFS indirection. See #2641106
2009-03-20 franklahmNew volume options allow_hosts/denied hosts. See #26908...
2009-03-20 franklahmautoconf option --enable-debugging to disable SIGALRM...
2009-03-20 franklahmRemove duplicate in volname mangling. From HAT
2009-03-17 franklahmPrevious patch broke few things
2009-03-17 franklahmRemove timeout. See bug #2683367
2009-03-16 franklahmVolname mangling. Fixes bug #2611981, from HAT. Also...
2009-03-16 franklahmCleanup. Alway check return values!
2009-03-15 franklahmFix regression. Remove excessive loggin. Correct comments.
2009-03-06 didgincrease number of cnid_dbd slots to 512
2009-03-06 franklahmNew bdb check. Uses LD_LIBRARY_PATH for configure time...
2009-03-03 franklahmFixes.
2009-03-03 franklahmLogger fixes.
2009-02-27 franklahmReworked logger after_new_logger
2009-02-26 franklahmDefine AFP func no macros. Move 3.2 calls to 3.2 case... before_new_logger
2009-02-26 franklahmRemove unused stuff
2009-02-25 didgremove compiler warnings
2009-02-25 didgsyncfork = vs == typo
2009-02-25 didgdefine a afp_null_nolog function for cmd 76 (spotlight...
2009-02-25 franklahmAdd FPSyncFork, set command 76 to afp_null, move everyt...
2009-02-16 franklahmFix EA support ci cruft
2009-02-16 franklahmExtended Attributes Support on Solaris with ZFS
2009-02-16 franklahmFix setting of UUID option
2009-02-10 franklahmFix/remove logging
2009-02-08 franklahmWrong logtype
2009-02-04 didgpipexlate, give up and return an error if it reachs...
2009-02-04 didgperm options aren't 'options:' paramters
2009-02-04 didgDon't wait five second after the first error when speak...
2009-02-04 didgAdd a timeout when reading data from afpd client in...
2009-02-04 franklahmAdd options:acls
2009-02-03 didgosx adouble format . files are invalid if usedots is...
2009-02-03 franklahmNew man pages for ACL option
2009-02-03 didgosx adouble, don't return an error if there's no source...
2009-02-03 franklahmRemove cruft
2009-02-03 franklahmAdd header files
2009-02-03 franklahmRemove mapname+mapid from authswitch
2009-02-03 franklahmForgotten header file
2009-02-02 didgpapd better parsing of postscript requests
2009-02-02 didgcheck buffer size
2009-02-02 franklahmFix ACL patch cruft
2009-02-02 franklahmInitial checkin of ACLs patch after_acls
2009-02-02 didgmarkline: return an error if the buffer is too big... before_acls
2009-02-02 didgcheck buffer size
2009-02-02 didgonly call pipexlate once
2009-02-02 didgreset SIGCHLD to default for worker processes
2009-02-01 didgpapd lp_init, fatal error if we can't getpwnam() or...
2009-02-01 didgrevert lp debian security patch
2009-02-01 didgAppleVolumes add \ line continuation
2009-02-01 didgfix dperm and fperm options, from Frank Lahm
2009-02-01 didgdisable papd by default
2009-01-30 didgadd dperm and fperm permissions default
2009-01-28 morganaExpand list of shell metacharacters to escape in variab...
2009-01-26 didganother myfgets off by one
2009-01-26 didgsavevoloptions: check ftruncate return code
2009-01-22 didgreplace Xorg precompose.h with the output of make-preco...
2009-01-22 didgprecompose script, exclude U2000-U2FFF and UFE30-UFE4F...
next