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

21 years agoAdd DB 4.1.x support. This is a first round. Please test this if you are
jmarcus [Sat, 4 Jan 2003 19:33:20 +0000 (19:33 +0000)]
Add DB 4.1.x support.  This is a first round.  Please test this if you are
using DB 4.1.x, and let me know if you have any problems.

21 years agoNo need to log the strerror() when the return value was "success".
srittau [Wed, 1 Jan 2003 13:19:24 +0000 (13:19 +0000)]
No need to log the strerror() when the return value was "success".

21 years agoafp_enumerate() decremente offspring count if a file is not in the reply packet....
didg [Mon, 23 Dec 2002 00:21:35 +0000 (00:21 +0000)]
afp_enumerate() decremente offspring count if a file is not in the reply packet. Help when
deleting folder with dangling symlinks.

21 years agoRemove a log message that may cause afpd to slow down tremendously.
jmarcus [Wed, 18 Dec 2002 00:17:03 +0000 (00:17 +0000)]
Remove a log message that may cause afpd to slow down tremendously.

21 years agopossible partiel fix for endless loop (broken pipe) and endless refresh.
didg [Sat, 14 Dec 2002 04:01:01 +0000 (04:01 +0000)]
possible partiel fix for endless loop (broken pipe)  and endless refresh.

21 years agoFixes to -signature option (it was ported from 1.5.5 and I've forgotten
rlewczuk [Sat, 7 Dec 2002 02:55:00 +0000 (02:55 +0000)]
Fixes to -signature option (it was ported from 1.5.5 and I've forgotten
some 1.6 specific things).

21 years agoConfigure option allowing to set a server signature manually. Useful when
rlewczuk [Sat, 7 Dec 2002 02:39:57 +0000 (02:39 +0000)]
Configure option allowing to set a server signature manually. Useful when
running multiple instances of afpd on one machine (eg. HA clusters).

21 years agoFix white space indentions of help strings.
srittau [Thu, 5 Dec 2002 11:16:33 +0000 (11:16 +0000)]
Fix white space indentions of help strings.

21 years agoEnable file name mangling by default if did scheme == cnid.
srittau [Wed, 4 Dec 2002 18:33:39 +0000 (18:33 +0000)]
Enable file name mangling by default if did scheme == cnid.

21 years ago- call SIGHUP signal handler only once for worker process
didg [Wed, 4 Dec 2002 10:59:36 +0000 (10:59 +0000)]
- call SIGHUP signal handler only once for worker process
- check attention, tickle return value and die if the connection is closed

21 years agoRemove unnecessary -I$(top_srcdir)/include from CFLAGS.
srittau [Sun, 1 Dec 2002 01:33:39 +0000 (01:33 +0000)]
Remove unnecessary -I$(top_srcdir)/include from CFLAGS.

21 years agoInstall stuff into libexecdir, instead of sbindir.
srittau [Sun, 1 Dec 2002 01:31:29 +0000 (01:31 +0000)]
Install stuff into libexecdir, instead of sbindir.

21 years agoModified makecode to only generate one codepage at a time. The codepage to be
srittau [Sun, 1 Dec 2002 00:44:12 +0000 (00:44 +0000)]
Modified makecode to only generate one codepage at a time. The codepage to be
generated must be specified on the command line.

Adapted Makefile.am accordingly.

This ensures that all codepages are listed in Makefile.am, and it is IMO
a cleaner solution.

21 years agoAdded maccode.koi8-r to the generated files.
srittau [Sun, 1 Dec 2002 00:28:18 +0000 (00:28 +0000)]
Added maccode.koi8-r to the generated files.

21 years agotype is four bytes, and add Flash source .fla
didg [Sat, 30 Nov 2002 10:25:35 +0000 (10:25 +0000)]
type is four bytes, and add Flash source .fla

21 years agofile descriptor leak if the header is bad. Increment ad_hf.adf_refcount _before_
didg [Tue, 26 Nov 2002 18:48:23 +0000 (18:48 +0000)]
file descriptor leak if the header is bad. Increment ad_hf.adf_refcount _before_
ad_close not after.

21 years agofix ::
didg [Tue, 26 Nov 2002 08:22:37 +0000 (08:22 +0000)]
fix ::

21 years agoAFP 3.x pad for cleartext login, getsession token len is 4 bytes in specs seems
didg [Mon, 25 Nov 2002 09:42:13 +0000 (09:42 +0000)]
AFP 3.x pad for cleartext login, getsession token len is 4 bytes in specs seems
to be 2 in capture.

21 years agoCheck STDOUT to see if it's a terminal rather than STDIN.
jmarcus [Mon, 25 Nov 2002 01:33:02 +0000 (01:33 +0000)]
Check STDOUT to see if it's a terminal rather than STDIN.

Submitted by: Tom Kacvinsky

21 years ago1.6cvs -> 1.7cvs
srittau [Fri, 15 Nov 2002 17:19:08 +0000 (17:19 +0000)]
1.6cvs -> 1.7cvs

21 years agoRemoved the --with-catsearch configure option. (FPCatSearch is now always
srittau [Fri, 15 Nov 2002 10:59:11 +0000 (10:59 +0000)]
Removed the --with-catsearch configure option. (FPCatSearch is now always
enabled.)

21 years agoUse a makefile variable instead of a shell variable.
srittau [Thu, 14 Nov 2002 18:06:29 +0000 (18:06 +0000)]
Use a makefile variable instead of a shell variable.

21 years agoRemove support for flock locks.
srittau [Thu, 14 Nov 2002 17:21:23 +0000 (17:21 +0000)]
Remove support for flock locks.

21 years agoRemoved support for flock locks.
srittau [Thu, 14 Nov 2002 17:18:32 +0000 (17:18 +0000)]
Removed support for flock locks.

21 years agoRemove flock lock support.
srittau [Thu, 14 Nov 2002 17:15:22 +0000 (17:15 +0000)]
Remove flock lock support.

21 years agoRemove an #error if flock locks are enabled.
srittau [Thu, 14 Nov 2002 17:13:45 +0000 (17:13 +0000)]
Remove an #error if flock locks are enabled.

21 years agoFix some errno assignments (== vs. =).
srittau [Thu, 14 Nov 2002 17:11:54 +0000 (17:11 +0000)]
Fix some errno assignments (== vs. =).

21 years agoWarning fixes.
srittau [Thu, 14 Nov 2002 17:09:38 +0000 (17:09 +0000)]
Warning fixes.

21 years agocommented out labels within the static definition of several variables so Tru64 is...
sibaz [Fri, 8 Nov 2002 16:58:32 +0000 (16:58 +0000)]
commented out labels within the static definition of several variables so Tru64 is happy

21 years agoFix the problem where two directories with the same name differing
pooba53 [Tue, 5 Nov 2002 18:47:43 +0000 (18:47 +0000)]
Fix the problem where two directories with the same name differing
only in case confuses the Mac Finder.

21 years agobugfix AFP 3.1
didg [Tue, 29 Oct 2002 00:28:45 +0000 (00:28 +0000)]
bugfix AFP 3.1

21 years agorenamedir() return success after rename() even if we can't open .Parent.
didg [Tue, 29 Oct 2002 00:27:42 +0000 (00:27 +0000)]
renamedir() return success after rename() even if we can't open .Parent.

21 years agobugfix: set defextmap *after* realloc and sort.
didg [Sat, 26 Oct 2002 16:39:42 +0000 (16:39 +0000)]
bugfix: set defextmap *after* realloc and sort.

21 years agoprevious change to filedir.c was C99 only.
didg [Fri, 25 Oct 2002 11:26:49 +0000 (11:26 +0000)]
previous change to filedir.c was C99 only.

21 years agolong name an utf8 name in the same query (copy the same name for now). More
didg [Fri, 25 Oct 2002 11:10:46 +0000 (11:10 +0000)]
long name an utf8 name in the same query (copy the same name for now). More
offspring book keeping.

21 years agoAdd some more ignorable items.
jmarcus [Sun, 20 Oct 2002 18:28:47 +0000 (18:28 +0000)]
Add some more ignorable items.

21 years agoAdd my recent changes.
jmarcus [Sun, 20 Oct 2002 16:42:09 +0000 (16:42 +0000)]
Add my recent changes.

21 years agoCOPYRIGHT.mtab was removed.
srittau [Sun, 20 Oct 2002 13:43:00 +0000 (13:43 +0000)]
COPYRIGHT.mtab was removed.

21 years agoDon't distribute non-existing file CHANGES.
srittau [Sun, 20 Oct 2002 13:27:47 +0000 (13:27 +0000)]
Don't distribute non-existing file CHANGES.

21 years agoAFP 3 fixes ofr cleartxt login and 31 char filename size limit
didg [Thu, 17 Oct 2002 18:01:54 +0000 (18:01 +0000)]
AFP 3 fixes ofr cleartxt login and 31 char filename size limit

21 years agoMake CDB the default CNID data store. This is being done in the hopes that
jmarcus [Wed, 16 Oct 2002 16:55:55 +0000 (16:55 +0000)]
Make CDB the default CNID data store.  This is being done in the hopes that
CDB will be more thoroughly tested.

21 years agoAdd support for variable substitution in dbpath.
jmarcus [Wed, 16 Oct 2002 16:19:34 +0000 (16:19 +0000)]
Add support for variable substitution in dbpath.

Tested by: Ryan Suarez <ryan.suarez@sheridanc.on.ca>

21 years agoAFP 3.0 changes
didg [Wed, 16 Oct 2002 02:20:41 +0000 (02:20 +0000)]
AFP 3.0 changes

21 years agomore AFP 3.0 changes
didg [Tue, 15 Oct 2002 19:34:34 +0000 (19:34 +0000)]
more AFP 3.0 changes

21 years agobugfix cname() don't invalidate directory if it's the root parent (did == 1).
didg [Mon, 14 Oct 2002 06:30:49 +0000 (06:30 +0000)]
bugfix cname() don't invalidate directory if it's the root parent (did == 1).
Some client makes bogus request eg:
FPGetfileDirParam(did = 1, name = Disk 1). I believe with did == 1 only the
volume name is valid.

21 years agoAFP3 change
didg [Sun, 13 Oct 2002 21:30:55 +0000 (21:30 +0000)]
AFP3 change

21 years agoAFP 3.0 changes
didg [Sun, 13 Oct 2002 16:12:31 +0000 (16:12 +0000)]
AFP 3.0 changes

21 years agomore AFP 3.x stuff
didg [Sun, 13 Oct 2002 06:18:13 +0000 (06:18 +0000)]
more AFP 3.x stuff

21 years agofix to a fix, hopefully the last one
didg [Sat, 12 Oct 2002 18:20:48 +0000 (18:20 +0000)]
fix to a fix, hopefully the last one

21 years agofixed to AFP3.0 change, initialize rbuflen in mapid
didg [Sat, 12 Oct 2002 17:27:18 +0000 (17:27 +0000)]
fixed to AFP3.0 change, initialize rbuflen in mapid

21 years agoAFP 3.x changes
didg [Sat, 12 Oct 2002 16:42:31 +0000 (16:42 +0000)]
AFP 3.x changes

21 years agomoved afp_login_ext from 67 to 63
didg [Sat, 12 Oct 2002 13:46:09 +0000 (13:46 +0000)]
moved afp_login_ext from 67 to 63

21 years agomore stuffs for AFP 3.x
didg [Sat, 12 Oct 2002 04:02:46 +0000 (04:02 +0000)]
more stuffs for AFP 3.x

21 years agoaltereed code to keep open logfiles, and flush then instead of closing after each...
sibaz [Fri, 11 Oct 2002 19:56:33 +0000 (19:56 +0000)]
altereed code to keep open logfiles, and flush then instead of closing after each log.  Also logfile will try to open files as root

21 years agofix version string for AFP 3.0
didg [Fri, 11 Oct 2002 17:07:19 +0000 (17:07 +0000)]
fix version string for AFP 3.0

21 years ago- added a cache for directories offspring count.
didg [Fri, 11 Oct 2002 14:18:21 +0000 (14:18 +0000)]
- added a cache for directories offspring count.

- added unix name in struct dir.

- added pread/pwrite, (there was at least one bug in adf_off book keeping).

- removed (temporary?) memory mmap header, it was unused and made the code
  unreadable.

- used a new struct path with unix name, mac name and file stat.

- fixed for catsearch (not well tested)

- temporary ATACC and NO_UAM_LOAD, I will remove them (ATACC is a test coverage tool).

- added AFP 3.1 calls readext,writeext, bytelockext, enumerateext2
  (catsearchext, enumerateext are the same) . --afp3 parameter in
  configure. configure.in changes aren't good. Maybe get CVS samba stuff
  (eg for linux there's no sendfile64 on 32 bits box). The biggest change
  is that we can't use the ressource fork len in the header (it's too
  small). Not well tested.

- fixed few signed/unsigned missmatch, mainly when a signed fetched from the wire is checked
  against and unsigned buffer size.

21 years agoFill in the volume creation time with the datestamp instead of the
jmarcus [Thu, 10 Oct 2002 20:27:36 +0000 (20:27 +0000)]
Fill in the volume creation time with the datestamp instead of the
current timestamp.  This fixes most of the identical volume problems
seen by some users.

Tested by: Thomas Kaiser <Thomas.Kaiser@kaiser-edv.de>

21 years agomore AFP 3.x define root-netatalk-1-6
didg [Wed, 9 Oct 2002 18:46:31 +0000 (18:46 +0000)]
more AFP 3.x define

21 years agoRemoved mtab-related file.
srittau [Tue, 8 Oct 2002 22:15:40 +0000 (22:15 +0000)]
Removed mtab-related file.

21 years agoReenabled automake 1.4 bug workaround.
srittau [Tue, 8 Oct 2002 00:03:47 +0000 (00:03 +0000)]
Reenabled automake 1.4 bug workaround.

21 years agofixed a typo
didg [Mon, 7 Oct 2002 19:14:41 +0000 (19:14 +0000)]
fixed a typo

21 years agoRemove a debugging message.
jmarcus [Sat, 5 Oct 2002 20:13:31 +0000 (20:13 +0000)]
Remove a debugging message.

21 years agowith cnid the default replace dirsearch with dirlookup. dirsearch doesn't work
didg [Sat, 5 Oct 2002 14:04:47 +0000 (14:04 +0000)]
with cnid the default replace dirsearch with dirlookup. dirsearch doesn't work
if the folder is not already in the cache.

21 years agoatalkd/main.c server_child.c if not defined add few macros
didg [Sat, 5 Oct 2002 13:20:13 +0000 (13:20 +0000)]
atalkd/main.c server_child.c if not defined add few macros
atalkd/main.c initialize before use
ad_mmap.c ifdef never used code

21 years agoafp.h,afp_util.c added defines for AFP 3.0 3.1
didg [Sat, 5 Oct 2002 13:07:17 +0000 (13:07 +0000)]
afp.h,afp_util.c added defines for AFP 3.0 3.1
path.h: preprocessor macro working with gcc 3.2

21 years agoCNID supports Berkeley DB 3 as well as 4. Just to be safe, remove any
jmarcus [Sat, 5 Oct 2002 06:22:26 +0000 (06:22 +0000)]
CNID supports Berkeley DB 3 as well as 4.  Just to be safe, remove any
mention of a DB version.

21 years agomtoupath: Patch by Hans-Peter Jansen:
srittau [Fri, 4 Oct 2002 23:51:22 +0000 (23:51 +0000)]
mtoupath: Patch by Hans-Peter Jansen:

When conversion of a character fails, the character is hex-encoded.

Debug output.

21 years agoUpdate of the SuSE rc file by Hans-Peter Jansen.
srittau [Fri, 4 Oct 2002 23:42:40 +0000 (23:42 +0000)]
Update of the SuSE rc file by Hans-Peter Jansen.

21 years agoRemoved mentions of the mtab and hash schemes.
srittau [Fri, 4 Oct 2002 23:38:44 +0000 (23:38 +0000)]
Removed mentions of the mtab and hash schemes.

21 years agoRemoved a work-around for broken automake versions; newer version seem to
srittau [Fri, 4 Oct 2002 15:18:08 +0000 (15:18 +0000)]
Removed a work-around for broken automake versions; newer version seem to
work fine without it.

21 years agoRemoved MTAB support.
srittau [Fri, 4 Oct 2002 15:15:05 +0000 (15:15 +0000)]
Removed MTAB support.

21 years agoRemoved mtab support.
srittau [Fri, 4 Oct 2002 15:13:21 +0000 (15:13 +0000)]
Removed mtab support.

21 years agoRemoved DID schemes hash and mtab. Made CNID the default.
srittau [Fri, 4 Oct 2002 15:11:57 +0000 (15:11 +0000)]
Removed DID schemes hash and mtab. Made CNID the default.

21 years agoadded a simplistic explanation of IDs point-did-cleanup
sibaz [Tue, 1 Oct 2002 16:58:50 +0000 (16:58 +0000)]
added a simplistic explanation of IDs

21 years agochanged all LOG messages using logtype_default to use logtype_afpd
sibaz [Sun, 29 Sep 2002 23:31:24 +0000 (23:31 +0000)]
changed all LOG messages using logtype_default to use logtype_afpd

21 years agochanged all LOG messages using logtype_default to use logtype_uams
sibaz [Sun, 29 Sep 2002 23:30:20 +0000 (23:30 +0000)]
changed all LOG messages using logtype_default to use logtype_uams

21 years agochanged all LOG messages using logtype_default to use logtype_papd
sibaz [Sun, 29 Sep 2002 23:29:13 +0000 (23:29 +0000)]
changed all LOG messages using logtype_default to use logtype_papd

21 years agochanged all LOG messages using logtype_default to use logtype_atalkd
sibaz [Sun, 29 Sep 2002 23:24:47 +0000 (23:24 +0000)]
changed all LOG messages using logtype_default to use logtype_atalkd

21 years agoadded atalkd, papd and uams logtypes
sibaz [Sun, 29 Sep 2002 23:18:45 +0000 (23:18 +0000)]
added atalkd, papd and uams logtypes