]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2003-06-12 srittauRemoved unused file.
2003-06-12 srittauFixed include paths.
2003-06-11 srittauOops, fixed thinko I introduced in the last patch.
2003-06-11 srittauPatch by Burkhard Schmidt to improve seeding of the...
2003-06-11 srittauDon't check for sys/quota.h and linux/quota.h, since...
2003-06-11 srittauAlternate libgcrypt support for uams_randnum.c.
2003-06-11 srittauAlternate libgcrypt support for uams_pgp.
2003-06-11 srittauRemoved all traces of OpenSSL specific stuff.
2003-06-11 srittauRemoved --enable-pgp-uam configure option. Is there...
2003-06-11 srittauWarning fixes.
2003-06-11 srittauPrefix functions in crypt.[ch] with atalk_. Removed...
2003-06-11 srittauDon't use crypt.[ch] for the PGP UAMS.
2003-06-11 srittauPut cryptographic code into a separate code file. This...
2003-06-09 srittauHead <-> 1.6 patch reduction.
2003-06-09 srittauWarning fixes.
2003-06-09 srittauWhite space and comment capitalization fixes.
2003-06-09 srittauTab -> spaces (consistency).
2003-06-09 srittauOptional libgcrypt support.
2003-06-09 srittauI suck; bug fixes, more code cleanup, better error...
2003-06-09 srittauFix --enable-gcrypt and --disable-gcrypt.
2003-06-08 srittauAdded HAVE_GCRYPT define. Removed explicit checks for...
2003-06-08 srittauAdded check for libgcrypt (as an alternative to OpenSSL).
2003-06-08 srittauPut COMPILE_A2BOOT conditional into contrib/a2boot...
2003-06-08 srittauRemove --enable-timelord; always compile timelord.
2003-06-08 srittauAC_INIT using a different source file (from afpd instea...
2003-06-08 srittauPut check for DID scheme into a separate macro, fixed...
2003-06-07 srittauCompilation fix.
2003-06-07 srittauFix help string indention.
2003-06-07 srittauAuto-generate etc2ps.sh.
2003-06-07 srittauBug fixes.
2003-06-07 srittauMore code cleanup.
2003-06-06 srittauAlways use new OpenSSL API.
2003-06-06 srittauNew OpenSSL API.
2003-06-06 srittauCode cleanup.
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 srittauImplement path_isadir() as macro. Please do not put...
2003-06-06 srittauWarning fixes: comment out unused stuff, remove unused...
2003-06-06 srittauNew maccode map: identity to pass through characters.
2003-06-06 srittauInstall data correctly.
2003-06-06 srittauDB3 patch check fix by Stefan Muenkner.
2003-06-06 srittauFix for afpd debugging by Stefan Muenkner.
2003-06-06 srittauAdded a missing break statement. Patch by Chris Shiels.
2003-06-06 srittauInclude config.h.
2003-06-06 srittauRemove unused PAPD_LIBS, replaced AFPD_LIBS by WRAP_LIBS.
2003-06-06 srittauBuild fix.
2003-06-06 srittauCFLAGS -> INCLUDES and other build fixes.
2003-06-06 srittauFix.
2003-06-06 srittauUse configure mechanism for generating files. Don't...
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-07 srittauFixed typo in comment.
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-05-02 didgbugfix 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-18 didgfix from Bjorn Fernhomberg.
2003-04-16 samnoblek5service and k5realm options for Kerberos 5 UAM
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 didgadd a macro for large file support and autoconf < 2...
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-11 didgBUGFIX: was trashing CFLAGS
2003-04-10 didgopen the file read-only if errno is EROFS.
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-09 didgmacros for iconv() function, from Björn Fernhomberg...
2003-03-07 didgcnid_add: bugfix use a cursor for atomic operation.
2003-03-05 didgdon't set volume FILEID attribute if the db is NULL.
2003-03-04 jmarcusRemove the non-existent README file from EXTRA_DIST.
2003-02-24 srittauMiscellaneous updates, spelling streamlining. (e.g...
next