]> arthur.barton.de Git - netatalk.git/blobdiff - ChangeLog
Joe Clarke's patches and some other fixes
[netatalk.git] / ChangeLog
index 123ef71bea6efe0db7cf7507ded02bf1b832d1b6..b9fbe8174418d4c6077989e90485c4cfe14e4095 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,106 @@
-($Id: ChangeLog,v 1.37 2001-05-22 19:13:36 rufustfirefly Exp $)
+($Id: ChangeLog,v 1.49 2001-06-19 18:04:39 rufustfirefly Exp $)
+
+2001-06-19  jeff b  <jeff@univrel.pr.uconn.edu>
+       * etc/afpd/file.c, etc/afpd/parse_mtab.c, etc/afpd/parse_mtab.h,
+       etc/atalkd/route.h, etc/atalkd/rtmp.c, etc/papd/headers.c,
+       etc/papd/magics.c, libatalk/asp/asp_tickle.c: patch for
+       fixed DID calculation in etc/afpd/file.c, FreeBSD errors and
+       other miscellany (Joe Clarke) 
+
+       * minor patches and fixes to the aforementioned files, warning
+       fixes with GCC, etc (Jeff)
+
+2001-06-18  jeff b  <jeff@univrel.pr.uconn.edu>
+       * configure.in, etc/uams/Makefile.am,
+       etc/uams/uams_krb4/Makefile.am: patch #433952 from Sebastian
+       Rittau to move UAM authentication to use libtool
+
+       * configure.in, bin/afppasswd/Makefile.am, config/Makefile.am,
+       contrib/shell_utils/Makefile.am, distrib/initscripts/Makefile.am,
+       etc/afpd/Makefile.am, etc/afpd/nls/Makefile.am,
+       etc/atalkd/Makefile.am, etc/papd/Makefile.am,
+       man/man5/Makefile.am, man/man8/Makefile.am: patch #433906
+       to move to pkgconfdir for package config files (Sebastian Rittau)
+
+       * configure.in: fixed error that caused --with-did not to function
+       properly
+
+2001-06-13  Sam Noble <ns@shadow.org>
+       * etc/papd/{printcap,ppd,lp,file,comment}.h:
+       added #include <sys/cdefs.h> to these headers so that __P gets
+       properly defined on platforms like TRU64
+
+2001-06-11  jeff b  <jeff@univrel.pr.uconn.edu>
+       * configure.in, include/atalk/adouble.h, libatalk/compat/flock.c:
+       patch #431859 to avoid ucbinclude on Solaris, with flock support,
+       thanks to Russ Allbery (rra@users.sourceforge.net)
+
+       * acconfig.h, configure.in, libatalk/util/server_child.c,
+       libatalk/util/server_lock.c, sys/netatalk/endian.h: patch #432052
+       for portability to IRIX, HP-UX, and AIX (Russ Allbery)
+
+       * etc/afpd/nls/makecode.c: patch #432137 to add codepage mapping
+       support for (C), (TM) and other characters to avoid losing them,
+       submitted by Andre Schild (aschild@users.sourceforge.net)
+
+       * configure.in: set sysconfdir as /etc/netatalk by default, and
+       uams path now pulls from sysconfdir instead of config_dir
+       (Sam Noble)
+
+2001-06-07  jeff b  <jeff@univrel.pr.uconn.edu>
+       * configure.in, bin/afppasswd/Makefile.am,
+       contrib/shell_utils/Makefile.am, distrib/initscripts/Makefile.am,
+       etc/afpd/Makefile.am, etc/afpd/nls/Makefile.am,
+       etc/atalkd/Makefile.am, etc/papd/Makefile.am,
+       man/man5/Makefile, man/man8/Makefile.am: patch #422872 from
+       Sebastian Rittau to move from CONFIG_DIR to sysconfdir
+
+       * etc/psf/Makefile.am, sys/solaris/Makefile: additional removal
+       of CONFIG_DIR in favor of sysconfdir, plus patch #422860 from
+       Sebastian Rittau to correct other problems
+
+       * config/Makefile.am, config/netatalk.pamd: patch #422856 from
+       Sebastian Rittau, moving to pam_unix.so and being more proper
+
+       * etc/afpd/Makefile.am, etc/afpd/main.c: added support for
+       ${sysconfdir}/afpd.mtab to be read into memory, so that mtab
+       DID support actually works...
+
+2001-06-06  jeff b  <jeff@univrel.pr.uconn.edu>
+       * etc/afpd/filedir.c, etc/afpd/unix.c: fixed dropkludge code
+       so that it properly compiles again, along with minor warning
+       fixen
+
+2001-06-05 Dan L. (pooba53)
+       * Modified configure.in so references made to $ac_prefix_default
+       listed at the beginning are correct. The previous references were
+       being made to $ac_default_prefix.
+
+2001-06-04  jeff b  <jeff@univrel.pr.uconn.edu>
+       * doc/README.TRU64: details about tru64 installations, from
+       Edmund Lam <epl@unimelb.edu.au> 
+
+       * etc/afpd/fork.c: implemented Sebastian Rittau's change to
+       avoid overwriting AppleDouble headers (finally)
+
+       * configure.in, etc/afpd/enumerate.c, etc/afpd/parse_mtab.c:
+       added initial support for mtab DID format. removed "lastdid"
+       configure option in favor of --with-did={last,mtab}
+
+2001-06-01  jeff b  <jeff@univrel.pr.uconn.edu>
+       * etc/afpd/quota.c: fix for Linux compile by Sam Noble
+       <ns@shadow.org>
+
+2001-05-25  jeff b  <jeff@univrel.pr.uconn.edu>
+       * etc/uams/uams_passwd.c: another Tru64 fix from Burkhard
+       Schmidt <bs@cpfs.mpg.de>
+
+       * configure.in, contrib/shell_utils/Makefile.am,
+       contrib/shell_utils/afpd-mtab.pl, doc/Makefile.am,
+       doc/COPYRIGHT.mtab, doc/README.mtab, doc/README.mtab.distribution,
+       etc/afpd/.cvsignore, etc/afpd/Makefile.am, etc/afpd/parse_mtab.c,
+       etc/afpd/parse_mtab.h, test_parse_mtab.c: experimental mtab
+       code from Bob Rogers to generate more persistant DIDs
 
 2001-05-22  jeff b  <jeff@univrel.pr.uconn.edu>
        * configure.in, etc/afpd/unix.h: more portability fixes, and