]> arthur.barton.de Git - netatalk.git/blobdiff - ChangeLog
added version reporting for the main daemons with a -v switch
[netatalk.git] / ChangeLog
index 874b931292ef8ba28b2558d5caf39e06ad4b49fb..fbefe16017f5acd7744ad34895aef2fe2cf96f2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,106 @@
 
+2001-09-10  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * etc/afpd/afp_options.c, etc/atalkd/main.c, etc/papd/main.c:
+       added version reporting with -v switch
+
+2001-09-06  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * etc/atalkd/main.c, etc/papd/main.c, etc/psf/psf.c,
+       libatalk/asp/asp_getsess.c, libatalk/dsi/dsi_getsess.c,
+       libatalk/pap/pap_slinit.c, libatalk/util/server_child.c:
+       autoconf POSIX.1 sys/wait.h check
+
+       * lots of files: AC_HEADER_STDC autoconf changes
+
+       * sys/netatalk/endian.h: used autoconf endian test instead
+       of manually checking every architecture
+
+2001-09-05  joe c <marcus@marcuscom.com>
+
+       * libatalk/cnid/cnid_open.c: comment out DB_JOINENV as this is not
+       supported in db3 3.1.17
+
+       * libatalk/cnid/cnid_add.c: fix my comments to properly explain the use
+       of rc over errno
+
+2001-09-04  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * etc/afpd/filedir.h: define veto_file() prototype (Edmund Lam)
+
+       * etc/uams/uams_dhx_pam.c: added quick Sun hack to seed openssl,
+       but it *really* needs something more elegant (#458433)
+
+2001-09-04  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * libatalk/cnid/cnid_add.c, libatalk/cnid/cnid_open.c: fixed
+       duplicate DID's being generated and FreeBSD db3 fix (Joe Clarke)
+
+       * doc/README.veto, etc/afpd/directory.c, etc/afpd/enumerate.c,
+       etc/afpd/file.c, etc/afpd/filedir.c, etc/afpd/volume.c,
+       etc/afpd/volume.h: adds Samba-style "veto file" support
+       (Edmund Lam)
+
+       * configure.in: properly checks for db3 headers (Joe Clarke)
+
+2001-08-31  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * libatalk/cnid/cnid_*.c: compilation fixes for those who don't
+       want to compile with CNID support (Edmund Lam)
+
+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
 2001-06-27  jeff b  <jeff@univrel.pr.uconn.edu>
 
        * many, many, files: more malformed ifdef correction, nicer
-       comments, etc, etc, etc
+       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
        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>