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

22 years agoUpdates from -pre6-7.
srittau [Wed, 22 Aug 2001 13:46:49 +0000 (13:46 +0000)]
Updates from -pre6-7.

22 years agoMade new -pre6 release.
srittau [Wed, 22 Aug 2001 13:42:27 +0000 (13:42 +0000)]
Made new -pre6 release.

-pre7 release will close a bug.

22 years agoUgh. Removed superfluous files.
srittau [Wed, 22 Aug 2001 13:31:59 +0000 (13:31 +0000)]
Ugh. Removed superfluous files.

22 years agodebhelper v3 fixes.
srittau [Wed, 22 Aug 2001 13:29:19 +0000 (13:29 +0000)]
debhelper v3 fixes.

22 years agoSpecify paths explicitly.
srittau [Wed, 22 Aug 2001 13:29:05 +0000 (13:29 +0000)]
Specify paths explicitly.

22 years agoUse -export-dynamic LDFLAG.
srittau [Wed, 22 Aug 2001 13:25:05 +0000 (13:25 +0000)]
Use -export-dynamic LDFLAG.

22 years agoremoved ltconfig
rufustfirefly [Wed, 22 Aug 2001 13:04:35 +0000 (13:04 +0000)]
removed ltconfig

22 years agodistrib/debian/TODO and distrib/debian/VERSION were removed.
srittau [Wed, 22 Aug 2001 13:03:34 +0000 (13:03 +0000)]
distrib/debian/TODO and distrib/debian/VERSION were removed.

22 years agoTypo.
srittau [Wed, 22 Aug 2001 12:57:33 +0000 (12:57 +0000)]
Typo.

22 years agoTypos fixed. Patch by Alistair Riddell <ali@gwc.org.uk>.
srittau [Wed, 22 Aug 2001 12:52:17 +0000 (12:52 +0000)]
Typos fixed. Patch by Alistair Riddell <ali@gwc.org.uk>.

22 years agoupdated DB3 check in configure.in
rufustfirefly [Tue, 21 Aug 2001 20:56:43 +0000 (20:56 +0000)]
updated DB3 check in configure.in

22 years agoset to ignore ~ files
rufustfirefly [Mon, 20 Aug 2001 16:38:49 +0000 (16:38 +0000)]
set to ignore ~ files

22 years agofixed a comment
uhees [Sat, 18 Aug 2001 13:20:30 +0000 (13:20 +0000)]
fixed a comment

22 years agofixed a nasty bug in strncasecmp (n > 0).
uhees [Sat, 18 Aug 2001 07:45:46 +0000 (07:45 +0000)]
fixed a nasty bug in strncasecmp (n > 0).

22 years agoConditional did not work as expected. Removed for now.
srittau [Fri, 17 Aug 2001 18:49:22 +0000 (18:49 +0000)]
Conditional did not work as expected. Removed for now.

22 years agoRemoved my personal TODO file from CVS.
srittau [Thu, 16 Aug 2001 17:19:24 +0000 (17:19 +0000)]
Removed my personal TODO file from CVS.

22 years agoDH compat level 3.
srittau [Thu, 16 Aug 2001 17:18:27 +0000 (17:18 +0000)]
DH compat level 3.

Doc changes.

22 years agoDon't compile and link (but distribute) empty source files.
srittau [Thu, 16 Aug 2001 17:13:58 +0000 (17:13 +0000)]
Don't compile and link (but distribute) empty source files.

22 years agoDoc contribution by Chris Blake <Chris.Blake@anu.edu.au>.
srittau [Thu, 16 Aug 2001 17:12:45 +0000 (17:12 +0000)]
Doc contribution by Chris Blake <Chris.Blake@anu.edu.au>.

22 years agosee log.
uhees [Thu, 16 Aug 2001 14:47:35 +0000 (14:47 +0000)]
see log.

22 years agoFinally removed -rdynamic flag. Please add a configure check if it's
srittau [Thu, 16 Aug 2001 14:45:36 +0000 (14:45 +0000)]
Finally removed -rdynamic flag. Please add a configure check if it's
needed somewhere.

22 years agoCorrected flock check.
srittau [Thu, 16 Aug 2001 14:41:57 +0000 (14:41 +0000)]
Corrected flock check.

22 years agoin db result checking replaced EAGAIN by DB_LOCK_DEADLOCK; fixed a potential transact...
uhees [Thu, 16 Aug 2001 14:30:29 +0000 (14:30 +0000)]
in db result checking replaced EAGAIN by DB_LOCK_DEADLOCK; fixed a potential transaction problem in cnid_add.

22 years agoConditionally compile flock.c.
srittau [Wed, 15 Aug 2001 17:56:00 +0000 (17:56 +0000)]
Conditionally compile flock.c.

22 years agoFix.
srittau [Wed, 15 Aug 2001 15:29:14 +0000 (15:29 +0000)]
Fix.

22 years agoWarning fix.
srittau [Wed, 15 Aug 2001 02:17:06 +0000 (02:17 +0000)]
Warning fix.

22 years agoWarning fixes.
srittau [Wed, 15 Aug 2001 02:15:53 +0000 (02:15 +0000)]
Warning fixes.

22 years agoChanged prototypes of strdiacasecmp and strndiacasecmp to be more
srittau [Wed, 15 Aug 2001 02:15:30 +0000 (02:15 +0000)]
Changed prototypes of strdiacasecmp and strndiacasecmp to be more
sensible.

22 years agoTru64 warnings fixes.
srittau [Wed, 15 Aug 2001 02:10:38 +0000 (02:10 +0000)]
Tru64 warnings fixes.

22 years agoDEC C fixes.
srittau [Wed, 15 Aug 2001 01:45:00 +0000 (01:45 +0000)]
DEC C fixes.

22 years agoRemoved duplicate bprint() function (see util/bprint.c).
srittau [Wed, 15 Aug 2001 01:41:05 +0000 (01:41 +0000)]
Removed duplicate bprint() function (see util/bprint.c).

22 years agoTru64 warning fixes.
srittau [Wed, 15 Aug 2001 01:39:39 +0000 (01:39 +0000)]
Tru64 warning fixes.

22 years agoWarning fixes.
srittau [Wed, 15 Aug 2001 01:37:34 +0000 (01:37 +0000)]
Warning fixes.

22 years agoIn afp_mapname and afp_mapid we now convert the id we send/receive
samnoble [Wed, 15 Aug 2001 01:21:01 +0000 (01:21 +0000)]
In afp_mapname and afp_mapid we now convert the id we send/receive
to network byte order.  This should fix a long standing bug in
the admin functionality.

22 years agoChanged the datatypes in uidgidset to be uid_t and gid_t rather than int.
samnoble [Wed, 15 Aug 2001 01:13:25 +0000 (01:13 +0000)]
Changed the datatypes in uidgidset to be uid_t and gid_t rather than int.

22 years agoCNID/DID patch from Uwe Hees (moderately tested)
rufustfirefly [Tue, 14 Aug 2001 14:00:08 +0000 (14:00 +0000)]
CNID/DID patch from Uwe Hees (moderately tested)

22 years agoadded --force to libtoolize (again)
rufustfirefly [Mon, 13 Aug 2001 14:34:52 +0000 (14:34 +0000)]
added --force to libtoolize (again)

22 years agoWarning fixes.
srittau [Sat, 11 Aug 2001 11:47:22 +0000 (11:47 +0000)]
Warning fixes.

22 years agolibtool 1.4 changes.
srittau [Sat, 11 Aug 2001 11:45:00 +0000 (11:45 +0000)]
libtool 1.4 changes.

22 years agoTypos.
srittau [Thu, 9 Aug 2001 20:42:19 +0000 (20:42 +0000)]
Typos.

22 years agoMerged changes from meeroh@mit.edu to fix the kerberos uam build process
samnoble [Thu, 9 Aug 2001 16:54:57 +0000 (16:54 +0000)]
Merged changes from meeroh@mit.edu to fix the kerberos uam build process

22 years agofixed ridiculous typo. egg on me.
rufustfirefly [Thu, 9 Aug 2001 13:29:59 +0000 (13:29 +0000)]
fixed ridiculous typo. egg on me.

22 years agosourceforge patch
rufustfirefly [Wed, 8 Aug 2001 18:12:30 +0000 (18:12 +0000)]
sourceforge patch

22 years agoAdded missing Makefiles.
srittau [Mon, 6 Aug 2001 22:14:56 +0000 (22:14 +0000)]
Added missing Makefiles.

22 years agoslight comment cleanup
rufustfirefly [Mon, 6 Aug 2001 13:39:30 +0000 (13:39 +0000)]
slight comment cleanup