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

22 years agoAdd support for internal deadlock detection.
jmarcus [Thu, 27 Sep 2001 15:51:26 +0000 (15:51 +0000)]
Add support for internal deadlock detection.

22 years agoMore s/errno/rc/ fixes and code cleanup.
jmarcus [Sun, 23 Sep 2001 19:08:23 +0000 (19:08 +0000)]
More s/errno/rc/ fixes and code cleanup.

22 years agoAutoconf comment additions.
jmarcus [Sun, 23 Sep 2001 18:47:52 +0000 (18:47 +0000)]
Autoconf comment additions.

22 years agoDB_VERSION comment additions.
jmarcus [Sun, 23 Sep 2001 18:43:44 +0000 (18:43 +0000)]
DB_VERSION comment additions.

22 years agoReplaced EAGAIN with DB_LOCK_DEADLOCK.
jmarcus [Sat, 22 Sep 2001 07:12:10 +0000 (07:12 +0000)]
Replaced EAGAIN with DB_LOCK_DEADLOCK.

22 years agoSome cleanup.
jmarcus [Sat, 22 Sep 2001 04:44:48 +0000 (04:44 +0000)]
Some cleanup.

22 years agoFix db3 compilation on Linux.
jmarcus [Sat, 22 Sep 2001 04:43:19 +0000 (04:43 +0000)]
Fix db3 compilation on Linux.

22 years agosmall cleanup of changelog
rufustfirefly [Fri, 21 Sep 2001 19:05:13 +0000 (19:05 +0000)]
small cleanup of changelog

22 years agoRe-enable codepage translations
jmarcus [Fri, 21 Sep 2001 17:39:20 +0000 (17:39 +0000)]
Re-enable codepage translations
(thanks to Egon Niederacher <niederacher@fh-vorarlberg.ac.at>).

22 years agoUpdated with my latest CNID DB changes.
jmarcus [Fri, 21 Sep 2001 15:14:06 +0000 (15:14 +0000)]
Updated with my latest CNID DB changes.

22 years agoWhoops, forgot to declare rc in cnid_get.c.
jmarcus [Fri, 21 Sep 2001 15:09:54 +0000 (15:09 +0000)]
Whoops, forgot to declare rc in cnid_get.c.

22 years agoFix a bunch of problems with database contention and corruption. Note:
jmarcus [Fri, 21 Sep 2001 15:08:32 +0000 (15:08 +0000)]
Fix a bunch of problems with database contention and corruption.  Note:
the database no longer starts with the DB_RECOVER flag.  This caused
problems with multiple afpd processes accessing the same database.

22 years agoMore instances of s/errno/rc/
jmarcus [Thu, 20 Sep 2001 06:07:12 +0000 (06:07 +0000)]
More instances of s/errno/rc/

22 years agoFixed some problems in the SRVLOC code. OS 9 doesn't like a port number
jmarcus [Wed, 19 Sep 2001 23:17:22 +0000 (23:17 +0000)]
Fixed some problems in the SRVLOC code.  OS 9 doesn't like a port number
in the URL.

22 years agoUpdated for my cnid_add.c fix.
jmarcus [Wed, 19 Sep 2001 17:47:55 +0000 (17:47 +0000)]
Updated for my cnid_add.c fix.

22 years agoFixed a problem with looking up rootinfo. You can't do sizeof on a pointer
jmarcus [Wed, 19 Sep 2001 17:44:39 +0000 (17:44 +0000)]
Fixed a problem with looking up rootinfo.  You can't do sizeof on a pointer
address!

22 years agoUpdate with the afp_options.c code fix.
jmarcus [Wed, 19 Sep 2001 03:11:28 +0000 (03:11 +0000)]
Update with the afp_options.c code fix.

22 years agoAdded a missing break in the CLI options parsing code. Thanks to
jmarcus [Wed, 19 Sep 2001 03:08:40 +0000 (03:08 +0000)]
Added a missing break in the CLI options parsing code.  Thanks to
Edmund Lam <epl@unimelb.edu.au> for catching this.

22 years agoAdded much-needed db3 version checking code. CNID DB should work
jmarcus [Tue, 18 Sep 2001 22:21:46 +0000 (22:21 +0000)]
Added much-needed db3 version checking code.  CNID DB should work
"out of the box" on db3 3.1, 3.2, and 3.3 (other problems aside).

22 years agoRemoved uams_guest from the default list. It is no longer in the default
jmarcus [Tue, 18 Sep 2001 16:06:06 +0000 (16:06 +0000)]
Removed uams_guest from the default list.  It is no longer in the default
UAM list in afpd.

22 years agoSLP support added (Joe Clarke)
rufustfirefly [Mon, 17 Sep 2001 13:41:24 +0000 (13:41 +0000)]
SLP support added (Joe Clarke)

22 years agoupdated
rufustfirefly [Fri, 14 Sep 2001 14:31:57 +0000 (14:31 +0000)]
updated

22 years agofix from Robert Cohen <robert.cohen@anu.edu.au> for missing endif
rufustfirefly [Fri, 14 Sep 2001 14:31:10 +0000 (14:31 +0000)]
fix from Robert Cohen <robert.cohen@anu.edu.au> for missing endif

22 years agoFix malloc problem trying to obtain interface list when no atalkd.conf
jmarcus [Thu, 13 Sep 2001 04:27:26 +0000 (04:27 +0000)]
Fix malloc problem trying to obtain interface list when no atalkd.conf
file exists.

22 years agofixed erroneous printf format arguments enclosed in 's instead "s.
uhees [Wed, 12 Sep 2001 19:13:16 +0000 (19:13 +0000)]
fixed erroneous printf format arguments enclosed in 's instead "s.

22 years agoNow that we're only incremeting one at a time, make length reflect that.
jmarcus [Tue, 11 Sep 2001 00:30:26 +0000 (00:30 +0000)]
Now that we're only incremeting one at a time, make length reflect that.

22 years agoIncrement the new interface list by one each time we reach its maximum size.
jmarcus [Mon, 10 Sep 2001 21:20:30 +0000 (21:20 +0000)]
Increment the new interface list by one each time we reach its maximum size.
This avoids having to malloc a chunk of memory, only to free it later.

22 years agoadded version reporting for the main daemons with a -v switch
rufustfirefly [Mon, 10 Sep 2001 18:27:14 +0000 (18:27 +0000)]
added version reporting for the main daemons with a -v switch

22 years agoendian checking/memcpy fixes
rufustfirefly [Fri, 7 Sep 2001 13:44:37 +0000 (13:44 +0000)]
endian checking/memcpy fixes

22 years agoAC_HEADER_STDC autoconf change
rufustfirefly [Thu, 6 Sep 2001 20:00:59 +0000 (20:00 +0000)]
AC_HEADER_STDC autoconf change

22 years agoautoconf POSIX.1 sys/wait.h check
rufustfirefly [Thu, 6 Sep 2001 19:04:39 +0000 (19:04 +0000)]
autoconf POSIX.1 sys/wait.h check

22 years agoUpdated with the CNID changes I made yesterday.
jmarcus [Thu, 6 Sep 2001 14:43:05 +0000 (14:43 +0000)]
Updated with the CNID changes I made yesterday.

22 years agoresync ChangeLog to repository
rufustfirefly [Thu, 6 Sep 2001 14:36:47 +0000 (14:36 +0000)]
resync ChangeLog to repository

22 years agoadded errno.h and sys/errno.h to list of includes to check (??)
rufustfirefly [Thu, 6 Sep 2001 14:36:34 +0000 (14:36 +0000)]
added errno.h and sys/errno.h to list of includes to check (??)

22 years agoComment out the DBENV->open with DB_JOINENV flag. This only seems valid
jmarcus [Wed, 5 Sep 2001 21:57:32 +0000 (21:57 +0000)]
Comment out the DBENV->open with DB_JOINENV flag.  This only seems valid
if you're using db3 3.2 or later.  Since most Linux users are using 3.1.17,
this may cause more problems than it fixes.

22 years agoFix up the comments on why I use rc instead of errno.
jmarcus [Wed, 5 Sep 2001 21:53:29 +0000 (21:53 +0000)]
Fix up the comments on why I use rc instead of errno.

22 years agoRemoved AFILE_VERSION and ACHFILE_VERSION constants.
srittau [Wed, 5 Sep 2001 18:38:23 +0000 (18:38 +0000)]
Removed AFILE_VERSION and ACHFILE_VERSION constants.

22 years agoquick, dirty, Sun hack to seed openssl 0.9.6 ... FIX THIS
rufustfirefly [Wed, 5 Sep 2001 13:42:16 +0000 (13:42 +0000)]
quick, dirty, Sun hack to seed openssl 0.9.6 ... FIX THIS

22 years agoadd veto_file() prototype (Edmund Lam)
rufustfirefly [Wed, 5 Sep 2001 13:30:16 +0000 (13:30 +0000)]
add veto_file() prototype (Edmund Lam)

22 years agoproperly checks for db3 headers (Joe Clarke)
rufustfirefly [Tue, 4 Sep 2001 13:55:00 +0000 (13:55 +0000)]
properly checks for db3 headers (Joe Clarke)

22 years ago"veto files" patch (Edmund Lam)
rufustfirefly [Tue, 4 Sep 2001 13:52:45 +0000 (13:52 +0000)]
"veto files" patch (Edmund Lam)

22 years agopatch for overwriting DIDs and misc FreeBSD db3 stuff (Joe Clarke)
rufustfirefly [Tue, 4 Sep 2001 13:49:54 +0000 (13:49 +0000)]
patch for overwriting DIDs and misc FreeBSD db3 stuff (Joe Clarke)

22 years agoEdmund Lam's compilation patches for non-CNID support
rufustfirefly [Fri, 31 Aug 2001 14:58:48 +0000 (14:58 +0000)]
Edmund Lam's compilation patches for non-CNID support

22 years agoReplaced $^ by $<.
srittau [Thu, 30 Aug 2001 19:02:11 +0000 (19:02 +0000)]
Replaced $^ by $<.

22 years agoMake the dia*map's array of type int instead of unsigned char. This
srittau [Thu, 30 Aug 2001 13:17:25 +0000 (13:17 +0000)]
Make the dia*map's array of type int instead of unsigned char. This
should fix warnings, since we can now use char's all over the place
instead of the ugly unsigned char's.

22 years agoWarning fixes.
srittau [Thu, 30 Aug 2001 13:14:53 +0000 (13:14 +0000)]
Warning fixes.

22 years agoComparison operator is "=", not "==" in the "test" command.
srittau [Thu, 30 Aug 2001 13:13:30 +0000 (13:13 +0000)]
Comparison operator is "=", not "==" in the "test" command.

22 years agoNew upstream version and a lot of changes.
srittau [Thu, 30 Aug 2001 00:46:55 +0000 (00:46 +0000)]
New upstream version and a lot of changes.

22 years agoRemoved libssl-dev from build depencies.
srittau [Thu, 30 Aug 2001 00:46:19 +0000 (00:46 +0000)]
Removed libssl-dev from build depencies.

22 years agoUpdated to current licenses.
srittau [Thu, 30 Aug 2001 00:45:37 +0000 (00:45 +0000)]
Updated to current licenses.

22 years agoUpdate file lists.
srittau [Thu, 30 Aug 2001 00:45:06 +0000 (00:45 +0000)]
Update file lists.

22 years agoMake --without-ssl-dir work.
srittau [Thu, 30 Aug 2001 00:44:47 +0000 (00:44 +0000)]
Make --without-ssl-dir work.

22 years agoCleanup. Use debhelper v3.
srittau [Thu, 30 Aug 2001 00:44:30 +0000 (00:44 +0000)]
Cleanup. Use debhelper v3.

22 years agoFixed a bug that could lead to segfaults.
srittau [Thu, 30 Aug 2001 00:06:41 +0000 (00:06 +0000)]
Fixed a bug that could lead to segfaults.

22 years agoAdd configure file protection.
lancel [Tue, 28 Aug 2001 07:13:03 +0000 (07:13 +0000)]
Add configure file protection.

22 years agoremoved unneeded cnid_lookups; fixed a bug in afp_createid.
uhees [Mon, 27 Aug 2001 15:26:16 +0000 (15:26 +0000)]
removed unneeded cnid_lookups; fixed a bug in afp_createid.

22 years agofinally released 1.5pre7
rufustfirefly [Mon, 27 Aug 2001 13:56:18 +0000 (13:56 +0000)]
finally released 1.5pre7

22 years agoExpanded support archs list.
srittau [Sat, 25 Aug 2001 10:29:44 +0000 (10:29 +0000)]
Expanded support archs list.

--enable-lastdid -> --with-lastdid

Added note that libtool 1.4 is required. Also bumped up links to the
latest versions of the other autotools.

22 years agoDepend on the timeout package.
srittau [Wed, 22 Aug 2001 13:48:08 +0000 (13:48 +0000)]
Depend on the timeout package.