]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
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.
2001-11-17 srittauRe-added global CFLAGS variable for now, since automake...
2001-11-17 srittauWarning fix.
2001-11-16 jnewmanOoops. Typo.
2001-11-16 jnewmanSearch directories in order of specificity.
2001-11-16 jnewman*** empty log message ***
2001-11-16 srittauWarning fixes (%m -> strerror(errno)).
2001-11-16 srittauInclude $(top_srcdir)/include before everything else.
2001-11-16 srittauFixed typo.
2001-11-16 jmarcusRemove FreeBSD-ism from last commit.
2001-11-16 pooba53* Modified SuSE initscript, distrib/initscripts/rc...
2001-11-16 pooba53Modified SuSE initscript. pooba53 <bobo@bocklabs.wisc...
2001-11-14 jmarcusFix db3 checking code to test for $trydb3dir/include...
2001-11-14 srittau%m -> %s strerror(errno) (Warnings)
2001-11-14 srittauThe help string of --with-message-dir said --with-msg...
2001-11-14 srittauFixed a wrong call to readvolfile(). Thanks to Daniel...
2001-11-14 srittauAdded -ldb to DB3_LIBS...
2001-11-13 srittauRemoved LDSHAREDFLAGS since it's not used, anyway.
2001-11-13 srittauUse new macro AC_PATH_DB3.
2001-11-13 srittauNew macro: AC_PATH_DB3
2001-11-13 srittauIgnore another generated file.
2001-11-13 srittauMinor fixes and improvements.
2001-11-13 rufustfireflypatch to fix checking of hostname
2001-11-13 rufustfireflysync
2001-11-13 srittauFixed my scrwed last commit.
2001-11-10 srittauNull-terminate strings after strncpy.
2001-11-10 srittauIdentify modules as uams_pam as well as uams_clrtxt.
2001-11-10 srittauLog message "uam : Loading..." changed to "uam: loading...
2001-11-10 srittauOpenBSD: Removed comment that :BINDIR: must be substitu...
2001-11-10 srittauAdded explanation that MacOS X's network trash handling...
2001-11-10 srittauAuto-generate rc.atalk.bsd.
2001-11-09 srittauRemoved automake supplied file.
2001-11-09 srittauUpdated from libtool 1.4.2.
2001-11-09 srittauIgnore more generated files.
2001-11-05 jmarcusInclude the dbenv path in some of the syslog messages...
2001-11-04 jmarcusAdd a static variable to track the exclusive lock....
2001-11-04 jmarcusRe-added code to enable on-the-fly database recovery...
2001-11-04 jmarcusAdd note about GNU make being required, and fix the...
next