]> arthur.barton.de Git - netatalk.git/log
netatalk.git
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.

22 years agoMost of this source file was commented out if UAM_DHX was not defined.
srittau [Wed, 24 Oct 2001 16:25:24 +0000 (16:25 +0000)]
Most of this source file was commented out if UAM_DHX was not defined.
This isn't necessary anymore, since we do now do that in Makefile.am.

22 years agoDon't #define SHADOWPW explicitly if SOLARIS is also #defined. This is
srittau [Wed, 24 Oct 2001 16:21:33 +0000 (16:21 +0000)]
Don't #define SHADOWPW explicitly if SOLARIS is also #defined. This is
the task of configure.in and config.h.

22 years agoRemoved a possible off by one buffer overflow.
srittau [Wed, 24 Oct 2001 16:19:12 +0000 (16:19 +0000)]
Removed a possible off by one buffer overflow.

22 years agoCleanup --with and --enable help strings.
srittau [Wed, 24 Oct 2001 16:18:00 +0000 (16:18 +0000)]
Cleanup --with and --enable help strings.

Removed variable compile_dhx. It just duped compile_ssl.

Removed explicit setting of compile_ssl on *BSD. If SSL exists on these
systems, it will be found. Also, this broke --disable-ssl on these systems.

22 years agoWarning fixes.
srittau [Wed, 24 Oct 2001 14:34:33 +0000 (14:34 +0000)]
Warning fixes.

22 years agoRemoved apple_rm(1), apple_cp(1), and apple_mv(1) from netatalk.undocumented.
srittau [Wed, 24 Oct 2001 14:33:25 +0000 (14:33 +0000)]
Removed apple_rm(1), apple_cp(1), and apple_mv(1) from netatalk.undocumented.

22 years agoUpdate with latest patch.
jmarcus [Wed, 24 Oct 2001 04:15:19 +0000 (04:15 +0000)]
Update with latest patch.

22 years agoPatch to allow for read-only advisory locks (thanks to
jmarcus [Wed, 24 Oct 2001 04:13:22 +0000 (04:13 +0000)]
Patch to allow for read-only advisory locks (thanks to
Miro Jurisic <meeroh@MIT.EDU>).

22 years agopatch from Edmund Lam to allow perms masks
rufustfirefly [Tue, 23 Oct 2001 13:44:35 +0000 (13:44 +0000)]
patch from Edmund Lam to allow perms masks

22 years agoAdd some more debugging code.
jmarcus [Mon, 22 Oct 2001 03:40:18 +0000 (03:40 +0000)]
Add some more debugging code.

22 years agoAdd *.1 to the ingore list to keep cvs from complaining when things are
jmarcus [Sun, 21 Oct 2001 17:34:33 +0000 (17:34 +0000)]
Add *.1 to the ingore list to keep cvs from complaining when things are
built.

22 years agoFix problem with -ldb3 being used instead of -ldb.
jmarcus [Sun, 21 Oct 2001 17:14:22 +0000 (17:14 +0000)]
Fix problem with -ldb3 being used instead of -ldb.

22 years agoReadd header comments.
jmarcus [Sun, 21 Oct 2001 08:38:30 +0000 (08:38 +0000)]
Readd header comments.

22 years agoUpdate with latest CNID commit.
jmarcus [Sun, 21 Oct 2001 08:35:03 +0000 (08:35 +0000)]
Update with latest CNID commit.

22 years agoBig commit to improve CNID DB resiliency. Most of the source files have
jmarcus [Sun, 21 Oct 2001 08:33:33 +0000 (08:33 +0000)]
Big commit to improve CNID DB resiliency.  Most of the source files have
been rewritten to improve diagnostic output and transaction throughput.
CNID DB also obeys the DEBUG #define so --enable-debug will turn on
debugging messages to LOG_INFO.

22 years agoFix db3 detection for people using db3 3.3.x built from source from
jmarcus [Sat, 20 Oct 2001 00:40:38 +0000 (00:40 +0000)]
Fix db3 detection for people using db3 3.3.x built from source from
SleepyCat.  Thanks to Jonathan Newman <jnewman@mudpup.com>.

22 years agoAdded Brandon Warren to contibutors.
lancel [Fri, 19 Oct 2001 16:10:30 +0000 (16:10 +0000)]
Added Brandon Warren to contibutors.
Karen A Swanberg's patches to INSTALL and FAQ.

22 years agoUpdated with achfile fix.
jmarcus [Fri, 19 Oct 2001 02:40:47 +0000 (02:40 +0000)]
Updated with achfile fix.

22 years agoFix problem with "corrupt resource fork" error on littleendian machines.
jmarcus [Fri, 19 Oct 2001 02:39:07 +0000 (02:39 +0000)]
Fix problem with "corrupt resource fork" error on littleendian machines.
Thanks to Brandon Warren <bwarren@u.washington.edu>.

22 years agoUpdate with latest CNID fix.
jmarcus [Fri, 19 Oct 2001 02:37:01 +0000 (02:37 +0000)]
Update with latest CNID fix.

22 years agoFix problem with dancing icons and afpd crashes.
jmarcus [Fri, 19 Oct 2001 02:35:47 +0000 (02:35 +0000)]
Fix problem with dancing icons and afpd crashes.

22 years agoUpdate with deadlock fix.
jmarcus [Thu, 18 Oct 2001 02:31:56 +0000 (02:31 +0000)]
Update with deadlock fix.

22 years agoFix up the debugging diagnostics some.
jmarcus [Thu, 18 Oct 2001 02:30:45 +0000 (02:30 +0000)]
Fix up the debugging diagnostics some.

22 years agoFix deadlock problem by shifting some of the transaction elements. Also
jmarcus [Thu, 18 Oct 2001 02:28:56 +0000 (02:28 +0000)]
Fix deadlock problem by shifting some of the transaction elements.  Also
cleaned up the debugging code to make the messages slightly more useful.

22 years agoOrganized, indexed and numbered.
lancel [Wed, 17 Oct 2001 07:08:28 +0000 (07:08 +0000)]
Organized, indexed and numbered.

22 years agoUp-to-date
lancel [Wed, 17 Oct 2001 05:53:35 +0000 (05:53 +0000)]
Up-to-date

22 years agoSmall type changes.
lancel [Wed, 17 Oct 2001 05:53:10 +0000 (05:53 +0000)]
Small type changes.

22 years agoAdded apple_mv and apple_rm man pages.
lancel [Wed, 17 Oct 2001 05:52:19 +0000 (05:52 +0000)]
Added apple_mv and apple_rm man pages.

22 years agoAdded apple_mv and apple_rm to GENERATED_MANS list for variable
lancel [Wed, 17 Oct 2001 05:51:23 +0000 (05:51 +0000)]
Added apple_mv and apple_rm to GENERATED_MANS list for variable
substitution.

22 years agoAdded error checking against multiple files to one file. Eliminated
lancel [Wed, 17 Oct 2001 05:21:52 +0000 (05:21 +0000)]
Added error checking against multiple files to one file. Eliminated
depreciated special variable. $ARGV($#ARGV) to $ARGV(-1)

22 years agoup-to-date
lancel [Wed, 17 Oct 2001 04:07:42 +0000 (04:07 +0000)]
up-to-date

22 years agoFix variable interpolation. $(f) to $$f. Difference between autoconf
lancel [Wed, 17 Oct 2001 03:22:14 +0000 (03:22 +0000)]
Fix variable interpolation. $(f) to $$f. Difference between autoconf
and shell variables. f is initialized in a shell loop in the Makefile,
so it isn't subject to autoconf variable substitutio, as in $().

22 years agoAdded a section on getting Netatalk.
lancel [Tue, 16 Oct 2001 19:48:16 +0000 (19:48 +0000)]
Added a section on getting Netatalk.

22 years agoCorrected all doc references.
lancel [Tue, 16 Oct 2001 19:47:30 +0000 (19:47 +0000)]
Corrected all doc references.

22 years agoAdded README for OpenBSD by Karen A Swanberg <swanberg@tc.umn.edu>.
srittau [Tue, 16 Oct 2001 19:24:48 +0000 (19:24 +0000)]
Added README for OpenBSD by Karen A Swanberg <swanberg@tc.umn.edu>.

22 years agoAdded a reference to the DEVELOPER file for external sources.
lancel [Tue, 16 Oct 2001 19:10:32 +0000 (19:10 +0000)]
Added a reference to the DEVELOPER file for external sources.

22 years agoAdded a reference to the new README.platforms.
lancel [Tue, 16 Oct 2001 18:35:34 +0000 (18:35 +0000)]
Added a reference to the new README.platforms.

22 years agoNew stuff.
lancel [Tue, 16 Oct 2001 18:28:05 +0000 (18:28 +0000)]
New stuff.

22 years agoUpdated perl.
lancel [Tue, 16 Oct 2001 18:27:27 +0000 (18:27 +0000)]
Updated perl.

Fixed a failing test where $to wasn't a directory, but
didn't check that $from was only a single file, result file to file
always failed.

Fixed the .AppleDouble variable being sent to the split_dir_file
function, it was mistakenly sending $from instead of $to, result cp
$from $from, same file.

22 years agoNew man page with variable substitution.
lancel [Tue, 16 Oct 2001 18:22:41 +0000 (18:22 +0000)]
New man page with variable substitution.

22 years agoModified to allow variable subs in man pages.
lancel [Tue, 16 Oct 2001 18:21:48 +0000 (18:21 +0000)]
Modified to allow variable subs in man pages.

22 years agoSmall typo change.
lancel [Tue, 16 Oct 2001 04:49:08 +0000 (04:49 +0000)]
Small typo change.

22 years agoUpdated docs list.
srittau [Tue, 16 Oct 2001 02:25:58 +0000 (02:25 +0000)]
Updated docs list.

22 years agoRemoved unused and empty file.
srittau [Tue, 16 Oct 2001 02:12:26 +0000 (02:12 +0000)]
Removed unused and empty file.

22 years agoAdded changelog entry for 1.5pre8-2.
srittau [Tue, 16 Oct 2001 02:08:22 +0000 (02:08 +0000)]
Added changelog entry for 1.5pre8-2.

22 years agoChanged my e-mail address. Also, I'm not maintaining RPMs.
srittau [Tue, 16 Oct 2001 02:06:21 +0000 (02:06 +0000)]
Changed my e-mail address. Also, I'm not maintaining RPMs.

22 years agoPAM cleanups.
srittau [Tue, 16 Oct 2001 01:54:42 +0000 (01:54 +0000)]
PAM cleanups.

22 years agoIgnore another generated file.
srittau [Tue, 16 Oct 2001 01:51:14 +0000 (01:51 +0000)]
Ignore another generated file.

22 years agoFix up file list for EXTRADIST.
lancel [Mon, 15 Oct 2001 23:18:43 +0000 (23:18 +0000)]
Fix up file list for EXTRADIST.

22 years agoMerged into README.platforms and deleted.
lancel [Mon, 15 Oct 2001 23:14:36 +0000 (23:14 +0000)]
Merged into README.platforms and deleted.

22 years agoInitial Entry
lancel [Mon, 15 Oct 2001 23:05:50 +0000 (23:05 +0000)]
Initial Entry

22 years agoAdded setpassword Q.
lancel [Mon, 15 Oct 2001 23:05:05 +0000 (23:05 +0000)]
Added setpassword Q.

22 years agoAdded Sebastian Rittau and Chris Blake to documentation credits.
lancel [Mon, 15 Oct 2001 22:15:38 +0000 (22:15 +0000)]
Added Sebastian Rittau and Chris Blake to documentation credits.