]> arthur.barton.de Git - netatalk.git/log
netatalk.git
23 years agoYet another dropkludge fix.
itlm019 [Thu, 1 Feb 2001 21:13:53 +0000 (21:13 +0000)]
Yet another dropkludge fix.

23 years agoThis is a fix for server messaging... only affects what appears in the log and
itlm019 [Thu, 1 Feb 2001 20:55:07 +0000 (20:55 +0000)]
This is a fix for server messaging... only affects what appears in the log and
what happens when DEBUG is set.

23 years agothis fixes a problem exposed by the os x appleshare client. flushfork
fucus [Thu, 1 Feb 2001 06:25:56 +0000 (06:25 +0000)]
this fixes a problem exposed by the os x appleshare client. flushfork
wasn't re-reading appledouble header information from the disk
when it needed to do so. as a result, you could get zero-length resource
forks.

-a

23 years ago*** empty log message ***
blayde [Thu, 1 Feb 2001 02:53:04 +0000 (02:53 +0000)]
*** empty log message ***

23 years agoThe rest of Peter Westlake's permission patch (see the note in
itlm019 [Wed, 31 Jan 2001 08:43:31 +0000 (08:43 +0000)]
The rest of Peter Westlake's permission patch (see the note in
etc/afpd/file.c for details... a bug in Sourceforge is preventing me from
submitting multiple files simultaneously).

23 years agoPermission patch from Peter Westlake <peter@harlequin.co.uk> to fix behavior
itlm019 [Wed, 31 Jan 2001 08:40:24 +0000 (08:40 +0000)]
Permission patch from Peter Westlake <peter@harlequin.co.uk> to fix behavior
when deleting files to better-match Unix behavior.  As I understand it, if
the directory allows write permission but the file allows only read
permission, Unix flavors allow you to delete the file, since you're changing
the directory entry, not the inode.  Before this patch, netatalk would not
allow deletion of a file if you have read access to it, even if you had write
access to the directory.

This patch has not yet been tested with other permission-modifying features
such as dropkludge, and admingroup, so additional changes to these
modifications and/or to dropkludge and admingroup may follow.

23 years ago*** empty log message ***
blayde [Mon, 29 Jan 2001 11:18:28 +0000 (11:18 +0000)]
*** empty log message ***

23 years agoThis file shouldn't be compiled at all unless FORCE_UIDGID is defined, so I
itlm019 [Sat, 27 Jan 2001 17:54:26 +0000 (17:54 +0000)]
This file shouldn't be compiled at all unless FORCE_UIDGID is defined, so I
added some #ifdef statements for that.

23 years agoSince it seems Kevin Myer's patch is primarily a solution for linux users,
itlm019 [Wed, 10 Jan 2001 23:35:40 +0000 (23:35 +0000)]
Since it seems Kevin Myer's patch is primarily a solution for linux users,
I've modified it so that it only takes effect if linux is the detected O/S.

23 years agoKevin Myer's permission patch (needs further testing)
itlm019 [Wed, 3 Jan 2001 21:41:06 +0000 (21:41 +0000)]
Kevin Myer's permission patch (needs further testing)

23 years agohalf of FORCE_UIDGID commits for afpd (STILL HORRENDOUSLY BROKEN, PROBABLY)
rufustfirefly [Tue, 2 Jan 2001 23:00:35 +0000 (23:00 +0000)]
half of FORCE_UIDGID commits for afpd (STILL HORRENDOUSLY BROKEN, PROBABLY)

23 years ago* moved lp2pap.sh out of root of repository
rufustfirefly [Tue, 2 Jan 2001 18:57:07 +0000 (18:57 +0000)]
* moved lp2pap.sh out of root of repository
* small initscripts modprobe check for appletalk module in redhat
* autogen now removes INSTALL/ (kludge)

23 years agocode beautification. nothing major.
rufustfirefly [Tue, 5 Dec 2000 20:07:41 +0000 (20:07 +0000)]
code beautification. nothing major.

23 years agoconfigure.in : Modification done by Michel Jouvin to fix a problem with
jouvin [Mon, 4 Dec 2000 13:18:48 +0000 (13:18 +0000)]
configure.in : Modification done by Michel Jouvin to fix a problem with
library search path on Tru64.

According to autoconf maintainer suggestion, move -L/path/to/lib from LIBS
variable to LDFLAGS. This was done because on some systems (like Tru64)
-Lpath must appear before -llib that requires  -L. This is not the case
if -L is in LIBS as -l are inserted at the head of LIBS by autoconf to
preserve library search order required by some systems.

23 years agoChanges made by Michel Jouvin - jouvin@lal.in2p3.fr - 23/11/2000
jouvin [Fri, 1 Dec 2000 10:00:34 +0000 (10:00 +0000)]
Changes made by Michel Jouvin - jouvin@lal.in2p3.fr - 23/11/2000

Modifications aim at introducing support of Compaq Tru64 (ASIP only, done with
4.0f), allow greater flexibility with PAM handling during netatalk build and
properly propagate to Macintosh client file permissions driven by ACL on the
server side using XPG4 access() function.

- configure.in : add support for Tru64 OS, allow greater flexibility
with PAM for better handling of systems (like mine) without pam
(basically _pam uams are built only if pam libs are present and
--with-pam triggers what are the actual targets for uams_clrtxt.so and
uam_dhx.so), check availability of access() function in standard libaries.

- acconfig.in : initialisation (#undef) of new macros introduced for Tru64
support.

- etc/uams/Makefile.am : Complementary mods for flexible handling of pam. Use
standard install target as cp -d is not available on every platform (in
particular Tru64). Define links uams_clrtxt.so and uams_dhx.so at install time only, directly in target dir and add -f to ln command. Add
'expect_unresolved *' when building shared libs.

- sys/netatalk/endian.h : Include config.h if it exists.

- etc/atalkd/route.c : define rtentry as ortentry on Tru64 to allow successful
compiling (anyway this part is not used on Tru64 as appletalk layer is not
available).

- distrib/initscripts/rc.atalk.redhat.tmpl : define 3 variables for netatalk
bin, sbin and config subdirectories and use them in files path to allow
easier manul customization of path.

- Addition of a distrib/initscripts/rc.atalk.tru64.tmpl, modeled on
rc.atalk.sysv

- distrib/initscripts/Makefile.am : add a target for Tru64

- etc/afpd/directory.c : if XPG4 access() is available, call it as it was done
when AFS is defined through function accessmode() (defined in unix.c). This
allows correct presentation of permissions to Mac users if the file server
has ACLs.

- etc/afpd/unix.c : add accessmode() function. This is the existing afsmode
function less the checks to validate the current path is in AFS.

- etc/afpd/afs.c : afsmods() modified to call new accessmode() after the
checking phase.

- etc/afpd/auth.c : Add a message with LOG_DEBUG priority telling which uam
file is being loaded. Allow easier detection of misconfiguration.

- etc/afpd/uam.c : log a message in case uam_load fails because mod_symbol()
failed to locate the required symbol.

23 years agoMinor changes to the logging text
itlm019 [Mon, 13 Nov 2000 21:58:11 +0000 (21:58 +0000)]
Minor changes to the logging text

23 years agoRemove force 2 GB option after introducing fixed code from Uwe Hees into etc/afpd...
jnewman [Fri, 10 Nov 2000 16:11:55 +0000 (16:11 +0000)]
Remove force 2 GB option after introducing fixed code from Uwe Hees into etc/afpd/unix.c

23 years agoChanges to ustatfs_getvolspace from Uwe Hees for a more elegant and clean volume...
jnewman [Fri, 10 Nov 2000 16:05:38 +0000 (16:05 +0000)]
Changes to ustatfs_getvolspace from Uwe Hees for a more elegant and clean volume size calculation solution.

23 years agoadded options for redhat and cobalt sysv scripts to install properly
rufustfirefly [Fri, 10 Nov 2000 15:46:32 +0000 (15:46 +0000)]
added options for redhat and cobalt sysv scripts to install properly

23 years agoGeneral fixes for logging, error reporting, this, that, and the other thing.
itlm019 [Fri, 10 Nov 2000 00:57:38 +0000 (00:57 +0000)]
General fixes for logging, error reporting, this, that, and the other thing.

23 years agochange symlinks depending on whether --with-pam is used (USE_PAM conditional)
rufustfirefly [Thu, 9 Nov 2000 19:46:16 +0000 (19:46 +0000)]
change symlinks depending on whether --with-pam is used (USE_PAM conditional)

23 years agoconditional PAM config file install fixed (USE_PAM conditional)
rufustfirefly [Thu, 9 Nov 2000 19:38:39 +0000 (19:38 +0000)]
conditional PAM config file install fixed (USE_PAM conditional)

23 years agoreversal of last (bad) hack.
rufustfirefly [Thu, 9 Nov 2000 18:48:00 +0000 (18:48 +0000)]
reversal of last (bad) hack.

23 years agofixed pgp UAM so that it builds at all
rufustfirefly [Thu, 9 Nov 2000 16:16:08 +0000 (16:16 +0000)]
fixed pgp UAM so that it builds at all

23 years agoFixed struct inside UAMs to allow proper loading
rufustfirefly [Thu, 9 Nov 2000 15:32:40 +0000 (15:32 +0000)]
Fixed struct inside UAMs to allow proper loading

23 years agofix for libdes not being checked in the right place
rufustfirefly [Wed, 8 Nov 2000 20:37:30 +0000 (20:37 +0000)]
fix for libdes not being checked in the right place

(fixes builds on openssl systems without libdes)

23 years agofixed symlink install and build (unfortunately generates install warnings)
rufustfirefly [Wed, 8 Nov 2000 20:28:08 +0000 (20:28 +0000)]
fixed symlink install and build (unfortunately generates install warnings)

23 years agoAdd force 2GB conditional at configure time. This will turn off the code in etc...
jnewman [Wed, 8 Nov 2000 17:12:38 +0000 (17:12 +0000)]
Add force 2GB conditional at configure time.  This will turn off the code in etc/afpd/unix.c that doesn't seem to work right with 64 bit file sized systems.

23 years agoPut log reopen back to "LOG_DAEMON" instead of "LOG_LOCAL0" (which is a site-
itlm019 [Fri, 3 Nov 2000 03:23:18 +0000 (03:23 +0000)]
Put log reopen back to "LOG_DAEMON" instead of "LOG_LOCAL0" (which is a site-
specific change).  Also added a "Connection terminated" message to logging
that will appear whether the user logs out or whether their connection is
terminated abnormally.  Should help log parsing utilities.

23 years agoMinor change so that automated statistical scripts can differentiate between a login
itlm019 [Wed, 25 Oct 2000 19:51:54 +0000 (19:51 +0000)]
Minor change so that automated statistical scripts can differentiate between a login
and a log message indicating admin access.

23 years agoThe log shouldn't report the admingid every time anyone logs in.
itlm019 [Wed, 25 Oct 2000 17:30:49 +0000 (17:30 +0000)]
The log shouldn't report the admingid every time anyone logs in.

23 years agoAdded DROPKLUDGE file copying support, modularized DROPKLUDGE operations,
itlm019 [Thu, 19 Oct 2000 23:42:49 +0000 (23:42 +0000)]
Added DROPKLUDGE file copying support, modularized DROPKLUDGE operations,
and improved error handling.  That means we have DROPKLUDGE support for
creating files, moving files, and copying files now.  As far as I'm aware,
that covers all the ways of adding a file to a directory via AppleShare.

23 years agokludge for avoiding redefinition
rufustfirefly [Wed, 18 Oct 2000 15:26:27 +0000 (15:26 +0000)]
kludge for avoiding redefinition

23 years agoOne more "oops" fix.
itlm019 [Mon, 16 Oct 2000 21:15:27 +0000 (21:15 +0000)]
One more "oops" fix.

23 years agoFixes to a couple of "oops"'s introduced in version 1.3.
itlm019 [Mon, 16 Oct 2000 21:12:52 +0000 (21:12 +0000)]
Fixes to a couple of "oops"'s introduced in version 1.3.

23 years agoDROPKLUDGE fix to "move" procedure and a few general code cleanup things
itlm019 [Mon, 16 Oct 2000 21:01:41 +0000 (21:01 +0000)]
DROPKLUDGE fix to "move" procedure and a few general code cleanup things

23 years agoRenamed 'struct comment' to 'struct papd_comment' because 'struct comment' was alread...
morgana [Mon, 9 Oct 2000 15:42:40 +0000 (15:42 +0000)]
Renamed 'struct comment' to 'struct papd_comment' because 'struct comment' was already defined on some systems.

23 years agoReplaced mtoupath() calls from the previous patch with upath for efficiency.
itlm019 [Fri, 6 Oct 2000 21:13:18 +0000 (21:13 +0000)]
Replaced mtoupath() calls from the previous patch with upath for efficiency.

23 years agoFixed handling of Unix-prohibited characters in file names for dropkludge.
itlm019 [Fri, 6 Oct 2000 20:43:40 +0000 (20:43 +0000)]
Fixed handling of Unix-prohibited characters in file names for dropkludge.

23 years agofix for debian's bad netinet/tcp.h, including stdint.h
rufustfirefly [Thu, 5 Oct 2000 13:51:34 +0000 (13:51 +0000)]
fix for debian's bad netinet/tcp.h, including stdint.h

23 years agoremoved HAVE_SYS_CDEFS_H hack
rufustfirefly [Wed, 4 Oct 2000 15:21:41 +0000 (15:21 +0000)]
removed HAVE_SYS_CDEFS_H hack

23 years agobetter sys/cdefs.h fix to use sys/generic/sys/cdefs.h if not found
rufustfirefly [Wed, 4 Oct 2000 15:20:41 +0000 (15:20 +0000)]
better sys/cdefs.h fix to use sys/generic/sys/cdefs.h if not found

23 years agoadded ifdef for ADED_FILEI, and cdefs.h fix
rufustfirefly [Wed, 4 Oct 2000 15:09:56 +0000 (15:09 +0000)]
added ifdef for ADED_FILEI, and cdefs.h fix

23 years agoadded checking for cdefs.h and sys/cdefs.h
rufustfirefly [Wed, 4 Oct 2000 15:08:08 +0000 (15:08 +0000)]
added checking for cdefs.h and sys/cdefs.h

23 years agoAdded afpd.conf man page
rufustfirefly [Thu, 28 Sep 2000 16:49:47 +0000 (16:49 +0000)]
Added afpd.conf man page

23 years agoSomehow this got overwritten. Remade from scratch.
rufustfirefly [Thu, 28 Sep 2000 16:49:21 +0000 (16:49 +0000)]
Somehow this got overwritten. Remade from scratch.

23 years agooops. put afpd instead of atalkd, since there is no afpd.conf page yet. d'oh!
rufustfirefly [Wed, 27 Sep 2000 15:06:15 +0000 (15:06 +0000)]
oops. put afpd instead of atalkd, since there is no afpd.conf page yet. d'oh!

23 years agoadded papd.conf man page, and simplified Makefile.am
rufustfirefly [Tue, 26 Sep 2000 19:09:25 +0000 (19:09 +0000)]
added papd.conf man page, and simplified Makefile.am

23 years agoadded atalkd.conf documentation (man page)
rufustfirefly [Fri, 22 Sep 2000 20:01:39 +0000 (20:01 +0000)]
added atalkd.conf documentation (man page)

23 years agoMake man5 man pages independent of configure scripts paths.
arichard [Fri, 22 Sep 2000 15:18:44 +0000 (15:18 +0000)]
Make man5 man pages independent of configure scripts paths.

23 years agoRemove all theses Makefile files that have a corresponding Makefile.am,
arichard [Fri, 22 Sep 2000 15:06:03 +0000 (15:06 +0000)]
Remove all theses Makefile files that have a corresponding Makefile.am,
so they are unused and trashed the first time you run the configure
stff

23 years ago*** empty log message ***
rdschulz [Fri, 22 Sep 2000 14:35:32 +0000 (14:35 +0000)]
*** empty log message ***

23 years agosetvoltime modified for concurrent multiuser update of volumes
rdschulz [Fri, 22 Sep 2000 12:58:15 +0000 (12:58 +0000)]
setvoltime modified for concurrent multiuser update of volumes

23 years agoNew man pages (section 5) for config files, initial import
rufustfirefly [Wed, 20 Sep 2000 19:24:22 +0000 (19:24 +0000)]
New man pages (section 5) for config files, initial import

23 years agoMissing paren in DEBUG section
itlm019 [Wed, 20 Sep 2000 06:44:50 +0000 (06:44 +0000)]
Missing paren in DEBUG section

23 years agoMakes files and comments refering to install or configure variables up to date
arichard [Tue, 19 Sep 2000 17:13:46 +0000 (17:13 +0000)]
Makes files and comments refering to install or configure variables up to date
at the install time. In 1.4-asun version, this was done by a special sed script
at install time. This was droped from Makefile.am files. I have reinstroduced
it in, I hope, a clever way and also used it for distrib/initscripts/rc.atalk.redhat.in.
This will enable us to use any paths at the configure and get the various paths updates
in mans, scripts and comments.

23 years agomove libcrypto test into openssl found section
jnewman [Sat, 16 Sep 2000 20:16:49 +0000 (20:16 +0000)]
move libcrypto test into openssl found section

23 years agolibpam doesn't have a main(), so search for a reasonable replacement - pam_start
jnewman [Sat, 16 Sep 2000 19:42:38 +0000 (19:42 +0000)]
libpam doesn't have a main(), so search for a reasonable replacement - pam_start

23 years agoCorrected another syntax error in ADMIN_GRP testing.
arichard [Sat, 16 Sep 2000 14:50:14 +0000 (14:50 +0000)]
Corrected another syntax error in ADMIN_GRP testing.
Stop automake complaining about LIBTOOL (added AM_PROG_LIBTOOL).

23 years agoCorrected a little syntax error generated by AC_DEFINE (ADMIN_GRP)
arichard [Sat, 16 Sep 2000 13:48:21 +0000 (13:48 +0000)]
Corrected a little syntax error generated by AC_DEFINE (ADMIN_GRP)

23 years agoADMIN_GRP fix
itlm019 [Fri, 15 Sep 2000 20:12:09 +0000 (20:12 +0000)]
ADMIN_GRP fix

23 years agocorrectly handle null return from fopen instead of crashing later
jnewman [Fri, 15 Sep 2000 16:54:44 +0000 (16:54 +0000)]
correctly handle null return from fopen instead of crashing later

23 years agoMinor bug fix. Some UAMs don't give logging control back to afpd when they're
itlm019 [Thu, 14 Sep 2000 20:58:28 +0000 (20:58 +0000)]
Minor bug fix.  Some UAMs don't give logging control back to afpd when they're
done (including PAM).  Not a problem unless you're trying to log afpd logins
somewhere else.

23 years agoCommented out ADMIN_GRP option here and left it enabled by default. It can
itlm019 [Wed, 13 Sep 2000 23:56:02 +0000 (23:56 +0000)]
Commented out ADMIN_GRP option here and left it enabled by default.  It can
still be controlled from afpd.conf.

23 years agoOne of the changes we made for our particular server configuration concerning
itlm019 [Wed, 13 Sep 2000 23:43:48 +0000 (23:43 +0000)]
One of the changes we made for our particular server configuration concerning
log information accidently got in here in my last commit.  Took it out.

23 years agoDocumented -admingroup option
itlm019 [Tue, 12 Sep 2000 22:26:27 +0000 (22:26 +0000)]
Documented -admingroup option

23 years agoJonathan Newman's USE_LASTDID and host_{os,cpu} patches
rufustfirefly [Tue, 12 Sep 2000 20:22:01 +0000 (20:22 +0000)]
Jonathan Newman's USE_LASTDID and host_{os,cpu} patches

23 years agomoved from @bindir@ to @prefix@/bin to stop stupid subst problems
rufustfirefly [Tue, 12 Sep 2000 18:49:04 +0000 (18:49 +0000)]
moved from @bindir@ to @prefix@/bin to stop stupid subst problems

23 years agoAdded /usr to OpenSSL prefix try list for Mandrake compatibility
rufustfirefly [Tue, 12 Sep 2000 18:45:01 +0000 (18:45 +0000)]
Added /usr to OpenSSL prefix try list for Mandrake compatibility

23 years agoSam Noble's ADMIN_GRP patch, removed Marc's old ADMIN_GRP patch.
itlm019 [Mon, 11 Sep 2000 23:55:00 +0000 (23:55 +0000)]
Sam Noble's ADMIN_GRP patch, removed Marc's old ADMIN_GRP patch.

23 years agoadded UAM_RNDNUM to acconfig.h to match AC_DEFINE
rufustfirefly [Mon, 11 Sep 2000 18:42:39 +0000 (18:42 +0000)]
added UAM_RNDNUM to acconfig.h to match AC_DEFINE

23 years agoadded mac osx specific stuff from sys/osx/Makefile to configure script
rufustfirefly [Thu, 7 Sep 2000 18:03:57 +0000 (18:03 +0000)]
added mac osx specific stuff from sys/osx/Makefile to configure script

23 years agoOpenssl checking added, so remove UAM_RNDNUM definition
jnewman [Wed, 6 Sep 2000 18:35:58 +0000 (18:35 +0000)]
Openssl checking added, so remove UAM_RNDNUM definition

23 years agoOpenssl checking, so remove UAM_RNDNUM as it will be defined appropriately
jnewman [Wed, 6 Sep 2000 18:34:02 +0000 (18:34 +0000)]
Openssl checking, so remove UAM_RNDNUM as it will be defined appropriately

23 years agoAdd check for openssl and enable DHX and RANDNUM when it is available.
jnewman [Wed, 6 Sep 2000 18:30:17 +0000 (18:30 +0000)]
Add check for openssl and enable DHX and RANDNUM when it is available.

23 years agoFix enable/disable debug
jnewman [Tue, 5 Sep 2000 17:18:04 +0000 (17:18 +0000)]
Fix enable/disable debug

23 years agomoved "bindir" to prefix/bin/ to solve passing as variables problem from autoconf
rufustfirefly [Tue, 5 Sep 2000 15:21:18 +0000 (15:21 +0000)]
moved "bindir" to prefix/bin/ to solve passing as variables problem from autoconf

23 years agoAdded a -rdynamic option to the linking of afpd and papd in order to be
arichard [Mon, 4 Sep 2000 16:46:25 +0000 (16:46 +0000)]
Added a -rdynamic option to the linking of afpd and papd in order to be
able to load uam modules at runtime

23 years agoCorrected a little syntax error that was creating a boggus "6," file during
arichard [Mon, 4 Sep 2000 15:21:29 +0000 (15:21 +0000)]
Corrected a little syntax error that was creating a boggus "6," file during
./configure

23 years agoadded undef DROPKLUDGE for the new configure option
rufustfirefly [Thu, 31 Aug 2000 14:13:48 +0000 (14:13 +0000)]
added undef DROPKLUDGE for the new configure option

23 years agoAdded --enable-dropkludge flag (NOT VERY SECURE)
itlm019 [Wed, 30 Aug 2000 21:34:35 +0000 (21:34 +0000)]
Added --enable-dropkludge flag (NOT VERY SECURE)

23 years agoFixes necessary for NATALI netatalk support; shouldn't affect anything else.
itlm019 [Wed, 30 Aug 2000 20:37:09 +0000 (20:37 +0000)]
Fixes necessary for NATALI netatalk support; shouldn't affect anything else.

23 years agoDropbox kludge -- fixed file overwrites, I don't plan any more dev. on this.
itlm019 [Sat, 26 Aug 2000 00:12:50 +0000 (00:12 +0000)]
Dropbox kludge -- fixed file overwrites, I don't plan any more dev. on this.
See docs for details.  THERE IS A KNOWN SECURITY HOLE IN THIS KLUDGE WHICH
I CAN'T FIGURE OUT HOW TO FIX.

23 years agoPermission kludge; 95% bug-free!
itlm019 [Wed, 23 Aug 2000 20:15:51 +0000 (20:15 +0000)]
Permission kludge; 95% bug-free!

23 years agoCleaned up DROPKLUDGE tags.
itlm019 [Tue, 22 Aug 2000 22:54:41 +0000 (22:54 +0000)]
Cleaned up DROPKLUDGE tags.

23 years agoAnother fix for the dropbox kludge
itlm019 [Tue, 22 Aug 2000 21:52:40 +0000 (21:52 +0000)]
Another fix for the dropbox kludge

23 years agoMore kludge work. Now updates the owner/group correctly but crashes afpd.
itlm019 [Fri, 18 Aug 2000 21:39:45 +0000 (21:39 +0000)]
More kludge work.  Now updates the owner/group correctly but crashes afpd.
Kludge is still disabled so you shouldn't notice anything.

23 years agoImprovements to ownership kludge (new code still doesn't work and is disabled).
itlm019 [Thu, 17 Aug 2000 00:06:16 +0000 (00:06 +0000)]
Improvements to ownership kludge (new code still doesn't work and is disabled).

23 years agoFile ownership kludge, not yet complete.
itlm019 [Wed, 16 Aug 2000 23:31:29 +0000 (23:31 +0000)]
File ownership kludge, not yet complete.

23 years agoProperly generates sbindir
rufustfirefly [Mon, 14 Aug 2000 20:54:31 +0000 (20:54 +0000)]
Properly generates sbindir

23 years agoopenssl works properly now, uams build without lib_ prepended
rufustfirefly [Mon, 14 Aug 2000 16:23:30 +0000 (16:23 +0000)]
openssl works properly now, uams build without lib_ prepended

23 years agoRenabled unlink call for server messaging to eliminate clutter. See docs for
itlm019 [Fri, 11 Aug 2000 22:24:19 +0000 (22:24 +0000)]
Renabled unlink call for server messaging to eliminate clutter.  See docs for
details on controlling clutter.

23 years agoRemoved extra -DVERSION
rufustfirefly [Fri, 11 Aug 2000 19:08:38 +0000 (19:08 +0000)]
Removed extra -DVERSION

23 years agoRemoved duplicate -I cruft from automake files
rufustfirefly [Fri, 11 Aug 2000 19:05:52 +0000 (19:05 +0000)]
Removed duplicate -I cruft from automake files

23 years agonetatalk now starts in the foreground by default
rufustfirefly [Fri, 11 Aug 2000 16:30:07 +0000 (16:30 +0000)]
netatalk now starts in the foreground by default

23 years agoDisabled attempting to delete the file after it has been read. Fixed reading
itlm019 [Thu, 10 Aug 2000 21:21:23 +0000 (21:21 +0000)]
Disabled attempting to delete the file after it has been read.  Fixed reading
from the default MSGDIR/message file.

23 years agoAdded making the MSGDIR for server messages in "make install"
itlm019 [Thu, 10 Aug 2000 21:03:44 +0000 (21:03 +0000)]
Added making the MSGDIR for server messages in "make install"

23 years agoRemoved redundant CFLAGS defs for include directories
rufustfirefly [Thu, 10 Aug 2000 16:08:14 +0000 (16:08 +0000)]
Removed redundant CFLAGS defs for include directories

23 years agoFix DDP support so --enable-ddp and --disable-ddp work as expected.
jnewman [Wed, 9 Aug 2000 20:57:32 +0000 (20:57 +0000)]
Fix DDP support so --enable-ddp and --disable-ddp work as expected.

23 years agomemory allocation for address
rufustfirefly [Wed, 9 Aug 2000 14:52:37 +0000 (14:52 +0000)]
memory allocation for address