ftp.nice.ch/pub/next/unix/network/system/cap.5.0.s.tar.gz#/cap_5.0/applications/aufs

INSTALLATION
 
Makefile
 
Makefile.m4
 
NOTES
 
README
 
abmisc2.c
[View abmisc2.c] 
afpavl.c
[View afpavl.c] 
afpavl.h
[View afpavl.h] 
afpdid.c
[View afpdid.c] 
afpdid.c.orig
 
afpdir.c
[View afpdir.c] 
afpdir.c.orig
 
afpdt.c
[View afpdt.c] 
afpdt.c.orig
 
afpdt.h
[View afpdt.h] 
afpfile.c
[View afpfile.c] 
afpfile.c.orig
 
afpfork.c
[View afpfork.c] 
afpfork.c.orig
 
afpgc.c
[View afpgc.c] 
afpgc.h
[View afpgc.h] 
afpmisc.c
[View afpmisc.c] 
afpntoh.h
[View afpntoh.h] 
afpos.c
[View afpos.c] 
afpos.c.orig
 
afposenum.c
[View afposenum.c] 
afposenum.c.orig
 
afposfi.c
[View afposfi.c] 
afposfi.c.orig
 
afposncs.c
[View afposncs.c] 
afposncs.h
[View afposncs.h] 
afppasswd.c
[View afppasswd.c] 
afppasswd.h
[View afppasswd.h] 
afps.h
[View afps.h] 
afps.h.orig
 
afpserver.c
[View afpserver.c] 
afpserver.c.orig
 
afpudb.c
[View afpudb.c] 
afpudb.h
[View afpudb.h] 
afpvols
 
afpvols.c
[View afpvols.c] 
afpvols.h
[View afpvols.h] 
aufs.c
[View aufs.c] 
aufs_vers
 
aufs_vers.sh
[View aufs_vers.sh] 
aufsicon.c
[View aufsicon.c] 
aufsv.c
[View aufsv.c] 
design.notes
 
makefile
 
sizeserver.shar
 
todo
 
user.doc
 
whatiswhat
 

README

	AUFS - AppleTalk to Unix File Server

	o RELEASE NOTES
	o Aufs, version 3.00, Feb. 1988

Introduction
------------

Aufs provides file service for a Mac client running AppleShare
software.  Aufs implements the AppleTalk Filing Protocol, as specified
by protocol version 1.1, February 17, 1987.

Though this version has been extensively tested, but definitely
contain bugs - it is far to big not to.  It does not incorporate all
AFP 1.1 features.

Aufs is currently being developed and tested under a modified Ultrix
2.0 system.

Installation
============
See INSTALLATION in this directory for notes on installation.


What Aufs Does 
=============
See the Aufs man page and see NOTES in this directory

The actual design parameters are mapped in design.notes.


MAJOR CHANGES since Version 2.0:

Here's the big one: we finally realized that the .ADeskTop, .IDeskTop
and .finderinfo files are NOT written in network order.  This means
you can't transport directly between machines with different byte
orders!  (Not tar, dump, or NFS).  Aufs version 3 will destroy the old
desktop files.  Aufs version 3 will also rewrite the old .finderinfo
files when it sees them.  To ensure things are okay, rebuild your
desktop.

Accepts .afpvols if no afpvols.

Provision has now been made to handle international character sets or
rather "ascii"s that are different from what most people in the U.S.
see.  The idea (and tables) come from Dan Sahlin of the Swedish
Institute of Computer Science.

Turning on SMART_FINDERINFO in afpudb.c will yield more information;
however, it is unix variant (BSD) dependent and slows things down
considerably.

Simple minded shutdown mechanism added.

Disallow "." and ".." as file names.

Kinetics Box too slow code dropped in favor of settable values.

Update to use sun quota system properly

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.