I only began this file with ncpfs-0.12. If you're interested in older versions, you can find them on ftp.gwdg.de:/pub/linux/misc/ncpfs/old. ncpfs-2.0.4 -> ncpfs-2.0.5 - Removed another bug in nwbpvalues. - Cleaned up man/Makefile - Some manpage typos fixed. Thanks to Jim Van Zandt - added nwrights ncpfs-2.0.3 -> ncpfs-2.0.4 - Changed name of npasswd to nwpasswd, as npasswd collides with RedHat. Thanks to Mike Slater for pointing me at this one. - Put '\r\n' into nwmsg, because sometimes it did not print correctly. Thanks to Petr Vandrovec Ing. VTEI for this one. - Improved the ELF Makefile for ELF support. Thanks to Uwe Bonnes . - Removed a very embarassing bug in nwpvalues :-(. - Added a some routines to nwbpvalues. ncpfs-2.0.2 -> ncpfs-2.0.3 - Removed the kernel-2.0 directory. Linus took the patch into 2.0.8. So, if you want to use long file name support, upgrade to Linux kernel version 2.0.8. - Applied the lfn patch to the kernel-1.2 module with some light testing. If you experience problems, tell it to me, and use the ncpfs-2.0.2 kernel module, or upgrade to Linux 2.0.8. - Added unencrypted login when no crypt key is returned. - Hopefully improved error messages a bit - Added some values to ipxparse - For ELF systems, moved ncplib to /lib/libncp.so.1.x. This saves about 1MB of disk space. As ncpfs grows, the saving will increase. Please look at the Makefile to enable this. - Enhanced nwfsinfo a bit. (Even with a manpage!) - Added nwuserlist. ncpfs-2.0.1 -> ncpfs-2.0.2 - Added some values to ipxparse. - Added a patch against 2.0.7 for long file names support. I did not apply this change to the 1.2-module. Please upgrade to 2.0.7 if you want to use long file names. - nwbpvalues can print ITEM properties ncpfs-2.0.0 -> ncpfs-2.0.1 - Added some values to ipxparse. - Added the little bindery utilities. Maybe someone has the time to write a shellscript named 'nwadduser' ? - Fixed a bug that made the __255 message reappear. Many thanks to Guntram Blom for his detailed bug report. - Fixed a bug that made ncpfs incompatible with W95's server capabilities. Thanks to Tomasz Babczynski for this one. ncpfs-0.24 -> ncpfs-2.0.0 - Changed the numbering scheme :-). - Added npasswd. Many thanks to Guntram Blom for his work! - Hopefully improved error messages a bit - Hopefully made slist a bit more robust ncpfs-0.23 -> ncpfs-0.24 - Fixed a bug that made it impossible to umount a filesystem after you tried 'mkdir .' or 'mkdir ..'. - Fixed a bad race condition when opening files. - Made the default timeout values more robust. ncpfs-0.22 -> ncpfs-0.23 - Fixed a memory allocation problem in nwmsg.c. Thanks to Andrew Ross - slist hopefully does not ask for a password anymore. - cleaned up error messages a bit. - ncpmount now calls modprobe instead of insmod. ncpfs-0.21 -> ncpfs-0.22 - removed a bad race condition in kernel-1.2/src/dir.c. - handle 0x9999-responses from the ncp server correctly. - Bindery functions in ncplib.c by Brian G. Reid (breid@tim.com) - set blocksize to 512 to satisfy 'du -k' ncpfs-0.20 -> ncpfs-0.21 - Included two bugfixes in ncplib.c found by Jeff Buhrt . - Included a bugfix in kernel code that could only show for servers that do not support namespace calls. I should have tried ncpfs against lwared... Thanks to Neil Turton for this fix. ncpfs-0.19 -> ncpfs-0.20 - Changed the home site for ncpfs from linux01.gwdg.de:/pub/ncpfs to ftp.gwdg.de:/pub/linux/misc/ncpfs. linux01 will remain available, but we would like to reduce the load on that machine. Sites mirroring linux01 please redirect your mirror software to ftp.gwdg.de. Thanks. - Removed a bug in ncplib.c that made slist require a full login. Thanks to Neil Turton for the hint. - The first real user contribution: ncopy by Brian G. Reid (breid@tim.com) and Tom C. Henderson (thenderson@tim.com). Many thanks to you! If you find bugs in ncopy, tell them, not me ;-) - Handle expired passwords. Thanks to "Mathew Lim" for the hint. ncpfs-0.18 -> ncpfs-0.19 - hacked around in ncplib.[ch] quite heavily. - SAP handling in ipxparse.c. Thanks to Jeff Buhrt - Changed error handling to use the com_err library. This should eventually provide better error messages, because it's now much easier to define nice messages. - If no server is active, report this correctly - added nsend ncpfs-0.17 -> ncpfs-0.18 - Another attempt at solving the problem that -n is not working. - Forgot nprint in 0.17 util/Makefile. - nprint left connections open when it fails - added options -r and -t to ncpmount to tune ncpfs connections. ncpfs-0.16 -> ncpfs-0.17 - Changed the name of fsinfo to nwfsinfo, to avoid a name clash with the X windows utility. Thanks to Henning Brockfeld for this hint. (still waiting for your scripts.. :-)) - made nwmsg available. This enables you to receive NetWare user broadcast messages. Please note that you need at least kernel 1.3.68 for this feature. - pserver now prints debugging output via syslog(). - Included ipxdump, a nice little utility, that has helped some people. - And now the big one: you can re-export ncpfs-mounted directories with nfsd! You have to mount single volumes by specifying -V volume to ncpmount, and call nfsd and mountd with the option --re-export. See the manual page of ncpmount for more information. Please note that I will send Linus the required patch on 1. March 1996, so you will have to use kernel 1.2.13 or wait at least for 1.3.70. ncpfs-0.15 -> ncpfs-0.16 - Included ipx-1.0, made available by Greg Page , Caldera - Made -n work for password-less accounts. Thanks to Alexander Jolk . - Fixed the kerneld support. - Fixed the NetWare 4.1 problem. Many thanks to Chatchai JANTARAPRIM and hitesh.soneji@industry.net for their patience. ncpfs-0.14 -> ncpfs-0.15 - A bug fixed that made normal mounting impossible. It was too late yesterday. Sorry - Manpage for pserver.c ncpfs-0.13 -> ncpfs-0.14 - Improvements of manual pages by B. Galliart and Terry Dawson - fsinfo - pserver.c. Please see this as ALPHA software. There is no documentation, and it is not tested enough. But it might be useful for you. ncpfs-0.12 -> ncpfs-0.13 - support for automatic loading of ncpfs.o by kerneld. Thanks to Steven N. Hirsch . - A subtle problem in the read routines has been removed by Uwe Bonnes . Thanks a lot.