]> arthur.barton.de Git - netatalk.git/log
netatalk.git
20 years agoapply parts of the netbsd build patch by Patrick Welche <prlw1@newn.cam.ac.uk>, mostl... HEAD-before-afp3-merge
bfernhomberg [Wed, 14 Jan 2004 16:10:29 +0000 (16:10 +0000)]
apply parts of the netbsd build patch by Patrick Welche <prlw1@newn.cam.ac.uk>, mostly build related stuff.

20 years agoLinux 2.6 quota interface. [Bjoern]
srittau [Sun, 28 Dec 2003 13:51:12 +0000 (13:51 +0000)]
Linux 2.6 quota interface. [Bjoern]
Removed ultrix specific stuff (code cleanup).

20 years agoCheck for struct if_dqblk. [Bjoern]
srittau [Sun, 28 Dec 2003 13:42:06 +0000 (13:42 +0000)]
Check for struct if_dqblk. [Bjoern]

20 years agoPut admin group check into a separate file, clean it up, fix it:
srittau [Mon, 15 Dec 2003 06:56:33 +0000 (06:56 +0000)]
Put admin group check into a separate file, clean it up, fix it:
use AC_ARG_ENABLE instead of AC_ARG_WITH.

20 years agoRemoved more useless checks.
srittau [Mon, 15 Dec 2003 06:40:40 +0000 (06:40 +0000)]
Removed more useless checks.

20 years agoRemove unnecessary header checks.
srittau [Mon, 15 Dec 2003 06:26:52 +0000 (06:26 +0000)]
Remove unnecessary header checks.

20 years agoRemoved an unneeded function check.
srittau [Mon, 15 Dec 2003 06:13:38 +0000 (06:13 +0000)]
Removed an unneeded function check.

20 years agoRemove checks for individual libraries (probably legacy stuff). Help text
srittau [Mon, 15 Dec 2003 06:03:33 +0000 (06:03 +0000)]
Remove checks for individual libraries (probably legacy stuff). Help text
alignment.

20 years agoCheck for struct tm.tm_gmtoff instead of defining NO_STRUCT_TM_GMTOFF on
srittau [Mon, 15 Dec 2003 05:27:24 +0000 (05:27 +0000)]
Check for struct tm.tm_gmtoff instead of defining NO_STRUCT_TM_GMTOFF on
a per-architecture basis.

20 years agoRemoved an obsolete comment.
srittau [Mon, 15 Dec 2003 05:05:19 +0000 (05:05 +0000)]
Removed an obsolete comment.

20 years agoCheck for sys/quota.h and include it if and only if this is defined in unix.h.
srittau [Mon, 15 Dec 2003 04:59:45 +0000 (04:59 +0000)]
Check for sys/quota.h and include it if and only if this is defined in unix.h.

20 years agoMove check for ufs/quota.h from configure.in to macros/quota-check.m4.
srittau [Mon, 15 Dec 2003 04:55:20 +0000 (04:55 +0000)]
Move check for ufs/quota.h from configure.in to macros/quota-check.m4.

20 years agoRemove NEED_QUOTACTL_WRAPPER cruft. I think that was needed for old Linux
srittau [Mon, 15 Dec 2003 04:49:56 +0000 (04:49 +0000)]
Remove NEED_QUOTACTL_WRAPPER cruft. I think that was needed for old Linux
versions. If it's still needed, please notify me and I will revert this
change.

20 years agoBackport from 1.6 branch: Fixes for Linux kernel 2.6 headers.
srittau [Mon, 15 Dec 2003 04:33:28 +0000 (04:33 +0000)]
Backport from 1.6 branch: Fixes for Linux kernel 2.6 headers.

20 years agoMan page fixes pointed out by Eric S. Raymond's script (see
srittau [Tue, 9 Dec 2003 20:46:52 +0000 (20:46 +0000)]
Man page fixes pointed out by Eric S. Raymond's script (see
http://catb.org/~esr/doclifter/problems.html).

20 years agoMacOS X Compatibility Fix: volume option mswindows => usedots.
samnoble [Wed, 3 Sep 2003 21:25:38 +0000 (21:25 +0000)]
MacOS X Compatibility Fix: volume option mswindows => usedots.

20 years agoSome updates for the Kerberos 5 UAM. We now use an autoconf macro to
samnoble [Wed, 3 Sep 2003 18:27:13 +0000 (18:27 +0000)]
Some updates for the Kerberos 5 UAM. We now use an autoconf macro to
detect support for gssapi. Some heimdal compatibility has been added.

Thanks to Bjorn Fernhomberg for the integration and heimdal work.

20 years agoafp_write return the write dsi size if write length is zero.
didg [Wed, 3 Sep 2003 17:40:02 +0000 (17:40 +0000)]
afp_write return the write dsi size if write length is zero.

20 years agoadd missing k5keytab to struct afp_options
bfernhomberg [Sat, 30 Aug 2003 16:10:32 +0000 (16:10 +0000)]
add missing k5keytab to struct afp_options

20 years agoFix a bug that crept in with last commit
bfernhomberg [Fri, 29 Aug 2003 23:35:34 +0000 (23:35 +0000)]
Fix a bug that crept in with last commit

20 years agoAdd missing SIGUSR2 messaging support for clients connected via ASP
bfernhomberg [Fri, 29 Aug 2003 23:05:37 +0000 (23:05 +0000)]
Add missing SIGUSR2 messaging support for clients connected via ASP

20 years agoSolaris compatibility fix, use putenv() for KRB5_KEYTAB rather than setenv().
samnoble [Fri, 22 Aug 2003 20:41:09 +0000 (20:41 +0000)]
Solaris compatibility fix, use putenv() for KRB5_KEYTAB rather than setenv().

20 years agoDon't overwrite pam.d/netatalk unless we're told to replace config files.
samnoble [Fri, 22 Aug 2003 20:25:51 +0000 (20:25 +0000)]
Don't overwrite pam.d/netatalk unless we're told to replace config files.

20 years agoSupport for the Client Krb v2 UAM in Apple's MacOS X 10.2 and later.
samnoble [Fri, 22 Aug 2003 17:12:45 +0000 (17:12 +0000)]
Support for the Client Krb v2 UAM in Apple's MacOS X 10.2 and later.
The specification describes the possiblity of supporting Kerberos 4 support.
This UAM only supports Kerberos 5 authentication.

20 years agoFixed an uninitialized variable. [Olaf Hering]
srittau [Sat, 9 Aug 2003 14:28:36 +0000 (14:28 +0000)]
Fixed an uninitialized variable. [Olaf Hering]

20 years agofix: make libatalk compilable when DB3/CDB backend is turned off
rlewczuk [Thu, 10 Jul 2003 13:50:39 +0000 (13:50 +0000)]
fix: make libatalk compilable when DB3/CDB backend is turned off

20 years agoUpdated NEWS file from stable branch.
srittau [Tue, 1 Jul 2003 19:23:22 +0000 (19:23 +0000)]
Updated NEWS file from stable branch.

20 years agoUpdated option descriptions.
srittau [Tue, 1 Jul 2003 19:22:34 +0000 (19:22 +0000)]
Updated option descriptions.

20 years agoTry to ckeck, recover and cleanly close cnid. Few issues if afpd killed in db
didg [Thu, 26 Jun 2003 02:15:21 +0000 (02:15 +0000)]
Try to ckeck, recover and cleanly close cnid. Few issues if afpd killed in db
routine. From Björn Fernhomberg.

20 years agoTurn off optimization by default. [Michael McCarthy]
srittau [Tue, 17 Jun 2003 06:39:37 +0000 (06:39 +0000)]
Turn off optimization by default. [Michael McCarthy]

20 years agoWhitespace fixes.
srittau [Sat, 14 Jun 2003 16:56:56 +0000 (16:56 +0000)]
Whitespace fixes.

20 years agoWhite space fixes.
srittau [Sat, 14 Jun 2003 16:45:21 +0000 (16:45 +0000)]
White space fixes.

20 years agoFixed error that I introduced into Burkhard's patch. Pointed out by
srittau [Sat, 14 Jun 2003 16:40:54 +0000 (16:40 +0000)]
Fixed error that I introduced into Burkhard's patch. Pointed out by
Burkhard.

20 years agoInclude path fixes.
srittau [Thu, 12 Jun 2003 23:47:48 +0000 (23:47 +0000)]
Include path fixes.

20 years agoInclude path fix.
srittau [Thu, 12 Jun 2003 23:45:22 +0000 (23:45 +0000)]
Include path fix.

20 years agoPut TCP wrappers check into a separate file. Changed --with-tcp-wrappers to
srittau [Thu, 12 Jun 2003 23:15:06 +0000 (23:15 +0000)]
Put TCP wrappers check into a separate file. Changed --with-tcp-wrappers to
--disable-tcp-wrappers, changed default.

20 years agoInclude path fixes.
srittau [Thu, 12 Jun 2003 22:46:28 +0000 (22:46 +0000)]
Include path fixes.

20 years agoRemoved unused file.
srittau [Thu, 12 Jun 2003 11:37:11 +0000 (11:37 +0000)]
Removed unused file.

20 years agoFixed include paths.
srittau [Thu, 12 Jun 2003 11:36:10 +0000 (11:36 +0000)]
Fixed include paths.

20 years agoOops, fixed thinko I introduced in the last patch.
srittau [Wed, 11 Jun 2003 22:07:56 +0000 (22:07 +0000)]
Oops, fixed thinko I introduced in the last patch.

20 years agoPatch by Burkhard Schmidt to improve seeding of the entropy cache on Tru64.
srittau [Wed, 11 Jun 2003 22:05:55 +0000 (22:05 +0000)]
Patch by Burkhard Schmidt to improve seeding of the entropy cache on Tru64.

20 years agoDon't check for sys/quota.h and linux/quota.h, since the resulting #defines
srittau [Wed, 11 Jun 2003 21:45:43 +0000 (21:45 +0000)]
Don't check for sys/quota.h and linux/quota.h, since the resulting #defines
are not used anyways.

20 years agoAlternate libgcrypt support for uams_randnum.c.
srittau [Wed, 11 Jun 2003 07:49:52 +0000 (07:49 +0000)]
Alternate libgcrypt support for uams_randnum.c.

20 years agoAlternate libgcrypt support for uams_pgp.
srittau [Wed, 11 Jun 2003 07:26:50 +0000 (07:26 +0000)]
Alternate libgcrypt support for uams_pgp.

20 years agoRemoved all traces of OpenSSL specific stuff.
srittau [Wed, 11 Jun 2003 07:23:24 +0000 (07:23 +0000)]
Removed all traces of OpenSSL specific stuff.

20 years agoRemoved --enable-pgp-uam configure option. Is there any reason somebody
srittau [Wed, 11 Jun 2003 07:18:04 +0000 (07:18 +0000)]
Removed --enable-pgp-uam configure option. Is there any reason somebody
would not want to compile it as long as the dependencies (namely OpenSSL)
are fulfilled? It's not enabled in the default configuration anyways, so
compiling it will do no harm.

20 years agoWarning fixes.
srittau [Wed, 11 Jun 2003 07:16:14 +0000 (07:16 +0000)]
Warning fixes.

20 years agoPrefix functions in crypt.[ch] with atalk_. Removed all direct invocations
srittau [Wed, 11 Jun 2003 07:14:09 +0000 (07:14 +0000)]
Prefix functions in crypt.[ch] with atalk_. Removed all direct invocations
of SSL functions from uams_randnum.c.

20 years agoDon't use crypt.[ch] for the PGP UAMS.
srittau [Wed, 11 Jun 2003 06:55:52 +0000 (06:55 +0000)]
Don't use crypt.[ch] for the PGP UAMS.

20 years agoPut cryptographic code into a separate code file. This is in preparation
srittau [Wed, 11 Jun 2003 06:29:29 +0000 (06:29 +0000)]
Put cryptographic code into a separate code file. This is in preparation
for libgcrypt support. Also, it will reduce code duplication.

20 years agoHead <-> 1.6 patch reduction.
srittau [Mon, 9 Jun 2003 15:09:19 +0000 (15:09 +0000)]
Head <-> 1.6 patch reduction.

20 years agoWarning fixes.
srittau [Mon, 9 Jun 2003 14:42:38 +0000 (14:42 +0000)]
Warning fixes.

20 years agoWhite space and comment capitalization fixes.
srittau [Mon, 9 Jun 2003 14:25:51 +0000 (14:25 +0000)]
White space and comment capitalization fixes.

20 years agoTab -> spaces (consistency).
srittau [Mon, 9 Jun 2003 14:05:26 +0000 (14:05 +0000)]
Tab -> spaces (consistency).

20 years agoOptional libgcrypt support.
srittau [Mon, 9 Jun 2003 02:55:24 +0000 (02:55 +0000)]
Optional libgcrypt support.

20 years agoI suck; bug fixes, more code cleanup, better error handling, and more new
srittau [Mon, 9 Jun 2003 02:51:34 +0000 (02:51 +0000)]
I suck; bug fixes, more code cleanup, better error handling, and more new
OpenSSL API.

20 years agoFix --enable-gcrypt and --disable-gcrypt.
srittau [Mon, 9 Jun 2003 02:50:45 +0000 (02:50 +0000)]
Fix --enable-gcrypt and --disable-gcrypt.

20 years agoAdded HAVE_GCRYPT define. Removed explicit checks for libcryto and libdes,
srittau [Sun, 8 Jun 2003 16:49:25 +0000 (16:49 +0000)]
Added HAVE_GCRYPT define. Removed explicit checks for libcryto and libdes,
since they interfered with libgcrypt.

20 years agoAdded check for libgcrypt (as an alternative to OpenSSL).
srittau [Sun, 8 Jun 2003 16:04:49 +0000 (16:04 +0000)]
Added check for libgcrypt (as an alternative to OpenSSL).

20 years agoPut COMPILE_A2BOOT conditional into contrib/a2boot/Makefile.am, not
srittau [Sun, 8 Jun 2003 15:57:40 +0000 (15:57 +0000)]
Put COMPILE_A2BOOT conditional into contrib/a2boot/Makefile.am, not
contrib/Makefile.am. Even if COMPILE_A2BOOT is not defined, we *must*
recurse into a2boot, so that e.g. "make dist", "make clean" or the
regeneration of Makefile.in still work properly.

20 years agoRemove --enable-timelord; always compile timelord.
srittau [Sun, 8 Jun 2003 15:21:40 +0000 (15:21 +0000)]
Remove --enable-timelord; always compile timelord.

20 years agoAC_INIT using a different source file (from afpd instead of adv1tov2.
srittau [Sun, 8 Jun 2003 15:17:56 +0000 (15:17 +0000)]
AC_INIT using a different source file (from afpd instead of adv1tov2.

20 years agoPut check for DID scheme into a separate macro, fixed configure help string
srittau [Sun, 8 Jun 2003 14:52:37 +0000 (14:52 +0000)]
Put check for DID scheme into a separate macro, fixed configure help string
indention, streamlined "checking foo..." messages.

20 years agoCompilation fix.
srittau [Sat, 7 Jun 2003 23:23:27 +0000 (23:23 +0000)]
Compilation fix.

20 years agoFix help string indention.
srittau [Sat, 7 Jun 2003 12:04:51 +0000 (12:04 +0000)]
Fix help string indention.

20 years agoAuto-generate etc2ps.sh.
srittau [Sat, 7 Jun 2003 12:01:03 +0000 (12:01 +0000)]
Auto-generate etc2ps.sh.

20 years agoBug fixes.
srittau [Sat, 7 Jun 2003 03:07:27 +0000 (03:07 +0000)]
Bug fixes.

20 years agoMore code cleanup.
srittau [Sat, 7 Jun 2003 01:39:05 +0000 (01:39 +0000)]
More code cleanup.

20 years agoAlways use new OpenSSL API.
srittau [Fri, 6 Jun 2003 22:43:39 +0000 (22:43 +0000)]
Always use new OpenSSL API.

20 years agoNew OpenSSL API.
srittau [Fri, 6 Jun 2003 22:40:12 +0000 (22:40 +0000)]
New OpenSSL API.

20 years agoCode cleanup.
srittau [Fri, 6 Jun 2003 22:34:34 +0000 (22:34 +0000)]
Code cleanup.

20 years agoWarning fixes.
srittau [Fri, 6 Jun 2003 21:17:19 +0000 (21:17 +0000)]
Warning fixes.

20 years agoDon't implement ad_hf_mode in header file, but always use the function in
srittau [Fri, 6 Jun 2003 20:46:38 +0000 (20:46 +0000)]
Don't implement ad_hf_mode in header file, but always use the function in
ad_open.c.

20 years agoImplement sendfile() as macro.
srittau [Fri, 6 Jun 2003 20:43:14 +0000 (20:43 +0000)]
Implement sendfile() as macro.

20 years agoImplement path_isadir() as macro. Please do not put function implementations
srittau [Fri, 6 Jun 2003 20:36:59 +0000 (20:36 +0000)]
Implement path_isadir() as macro. Please do not put function implementations
into header files.

20 years agoWarning fixes: comment out unused stuff, remove unused variables and labels.
srittau [Fri, 6 Jun 2003 20:25:32 +0000 (20:25 +0000)]
Warning fixes: comment out unused stuff, remove unused variables and labels.

20 years agoNew maccode map: identity to pass through characters.
srittau [Fri, 6 Jun 2003 20:18:39 +0000 (20:18 +0000)]
New maccode map: identity to pass through characters.

20 years agoInstall data correctly.
srittau [Fri, 6 Jun 2003 20:17:55 +0000 (20:17 +0000)]
Install data correctly.

20 years agoDB3 patch check fix by Stefan Muenkner.
srittau [Fri, 6 Jun 2003 19:45:51 +0000 (19:45 +0000)]
DB3 patch check fix by Stefan Muenkner.

20 years agoFix for afpd debugging by Stefan Muenkner.
srittau [Fri, 6 Jun 2003 19:41:48 +0000 (19:41 +0000)]
Fix for afpd debugging by Stefan Muenkner.

20 years agoAdded a missing break statement. Patch by Chris Shiels.
srittau [Fri, 6 Jun 2003 19:35:15 +0000 (19:35 +0000)]
Added a missing break statement. Patch by Chris Shiels.

20 years agoInclude config.h.
srittau [Fri, 6 Jun 2003 18:57:32 +0000 (18:57 +0000)]
Include config.h.

20 years agoRemove unused PAPD_LIBS, replaced AFPD_LIBS by WRAP_LIBS.
srittau [Fri, 6 Jun 2003 18:28:10 +0000 (18:28 +0000)]
Remove unused PAPD_LIBS, replaced AFPD_LIBS by WRAP_LIBS.

20 years agoBuild fix.
srittau [Fri, 6 Jun 2003 17:40:20 +0000 (17:40 +0000)]
Build fix.

20 years agoCFLAGS -> INCLUDES and other build fixes.
srittau [Fri, 6 Jun 2003 17:34:32 +0000 (17:34 +0000)]
CFLAGS -> INCLUDES and other build fixes.

20 years agoFix.
srittau [Fri, 6 Jun 2003 17:00:40 +0000 (17:00 +0000)]
Fix.

20 years agoUse configure mechanism for generating files. Don't distribute generated
srittau [Fri, 6 Jun 2003 16:16:45 +0000 (16:16 +0000)]
Use configure mechanism for generating files. Don't distribute generated
perl scripts.

20 years agoAFP3.x add unix privilege (new volume option upriv), fix double click and utf8
didg [Thu, 5 Jun 2003 09:17:07 +0000 (09:17 +0000)]
AFP3.x add unix privilege (new volume option upriv), fix double click and utf8
name. Björn Fernhomberg and me.

20 years agosmall fixes from Björn Fernhomberg, remove compiler warnings and a malloc
didg [Mon, 2 Jun 2003 06:54:22 +0000 (06:54 +0000)]
small fixes from Björn Fernhomberg, remove compiler warnings and a malloc
check.

20 years agocheck if mtoupath return NULL
didg [Mon, 26 May 2003 12:32:35 +0000 (12:32 +0000)]
check if mtoupath return NULL

20 years agodon't call log function if parameter is null, from Robby Griffin and Sean Bolton
didg [Wed, 21 May 2003 01:32:47 +0000 (01:32 +0000)]
don't call log function if parameter is null, from Robby Griffin and Sean Bolton

20 years agoSERVTEXT wasn't defined patch from Björn Fernhomberg
didg [Tue, 20 May 2003 20:50:49 +0000 (20:50 +0000)]
SERVTEXT wasn't defined patch from Björn Fernhomberg

20 years agoreturn 0xffff if more than 65536 entries in a directory.
didg [Tue, 20 May 2003 14:46:50 +0000 (14:46 +0000)]
return 0xffff if more than 65536 entries in a directory.

20 years agoAFP 3.x add sleep timeout, add disconnect old session. Björn Fernhomberg and me
didg [Fri, 16 May 2003 15:29:25 +0000 (15:29 +0000)]
AFP 3.x add sleep timeout, add disconnect old session. Björn Fernhomberg and me

20 years agoBUGFIX enumerate DID parameter and curdir->d_did are not always the same (when pathna...
didg [Fri, 16 May 2003 14:38:20 +0000 (14:38 +0000)]
BUGFIX enumerate DID parameter and curdir->d_did are not always the same (when pathname parameter is not empty).

20 years agopap: Allow login using gecos name too, fix most obvious buffers overrun... from
didg [Wed, 14 May 2003 15:13:50 +0000 (15:13 +0000)]
pap: Allow login using gecos name too, fix most obvious buffers overrun... from
Björn Fernhomberg.

20 years agobugfix, should work a lot better, from Björn Fernhomberg and me.
didg [Mon, 12 May 2003 13:31:02 +0000 (13:31 +0000)]
bugfix, should work a lot better, from Björn Fernhomberg and me.

20 years agoBUFIX: dirsearch_byname it's cdir not curdir, was a pb with catsearch
didg [Mon, 12 May 2003 09:43:11 +0000 (09:43 +0000)]
BUFIX: dirsearch_byname it's cdir not curdir, was a pb with catsearch

20 years agoif AFPVOL_MTOUUPPER or AFPVOL_MTOULOWER set , mac name and unix name are
didg [Wed, 7 May 2003 13:23:53 +0000 (13:23 +0000)]
if AFPVOL_MTOUUPPER or AFPVOL_MTOULOWER set , mac name and unix name are
different.

20 years agoFixed typo in comment.
srittau [Wed, 7 May 2003 00:13:24 +0000 (00:13 +0000)]
Fixed typo in comment.