BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / xns / CHANGES
CommitLineData
6721f843
C
1
2---------------------------------
3Xerox WRC changes 4/87 [ed flint]
4
5[courierlib]
6
7Filing4.cr moved from examples/filing4
8Filing5.cr created from Filing4
9Filing6.cr moved from examples/filing6
10FilingSubset1.cr moved from examples/filingsubset1
11
12
13[examples/archive]
14
15xnsarchive.c brand new
16xnsrestore.c brand new
17
18
19[examples/filing4]
20[examples/filing6]
21[examples/filingsubset]
22
23 consolidated into courierlib and examples/filing_client
24
25
26[examples/filing_client]
27
28xnftp.c Viewpoint file attribute support
29 Serialization/Deserialization
30 Unify AccessLists
31cmds.c Archive, Restore Unify commands
32cmdtab.c Archive, Restore Unify commands
33main.c command line interface for multiple commands
34
35
36[examples/filing_common]
37
38filingd.c Viewpoint file/attribute support
39 compatible with XDE FileTool, PC/XNS, XNS/DECVAX
40 Copy, Move, ChangeAttributes,
41 Serialize, Deserialize procedure support
42system_interface.c Viewpoint file/attribute support
43 Copy, Move ChangeAttributes procedure support
44get_type.c Additional Viewpoint file types
45VP_support.c Viewpoint attribute support
46
47
48[examples/remotetool]
49
50xnsremote.c brand new (both remote browse and remote print)
51
52
53[examples/xnscreds]
54
55xnscreds.c brand new
56
57
58[examples/vpfile]
59
60vpfile.c brand new
61
62
63[man]
64
65new man pages for new tools
66
67
68
69---------------------------------
70
71Xerox WRC changes 1/87 [ed flint]
72
73[general]
74
75Rearrange directory structure and Makefiles to make everything into local
76bin, include, lib and xnscourier directories. Top level install then moves
77from there to local system target (/usr/new by default).
78
79
80[courierlib]
81
82Authentication3.cr Authentication version 3 added
83BulkData1.cr StreamOfUnspecified definition added
84Clearinghouse3.cr Clearinghouse version 3 added
85Printing3.cr Previous fix from ./examples/print/Printing3.cr added
86 since Makefile uses this definition instead
87
88
89[examples/print]
90
91Printing3.cr Obsoleted by ./courierlib/Printing3.cr
92xnsprint.c New options for setting message field and waiting
93 until master is actually printed
94
95
96[examples/filing]
97
98Obsoleted by ./examples/filingsubset client
99
100
101[examples/filing_common]
102
103 Filing service support for Filing Protocol versions 4 & 6
104 and FilingSubset Protocol version 1
105
106
107[examples/filing4]
108
109Filing4.cr Minor corrections/additions
110
111XDE Filetool compatible service for Filing Protocol version 4
112
113
114[examples/filing6]
115
116Filing6.cr All new Filing version 6
117
118service for Filing Protocol version 6
119
120
121[examples/filingsubset]
122
123FilingSubset1.cr All new FilingSubset version 1
124xnsftp Replaces previous xnsftp,
125 Use FilingSubset, if rejected attempt Filing
126 Allows user override with -F switch
127 Maintain FilingSubset mandatory attributes
128 User niceties: echo file name/type on transfer commands
129 prompt on delete
130 guess type which will determine file type implied by content
131 New commands: (type related) Guess, Whatis
132 (file transfer) Copy, Move, Rename
133service for FilingSubset Protocol version 1
134
135
136[man]
137
138All man pages consolidated here
139Upgrades to manual pages, new pages written for some library routines and
140Filing services
141
142
143[morexnslib/auth]
144
145simpleauth.c Added MakeSimpleVerifier routine
146Auth_lookup.c Find and open connection to Authentication service
147Auth_credcheck.c Check simple credentials with Authentication service
148
149
150[morexnslib/ch]
151
152CH_retrieve Retrieve item from Clearinghouse service
153
154
155[morexnslib/xnsbfs]
156
157xnsbfs.c Added -a option to broadcast for Authentication services
158
159
160[xnslib]
161
162misc.c Added generic Sequence_of_Unspecified routines to
163 replace use of Clearinghouse_Item use
164server.c Reset abortseen flag in ReceiveCallMessage
165
166