]> arthur.barton.de Git - netatalk.git/commitdiff
*** empty log message ***
authorrufustfirefly <rufustfirefly>
Tue, 10 Jul 2001 13:38:13 +0000 (13:38 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 10 Jul 2001 13:38:13 +0000 (13:38 +0000)
ChangeLog
etc/afpd/file.c

index 984974b725f5fa0ea5a12dfa31e574793ae9ec76..d6f4ea15a9bca67ffff007390d3665db4bef6542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
-($Id: ChangeLog,v 1.58 2001-06-30 17:42:51 morgana Exp $)
+($Id: ChangeLog,v 1.59 2001-07-10 13:38:13 rufustfirefly Exp $)
 
 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
 
        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>
+
        * 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
@@ -23,6 +27,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
@@ -36,6 +41,7 @@
        CVS Id tags
 
 2001-06-20  jeff b  <jeff@univrel.pr.uconn.edu>
+
        * configure.in: check for linux/quota.h before enabling
        QUOTACTL_WRAPPER (Joe Clarke) 
 
@@ -47,6 +53,7 @@
        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
@@ -57,6 +64,7 @@
        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> 
 
index 898f89e053432d88e95afb18436b9927ff0e6257..42dfea89fe6c3985e8ec88f2acdf10c3329083de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: file.c,v 1.22 2001-06-20 18:33:04 rufustfirefly Exp $
+ * $Id: file.c,v 1.23 2001-07-10 13:38:13 rufustfirefly Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -49,6 +49,7 @@
 #endif /* DID_MTAB */
 
 #ifdef FORCE_UIDGID
+#warning UIDGID
 #include "uid.h"
 #endif /* FORCE_UIDGID */