]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2002-01-13 jmarcusPatch from Egon Niederacher <niederacher@fh-vorarlberg... point-backport-1-5-1
2002-01-10 jmarcusFix a problem with the new logger code.
2002-01-07 jmarcusUpdate AppleVolumes.system from Kazuhiko Okudaira ...
2002-01-04 sibazadded cnid logtype to the list
2002-01-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazreplaced all #include <sys/syslog.h> with #include...
2002-01-03 sibazaltered the layout of code calling syslog witha space...
2002-01-02 srittauDisallow leading and trailing spaces in MSWINDOWS volum...
2001-12-31 srittauRe-added const qualifier to the argument to parseline...
2001-12-31 jmarcusRemove some const attributes on variables that change...
2001-12-30 srittauAdded new file from stable branch.
2001-12-30 srittauCall this version 1.6cvs.
2001-12-30 srittauAllocate memory for parsing and storing configuration...
2001-12-30 srittauRemoved unused length parameters.
2001-12-29 jmarcusAdd some missing breaks to preserve correct error repor...
2001-12-29 jmarcusAdd some missing breaks to preserve correct error repor...
2001-12-29 jmarcusRemove another call to length. This should take out...
2001-12-29 srittauFix for SourceForge bugs #471911 and #495260. Overzealo...
2001-12-23 jmarcusRemove some syslog messages from the new tickle code.
2001-12-19 jmarcus--with-msg-dir has been replaced with --with-message-dir
2001-12-19 srittau--enable-srvloc isn't "EXPERIMENTAL" anymore.
2001-12-19 jmarcusClose the SOCKSTAT pipe handle.
2001-12-19 jmarcusRetain compatibility with other platforms as well as...
2001-12-19 jmarcusAdd some FreeBSD-specific patches.
2001-12-19 jmarcusClean up the tickle handler comment.
2001-12-16 jmarcusRemove the snprintf() argument from the sprintf() calls...
2001-12-16 jmarcusCertain platforms do not support snprintf() (e.g. Tru64...
2001-12-16 srittauUse conditional compilation for cnid_didname_verify...
2001-12-16 srittauRemove redundant AC_PREFIX_DEFAULT.
2001-12-16 srittauUse new SLP checking macro.
2001-12-16 srittauUse SLP_LIBS and SLP_CFLAGS.
2001-12-16 srittauNew macro to check for SLP.
2001-12-15 srittauAdded variable ACLOCAL_AMFLAGS. This should fix problem...
2001-12-15 jmarcusRevert 1.10. This was pointless anyway.
2001-12-15 srittauCLEANFILES = $(GENERATED_FILES) instead of mentioning...
2001-12-15 srittauFix distribution of lp2pap.sh(.tmpl).
2001-12-15 srittauApplied patch from Joe to fix Solaris endian issues.
2001-12-15 jmarcusAdd a new -timeout option to afpd. This option specifi...
2001-12-14 srittauDefine the conditional COMPILE_CNID for use in Makefiles.
2001-12-14 srittauRemoved the --with-cflags and --with-libs flags.
2001-12-14 jmarcusChange sleep() calls to select() calls. Using sleep...
2001-12-14 jmarcusHopefully fix a problem when multiple clients mount...
2001-12-13 jmarcusHave log_archive return absolute pathnames to logs...
2001-12-13 jmarcusClean up code after all the recent commits.
2001-12-13 jmarcusFix a bug where certain clients may sleep forever tryin...
2001-12-12 jmarcusFix a potential bug if cnid_update is called directly...
2001-12-11 srittau--enable-fhs does now set mandir correctly.
2001-12-10 jmarcusFix braino in last commit.
2001-12-10 jmarcusRe-enable previous DB corruption fix.
2001-12-10 jmarcusFix compilation with db3 3.1.17.
2001-12-10 srittauWarning fixes.
2001-12-10 srittauCast argument of diatoupper and diatolower to (unsigned...
2001-12-10 srittauDon't use --with-cflags configure option in example...
2001-12-10 srittauAdded cnid_didname_verify.1 to netatalk.undocumented.
2001-12-10 jmarcusFix a bug in the new DB_RECOVER code that allowed for...
2001-12-10 jmarcusMake dbname into a #define just to make it easier to...
2001-12-10 jmarcusStill compile if CNID DID scheme isn't selected.
2001-12-10 jmarcusInitial import into CVS.
2001-12-10 jmarcusFix up cnid_didname_verify so that it works with automa...
2001-12-10 jmarcusAdd a utility to check the consistency of didname.db...
2001-12-10 jmarcusFix a problem with DB corruption when multiple clients...
2001-12-07 pooba53Modified script so that spaces could be used in zone...
2001-12-07 jmarcusMake sure cnid.lock goes in the .AppleDB directory...
2001-12-07 jmarcusUpdate with recent CNID commit.
2001-12-07 jmarcusRe-enable synchronous transactions in the CNID DB code...
2001-12-04 jmarcusAdd patch to allow afpd to correctly share out NFSv3...
2001-12-03 srittauFixed --with-ssl-dir.
2001-12-03 jmarcusDon't include time.h as it can be less portable. Inste...
2001-12-03 jmarcusTru64 does not define timeval in time.h. Make sure...
2001-12-03 jmarcusUpdated with afpd changes.
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-12-01 srittauRemoved checks for libs that cause problems on OpenBSD...
2001-12-01 srittauNew quota check macro.
2001-12-01 srittauRemove obsolete --with-did configure option.
2001-12-01 srittauMinor cleanups.
2001-12-01 srittauAdded pam-check.m4 to distributed files.
2001-11-30 srittauSmall change to the AC_MSG_RESULT of --with-did=hash.
2001-11-28 jmarcusFix a potential divide by zero problem.
2001-11-28 srittauClean up --with-did check: "hash" is now an explicit...
2001-11-28 srittau--with-cnid-db was now merged with --with-did. Document...
2001-11-27 jmarcusBig commit to improve database throughput and fix deadl...
2001-11-27 jmarcusRemoved the --with-cnid-db configure option, and replac...
2001-11-25 srittauForward-Ports from the stabilizing branch.
2001-11-24 srittauPAM cleanups, removed unused USE_SHADOWPW conditional.
2001-11-23 srittauDon't add db3 flags to CFLAGS and LIBS, but use DB3_CFL...
2001-11-23 srittauRemoved obsolete --with-config-dir option.
2001-11-23 srittauRemoved obsolete file. Please modify your local acinclu...
2001-11-21 pooba53Fixed a typo in script. pooba53 <bobo@bocklabs.wisc...
2001-11-20 srittauMostly reverted Dan's patch after a short discussion...
2001-11-20 srittauMake module known as uams_dhx_pam as well as uams_dhx.
2001-11-20 srittauDon't print scary (but harmless) errors, when links...
2001-11-20 srittauWarning fixes.
2001-11-20 srittauDocument the problems with libtool and Tru64 and add...
2001-11-20 pooba53Fixed file so --sysconfdir works correctly as well...
2001-11-19 pooba53 Modified distib/initscripts/Makefile.am so that SuSE...
2001-11-19 pooba53Modify directory where SuSE initscript is. It was going...
2001-11-19 pooba53 modified config/AppleVolumes.default to not
2001-11-19 pooba53Modify the line that contains the tilde giving access...
2001-11-18 srittauUpdated to current Debian work-in-progress.
2001-11-17 srittauMoved acinclude.m4 into macros directory.
next