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

22 years agoOpps, spelling . . .
lancel [Mon, 15 Oct 2001 22:02:17 +0000 (22:02 +0000)]
Opps, spelling . . .

22 years agoUpdated contributors list in the CONTRIBUTORS file.
lancel [Mon, 15 Oct 2001 21:59:53 +0000 (21:59 +0000)]
Updated contributors list in the CONTRIBUTORS file.

22 years agoUpdated contributors list in the AUTHORS file.
lancel [Mon, 15 Oct 2001 21:44:42 +0000 (21:44 +0000)]
Updated contributors list in the AUTHORS file.

22 years agoUpdates about the required compiler and make programs as well as the SIA
srittau [Mon, 15 Oct 2001 21:41:24 +0000 (21:41 +0000)]
Updates about the required compiler and make programs as well as the SIA
integration.

22 years agoRemoved file which wasn't used and isn't necessary anymore.
srittau [Mon, 15 Oct 2001 21:39:43 +0000 (21:39 +0000)]
Removed file which wasn't used and isn't necessary anymore.

22 years agoRemoved obsolete parts.
srittau [Mon, 15 Oct 2001 21:37:21 +0000 (21:37 +0000)]
Removed obsolete parts.

22 years agoCouple of format changes.
lancel [Mon, 15 Oct 2001 17:03:20 +0000 (17:03 +0000)]
Couple of format changes.

22 years agoAdded Karen A Swanberg's FAQ's
lancel [Mon, 15 Oct 2001 16:28:24 +0000 (16:28 +0000)]
Added Karen A Swanberg's FAQ's

22 years agoAdded basic instructions. Added BDB3 information.
lancel [Mon, 15 Oct 2001 05:10:43 +0000 (05:10 +0000)]
Added basic instructions. Added BDB3 information.

22 years agoRemove extra debugging cruft.
jmarcus [Mon, 15 Oct 2001 02:06:13 +0000 (02:06 +0000)]
Remove extra debugging cruft.

22 years agoChange truncate to remove for proper logfile removal.
jmarcus [Sun, 14 Oct 2001 03:14:41 +0000 (03:14 +0000)]
Change truncate to remove for proper logfile removal.

22 years agoAdd -lpam to AFPD_LIBS and PAPD_LIBS. afpd and papd need to be linked
jmarcus [Thu, 11 Oct 2001 19:10:15 +0000 (19:10 +0000)]
Add -lpam to AFPD_LIBS and PAPD_LIBS.  afpd and papd need to be linked
against PAM if the UAMS are going to work.

22 years agoSymlink fix.
srittau [Thu, 11 Oct 2001 17:11:55 +0000 (17:11 +0000)]
Symlink fix.

22 years agoProperly add -lpam to LDFLAGS (thanks, Sebastian).
jmarcus [Wed, 10 Oct 2001 20:19:18 +0000 (20:19 +0000)]
Properly add -lpam to LDFLAGS (thanks, Sebastian).

22 years agoIn order to link against PAM, it helps to have -lpam in LIBS.
jmarcus [Wed, 10 Oct 2001 18:29:19 +0000 (18:29 +0000)]
In order to link against PAM, it helps to have -lpam in LIBS.

22 years agoFixed a build problem caused by the renaming of the Makefile.
srittau [Wed, 10 Oct 2001 16:08:18 +0000 (16:08 +0000)]
Fixed a build problem caused by the renaming of the Makefile.

22 years agoFixed a C++ style comment. Pointed out by Robert Cohen
srittau [Wed, 10 Oct 2001 16:05:37 +0000 (16:05 +0000)]
Fixed a C++ style comment. Pointed out by Robert Cohen
<robert.cohen@anu.edu.au>.

22 years agoFixed typo.
srittau [Wed, 10 Oct 2001 15:26:05 +0000 (15:26 +0000)]
Fixed typo.

22 years agoThe -e argument to test doesn't work for all implementations of test.
jmarcus [Wed, 10 Oct 2001 07:21:41 +0000 (07:21 +0000)]
The -e argument to test doesn't work for all implementations of test.
Replace this with a -f option.

22 years agoDuh, after all my s/errno/rc/ hacking, I make the same mistake.
jmarcus [Wed, 10 Oct 2001 02:52:15 +0000 (02:52 +0000)]
Duh, after all my s/errno/rc/ hacking, I make the same mistake.

22 years agoFix some more CNID DB bugs:
jmarcus [Wed, 10 Oct 2001 02:27:06 +0000 (02:27 +0000)]
Fix some more CNID DB bugs:

* The .AppleDB contents should no longer show up in the share window
  when connecting to more than one share from a server.
* memset all DBT structures to 0 each time they're used to avoid any
  EINVAL failures.

22 years agoIgnore generated files.
srittau [Tue, 9 Oct 2001 13:17:09 +0000 (13:17 +0000)]
Ignore generated files.

22 years agoStripped PAM path from PAM modules.
srittau [Tue, 9 Oct 2001 13:15:11 +0000 (13:15 +0000)]
Stripped PAM path from PAM modules.

22 years agoUpdated with my latest commits.
jmarcus [Tue, 9 Oct 2001 04:05:09 +0000 (04:05 +0000)]
Updated with my latest commits.

22 years agoFix a problem with setting perms on directories. Thanks to
jmarcus [Tue, 9 Oct 2001 04:03:33 +0000 (04:03 +0000)]
Fix a problem with setting perms on directories.  Thanks to
Glenn Trewitt <glenn@trewitt.org>.

22 years agoFix problem with PAM being forced on users by default.
jmarcus [Tue, 9 Oct 2001 04:00:04 +0000 (04:00 +0000)]
Fix problem with PAM being forced on users by default.

22 years agoChanged default creator from text to unix binary.
srittau [Sun, 7 Oct 2001 11:49:55 +0000 (11:49 +0000)]
Changed default creator from text to unix binary.

22 years agoReadding missing patch.
srittau [Sun, 7 Oct 2001 11:25:34 +0000 (11:25 +0000)]
Readding missing patch.

22 years agoSync with current Debian version.
srittau [Sun, 7 Oct 2001 11:24:41 +0000 (11:24 +0000)]
Sync with current Debian version.

22 years agoRemoved old files.
srittau [Sun, 7 Oct 2001 11:16:20 +0000 (11:16 +0000)]
Removed old files.

22 years agoPAM compilation fixed.
srittau [Sun, 7 Oct 2001 10:51:27 +0000 (10:51 +0000)]
PAM compilation fixed.

Fixed some --enable and --with functions.

22 years agoautomake 1.5 fixes
srittau [Sun, 7 Oct 2001 10:50:50 +0000 (10:50 +0000)]
automake 1.5 fixes

22 years agoFix --enable-overwrite:
srittau [Sat, 6 Oct 2001 15:57:26 +0000 (15:57 +0000)]
Fix --enable-overwrite:

 * Moved the main functionality from configure.in to config/Makefile.am.
   I think it belongs in the latter file.
 * No need to duplicate the list of files to install in configure.in.
   This was misleading and confusing and could lead to bugs. (I wondered
   today, why changes to config/Makefile.am didn't work.)
 * --disable-overwrite does now work as one would expect (i.e. it forces
   configuration not to be overwritten).
 * netatalk.pamd will not get installed in $(pkgconfdir)/netatalk.
 * We do now have a proper "check whether configuration files should be
   overwritten... [yes/no]" message.

22 years agoQuoted some variables with {}.
srittau [Sat, 6 Oct 2001 12:27:38 +0000 (12:27 +0000)]
Quoted some variables with {}.

22 years agoversion release 1.5pre8
rufustfirefly [Fri, 5 Oct 2001 13:13:29 +0000 (13:13 +0000)]
version release 1.5pre8

22 years agobumped version to 1.5pre8
rufustfirefly [Thu, 4 Oct 2001 20:50:16 +0000 (20:50 +0000)]
bumped version to 1.5pre8

22 years agoMake user home directory visible by default.
srittau [Thu, 4 Oct 2001 20:33:08 +0000 (20:33 +0000)]
Make user home directory visible by default.

22 years agoDon't install netatalk.pamd as netatalk config file.
srittau [Thu, 4 Oct 2001 20:31:59 +0000 (20:31 +0000)]
Don't install netatalk.pamd as netatalk config file.

Warning fixes.

22 years agoFixed description of the ca flag (courtesy of Jonas Smedegaard
srittau [Thu, 4 Oct 2001 20:21:18 +0000 (20:21 +0000)]
Fixed description of the ca flag (courtesy of Jonas Smedegaard
<js@debian.org>).

22 years agoRevert previous commit. Apparently, this does break libtool 1.4. We
jmarcus [Thu, 4 Oct 2001 15:50:58 +0000 (15:50 +0000)]
Revert previous commit.  Apparently, this does break libtool 1.4.  We
libtool 1.3 users will have to suffer.

22 years agoFixed make problem on systems with libtool 1.3.x. This could be a bad commit,
jmarcus [Wed, 3 Oct 2001 22:33:39 +0000 (22:33 +0000)]
Fixed make problem on systems with libtool 1.3.x.  This could be a bad commit,
so it could be backed out real quick.

22 years agoFINALLY fix that damn "AUTHORS: Can't execute" error.
jmarcus [Wed, 3 Oct 2001 22:02:16 +0000 (22:02 +0000)]
FINALLY fix that damn "AUTHORS: Can't execute" error.

22 years agoFix bug where afpd would erroneously return AFPERR_NOOBJ when it encountered
jmarcus [Wed, 3 Oct 2001 19:51:03 +0000 (19:51 +0000)]
Fix bug where afpd would erroneously return AFPERR_NOOBJ when it encountered
a directory that could not be read or searched.  This fixes a problem with
trashcan handling.

22 years agoFix long-standing bug with PAM configuration. PAM, as always, is enabled
jmarcus [Wed, 3 Oct 2001 18:22:28 +0000 (18:22 +0000)]
Fix long-standing bug with PAM configuration.  PAM, as always, is enabled
by default, but can now be explicitly enabled by specifying the --with-pam
configure argument.  It can be disabled by specifying the --without-pam
configure argument (as well as --with-pam=no).

22 years agoFix the log_archive function call so that it is compatible with db 3 3.3.x.
jmarcus [Fri, 28 Sep 2001 14:51:45 +0000 (14:51 +0000)]
Fix the log_archive function call so that it is compatible with db 3 3.3.x.