]> arthur.barton.de Git - netatalk.git/log
netatalk.git
22 years agoAdd patch to allow afpd to correctly share out NFSv3 mounts. Effectively,
jmarcus [Tue, 4 Dec 2001 16:57:42 +0000 (16:57 +0000)]
Add patch to allow afpd to correctly share out NFSv3 mounts.  Effectively,
we replace access() calls with stat() calls.  Thanks to
Pierre Beyssac <beyssac@enst.fr> for the patch.

22 years agoFixed --with-ssl-dir.
srittau [Mon, 3 Dec 2001 19:31:33 +0000 (19:31 +0000)]
Fixed --with-ssl-dir.

22 years agoDon't include time.h as it can be less portable. Instead, include sys/time.h.
jmarcus [Mon, 3 Dec 2001 15:50:06 +0000 (15:50 +0000)]
Don't include time.h as it can be less portable.  Instead, include sys/time.h.

22 years agoTru64 does not define timeval in time.h. Make sure we check for time.h and
jmarcus [Mon, 3 Dec 2001 15:46:29 +0000 (15:46 +0000)]
Tru64 does not define timeval in time.h.  Make sure we check for time.h and
cma.h to add better portability.

22 years agoUpdated with afpd changes.
jmarcus [Mon, 3 Dec 2001 05:15:02 +0000 (05:15 +0000)]
Updated with afpd changes.

22 years agoBIG commit to improve code style using astyle as well as fix up CNID DB
jmarcus [Mon, 3 Dec 2001 05:03:38 +0000 (05:03 +0000)]
BIG commit to improve code style using astyle as well as fix up CNID DB
so it might actually fair in production.  Also, removed a compiler warning
when an unsinged variable was being tested as being less than 0.

22 years agoRemoved checks for libs that cause problems on OpenBSD. Use new quota check.
srittau [Sat, 1 Dec 2001 15:26:41 +0000 (15:26 +0000)]
Removed checks for libs that cause problems on OpenBSD. Use new quota check.

22 years agoNew quota check macro.
srittau [Sat, 1 Dec 2001 15:25:54 +0000 (15:25 +0000)]
New quota check macro.

22 years agoRemove obsolete --with-did configure option.
srittau [Sat, 1 Dec 2001 15:24:40 +0000 (15:24 +0000)]
Remove obsolete --with-did configure option.

22 years agoMinor cleanups.
srittau [Sat, 1 Dec 2001 15:17:33 +0000 (15:17 +0000)]
Minor cleanups.

22 years agoAdded pam-check.m4 to distributed files.
srittau [Sat, 1 Dec 2001 15:15:38 +0000 (15:15 +0000)]
Added pam-check.m4 to distributed files.

22 years agoSmall change to the AC_MSG_RESULT of --with-did=hash.
srittau [Fri, 30 Nov 2001 05:52:36 +0000 (05:52 +0000)]
Small change to the AC_MSG_RESULT of --with-did=hash.

22 years agoFix a potential divide by zero problem.
jmarcus [Wed, 28 Nov 2001 03:10:01 +0000 (03:10 +0000)]
Fix a potential divide by zero problem.

22 years agoClean up --with-did check: "hash" is now an explicit argument.
srittau [Wed, 28 Nov 2001 01:02:21 +0000 (01:02 +0000)]
Clean up --with-did check: "hash" is now an explicit argument.

22 years ago--with-cnid-db was now merged with --with-did. Document this.
srittau [Wed, 28 Nov 2001 00:12:03 +0000 (00:12 +0000)]
--with-cnid-db was now merged with --with-did. Document this.

22 years agoBig commit to improve database throughput and fix deadlocks. This also
jmarcus [Tue, 27 Nov 2001 23:38:17 +0000 (23:38 +0000)]
Big commit to improve database throughput and fix deadlocks.  This also
cleans up the source code with a nice call to astyle.

22 years agoRemoved the --with-cnid-db configure option, and replaced it with
jmarcus [Tue, 27 Nov 2001 22:40:52 +0000 (22:40 +0000)]
Removed the --with-cnid-db configure option, and replaced it with
--with-did=cnid.  This makes things more consistent, and avoids dual
DID calculation schemes.

22 years agoForward-Ports from the stabilizing branch.
srittau [Sun, 25 Nov 2001 21:48:01 +0000 (21:48 +0000)]
Forward-Ports from the stabilizing branch.

22 years agoPAM cleanups, removed unused USE_SHADOWPW conditional.
srittau [Sat, 24 Nov 2001 18:32:31 +0000 (18:32 +0000)]
PAM cleanups, removed unused USE_SHADOWPW conditional.

22 years agoDon't add db3 flags to CFLAGS and LIBS, but use DB3_CFLAGS and DB3_LIBS
srittau [Fri, 23 Nov 2001 22:45:23 +0000 (22:45 +0000)]
Don't add db3 flags to CFLAGS and LIBS, but use DB3_CFLAGS and DB3_LIBS
directly, where they are needed.

22 years agoRemoved obsolete --with-config-dir option.
srittau [Fri, 23 Nov 2001 07:35:12 +0000 (07:35 +0000)]
Removed obsolete --with-config-dir option.

22 years agoRemoved obsolete file. Please modify your local acinclude.m4 file as described
srittau [Fri, 23 Nov 2001 07:34:29 +0000 (07:34 +0000)]
Removed obsolete file. Please modify your local acinclude.m4 file as described
in doc/DEVELOPER if you're building for Tru64 or are creating tar-balls.

22 years agoFixed a typo in script. pooba53 <bobo@bocklabs.wisc.edu>
pooba53 [Wed, 21 Nov 2001 16:22:33 +0000 (16:22 +0000)]
Fixed a typo in script.  pooba53 <bobo@bocklabs.wisc.edu>

22 years agoMostly reverted Dan's patch after a short discussion with him, but fixed
srittau [Tue, 20 Nov 2001 19:06:46 +0000 (19:06 +0000)]
Mostly reverted Dan's patch after a short discussion with him, but fixed
the problem regarding --with-config-dir overwriting sysconfdir even if
the former option wasn't even given.

22 years agoMake module known as uams_dhx_pam as well as uams_dhx.
srittau [Tue, 20 Nov 2001 17:07:18 +0000 (17:07 +0000)]
Make module known as uams_dhx_pam as well as uams_dhx.

22 years agoDon't print scary (but harmless) errors, when links in $(prefix)/sbin can't
srittau [Tue, 20 Nov 2001 17:06:38 +0000 (17:06 +0000)]
Don't print scary (but harmless) errors, when links in $(prefix)/sbin can't
be removed in "make install".

22 years agoWarning fixes.
srittau [Tue, 20 Nov 2001 17:03:30 +0000 (17:03 +0000)]
Warning fixes.

22 years agoDocument the problems with libtool and Tru64 and add the patch that needs
srittau [Tue, 20 Nov 2001 17:01:19 +0000 (17:01 +0000)]
Document the problems with libtool and Tru64 and add the patch that needs
to be applied to acinclude.m4.

22 years agoFixed file so --sysconfdir works correctly as well as adding code to
pooba53 [Tue, 20 Nov 2001 16:04:23 +0000 (16:04 +0000)]
Fixed file so --sysconfdir works correctly as well as adding code to
capture --prefix=DIR and handle it correctly.

22 years ago Modified distib/initscripts/Makefile.am so that SuSE init script ends up
pooba53 [Mon, 19 Nov 2001 19:12:56 +0000 (19:12 +0000)]
 Modified distib/initscripts/Makefile.am so that SuSE init script ends up
in /etc/rc.d instead of sbin/init.d.

22 years agoModify directory where SuSE initscript is. It was going to /sbin/init.d/ but should
pooba53 [Mon, 19 Nov 2001 19:09:42 +0000 (19:09 +0000)]
Modify directory where SuSE initscript is. It was going to /sbin/init.d/ but should
be in /etc/rc.d.  pooba53 <bobo@bocklabs.wisc.edu>

22 years ago modified config/AppleVolumes.default to not
pooba53 [Mon, 19 Nov 2001 13:47:33 +0000 (13:47 +0000)]
 modified config/AppleVolumes.default to not
          have the "/Home Directory" text in it as this is not the
          proper way of allowing default Home directory access.

22 years agoModify the line that contains the tilde giving access to Home directories.
pooba53 [Mon, 19 Nov 2001 13:44:04 +0000 (13:44 +0000)]
Modify the line that contains the tilde giving access to Home directories.

22 years agoUpdated to current Debian work-in-progress.
srittau [Sun, 18 Nov 2001 14:22:33 +0000 (14:22 +0000)]
Updated to current Debian work-in-progress.

22 years agoMoved acinclude.m4 into macros directory.
srittau [Sat, 17 Nov 2001 23:47:22 +0000 (23:47 +0000)]
Moved acinclude.m4 into macros directory.

22 years agoRe-added global CFLAGS variable for now, since automake 1.4 is broken.
srittau [Sat, 17 Nov 2001 12:56:47 +0000 (12:56 +0000)]
Re-added global CFLAGS variable for now, since automake 1.4 is broken.

22 years agoWarning fix.
srittau [Sat, 17 Nov 2001 12:56:11 +0000 (12:56 +0000)]
Warning fix.

22 years agoOoops. Typo.
jnewman [Fri, 16 Nov 2001 21:51:05 +0000 (21:51 +0000)]
Ooops.  Typo.

22 years agoSearch directories in order of specificity.
jnewman [Fri, 16 Nov 2001 20:11:00 +0000 (20:11 +0000)]
Search directories in order of specificity.

22 years ago*** empty log message ***
jnewman [Fri, 16 Nov 2001 20:10:10 +0000 (20:10 +0000)]
*** empty log message ***

22 years agoWarning fixes (%m -> strerror(errno)).
srittau [Fri, 16 Nov 2001 15:45:15 +0000 (15:45 +0000)]
Warning fixes (%m -> strerror(errno)).

22 years agoInclude $(top_srcdir)/include before everything else.
srittau [Fri, 16 Nov 2001 15:44:31 +0000 (15:44 +0000)]
Include $(top_srcdir)/include before everything else.

22 years agoFixed typo.
srittau [Fri, 16 Nov 2001 11:11:00 +0000 (11:11 +0000)]
Fixed typo.

22 years agoRemove FreeBSD-ism from last commit.
jmarcus [Fri, 16 Nov 2001 06:42:45 +0000 (06:42 +0000)]
Remove FreeBSD-ism from last commit.

22 years ago* Modified SuSE initscript, distrib/initscripts/rc.atalk.suse.tmpl
pooba53 [Fri, 16 Nov 2001 03:16:27 +0000 (03:16 +0000)]
* Modified SuSE initscript, distrib/initscripts/rc.atalk.suse.tmpl

22 years agoModified SuSE initscript. pooba53 <bobo@bocklabs.wisc.edu>
pooba53 [Fri, 16 Nov 2001 03:12:45 +0000 (03:12 +0000)]
Modified SuSE initscript. pooba53 <bobo@bocklabs.wisc.edu>

22 years agoFix db3 checking code to test for $trydb3dir/include/db3 before it tries
jmarcus [Wed, 14 Nov 2001 22:36:35 +0000 (22:36 +0000)]
Fix db3 checking code to test for $trydb3dir/include/db3 before it tries
anywhere else.  This fixes things on FreeBSD at least.

22 years ago%m -> %s strerror(errno) (Warnings)
srittau [Wed, 14 Nov 2001 21:45:12 +0000 (21:45 +0000)]
%m -> %s strerror(errno) (Warnings)

22 years agoThe help string of --with-message-dir said --with-msg-dir. (Addresses
srittau [Wed, 14 Nov 2001 21:42:00 +0000 (21:42 +0000)]
The help string of --with-message-dir said --with-msg-dir. (Addresses
SF bug #46047.)

22 years agoFixed a wrong call to readvolfile(). Thanks to Daniel E. Lautenschleger
srittau [Wed, 14 Nov 2001 21:34:37 +0000 (21:34 +0000)]
Fixed a wrong call to readvolfile(). Thanks to Daniel E. Lautenschleger
<dan@bocklabs.wisc.edu> for pointing this out.

22 years agoAdded -ldb to DB3_LIBS...
srittau [Wed, 14 Nov 2001 16:03:28 +0000 (16:03 +0000)]
Added -ldb to DB3_LIBS...

22 years agoRemoved LDSHAREDFLAGS since it's not used, anyway.
srittau [Tue, 13 Nov 2001 19:10:47 +0000 (19:10 +0000)]
Removed LDSHAREDFLAGS since it's not used, anyway.

22 years agoUse new macro AC_PATH_DB3.
srittau [Tue, 13 Nov 2001 19:06:09 +0000 (19:06 +0000)]
Use new macro AC_PATH_DB3.

Replaced LDFLAGS by LIBS.

Longer description for --enable-overwrite.

22 years agoNew macro: AC_PATH_DB3
srittau [Tue, 13 Nov 2001 19:03:13 +0000 (19:03 +0000)]
New macro: AC_PATH_DB3

22 years agoIgnore another generated file.
srittau [Tue, 13 Nov 2001 15:46:37 +0000 (15:46 +0000)]
Ignore another generated file.

22 years agoMinor fixes and improvements.
srittau [Tue, 13 Nov 2001 15:43:41 +0000 (15:43 +0000)]
Minor fixes and improvements.

22 years agopatch to fix checking of hostname
rufustfirefly [Tue, 13 Nov 2001 15:01:38 +0000 (15:01 +0000)]
patch to fix checking of hostname

22 years agosync
rufustfirefly [Tue, 13 Nov 2001 15:00:53 +0000 (15:00 +0000)]
sync

22 years agoFixed my scrwed last commit.
srittau [Tue, 13 Nov 2001 08:47:29 +0000 (08:47 +0000)]
Fixed my scrwed last commit.

22 years agoNull-terminate strings after strncpy.
srittau [Sat, 10 Nov 2001 18:31:06 +0000 (18:31 +0000)]
Null-terminate strings after strncpy.

22 years agoIdentify modules as uams_pam as well as uams_clrtxt.
srittau [Sat, 10 Nov 2001 18:30:21 +0000 (18:30 +0000)]
Identify modules as uams_pam as well as uams_clrtxt.

Removed #ifdef USE_PAM guards. This is now handled by the Makefile.

22 years agoLog message "uam : Loading..." changed to "uam: loading...". This fits the
srittau [Sat, 10 Nov 2001 17:51:10 +0000 (17:51 +0000)]
Log message "uam : Loading..." changed to "uam: loading...". This fits the
other log messages.

22 years agoOpenBSD: Removed comment that :BINDIR: must be substituted by the real
srittau [Sat, 10 Nov 2001 16:00:07 +0000 (16:00 +0000)]
OpenBSD: Removed comment that :BINDIR: must be substituted by the real
directory path, since rc.atalk.bsd is now auto-generated.

22 years agoAdded explanation that MacOS X's network trash handling is broken.
srittau [Sat, 10 Nov 2001 15:59:17 +0000 (15:59 +0000)]
Added explanation that MacOS X's network trash handling is broken.

22 years agoAuto-generate rc.atalk.bsd.
srittau [Sat, 10 Nov 2001 15:58:19 +0000 (15:58 +0000)]
Auto-generate rc.atalk.bsd.

22 years agoRemoved automake supplied file.
srittau [Fri, 9 Nov 2001 18:51:10 +0000 (18:51 +0000)]
Removed automake supplied file.

22 years agoUpdated from libtool 1.4.2.
srittau [Fri, 9 Nov 2001 18:49:30 +0000 (18:49 +0000)]
Updated from libtool 1.4.2.

22 years agoIgnore more generated files.
srittau [Fri, 9 Nov 2001 11:42:35 +0000 (11:42 +0000)]
Ignore more generated files.

22 years agoInclude the dbenv path in some of the syslog messages so that administrators
jmarcus [Mon, 5 Nov 2001 16:06:32 +0000 (16:06 +0000)]
Include the dbenv path in some of the syslog messages so that administrators
can easily track down problem volumes.

22 years agoAdd a static variable to track the exclusive lock. Seems Macs like to open
jmarcus [Sun, 4 Nov 2001 22:13:50 +0000 (22:13 +0000)]
Add a static variable to track the exclusive lock.  Seems Macs like to open
the database numerous time per thread of control.  This will keep the
DB_RECOVER flag from being used more than it should.

22 years agoRe-added code to enable on-the-fly database recovery. This was originally
jmarcus [Sun, 4 Nov 2001 17:34:13 +0000 (17:34 +0000)]
Re-added code to enable on-the-fly database recovery.  This was originally
there, but removed as it caused database corruption when multiple afpd
processes tried to open the same database with the DB_RECOVER flag.  Now,
we check to make sure we have an exclusive lock, and if we do, we open
the database with the DB_RECOVER flag.

22 years agoAdd note about GNU make being required, and fix the make calls.
jmarcus [Sun, 4 Nov 2001 16:30:52 +0000 (16:30 +0000)]
Add note about GNU make being required, and fix the make calls.

22 years agoAdded @CFLAGS@ to lib*_la_CFLAGS variables.
srittau [Sat, 3 Nov 2001 14:29:44 +0000 (14:29 +0000)]
Added @CFLAGS@ to lib*_la_CFLAGS variables.

22 years agoClarifications by Glenn Trewitt <glenn@trewitt.org>.
srittau [Sat, 3 Nov 2001 14:16:35 +0000 (14:16 +0000)]
Clarifications by Glenn Trewitt <glenn@trewitt.org>.

22 years agoAdded doc/REAME.hidden-items.
srittau [Sat, 3 Nov 2001 14:05:36 +0000 (14:05 +0000)]
Added doc/REAME.hidden-items.

Formatting changes.

22 years agoNew document by Alistair Riddell <ali@gwc.org.uk>.
srittau [Sat, 3 Nov 2001 14:05:10 +0000 (14:05 +0000)]
New document by Alistair Riddell <ali@gwc.org.uk>.

22 years agoUse CLEANFILES variable instead of manually overriding the clean rule.
srittau [Sat, 3 Nov 2001 13:59:46 +0000 (13:59 +0000)]
Use CLEANFILES variable instead of manually overriding the clean rule.

22 years agoRemoved non-existing option --with-lastdid and moved its description to
srittau [Sat, 3 Nov 2001 13:59:14 +0000 (13:59 +0000)]
Removed non-existing option --with-lastdid and moved its description to
the description of --with-did.

Indention fixes.

22 years agoAdded @CFLAGS@ to CFLAGS variable.
srittau [Sat, 3 Nov 2001 13:56:52 +0000 (13:56 +0000)]
Added @CFLAGS@ to CFLAGS variable.

22 years agoFixed compile bug in bin/afppasswd/Makefile.am causing SuSE compile problems.
pooba53 [Thu, 1 Nov 2001 03:11:12 +0000 (03:11 +0000)]
Fixed compile bug in bin/afppasswd/Makefile.am causing SuSE compile problems.

22 years agoModified Makefile.am so it compiles properly with SuSE distro.
pooba53 [Thu, 1 Nov 2001 03:06:58 +0000 (03:06 +0000)]
Modified Makefile.am so it compiles properly with SuSE distro.

22 years agoFix a minor aesthetic thing.
jmarcus [Tue, 30 Oct 2001 18:38:29 +0000 (18:38 +0000)]
Fix a minor aesthetic thing.

22 years agoAnother day, another PAM patch. This time, PAM should really _not_ be
jmarcus [Tue, 30 Oct 2001 17:53:45 +0000 (17:53 +0000)]
Another day, another PAM patch.  This time, PAM should really _not_ be
enabled if PAM is not on the system.

22 years ago(prog name)_CFLAGS does not appear to be supported by automake (at least not
jmarcus [Mon, 29 Oct 2001 18:00:46 +0000 (18:00 +0000)]
(prog name)_CFLAGS does not appear to be supported by automake (at least not
1.4x).  Change this to be CFLAGS.

22 years agoRemoved SSL stuff from global variables.
srittau [Sun, 28 Oct 2001 12:09:17 +0000 (12:09 +0000)]
Removed SSL stuff from global variables.

22 years agoRe-added SSL use to uams_randnum.
srittau [Sun, 28 Oct 2001 12:08:55 +0000 (12:08 +0000)]
Re-added SSL use to uams_randnum.

22 years agoLink uams_pgp against SSL_LIBS, but not uams_randnum.
srittau [Sun, 28 Oct 2001 12:02:23 +0000 (12:02 +0000)]
Link uams_pgp against SSL_LIBS, but not uams_randnum.

22 years agoFixed include dir option.
srittau [Sat, 27 Oct 2001 13:17:38 +0000 (13:17 +0000)]
Fixed include dir option.

22 years agoAdded "macros" as include directory.
srittau [Sat, 27 Oct 2001 13:17:08 +0000 (13:17 +0000)]
Added "macros" as include directory.

22 years agoAdded macros directory.
srittau [Sat, 27 Oct 2001 13:16:48 +0000 (13:16 +0000)]
Added macros directory.

22 years agoMoved macro AC_PATH_SSL into its own file.
srittau [Sat, 27 Oct 2001 13:16:03 +0000 (13:16 +0000)]
Moved macro AC_PATH_SSL into its own file.

Added macros/Makefile to generated files.

22 years agoIgnore generated files.
srittau [Sat, 27 Oct 2001 13:14:40 +0000 (13:14 +0000)]
Ignore generated files.

22 years agoFirst autoconf macro.
srittau [Sat, 27 Oct 2001 13:13:59 +0000 (13:13 +0000)]
First autoconf macro.

22 years agoRemoved afppasswd and its man page from the Debian dist.
srittau [Sat, 27 Oct 2001 13:08:47 +0000 (13:08 +0000)]
Removed afppasswd and its man page from the Debian dist.

22 years agoChanged macro name from AM_PATH_SSL to AC_PATH_SSL.
srittau [Sat, 27 Oct 2001 13:07:16 +0000 (13:07 +0000)]
Changed macro name from AM_PATH_SSL to AC_PATH_SSL.

22 years agoRemoved now useless guard that prevented compilation if USE_DHX wasn't
srittau [Thu, 25 Oct 2001 20:52:55 +0000 (20:52 +0000)]
Removed now useless guard that prevented compilation if USE_DHX wasn't
defined.

22 years agouams_randnum will now only get built if USE_DHX is turned on. Explicitly
srittau [Thu, 25 Oct 2001 20:52:25 +0000 (20:52 +0000)]
uams_randnum will now only get built if USE_DHX is turned on. Explicitly
link uams against SSL where needed.

22 years agoRemoved special code that would get compiled if UAM_RANDNUM was defined.
srittau [Thu, 25 Oct 2001 20:42:55 +0000 (20:42 +0000)]
Removed special code that would get compiled if UAM_RANDNUM was defined.
This is now done in Makefile.am (where stuff like this belongs).

Warning fix.

22 years agoMoved the SSL checking code into its own function, cleaned it up, and
srittau [Thu, 25 Oct 2001 20:37:04 +0000 (20:37 +0000)]
Moved the SSL checking code into its own function, cleaned it up, and
added the substitutions SSL_CFLAGS and SSL_LDFLAGS.

22 years agoCompile afppasswd only if USE_DHX is turned on.
srittau [Thu, 25 Oct 2001 20:33:32 +0000 (20:33 +0000)]
Compile afppasswd only if USE_DHX is turned on.

Add SSL_CFLAGS and SSL_LIBS to afppasswd compilation.