]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/rfcnb/ReadMe.1st
basic_msnt_auth helper and NTLM/SMBLIB/RFCNB library polish.
[thirdparty/squid.git] / lib / rfcnb / ReadMe.1st
CommitLineData
7c16470c
AJ
1RFCNB
2Richard Sharpe,
3Digital Equipment
4
5I wrote it in an attempt to understand more about the SMB protocol and
6the RFCNB (NBT) protocol underlying it. My manager approved my posting this
7as long as there was no suggestion that Digital is responsible for this code
8not that any warranties are offered by Digital. So, I put a GPL on the code.
9
10DISCLAIMER
11
12To restate, this code is offered as is, and no warranties are implied, either
13by Digital Equipment Corporation or by Richard Sharpe. Neither
14Digital Equipment Corporation nor Richard Sharpe can be held liable for
15any consequences resulting from the use of this code.
16
17END Disclaimer
18
19The directory rfcnb contains the following:
20
21Makefile: a small makefile to build things in this dir
22
23notes: some notes I made about things ...
24
25rfcnb.h: defines of the interface routines
26
27rfcnb-error.h: rfcnb error return definitions etc
28
29rfcnb-io.h: definitions for routines that do IO to the network
30
31rfcnb-util.h: definitions of utility routines
32
33rfcnb-common.h: common defines needed in rfcnb.h and rfcnb-priv.h
34
35rfcnb-priv.h: defines private to the implementation
36
37std-includes.h: standard includes and defines
38
39name-service.c: name service routines. Not implemented yet.
40
41rfcnb-util.c: utility routines used by session.c and others.
42
43rfcnb-io.c: all IO to network occurs here
44
45test_rfcnb.c: a small test program
46
47session.c: all session routine code is here
48
49todo: a list of things I would like to do ...
50
51
52