]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2008-08-11 didgsometime tcp-wrappers uses NIS (libnsl)
2008-08-07 didgpapd -d doesn't write to stderr. From Martin Nagy
2008-08-07 didgremove DB_VERB_CHKPOINT, it's gone. From Adam Goode
2008-05-23 didgFirst implementation of AFP3.2 FPSyncDir for timeMachin...
2008-05-16 didgCompilation fix for Fedora 9 from HAT
2008-05-06 didgfix LFS test for cross compilation, from Bolke de Bruin
2007-12-03 didgadd a ntdomain option to user name, from exanet
2007-12-03 didguse the right number for num charset and max charset...
2007-12-03 didg remove a debug quota log output
2007-05-16 didgrevert wrong auth.c commit
2007-05-16 didgremove a spurious error msg if noadouble option is set
2007-05-14 didgcopyfile: no need for noadouble if there's no source...
2007-05-14 didgfix a leak socket on error in papd
2007-04-27 didgfix a NULL reference on error in papd, sf bug 1707236
2007-04-11 didgremove warnings
2007-04-11 didgusedots, return an invalide name only for .xxx files...
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-12-03 didguams: add filename as exported symbol for no pam module...
2006-11-13 didgDec Tru64 V4.0F compilation fix, from Burkhard Schmidt
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 didglimit comments size to 128 bytes, cf. Adobe CS2 bug
2006-09-18 didgin unicode function trailing zero needs to be wide...
2006-09-17 didgremove the daemon icon, it's not displayed on OS9 and...
2006-09-15 didgdon't load atalkd kernel module, either appletalk is...
2006-09-15 didgcreatefile: return the right error code if disk full...
2006-09-15 didgremove a debug quota log output
2006-09-15 didg set invisible bit in finderinfo too, should partially...
2006-09-15 didgcopyfile: return the right error code if ad_close fail...
2006-09-09 didgunicode patch from TSUBAKIMOTO Hiroya
2006-09-09 didg try to get the libs dep a bit better
2006-09-09 didgfrom Carlos Corbacho sf.net bug 1553024 Fix Linux...
2006-09-09 didg configure macros for Berkeley DB4.4
2006-09-09 didgCACHEID comment from HAT
2006-08-01 didgif there's no server configured, errno is undefined
2006-07-21 didgadd mac greek encoding from P. Christeas
2006-03-14 didgresource fork without comment field, fix a file descrip...
2006-02-26 didgUse correct member of forklen array, from Olaf Hering
2006-02-08 didgpatch from Justin Mazzola Paluska for quota on linux...
2006-02-08 didgcompilation fix for ultrix
2005-10-19 didgpatch [ 1318295 ] automake should be used foreign
2005-09-28 didgUse mac charset for volume name in getvolparams.
2005-09-28 didgincrease the number of open forks.
2005-09-28 didgset group owner too with unixpriv, from exanet.com
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-08-11 didgAFS patch
2005-07-22 didgadd combining for Hangul.
2005-07-20 didgadd a --disable-quota to configure, from Olaf Hering...
2005-07-20 didgdon't advertise volume without r-x right.
2005-07-20 didgfix a leak if malloc fail in of_alloc
2005-07-08 didgfix a struct ofork leak if ad_close fail.
2005-06-02 didgadd a default permission to volume options, from Exanet...
2005-06-02 didguse ad_metadata macro in copy file for setting the...
2005-06-01 didgnetbsd error, from Mark Davies.
2005-05-25 didgbetter handling of file's perms for ADS adouble format...
2005-05-25 didgBetter handling of file permission in FPCopyfile, base...
2005-05-25 didgad_open on volume with unix priv, miss volume.c in...
2005-05-25 didgfor volume with unix priv don't use parent folder permi...
2005-05-25 didgdon't remove x perms, from exanet works, slightly modified.
2005-05-14 didguse macros ad_xxmetada when we only want files' metadata.
2005-05-12 bfernhombergit's 4.3, not 4.1 *sigh*
2005-05-12 bfernhombergfix BDB 4.3 compile
2005-05-09 bfernhombergfix volume name not equal volume unix path bug
2005-05-07 didgnew rpm spec from Dan A. Dickey.
2005-05-03 didgremove gcc warning
2005-05-02 didggcc warning and rsize use before init.
2005-04-30 didgUse a hash rather than a linear search for directories...
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2004-01-14 bfernhombergapply parts of the netbsd build patch by Patrick Welche... HEAD-before-afp3-merge
2003-12-28 srittauLinux 2.6 quota interface. [Bjoern]
2003-12-28 srittauCheck for struct if_dqblk. [Bjoern]
2003-12-15 srittauPut admin group check into a separate file, clean it...
2003-12-15 srittauRemoved more useless checks.
2003-12-15 srittauRemove unnecessary header checks.
2003-12-15 srittauRemoved an unneeded function check.
2003-12-15 srittauRemove checks for individual libraries (probably legacy...
2003-12-15 srittauCheck for struct tm.tm_gmtoff instead of defining NO_ST...
2003-12-15 srittauRemoved an obsolete comment.
2003-12-15 srittauCheck for sys/quota.h and include it if and only if...
2003-12-15 srittauMove check for ufs/quota.h from configure.in to macros...
2003-12-15 srittauRemove NEED_QUOTACTL_WRAPPER cruft. I think that was...
2003-12-15 srittauBackport from 1.6 branch: Fixes for Linux kernel 2...
2003-12-09 srittauMan page fixes pointed out by Eric S. Raymond's script...
2003-09-03 samnobleMacOS X Compatibility Fix: volume option mswindows...
2003-09-03 samnobleSome updates for the Kerberos 5 UAM. We now use an...
2003-09-03 didgafp_write return the write dsi size if write length...
2003-08-30 bfernhombergadd missing k5keytab to struct afp_options
2003-08-29 bfernhombergFix a bug that crept in with last commit
2003-08-29 bfernhombergAdd missing SIGUSR2 messaging support for clients conne...
2003-08-22 samnobleSolaris compatibility fix, use putenv() for KRB5_KEYTAB...
2003-08-22 samnobleDon't overwrite pam.d/netatalk unless we're told to...
2003-08-22 samnobleSupport for the Client Krb v2 UAM in Apple's MacOS...
2003-08-09 srittauFixed an uninitialized variable. [Olaf Hering]
2003-07-10 rlewczukfix: make libatalk compilable when DB3/CDB backend...
2003-07-01 srittauUpdated NEWS file from stable branch.
next