]> arthur.barton.de Git - netatalk.git/log
netatalk.git
22 years agosmall fix to load mtab table initially if supported to fix mtab DID support
rufustfirefly [Thu, 7 Jun 2001 17:18:26 +0000 (17:18 +0000)]
small fix to load mtab table initially if supported to fix mtab DID support

22 years agopatch #422860 from Sebastian Rittau to correct pagecount.ps packaging problems
rufustfirefly [Thu, 7 Jun 2001 16:01:49 +0000 (16:01 +0000)]
patch #422860 from Sebastian Rittau to correct pagecount.ps packaging problems

22 years agopatch #422856 from Sebastian Rittau to move to pam_unix.so (& cleanups)
rufustfirefly [Thu, 7 Jun 2001 15:57:54 +0000 (15:57 +0000)]
patch #422856 from Sebastian Rittau to move to pam_unix.so (& cleanups)

22 years agoremoval of CONFIG_DIR in favor of sysconfdir
rufustfirefly [Thu, 7 Jun 2001 15:57:26 +0000 (15:57 +0000)]
removal of CONFIG_DIR in favor of sysconfdir

22 years agoSebastian Rittau's patch (sf #422872) to move from CONFIG_DIR to sysconfdir
rufustfirefly [Thu, 7 Jun 2001 15:39:27 +0000 (15:39 +0000)]
Sebastian Rittau's patch (sf #422872) to move from CONFIG_DIR to sysconfdir

22 years agomoved version to 1.5pre7 (in anticipation of the next release)
rufustfirefly [Wed, 6 Jun 2001 19:05:04 +0000 (19:05 +0000)]
moved version to 1.5pre7 (in anticipation of the next release)

22 years agodropkludge fixen
rufustfirefly [Wed, 6 Jun 2001 19:04:24 +0000 (19:04 +0000)]
dropkludge fixen

22 years agosync initial mtab additions/changes with tree
rufustfirefly [Wed, 6 Jun 2001 13:36:36 +0000 (13:36 +0000)]
sync initial mtab additions/changes with tree

22 years agoModified configure.in so that references made to $ac_prefix_default were correct.
pooba53 [Tue, 5 Jun 2001 12:56:19 +0000 (12:56 +0000)]
Modified configure.in so that references made to $ac_prefix_default were correct.

22 years agoChanged occurences of $ac_default_prefix to $ac_prefix_default to match reference...
pooba53 [Tue, 5 Jun 2001 12:51:17 +0000 (12:51 +0000)]
Changed occurences of $ac_default_prefix to $ac_prefix_default to match reference made at the beginning of the program.

22 years agoimplemented Sebastian Rittau's change to avoid overwriting AppleDouble headers
rufustfirefly [Mon, 4 Jun 2001 19:06:15 +0000 (19:06 +0000)]
implemented Sebastian Rittau's change to avoid overwriting AppleDouble headers

22 years agoquick compile fix for the test_parse_mtab code
rufustfirefly [Fri, 1 Jun 2001 19:49:51 +0000 (19:49 +0000)]
quick compile fix for the test_parse_mtab code

22 years agofix for linux compile by Sam Noble <ns@shadow.org>
rufustfirefly [Fri, 1 Jun 2001 13:59:45 +0000 (13:59 +0000)]
fix for linux compile by Sam Noble <ns@shadow.org>

22 years agoAdded missing include: <sys/socket.h>.
srittau [Thu, 31 May 2001 18:58:48 +0000 (18:58 +0000)]
Added missing include: <sys/socket.h>.

22 years agoAdded missing include <sys/socket.h>.
srittau [Thu, 31 May 2001 18:55:19 +0000 (18:55 +0000)]
Added missing include <sys/socket.h>.

22 years agoAdd -I$(top_srcdir) to CFLAGS.
srittau [Thu, 31 May 2001 18:53:01 +0000 (18:53 +0000)]
Add -I$(top_srcdir) to CFLAGS.

22 years agoWarning fixes.
srittau [Thu, 31 May 2001 18:48:32 +0000 (18:48 +0000)]
Warning fixes.

22 years agoChanged invocation of AC_PROG_LIBTOOL to AM_PROG_LIBTOOL and removed
srittau [Thu, 31 May 2001 18:42:58 +0000 (18:42 +0000)]
Changed invocation of AC_PROG_LIBTOOL to AM_PROG_LIBTOOL and removed
duplicate invocation.

22 years agoWarning fixes.
srittau [Thu, 31 May 2001 18:39:00 +0000 (18:39 +0000)]
Warning fixes.

22 years agoCorrect prototyping.
srittau [Thu, 31 May 2001 18:38:00 +0000 (18:38 +0000)]
Correct prototyping.

Return correct return values in main functions.

Added missing includes.

22 years agoAdded forward declarations to eliminate warnings.
srittau [Thu, 31 May 2001 18:36:53 +0000 (18:36 +0000)]
Added forward declarations to eliminate warnings.

22 years agoIgnore generated files.
srittau [Thu, 31 May 2001 18:34:11 +0000 (18:34 +0000)]
Ignore generated files.

22 years agodocumentation for Bob Rogers' mtab code
rufustfirefly [Fri, 25 May 2001 16:18:36 +0000 (16:18 +0000)]
documentation for Bob Rogers' mtab code

22 years agoexperimental code added from Bob Rogers to generate more persistant DIDs
rufustfirefly [Fri, 25 May 2001 16:18:08 +0000 (16:18 +0000)]
experimental code added from Bob Rogers to generate more persistant DIDs
(please note that the code is not used by afpd yet)

22 years agoanother Tru64 patch from Burkhard Schmidt
rufustfirefly [Fri, 25 May 2001 13:23:55 +0000 (13:23 +0000)]
another Tru64 patch from Burkhard Schmidt

22 years agoprototyping to allow the compiler to do some real argument checking
samnoble [Thu, 24 May 2001 21:23:50 +0000 (21:23 +0000)]
prototyping to allow the compiler to do some real argument checking
turned up a number of problems which are now fixed (due to the addition
of prototypes for functions in papd)... in particular papd will no longer
dump core in alphalinux when it tries to unregister all its nbp services.

22 years agoremoved CAPDIR
samnoble [Thu, 24 May 2001 00:37:50 +0000 (00:37 +0000)]
removed CAPDIR

22 years agoremoved the configure-time option for specifying CAPDIR. This is now
samnoble [Thu, 24 May 2001 00:12:01 +0000 (00:12 +0000)]
removed the configure-time option for specifying CAPDIR.  This is now
specified per-server and per-printer in afpd.conf and papd.conf.

22 years agoadded documentation regarding the new -authprintdir option which replaces
samnoble [Thu, 24 May 2001 00:10:27 +0000 (00:10 +0000)]
added documentation regarding the new -authprintdir option which replaces
the compile time CAPDIR

22 years agoinclude description of authentication options which were
samnoble [Thu, 24 May 2001 00:05:24 +0000 (00:05 +0000)]
include description of authentication options which were
previously described in README.MORGAN which is no longer with us.

22 years agoRemove all references to CAPDIR. Add a config file option for authprintdir
samnoble [Wed, 23 May 2001 23:55:23 +0000 (23:55 +0000)]
Remove all references to CAPDIR.  Add a config file option for authprintdir
authprintdir is configured per-server and per printer.

The 'ca' flag in papd.conf now takes a directory ie "ca=/tmp/print"

22 years agoThis patch adds function prototypes, fixes a few argument count bugs for
samnoble [Wed, 23 May 2001 23:48:34 +0000 (23:48 +0000)]
This patch adds function prototypes, fixes a few argument count bugs for
a couple of calls to syslog/printf, explicity adds return()'s for functions
which are supposed to return a value, and a few other generic code-cleaning
things which enabled atalkd to run on AlphaLinux again (it hasn't run properly
in about a year).

22 years agomore Tru64 fixes from Burkhard Schmidt <bs@cpfs.mpg.de>
rufustfirefly [Tue, 22 May 2001 19:13:36 +0000 (19:13 +0000)]
more Tru64 fixes from Burkhard Schmidt <bs@cpfs.mpg.de>

22 years agomore POSIX-compliant rm
rufustfirefly [Tue, 22 May 2001 19:05:56 +0000 (19:05 +0000)]
more POSIX-compliant rm

22 years agoportability fixes and Tru64 patch from Edmund Lam <epl@unimelb.edu.au>
rufustfirefly [Tue, 22 May 2001 13:35:26 +0000 (13:35 +0000)]
portability fixes and Tru64 patch from Edmund Lam <epl@unimelb.edu.au>

23 years agopatched by Joe Clarke for FreeBSD compatibility
rufustfirefly [Tue, 15 May 2001 13:35:53 +0000 (13:35 +0000)]
patched by Joe Clarke for FreeBSD compatibility

23 years agoold patch for Tru64, forgot to commit
rufustfirefly [Fri, 11 May 2001 12:17:45 +0000 (12:17 +0000)]
old patch for Tru64, forgot to commit

23 years agoModified patch to apply cleanly (to a version of etc/psf/Makefile.am that's
srittau [Thu, 10 May 2001 00:39:49 +0000 (00:39 +0000)]
Modified patch to apply cleanly (to a version of etc/psf/Makefile.am that's
not in CVS, yet).

23 years agoNew patches.
srittau [Thu, 10 May 2001 00:39:04 +0000 (00:39 +0000)]
New patches.

23 years agocommon.h is another source file.
srittau [Thu, 10 May 2001 00:01:24 +0000 (00:01 +0000)]
common.h is another source file.

23 years ago * Use ./configure --sysconfdir instead of --with-config-dir.
srittau [Wed, 9 May 2001 23:57:25 +0000 (23:57 +0000)]
  * Use ./configure --sysconfdir instead of --with-config-dir.
  * Upstream package does now install PAM file in the correct directory.
    Removed rule, correcting this from Debian rules file.

23 years agoBuild fixes.
srittau [Wed, 9 May 2001 23:53:40 +0000 (23:53 +0000)]
Build fixes.

23 years agofix problem with -v flag and rm
rufustfirefly [Wed, 9 May 2001 13:54:45 +0000 (13:54 +0000)]
fix problem with -v flag and rm

23 years agomore portable Makefiles (thanks to Christian Weisgerber <naddy@mips.inka.de> from...
rufustfirefly [Wed, 9 May 2001 13:35:40 +0000 (13:35 +0000)]
more portable Makefiles (thanks to Christian Weisgerber <naddy@mips.inka.de> from OpenBSD)

23 years agohalf reversal of previous patch; bad arguments to $(LN_S)
rufustfirefly [Wed, 9 May 2001 13:30:50 +0000 (13:30 +0000)]
half reversal of previous patch; bad arguments to $(LN_S)

23 years agoTru64 patch from Burkhard Schmidt <bs@cpfs.mpg.de>
rufustfirefly [Tue, 8 May 2001 18:03:18 +0000 (18:03 +0000)]
Tru64 patch from Burkhard Schmidt <bs@cpfs.mpg.de>

23 years agomakefile fixes from Olaf Hering <olh@suse.de>
rufustfirefly [Tue, 8 May 2001 15:43:30 +0000 (15:43 +0000)]
makefile fixes from Olaf Hering <olh@suse.de>

23 years agoadded contrib/macusers/Makefile to list of Makefiles to build
rufustfirefly [Tue, 8 May 2001 13:52:38 +0000 (13:52 +0000)]
added contrib/macusers/Makefile to list of Makefiles to build

23 years agotypo fixes patch from Burkhard Schmidt <bs@cpfs.mpg.de>
rufustfirefly [Mon, 7 May 2001 20:05:32 +0000 (20:05 +0000)]
typo fixes patch from Burkhard Schmidt <bs@cpfs.mpg.de>

23 years agosmall adaptations for CVS tree
rufustfirefly [Mon, 7 May 2001 14:16:47 +0000 (14:16 +0000)]
small adaptations for CVS tree

23 years agoadded script to shorten names
rufustfirefly [Mon, 7 May 2001 14:15:42 +0000 (14:15 +0000)]
added script to shorten names

23 years agosmall makefile and ID tagging changes
rufustfirefly [Mon, 7 May 2001 12:49:18 +0000 (12:49 +0000)]
small makefile and ID tagging changes

23 years agoNon-DSFG free code was removed.
srittau [Sat, 5 May 2001 16:17:26 +0000 (16:17 +0000)]
Non-DSFG free code was removed.

23 years agoCall automake.
srittau [Sat, 5 May 2001 16:15:41 +0000 (16:15 +0000)]
Call automake.

23 years agoRemoved copyright notice of University of Newcastle upon Tyne. It's code
srittau [Sat, 5 May 2001 16:15:14 +0000 (16:15 +0000)]
Removed copyright notice of University of Newcastle upon Tyne. It's code
was removed.

23 years agoAlso install pagecount.ps.
srittau [Sat, 5 May 2001 16:13:39 +0000 (16:13 +0000)]
Also install pagecount.ps.

23 years agoTru64 fixes from Burkhard Schmidt <bs@cpfs.mpg.de>
rufustfirefly [Thu, 3 May 2001 13:57:44 +0000 (13:57 +0000)]
Tru64 fixes from Burkhard Schmidt <bs@cpfs.mpg.de>

23 years agoChanges from 1.5pre6-2.
srittau [Tue, 1 May 2001 16:17:54 +0000 (16:17 +0000)]
Changes from 1.5pre6-2.

23 years agoIn the description of my patch, I wrote: "Should not break anything."
srittau [Tue, 1 May 2001 13:58:43 +0000 (13:58 +0000)]
In the description of my patch, I wrote: "Should not break anything."
This would have been true if there hadn't been updates since I wrote
the patch. Fixed.

23 years agomore patches from sourceforge
rufustfirefly [Tue, 1 May 2001 13:45:34 +0000 (13:45 +0000)]
more patches from sourceforge

23 years agosymbolic links for megatron from Sebastian Rittau (srittau) (#420446)
rufustfirefly [Tue, 1 May 2001 13:41:25 +0000 (13:41 +0000)]
symbolic links for megatron from Sebastian Rittau (srittau) (#420446)

23 years agooverhaul of redhat initscript by Ryan Cleary (tryanc) (#418094)
rufustfirefly [Tue, 1 May 2001 13:35:23 +0000 (13:35 +0000)]
overhaul of redhat initscript by Ryan Cleary (tryanc) (#418094)

23 years agoreplacement for old bin/afile from Sebastian Rittau (srittau) #420302
rufustfirefly [Tue, 1 May 2001 13:30:31 +0000 (13:30 +0000)]
replacement for old bin/afile from Sebastian Rittau (srittau) #420302

23 years agowarnings removal patch (#420300) from Sebastian Rittau (srittau)
rufustfirefly [Tue, 1 May 2001 13:21:20 +0000 (13:21 +0000)]
warnings removal patch (#420300) from Sebastian Rittau (srittau)

23 years agoUse INSTALL_DATA instead of INSTALL to install maccode files.
srittau [Tue, 1 May 2001 00:03:18 +0000 (00:03 +0000)]
Use INSTALL_DATA instead of INSTALL to install maccode files.

23 years agoIgnore more generated files.
srittau [Mon, 30 Apr 2001 23:51:36 +0000 (23:51 +0000)]
Ignore more generated files.

23 years ago*** empty log message ***
morgana [Wed, 25 Apr 2001 17:23:24 +0000 (17:23 +0000)]
*** empty log message ***

23 years agoChanged some LOG_ERR's to LOG_DEBUG's in setdirowner function. When the chown fails...
morgana [Wed, 25 Apr 2001 16:06:08 +0000 (16:06 +0000)]
Changed some LOG_ERR's to LOG_DEBUG's in setdirowner function.  When the chown fails, it is a "soft error" which does not need to be reported at the syslog LOG_ERR level.  We were scaring off some users with these errors.

23 years agofixed tcp_wrappers compilation (detected wrong in configure.in)
rufustfirefly [Tue, 24 Apr 2001 13:35:48 +0000 (13:35 +0000)]
fixed tcp_wrappers compilation (detected wrong in configure.in)

23 years agoadd AFPD_LIBS
rufustfirefly [Tue, 24 Apr 2001 13:04:52 +0000 (13:04 +0000)]
add AFPD_LIBS

23 years agoafpd/papd libs patch changelog entry
rufustfirefly [Mon, 23 Apr 2001 12:23:55 +0000 (12:23 +0000)]
afpd/papd libs patch changelog entry

23 years ago1.5pre6 versions of spec files
rufustfirefly [Mon, 23 Apr 2001 12:23:24 +0000 (12:23 +0000)]
1.5pre6 versions of spec files

23 years agoadd AFPD_LIBS to LIBS
rufustfirefly [Mon, 23 Apr 2001 12:22:39 +0000 (12:22 +0000)]
add AFPD_LIBS to LIBS

23 years agomerged patch #416371 from Heath Kehoe (hkehoe@users.sourceforge.net),
rufustfirefly [Mon, 16 Apr 2001 17:49:49 +0000 (17:49 +0000)]
merged patch #416371 from Heath Kehoe (hkehoe@users.sourceforge.net),
fixing OSX problems, byteorder issue in etc/afpd/directory.c, and the
superfluous error messages in etc/uams/uams_dhx_pam.c

23 years agoadded autoconf/automake stuff to TODO
rufustfirefly [Mon, 16 Apr 2001 17:45:17 +0000 (17:45 +0000)]
added autoconf/automake stuff to TODO

23 years agoRelease for 1.5pre6
rufustfirefly [Thu, 12 Apr 2001 13:31:26 +0000 (13:31 +0000)]
Release for 1.5pre6

23 years agoresolved commit conflict in changelog (minor)
rufustfirefly [Tue, 10 Apr 2001 19:00:52 +0000 (19:00 +0000)]
resolved commit conflict in changelog (minor)

23 years agotimelord compilation optional, disabled by default
rufustfirefly [Tue, 10 Apr 2001 18:57:50 +0000 (18:57 +0000)]
timelord compilation optional, disabled by default

23 years agooops. paper bag time.
rufustfirefly [Tue, 10 Apr 2001 18:09:19 +0000 (18:09 +0000)]
oops. paper bag time.

23 years agopatch from Jason Keitz (jkeitz@users.sourceforge.net) to disable checking for valid...
rufustfirefly [Tue, 10 Apr 2001 18:06:57 +0000 (18:06 +0000)]
patch from Jason Keitz (jkeitz@users.sourceforge.net) to disable checking for valid shell

23 years ago* Added libdb2-dev to build-depends. (Closes: #92774)
srittau [Fri, 6 Apr 2001 21:46:57 +0000 (21:46 +0000)]
* Added libdb2-dev to build-depends. (Closes: #92774)
* Complies with Debian policy version 3.5.2.0.

23 years agoRetrospectively added a changelog entry for a new version of netatalk-1.4pre2.
srittau [Fri, 6 Apr 2001 21:44:41 +0000 (21:44 +0000)]
Retrospectively added a changelog entry for a new version of netatalk-1.4pre2.

23 years agoAdded netatalk.conf info
lancel [Wed, 4 Apr 2001 18:34:36 +0000 (18:34 +0000)]
Added netatalk.conf info

23 years agoAdded netatalk.conf info
lancel [Wed, 4 Apr 2001 17:17:04 +0000 (17:17 +0000)]
Added netatalk.conf info

23 years agointegrated patch from Soren Spies <sspies@apple.com> to fix disconnect on afp_createid()
rufustfirefly [Tue, 3 Apr 2001 13:20:42 +0000 (13:20 +0000)]
integrated patch from Soren Spies <sspies@apple.com> to fix disconnect on afp_createid()

23 years agoadded contrib/shell_utils/cleanappledouble.pl script from Heath Kehoe <hakehoe@avalon...
rufustfirefly [Mon, 2 Apr 2001 19:12:12 +0000 (19:12 +0000)]
added contrib/shell_utils/cleanappledouble.pl script from Heath Kehoe <hakehoe@avalon.net>

23 years agoFix for server messaging. Afpd switches user to root to unlink message file, then...
morgana [Sun, 1 Apr 2001 16:11:38 +0000 (16:11 +0000)]
Fix for server messaging. Afpd switches user to root to unlink message file, then immediately switches back to user.

23 years agoadded TIMELORD_RUN, set by default to "no"
rufustfirefly [Thu, 29 Mar 2001 16:45:52 +0000 (16:45 +0000)]
added TIMELORD_RUN, set by default to "no"

23 years agomoved VERSION to BVERSION to avoid redefining VERSION
rufustfirefly [Thu, 29 Mar 2001 16:40:35 +0000 (16:40 +0000)]
moved VERSION to BVERSION to avoid redefining VERSION

23 years agoadded HAVE_BROKEN_DBTOB (whoever updated configure.in forgot it here)
rufustfirefly [Thu, 29 Mar 2001 16:33:44 +0000 (16:33 +0000)]
added HAVE_BROKEN_DBTOB (whoever updated configure.in forgot it here)

23 years agoThis patch fixes "broken" handling of dbtob (converting diskblocks to
samnoble [Thu, 29 Mar 2001 06:02:58 +0000 (06:02 +0000)]
This patch fixes "broken" handling of dbtob (converting diskblocks to
actual bytes) on Linux (every version I've used).  Basically if you mount
a filesystem that uses diskblocks with a size other than 1024 bytes/block
netatalk just assumes that you've got 1024 byte blocks anyway and reports
incorrect quota information.  define HAVE_BROKEN_DBTOB in configure.in to
enable this fix on other platforms.

23 years agoupdated to work with a recent release of the Umich AuthMan UAM.
samnoble [Wed, 28 Mar 2001 22:49:25 +0000 (22:49 +0000)]
updated to work with a recent release of the Umich AuthMan UAM.

23 years agoadded check for HAVE_CONFIG_H
samnoble [Wed, 28 Mar 2001 22:42:15 +0000 (22:42 +0000)]
added check for HAVE_CONFIG_H

23 years agoAdded UAM_OPTION_PROTOCOL to find out if we're ASP or DSI
samnoble [Wed, 28 Mar 2001 22:22:45 +0000 (22:22 +0000)]
Added UAM_OPTION_PROTOCOL to find out if we're ASP or DSI

23 years agoText fixes, added --prefix
lancel [Wed, 28 Mar 2001 15:37:54 +0000 (15:37 +0000)]
Text fixes, added --prefix

23 years agoun-hardcoded -shared, moved into LDSHAREDFLAGS
rufustfirefly [Mon, 26 Mar 2001 20:11:53 +0000 (20:11 +0000)]
un-hardcoded -shared, moved into LDSHAREDFLAGS

23 years agoAdded Credit for pam
lancel [Sat, 24 Mar 2001 05:27:52 +0000 (05:27 +0000)]
Added Credit for pam

23 years agoFix URLs
lancel [Sat, 24 Mar 2001 05:11:17 +0000 (05:11 +0000)]
Fix URLs

23 years ago./etc/uams/Makefile.am fix
lancel [Fri, 23 Mar 2001 04:13:25 +0000 (04:13 +0000)]
./etc/uams/Makefile.am fix

23 years agoAdded $LDFLAGS definition and usage. Enables -L linker flags to be passed for a...
lancel [Fri, 23 Mar 2001 04:05:48 +0000 (04:05 +0000)]
Added $LDFLAGS definition and usage.  Enables -L linker flags to be passed for a --with-ssl-dir configure directive. Fixes compiler fail on uams_dhx.so by not finding libcrypto.