]> arthur.barton.de Git - netatalk.git/history - etc
More code cleanup.
[netatalk.git] / etc /
2003-06-06 srittauWarning fixes.
2003-06-06 srittauImplement path_isadir() as macro. Please do not put...
2003-06-06 srittauNew maccode map: identity to pass through characters.
2003-06-06 srittauInstall data correctly.
2003-06-06 srittauFix for afpd debugging by Stefan Muenkner.
2003-06-06 srittauRemove unused PAPD_LIBS, replaced AFPD_LIBS by WRAP_LIBS.
2003-06-06 srittauCFLAGS -> INCLUDES and other build fixes.
2003-06-05 didgAFP3.x add unix privilege (new volume option upriv...
2003-06-02 didgsmall fixes from Björn Fernhomberg, remove compiler...
2003-05-26 didgcheck if mtoupath return NULL
2003-05-21 didgdon't call log function if parameter is null, from...
2003-05-20 didgSERVTEXT wasn't defined patch from Björn Fernhomberg
2003-05-20 didgreturn 0xffff if more than 65536 entries in a directory.
2003-05-16 didgAFP 3.x add sleep timeout, add disconnect old session...
2003-05-16 didgBUGFIX enumerate DID parameter and curdir->d_did are...
2003-05-14 didgpap: Allow login using gecos name too, fix most obvious...
2003-05-12 didgbugfix, should work a lot better, from Björn Fernhomber...
2003-05-12 didgBUFIX: dirsearch_byname it's cdir not curdir, was a...
2003-05-07 didgif AFPVOL_MTOUUPPER or AFPVOL_MTOULOWER set , mac name...
2003-05-03 didgmore stupid if ((a = b()) == C) to (C == (a = b())...
2003-05-02 didgAFP 3.1 catsearch fixes from Bjorn Fernhomberg.
2003-04-26 didgafp_createfile return VLOCK rather than PARAM error...
2003-04-24 didgAFP3 return the right error in mapname when asked for...
2003-04-22 didgcheck against the right value in FPSetVolParms.
2003-04-21 samnobleAllow DirectoryNames to be computed properly when fqdn...
2003-04-21 samnobleDon't advertise a fqdn in the DsiGetStatus reply if...
2003-04-20 didgbetter error code for calls on a not existing file
2003-04-20 didgAFP3 with UTF8 ckeck name parameter is not too big.
2003-04-16 samnobleThe following were necessary in order to implement...
2003-04-16 didgbugfix: cache handling when inodes are reused.
2003-04-15 didgbugfix: movecwd() if parent directory is deleted by...
2003-04-14 didgAFP 3.x double check in loginExt that large file suppor...
2003-04-14 didgremove a linear dir search, we already have the info.
2003-04-09 didgfile descriptor leak with noadouble. Was only in HEAD.
2003-04-09 didgUTF8 is defined but not mangled
2003-03-19 didgopenvol() add ifdef CNID_DB
2003-03-18 srittauRemoved unused static arrays tokenmulti and tokenmultitab.
2003-03-18 srittauparseline(): Increase buffer size instead of shrinking...
2003-03-18 didgdirlookup() utf8 support
2003-03-15 didgerror code for dirlookup, cname.
2003-03-12 didgsupport for function 0x7a
2003-03-11 didgbugfix: size error in DNS name handling
2003-03-09 didgcache mac name too.
2003-03-09 didgunsigned / signed fix
2003-03-09 didgadd utf8 support for AFP3
2003-03-05 didgdon't set volume FILEID attribute if the db is NULL.
2003-02-19 jmarcusRevert previous mkstemp() commit. While it quieted...
2003-02-17 jmarcusMake sure papd is linked with pam if pam support is...
2003-02-17 jmarcusUse mkstemp() instead of mktemp(). This will avoid...
2003-02-17 srittau#include <string.h>
2003-02-17 srittau-Wall fix.
2003-02-17 srittauRemoved unneed sccsid string. (-Wall warning)
2003-02-17 srittauInclude string.h.
2003-02-16 didgdesktop.c:
2003-02-11 didgadd AFP3.x login, patch from Burkhard Schmidt
2003-02-09 jmarcusTry to use the fully-qualified domain name when registe...
2003-02-04 didgbugfix: close the right fork in renamefile, copy and...
2003-02-01 didgbugfix: renamefile() various bugs with concurrent acces...
2003-01-31 didgbugfix: deletecurdir() with concurrent access, dir...
2003-01-31 didga little cleaning
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-28 jmarcusRemove references to cnid_dump. I think these accident...
2003-01-28 srittauRemoved an unused file.
2003-01-26 srittauAdded a missing define. (Olaf)
2003-01-26 srittauDon't assume offsets, specify the struct member. (Olaf)
2003-01-26 didgbugfix file.c directory.c: open directory descriptor...
2003-01-24 didgbugfix: afp_exchangefiles. need to stat() files again...
2003-01-24 didgbugfix: dirlookup() return dirsearch error if any ...
2003-01-24 didgimprovement: add a SUIDDIR (aka BSD like) for admin...
2003-01-21 srittauPatch by Olaf: first argument of memset is a pointer.
2003-01-21 didgsetfilparam: with AFP3.x PDINFO bit means UTF8 filename...
2003-01-21 didgmore 'if ((A = B()) == C)' to 'if (C== (A = B())) changes
2003-01-21 didgfix to a a fix: for duplicates ID in the cache.
2003-01-19 didgbugfix: adddir() if an ID already exist, remove it...
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-11 jmarcus* Add Apple II boot support for Appl IIe (with workstat...
2003-01-10 didgbugfix: afp_openfork() case ressource fork open read...
2003-01-08 didgAFP 3.x add dhx pam uam, not tested!
2003-01-08 didg- better error reporting, don't always return noobj.
2003-01-07 didgcheck input sindex >=1.
2003-01-07 didgremove a c++ //
2003-01-07 rlewczukMake FPCatSearch a bit more interactive - if there...
2003-01-07 rlewczukMoving things between two folders on the same volume...
2003-01-01 srittauNo need to log the strerror() when the return value...
2002-12-23 didgafp_enumerate() decremente offspring count if a file...
2002-12-18 jmarcusRemove a log message that may cause afpd to slow down...
2002-12-14 didgpossible partiel fix for endless loop (broken pipe...
2002-12-07 rlewczukFixes to -signature option (it was ported from 1.5...
2002-12-07 rlewczukConfigure option allowing to set a server signature...
2002-12-04 didg- call SIGHUP signal handler only once for worker process
2002-12-01 srittauRemove unnecessary -I$(top_srcdir)/include from CFLAGS.
2002-12-01 srittauInstall stuff into libexecdir, instead of sbindir.
2002-12-01 srittauModified makecode to only generate one codepage at...
2002-12-01 srittauAdded maccode.koi8-r to the generated files.
2002-11-26 didgfix ::
2002-11-25 didgAFP 3.x pad for cleartext login, getsession token len...
2002-11-15 srittauRemoved the --with-catsearch configure option. (FPCatSe...
next