]> arthur.barton.de Git - netatalk.git/log
netatalk.git
21 years agoremove a linear dir search, we already have the info.
didg [Mon, 14 Apr 2003 18:03:48 +0000 (18:03 +0000)]
remove a linear dir search, we already have the info.

21 years agoBUGFIX: was trashing CFLAGS
didg [Fri, 11 Apr 2003 02:04:20 +0000 (02:04 +0000)]
BUGFIX: was trashing CFLAGS

21 years agoopen the file read-only if errno is EROFS.
didg [Thu, 10 Apr 2003 22:58:42 +0000 (22:58 +0000)]
open the file read-only if errno is EROFS.

21 years agofile descriptor leak with noadouble. Was only in HEAD.
didg [Wed, 9 Apr 2003 06:06:34 +0000 (06:06 +0000)]
file descriptor leak with noadouble. Was only in HEAD.

21 years agoUTF8 is defined but not mangled
didg [Wed, 9 Apr 2003 06:05:24 +0000 (06:05 +0000)]
UTF8 is defined but not mangled

21 years agoopenvol() add ifdef CNID_DB
didg [Wed, 19 Mar 2003 00:13:23 +0000 (00:13 +0000)]
openvol() add ifdef CNID_DB

21 years agoRemoved unused static arrays tokenmulti and tokenmultitab.
srittau [Tue, 18 Mar 2003 23:34:51 +0000 (23:34 +0000)]
Removed unused static arrays tokenmulti and tokenmultitab.

21 years agoparseline(): Increase buffer size instead of shrinking it, in case the
srittau [Tue, 18 Mar 2003 23:32:17 +0000 (23:32 +0000)]
parseline(): Increase buffer size instead of shrinking it, in case the
buffer is too small. Increased buffer size from 1024 to 2048. Patch by
Dan Wilga.

21 years agodirlookup() utf8 support
didg [Tue, 18 Mar 2003 00:20:27 +0000 (00:20 +0000)]
dirlookup() utf8 support
getdirparams() dot files and noadouble
cname() and afp_createdir() concurrent access (when a deleted dir is the
current work directory).

21 years agoerror code for dirlookup, cname.
didg [Sat, 15 Mar 2003 01:34:35 +0000 (01:34 +0000)]
error code for dirlookup, cname.

21 years agosupport for function 0x7a
didg [Wed, 12 Mar 2003 15:07:00 +0000 (15:07 +0000)]
support for function 0x7a
add AFP3 login_ext for guest account
From Björn Fernhomberg, slighty modified by me

21 years agobugfix: size error in DNS name handling
didg [Tue, 11 Mar 2003 09:35:40 +0000 (09:35 +0000)]
bugfix: size error in DNS name handling

21 years agocache mac name too.
didg [Sun, 9 Mar 2003 21:14:19 +0000 (21:14 +0000)]
cache mac name too.

21 years agounsigned / signed fix
didg [Sun, 9 Mar 2003 20:37:27 +0000 (20:37 +0000)]
unsigned / signed fix

21 years agoadd utf8 support for AFP3
didg [Sun, 9 Mar 2003 19:55:33 +0000 (19:55 +0000)]
add utf8 support for AFP3

21 years agomacros for iconv() function, from Björn Fernhomberg cups patch.
didg [Sun, 9 Mar 2003 17:33:33 +0000 (17:33 +0000)]
macros for iconv() function, from Björn Fernhomberg cups patch.

21 years agocnid_add: bugfix use a cursor for atomic operation.
didg [Fri, 7 Mar 2003 14:51:50 +0000 (14:51 +0000)]
cnid_add: bugfix use a cursor for atomic operation.
cnid_open: clean a little cnid_open()

21 years agodon't set volume FILEID attribute if the db is NULL.
didg [Wed, 5 Mar 2003 09:41:34 +0000 (09:41 +0000)]
don't set volume FILEID attribute if the db is NULL.

21 years agoRemove the non-existent README file from EXTRA_DIST.
jmarcus [Tue, 4 Mar 2003 17:37:42 +0000 (17:37 +0000)]
Remove the non-existent README file from EXTRA_DIST.

21 years agoMiscellaneous updates, spelling streamlining. (e.g. netatalk -> Netatalk,
srittau [Mon, 24 Feb 2003 23:33:14 +0000 (23:33 +0000)]
Miscellaneous updates, spelling streamlining. (e.g. netatalk -> Netatalk,
mac -> Mac, OS X -> MacOS X, etc.), and formatting streamlining. (URLs are
now indented etc.)

21 years agofix a typo DBD_LIBS --> BDB_LIBS
didg [Mon, 24 Feb 2003 10:49:57 +0000 (10:49 +0000)]
fix a typo DBD_LIBS --> BDB_LIBS

21 years agoDo not include /usr/include and /usr/lib in the header and library search
jmarcus [Sun, 23 Feb 2003 16:09:28 +0000 (16:09 +0000)]
Do not include /usr/include and /usr/lib in the header and library search
paths as gcc 3.2 doesn't like this.

Submitted by: Bjoern Fernhomberg <lists@fernhomberg.de>

21 years agoReplace filterdir by libexecdir.
srittau [Sun, 23 Feb 2003 03:19:55 +0000 (03:19 +0000)]
Replace filterdir by libexecdir.

21 years agoetc/filters -> libexec
srittau [Sun, 23 Feb 2003 03:16:34 +0000 (03:16 +0000)]
etc/filters -> libexec

Anyways, this script badly needs auto-generating through autoconf.

21 years agoRevert previous mkstemp() commit. While it quieted the compiler, it
jmarcus [Wed, 19 Feb 2003 18:59:52 +0000 (18:59 +0000)]
Revert previous mkstemp() commit.  While it quieted the compiler, it
changed the essence of functionality, and broke rename.

Pointed out by: didier <dgautheron@magic.fr>

21 years agobugfix: better check against corrupted AppleDouble headers, not sure it doesn't
didg [Mon, 17 Feb 2003 06:26:53 +0000 (06:26 +0000)]
bugfix: better check against corrupted AppleDouble headers, not sure it doesn't
the right thing but at least it doesn't dump core.

21 years agoMake sure papd is linked with pam if pam support is requested. This should
jmarcus [Mon, 17 Feb 2003 03:10:55 +0000 (03:10 +0000)]
Make sure papd is linked with pam if pam support is requested.  This should
fix a problem with PSSP support.

Submitted by: Björn Fernhomberg <bjoern@fernhomberg.de>

21 years agoStupid, stupid typo. Now that we have BDB_BIN, leave off the bin path
jmarcus [Mon, 17 Feb 2003 02:32:45 +0000 (02:32 +0000)]
Stupid, stupid typo.  Now that we have BDB_BIN, leave off the bin path
component.

Pointed out by: Björn Fernhomberg <bjoern@fernhomberg.de>

21 years agoUse mkstemp() instead of mktemp(). This will avoid a compiler warning
jmarcus [Mon, 17 Feb 2003 02:12:04 +0000 (02:12 +0000)]
Use mkstemp() instead of mktemp().  This will avoid a compiler warning
even though we never actually opened the temp file.

21 years agoCall ./configure automatically.
srittau [Mon, 17 Feb 2003 02:09:28 +0000 (02:09 +0000)]
Call ./configure automatically.

21 years agoWarning fixes, header cleanup.
srittau [Mon, 17 Feb 2003 02:04:59 +0000 (02:04 +0000)]
Warning fixes, header cleanup.

21 years agoRemoved "dummy" variable.
srittau [Mon, 17 Feb 2003 02:03:12 +0000 (02:03 +0000)]
Removed "dummy" variable.

21 years agoRemoved "dummy" variables.
srittau [Mon, 17 Feb 2003 02:02:25 +0000 (02:02 +0000)]
Removed "dummy" variables.

21 years agoRemoved "dummy" global variables. (-Wall cleanliness)
srittau [Mon, 17 Feb 2003 01:51:07 +0000 (01:51 +0000)]
Removed "dummy" global variables. (-Wall cleanliness)

21 years ago#include <string.h>
srittau [Mon, 17 Feb 2003 01:35:57 +0000 (01:35 +0000)]
#include <string.h>

21 years ago-Wall fix.
srittau [Mon, 17 Feb 2003 01:34:35 +0000 (01:34 +0000)]
-Wall fix.

21 years agoRemoved unneed sccsid string. (-Wall warning)
srittau [Mon, 17 Feb 2003 01:33:01 +0000 (01:33 +0000)]
Removed unneed sccsid string. (-Wall warning)

21 years agoInclude string.h.
srittau [Mon, 17 Feb 2003 01:31:51 +0000 (01:31 +0000)]
Include string.h.

21 years agodesktop.c:
didg [Sun, 16 Feb 2003 12:35:04 +0000 (12:35 +0000)]
desktop.c:
more if ((A = B) == C) to (C == (A = B))

directory.c:
deletecurdir() move cnid_delete inside opendir() closedir()

fork.c:
getmetada() use struct path in parameter

afp_openfork() we need to keep track if we (re)open the ressource fork.
it was a problem if:
- there's no ressource fork
- the data fork is open read write
- the ressource fork is open read write
- the data fork is closed.
With a Mac it was an issue with noadouble and no .AppleDouble folder,
otherwise the ressource fork is always created before opening the data fork.
(if it can't, because permission on .AppleDouble, then the RF can't be open
read write).

enumerate.c:
more if ((A = B) == C) to (C == (A = B))
adddir() free allocated memory

file.c:
use the new getmetada() format

copyfile() use ad_open, with the new ADFLAGS_NOHF attrib., rather than
open syscall.

deletefile() move cnid_delete inside open() close()

afp_creatfile() if there's an error in ressource fork creation then delete
the data fork if any. It's the reason for ADFLAGS_NOHF, we need to be sure
that the data fork was created by us, ie we have a file descriptor for it.

filedir.c:
remove cnid_delete(), now in deletefile()

adouble.h:
add a new attrib. ADFLAGS_NOHF mean don't return an error if there's
no ressource fork.
Helper for using ad_open in copyfile() and in afp_createfile()

cnid.h:
add CNID_ERR_CLOSE error, not used for now.

ad_lock.c:
ad_fcntl_lock() a previous fix a typo =/==, and now we have a
reference used after freed in realloc.

hf2off() df2off() change int to off_t

ad_open.c:
ad_open() ADFLAGS_NOHF attrib

21 years agoMake sure the BDB bin directory is properly set.
jmarcus [Sun, 16 Feb 2003 02:13:05 +0000 (02:13 +0000)]
Make sure the BDB bin directory is properly set.

Submitted by: Olaf Hering <olh@suse.de>

21 years agoUpdated NEWS file in HEAD from latest version from 1.6 branch.
srittau [Fri, 14 Feb 2003 16:56:10 +0000 (16:56 +0000)]
Updated NEWS file in HEAD from latest version from 1.6 branch.

21 years agoadd AFP3.x login, patch from Burkhard Schmidt
didg [Tue, 11 Feb 2003 16:41:56 +0000 (16:41 +0000)]
add AFP3.x login, patch from Burkhard Schmidt

21 years agoTry to use the fully-qualified domain name when registering with SLP.
jmarcus [Sun, 9 Feb 2003 20:34:38 +0000 (20:34 +0000)]
Try to use the fully-qualified domain name when registering with SLP.

Submitted by: Alexander Barton <alex@barton.de>

21 years agobugfix: make it compile on system without pread/pread, fix from Alexander Barton
didg [Sun, 9 Feb 2003 15:36:13 +0000 (15:36 +0000)]
bugfix: make it compile on system without pread/pread, fix from Alexander Barton

21 years ago*Don't* use --copy in autogen.sh. Symlinks are the way to go, since this
srittau [Sat, 8 Feb 2003 11:49:42 +0000 (11:49 +0000)]
*Don't* use --copy in autogen.sh. Symlinks are the way to go, since this
assures that ensures that always the latest version of these files are used.
(Also all other projects I know do it that way, too.)

21 years agobugfix: ifdef a transaction related call wen CDB is defined.
didg [Fri, 7 Feb 2003 15:00:55 +0000 (15:00 +0000)]
bugfix: ifdef a transaction related call wen CDB is defined.

21 years agobugfix: close the right fork in renamefile, copy and paste error...
didg [Tue, 4 Feb 2003 18:26:20 +0000 (18:26 +0000)]
bugfix: close the right fork in renamefile, copy and paste error...

21 years agobugfix: renamefile() various bugs with concurrent access, open file, and
didg [Sat, 1 Feb 2003 19:34:55 +0000 (19:34 +0000)]
bugfix: renamefile() various bugs with concurrent access, open file, and
permission, fewer case where the job is half done, eg return an error but the
data fork is moved or the ressource fork is lost.

code cleaning: deletefile() ad_open, ad_lock already deal with read only file

21 years agobugfix: deletecurdir() with concurrent access, dir->d_child != NULL doesn't mean...
didg [Fri, 31 Jan 2003 17:47:06 +0000 (17:47 +0000)]
bugfix: deletecurdir() with concurrent access, dir->d_child != NULL doesn't mean the dir is not empty.

21 years agoa little cleaning
didg [Fri, 31 Jan 2003 17:38:00 +0000 (17:38 +0000)]
a little cleaning

21 years agofor file open in exclusive mode (read/write, deny read, deny write) lock the
didg [Fri, 31 Jan 2003 11:26:35 +0000 (11:26 +0000)]
for file open in exclusive mode (read/write, deny read, deny write) lock the
whole file in afp_openfork.

21 years agocode cleaning: if we can't get a write lock on a file open read only is a fcntl issue...
didg [Thu, 30 Jan 2003 17:32:45 +0000 (17:32 +0000)]
code cleaning: if we can't get a write lock on a file open read only is a fcntl issue, move the logic from file.c to ad_lock.c.

21 years agoRemove DB_AUTO_COMMIT from the DB->open flags. This is not applicable with
jmarcus [Wed, 29 Jan 2003 20:31:45 +0000 (20:31 +0000)]
Remove DB_AUTO_COMMIT from the DB->open flags.  This is not applicable with
CDB.

Reported by: didier <dgautheron@magic.fr>

21 years agoUse three-argument AC_DEFINE and AC_DEFINE_UNQUOTED to fix a deprecation
srittau [Wed, 29 Jan 2003 00:16:22 +0000 (00:16 +0000)]
Use three-argument AC_DEFINE and AC_DEFINE_UNQUOTED to fix a deprecation
warning.

21 years agoRemove references to cnid_dump. I think these accidentally crept in in
jmarcus [Tue, 28 Jan 2003 21:37:13 +0000 (21:37 +0000)]
Remove references to cnid_dump.  I think these accidentally crept in in
Didier's last commit.

21 years ago#include "config.h" -> #include <config.h>
srittau [Tue, 28 Jan 2003 15:30:56 +0000 (15:30 +0000)]
#include "config.h" -> #include <config.h>

21 years ago#undef __USE_MISC before #defining it.
srittau [Tue, 28 Jan 2003 15:19:55 +0000 (15:19 +0000)]
#undef __USE_MISC before #defining it.

21 years agoRemoved unused files.
srittau [Tue, 28 Jan 2003 15:14:31 +0000 (15:14 +0000)]
Removed unused files.

21 years agoRemoved an unused file.
srittau [Tue, 28 Jan 2003 15:09:44 +0000 (15:09 +0000)]
Removed an unused file.

21 years agoFixed Netatalk's version number (pointed out by Olaf).
srittau [Sun, 26 Jan 2003 16:57:50 +0000 (16:57 +0000)]
Fixed Netatalk's version number (pointed out by Olaf).

21 years agoAdded a missing define. (Olaf)
srittau [Sun, 26 Jan 2003 16:54:46 +0000 (16:54 +0000)]
Added a missing define. (Olaf)

21 years agoRevert last (erroneous) check-in.
srittau [Sun, 26 Jan 2003 16:51:22 +0000 (16:51 +0000)]
Revert last (erroneous) check-in.

21 years agoDon't assume offsets, specify the struct member. (Olaf)
srittau [Sun, 26 Jan 2003 16:40:44 +0000 (16:40 +0000)]
Don't assume offsets, specify the struct member. (Olaf)

21 years agobugfix file.c directory.c: open directory descriptor leak, buffer overflow if
didg [Sun, 26 Jan 2003 10:42:40 +0000 (10:42 +0000)]
bugfix file.c directory.c: open directory descriptor leak, buffer overflow if
path > MAX_PATH.
fork.c rename a function, keep afp_xxx only for AFP calls.

21 years agobugfix: afp_exchangefiles. need to stat() files again for cnid update when it's a...
didg [Fri, 24 Jan 2003 12:42:31 +0000 (12:42 +0000)]
bugfix: afp_exchangefiles. need to stat() files again for cnid update when it's a copy (ie not on the same device).

21 years agobugfix: dirlookup() return dirsearch error if any (AFPERR_PARAM).
didg [Fri, 24 Jan 2003 07:08:42 +0000 (07:08 +0000)]
bugfix: dirlookup() return dirsearch error if any (AFPERR_PARAM).
cname():
we always need to call movecwd, even if we extended the cache eg:
cname dir1\0dir2\0\0 have to chdir to dir1. It wasn't the case if dir2 was not
in the cache.

do the right stuff when the user don't have right access to a directory. Some
calls are unfixable (afp_xxxcomment) or will always fail (afp_delete) but it'd
be ok.

21 years agoimprovement: add a SUIDDIR (aka BSD like) for admin user, files create by an admin
didg [Fri, 24 Jan 2003 06:58:23 +0000 (06:58 +0000)]
improvement: add a SUIDDIR (aka BSD like) for admin user, files create by an admin
(euid root) are now owned by their parent directory owner. TODO configure option?,
security?

21 years agoPatch by Olaf: first argument of memset is a pointer.
srittau [Tue, 21 Jan 2003 16:31:38 +0000 (16:31 +0000)]
Patch by Olaf: first argument of memset is a pointer.

21 years agoPatch by Olaf: Fix sysvdir for SuSE.
srittau [Tue, 21 Jan 2003 16:25:57 +0000 (16:25 +0000)]
Patch by Olaf: Fix sysvdir for SuSE.

21 years agoPatch by Olaf: enhance --enable-fhs.
srittau [Tue, 21 Jan 2003 16:22:59 +0000 (16:22 +0000)]
Patch by Olaf: enhance --enable-fhs.

21 years agosetfilparam: with AFP3.x PDINFO bit means UTF8 filename and can't be set in setfilparam.
didg [Tue, 21 Jan 2003 10:09:13 +0000 (10:09 +0000)]
setfilparam: with AFP3.x PDINFO bit means UTF8 filename and can't be set in setfilparam.

21 years agomore 'if ((A = B()) == C)' to 'if (C== (A = B())) changes
didg [Tue, 21 Jan 2003 09:58:58 +0000 (09:58 +0000)]
more 'if ((A = B()) == C)' to 'if (C== (A = B())) changes

21 years agofix to a a fix: for duplicates ID in the cache.
didg [Tue, 21 Jan 2003 07:55:07 +0000 (07:55 +0000)]
fix to a a fix: for duplicates ID in the cache.

21 years agobugfix: adddir() if an ID already exist, remove it from its old location in the
didg [Sun, 19 Jan 2003 00:04:37 +0000 (00:04 +0000)]
bugfix: adddir() if an ID already exist, remove it from its old location in the
folders cache.

21 years agoMerge the relevant bits from README.cnid into README.ids, then remove
jmarcus [Fri, 17 Jan 2003 03:16:28 +0000 (03:16 +0000)]
Merge the relevant bits from README.cnid into README.ids, then remove
README.cnid.

Suggested by: Simon Bazley <simon@eyeeye.com>

21 years agoBUGFIX: deny mode, tmp lock, byte lock when length is -1, setforkparams,
didg [Thu, 16 Jan 2003 21:18:15 +0000 (21:18 +0000)]
BUGFIX: deny mode, tmp lock, byte lock when length is -1, setforkparams,
AFP3 large file support

deny mode: make it works with more than 2 openers

tmp lock: check conflicting locks with files open multiple times by the same
process, was only check locks held by other afpd.

byte lock: -1 means to the maximum size of a fork, was always error EOVERFLOW,
because we don't start from offset 0 and we can't use the POSIX way ie length 0.

setforparams: only conflicting locks if it's a truncate and it removes a locked
range, was any lock return an error.

AFP3: check for negative values with 32 bits calls, setforparams for size >2GBytes,
read and write with offset > 2GBytes.

21 years ago/tmp/log
didg [Thu, 16 Jan 2003 20:06:33 +0000 (20:06 +0000)]
/tmp/log

21 years agoFix a2boot on 64-bit platforms.
jmarcus [Wed, 15 Jan 2003 06:24:28 +0000 (06:24 +0000)]
Fix a2boot on 64-bit platforms.

Submitted by: Steven N. Hirsch <shirsch@adelphia.net>

21 years agostupid stuff, replace
didg [Sun, 12 Jan 2003 14:39:57 +0000 (14:39 +0000)]
stupid stuff, replace
if ((a = b) == c)
with
if (c == (a = b))
for '==' and '!=' operators. the form ((a = b) == c) is confusing for some, not
smart enough, data-flow analyser.

21 years ago* Add ChangeLog entries for recent contribution by Steve Hirsch
jmarcus [Sat, 11 Jan 2003 17:31:43 +0000 (17:31 +0000)]
* Add ChangeLog entries for recent contribution by Steve Hirsch
* Add Steve's email to the CONTRIBUTORS list

21 years ago* Add Apple II boot support for Appl IIe (with workstation card) and
jmarcus [Sat, 11 Jan 2003 17:26:05 +0000 (17:26 +0000)]
* Add Apple II boot support for Appl IIe (with workstation card) and
  Apple IIgs using built-in LocalTalk [1]
* Fix some ProDOS file attribute problems
* Fix the RedHat RPM build for RH 7.3 and 8.0
* Fix a few other build nits

Submitted by: Steven N. Hirsch <shirsch@adelphia.net>
Obtained from: Marsha Jackson [1]

21 years agobugfix: afp_openfork() case ressource fork open read-only and then read-write withou...
didg [Fri, 10 Jan 2003 05:29:01 +0000 (05:29 +0000)]
bugfix: afp_openfork() case  ressource fork open read-only and then read-write without file in .AppleDouble.

21 years agoAFP 3.x add dhx pam uam, not tested!
didg [Wed, 8 Jan 2003 22:16:24 +0000 (22:16 +0000)]
AFP 3.x add dhx pam uam, not tested!

21 years ago- better error reporting, don't always return noobj.
didg [Wed, 8 Jan 2003 15:01:32 +0000 (15:01 +0000)]
- better error reporting, don't always return noobj.
- remove unreachable code in cname.
- revert previous patch for permission.
- check pathname len in movecwd.

21 years agocheck input sindex >=1.
didg [Tue, 7 Jan 2003 22:13:39 +0000 (22:13 +0000)]
check input sindex >=1.

21 years agoremove a c++ //
didg [Tue, 7 Jan 2003 22:06:42 +0000 (22:06 +0000)]
remove a c++ //

21 years agoMake FPCatSearch a bit more interactive - if there are not enough responses and
rlewczuk [Tue, 7 Jan 2003 17:08:26 +0000 (17:08 +0000)]
Make FPCatSearch a bit more interactive - if there are not enough responses and
server is still busy searching for more than 1s.

21 years agoMoving files between different folders on the same volume - changelog
rlewczuk [Tue, 7 Jan 2003 16:00:29 +0000 (16:00 +0000)]
Moving files between different folders on the same volume - changelog

21 years agoMoving things between two folders on the same volume but different group ownership...
rlewczuk [Tue, 7 Jan 2003 15:55:21 +0000 (15:55 +0000)]
Moving things between two folders on the same volume but different group ownership bugfix.
If destination directory has SGID, group ownership for is changed while renam()ing.
This is very ugly hack, IMO should be implemented along with force gid/uid stuff.

21 years agoWhoops, 3.0.17 should read 3.1.17.
jmarcus [Sun, 5 Jan 2003 00:04:40 +0000 (00:04 +0000)]
Whoops, 3.0.17 should read 3.1.17.

21 years agoAdd a note about README.cnid.
jmarcus [Sat, 4 Jan 2003 22:17:44 +0000 (22:17 +0000)]
Add a note about README.cnid.

21 years agoThere is no root INSTALL file. Also, we are now in Netatalk 1.6.
jmarcus [Sat, 4 Jan 2003 22:16:48 +0000 (22:16 +0000)]
There is no root INSTALL file.  Also, we are now in Netatalk 1.6.

21 years ago* Add Dan Wilga as a contributor
jmarcus [Sat, 4 Jan 2003 22:15:48 +0000 (22:15 +0000)]
* Add Dan Wilga as a contributor
* Update the version info to include 1.6
* Change my package maintainer email address to my FreeBSD.org address

21 years agoAdd a README.cnid which talks about what CNID is, and what it means to
jmarcus [Sat, 4 Jan 2003 22:14:03 +0000 (22:14 +0000)]
Add a README.cnid which talks about what CNID is, and what it means to
Netatalk.  It also includes Adrian's old developer notes for a rough
understanding of the whole process.

21 years ago* Remove some more references to DB3, and mention exactly which versions of BDB
jmarcus [Sat, 4 Jan 2003 21:53:39 +0000 (21:53 +0000)]
* Remove some more references to DB3, and mention exactly which versions of BDB
  we support as well as what is the current recommended version.
* Clean up the PAM documentation some to make it less Linux specific.

21 years agoChange all references to db3/DB3 to BDB. We now support Berkeley DB
jmarcus [Sat, 4 Jan 2003 21:41:48 +0000 (21:41 +0000)]
Change all references to db3/DB3 to BDB.  We now support Berkeley DB
3.0.17, 3.2.9, 3.3.11, 4.0.14, and 4.1.25.  This means that --with-db3 is
now --with-bdb.

21 years agoAdd a missing '|' operator.
jmarcus [Sat, 4 Jan 2003 20:52:15 +0000 (20:52 +0000)]
Add a missing '|' operator.

21 years agoFix a comment. We support BDB 3.x and 4.x.
jmarcus [Sat, 4 Jan 2003 20:51:11 +0000 (20:51 +0000)]
Fix a comment.  We support BDB 3.x and 4.x.

21 years agoClean up the code with astyle.
jmarcus [Sat, 4 Jan 2003 20:49:33 +0000 (20:49 +0000)]
Clean up the code with astyle.

21 years agoIt's a new year, so let's revive the ChangeLog. Mention that we now have
jmarcus [Sat, 4 Jan 2003 19:36:15 +0000 (19:36 +0000)]
It's a new year, so let's revive the ChangeLog.  Mention that we now have
DB 4.1.x support.