]> arthur.barton.de Git - netatalk.git/history - etc
Start locking using Berkeley db
[netatalk.git] / etc /
2011-02-07 Frank LahmStart locking using Berkeley db
2011-01-28 Frank LahmMutliple fixes
2011-01-26 Frank LahmRPC basically works, add test suite test for it
2011-01-25 Frank LahmFixes
2011-01-25 Frank LahmAdd locking RPC to afpd
2011-01-24 Frank Lahmnetalockd starts and listens for RPCs
2011-01-22 Frank LahmAdd libevent
2011-01-19 Frank LahmImport tsocket from samba
2011-01-18 Frank LahmCleanup header checks in configure.in
2011-01-18 Frank LahmMerge master
2011-01-18 Frank LahmMerge 2-1
2011-01-17 Frank LahmIntegrate talloc from Samba, cleanup configure function...
2011-01-17 Frank LahmStart netalockd
2011-01-16 Frank LahmMerge from 2-1
2011-01-12 Frank LahmPre-decrement ad_refcount
2011-01-12 Frank LahmMerge master
2011-01-12 Frank LahmMerge branch-2-1
2011-01-12 Frank LahmEnhanced machine type
2011-01-12 Frank LahmReintroduce explicit adouble refcounting
2011-01-11 HATMerge branch 'branch-netatalk-2-1'
2011-01-11 HATMerge branch 'branch-netatalk-2-1'
2011-01-10 Frank LahmFix deletefile by protecting agains double ad_close
2011-01-10 Frank Lahmadouble:ea fixe
2011-01-09 Frank LahmMissing ad_open flag for hf
2011-01-08 Frank LahmMerge master
2011-01-08 Frank LahmMerge 2-1
2011-01-08 Frank LahmMerge master
2011-01-07 Frank LahmRewrite ad_open arg order and style: require flags...
2011-01-07 HATmore detailed afpd -v
2010-12-22 Frank LahmMerge master
2010-12-21 Frank LahmCareful with of_findname and ad_close
2010-12-21 Frank LahmCareful with of_findname and ad_close
2010-12-21 Frank LahmPrevent uninitialized use which caused a crash in make...
2010-12-20 Frank LahmFixes
2010-12-20 Frank LahmRemove adouble refcounting, support calling ad_open...
2010-12-20 Frank LahmBe carefull with of_ad and ad_close
2010-12-20 Frank LahmDont use of_ad, its unneccessary here
2010-12-20 Frank LahmMore logging
2010-12-20 Frank LahmMore logging
2010-12-19 Frank LahmBe careful with ad_close. Reading/writing rfork works...
2010-12-17 Frank LahmDisable locking
2010-12-16 Frank LahmCall ad_open with ADFLAGS_RF for resfork
2010-12-15 Frank LahmUntabify and reindent
2010-12-15 Frank LahmRemove ADFLAGS_CREATE. Dont create adouble metadata...
2010-12-15 Frank LahmMerge master
2010-12-15 Frank LahmRewrite getversion, so it doesnt try to write to the db
2010-12-15 Frank LahmRemove unused externs
2010-12-14 Frank LahmWho uses global struct volinfo
2010-12-14 Frank LahmDont getversion, which triggers setversion, when reindexing
2010-12-14 Frank LahmWho uses global struct volinfo
2010-12-14 Frank LahmUse static buffer stupid
2010-12-14 Frank LahmRename symbol
2010-12-10 Frank LahmAdjust loglevel
2010-12-10 Frank LahmBetter handling of corrupt secondary indexes
2010-12-09 Frank LahmDont read db_param in cnid_metad and use volinfo with...
2010-12-08 Frank LahmLOG when a db is locked
2010-12-08 Frank LahmMove stamp code to setversion, dbd fixes, ad fixes
2010-12-08 Frank LahmCreate dbpath if not existent
2010-12-07 Frank LahmUse volpath instead of dbdir, read dbdir from volinfo
2010-12-07 Frank LahmCase-insensitive name search with the CNID db
2010-12-07 Frank LahmNew volume option searchdb which enables fast CNID...
2010-12-07 Frank LahmRevert searchtype option from afpd.conf, will be readde...
2010-12-06 Frank LahmAdd afpd.conf option -searchtype with arg db
2010-12-06 Frank Lahminclude cleanup
2010-12-06 Frank Lahminclude cleanup
2010-12-06 Frank LahmRemove dependency on libuuid, use own code
2010-11-24 Frank LahmSearch for UNIX name, not for UCS2 name which caused...
2010-11-24 Frank LahmMove freeing of invalidated struct dirs to a central...
2010-11-24 Frank LahmAbort search on partial match
2010-11-24 Frank LahmBetter error handling in case of bogus CNIDs
2010-11-24 Frank LahmIncrease maxlocks and maxlockobjs and make them configu...
2010-11-23 Frank Lahmafp_catseaching the new database
2010-11-22 Frank LahmVersion check for CNID db version
2010-11-22 Frank Lahmdatabase versioning
2010-11-21 Frank LahmRead last used CNID once from db, not every time
2010-11-19 Frank Lahmad find works
2010-11-19 Frank LahmIt works
2010-11-18 Frank LahmAlways add create flag to name index associatino (a...
2010-11-18 Frank LahmReturn cnids
2010-11-18 Frank LahmPrevious commit missed new file
2010-11-18 Frank LahmAdditional CNID db name index
2010-11-17 Frank LahmMerge branch-2-1
2010-11-17 Frank LahmMissed to convert another read to readt
2010-11-16 Frank LahmHandle symlinks
2010-11-16 Frank LahmFixes
2010-11-16 Frank LahmMerge from branch-2-1
2010-11-16 Frank LahmMerge branch-2-1
2010-11-15 Frank LahmBackport complete SO_SND/RCV-TIMEOUT removal from 2.2
2010-11-13 Frank LahmSolaris 10 still hasnt got ace inherited flag
2010-11-10 Frank LahmDecouple struct ofork from struct dir, replace ofork...
2010-11-10 Frank LahmEnsure the afpd master calls createvol and thus creates...
2010-11-09 Frank LahmAvoid unneccessary getpwuid call, the uid is available...
2010-11-08 Frank LahmAdd EA, LDAP and ACL option status to afpd -V output
2010-11-02 Frank LahmMove logging of dircache stats to dsi_close and reload...
2010-11-01 Frank LahmEnhance dircache robustness, dircache statistics logged...
2010-11-01 Frank LahmDynamic ACL support detection
2010-10-31 Frank LahmFix Posix ACL mapping, various changes for transparent...
2010-10-30 Frank LahmUpdate acl/ldap defines
2010-10-30 Frank LahmSupport for local UUIDs
2010-10-29 Frank LahmFiles in the cache have no fullpath
next