]> arthur.barton.de Git - netatalk.git/blobdiff - ChangeLog
Fixed a bug that could lead to segfaults.
[netatalk.git] / ChangeLog
index 862e8ee38b548180250e1008a63297f7b46aa963..b8ed17765222a9525facc05ec33aa6c10b61d13f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,86 @@
-($Id: ChangeLog,v 1.56 2001-06-27 18:22:19 uhees Exp $)
+2001-08-28  Lance Levsen  <l.levsen@printwest.com>
+
+       * config/Makefile.am: Added a variable substitution from
+       configure.in to stop overwriting the config files.
+
+       * configure.in: Added --enable-overwrite flag that enables the
+       overwriting of configure files. Default is no overwrite, but does
+       check for missing files.
+       
+2001-08-27  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       Released 1.5pre7
+
+2001-08-21  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * configure.in: now does rudimentary check for DB3 library
+       if CNID DB option (--enable-cnid-db) is given, with
+       option to specify path to DB3 (Jeff)
+
+2001-08-16  Uwe Hees <uwe.hees@rz-online.de>
+
+       * libatalk/cnid: replaced EAGAIN in db result checking with
+       DB_LOCK_DEADLOCK as appropriate for db-3.
+       * fixed a potential transaction problem in cnidd_add.
+
+2001-08-14  Sam Noble <ns@shadow.org>
+
+       * etc/afpd/directory.c: in afp_mapname and afp_mapid
+       convert uid/gid to/from network byte order before actually
+       using.  This should hopefully fix a long-standing bug in
+       the admin functionality.
+
+2001-08-14  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * acconfig.h, configure.in, etc/afpd/directory.c,
+       etc/afpd/enumerate.c, etc/afpd/file.c, etc/afpd/file.h,
+       etc/afpd/filedir.c, etc/afpd/fork.c, etc/afpd/volume.c,
+       etc/afpd/volume.h, libatalk/Makefile.am,
+       libatalk/cnid/cnid_add.c, libatalk/cnid/cnid_close.c,
+       libatalk/cnid/cnid_delete.c, libatalk/cnid/cnid_lookup.c,
+       libatalk/cnid/cnid_nextid.c, libatalk/cnid/cnid_open.c,
+       libatalk/cnid/cnid_private.h, libatalk/cnid/cnid_update.c:
+       DID database and reincluding libatalk/cnid back into
+       compiled tree (Uwe Hees)
+
+       * libatalk/cnid/.cvsignore: updated .cvsignore list for
+       CNID patch (Jeff)
+
+2001-08-09  Sam Noble <ns@shadow.org>
+
+       * configure.in, acconfig.h: Merged a patch from meeroh@mit.edu
+       to fix the kerberos uam build process.
+
+2001-08-08  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * etc/papd/session.c: prevents papd client from aborting
+       during the submission of a print job, therefore preventing
+       the job from hanging on the Mac (Michael Boers)
+
+2001-07-10  Lance Levsen  <lance@iworks.pwgroup.ca>
+
+       * man/man8/papd.8.tmpl: Fixed ftp URI for Adobe's PPD files.
+       
+2001-06-30  andy m  <morgan@orst.edu>
+
+       * etc/papd/ppd.c: "unquote" ppd values by removing leading
+       and trailing quote character. This should fix bug #426141.
+
+2001-06-27  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * many, many, files: more malformed ifdef correction, nicer
+       comments, etc, etc, etc (Jeff)
+
+       * etc/afpd/directory.c, etc/afpd/uid.c, etc/afpd/uid.h: fixes
+       for force-uidgid to compile properly. haven't tested it, but
+       no more compile errors. (Jeff)
 
 2001-06-27  uwe hees <hees@viva.de>
+
        * etc/uams/uams_guest.c: fixed a typo.
 
-2001-06-26  andy m  <morgan@orst.edu
+2001-06-26  andy m  <morgan@orst.edu>
+
        * etc/papd/file.c: modified markline() to return 1 instead
        of *linelength for successful completion. This should fix
        the remaining binary printing problems in papd.  Thanks go
@@ -11,6 +88,7 @@
        about the markline function.
 
 2001-06-25  jeff b  <jeff@univrel.pr.uconn.edu>
+
        * etc/afpd/auth.c, etc/afpd/main.c, etc/afpd/uam.c,
        etc/uams/uams_dhx_passwd.c, etc/uams/uams_passwd.c,
        include/atalk/uam.h: TRU64 authentication patch to allow
        support in both afpd and papd (Jason Keltz <jas@cs.yorku.ca>)
 
        * etc/*/*.{c,h}: corrected malformed defines, nicer comments,
-       CVS Id tags
+       CVS Id tags (Jeff)
 
 2001-06-20  jeff b  <jeff@univrel.pr.uconn.edu>
+
        * configure.in: check for linux/quota.h before enabling
        QUOTACTL_WRAPPER (Joe Clarke) 
 
        major autoconf fixes for afpd, nicer commenting, etc (Jeff)
 
 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
        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
        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)
        (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,
        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>