]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/rfcnb/notes
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / rfcnb / notes
CommitLineData
70ab085a 1/*
f70aedc4 2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
70ab085a
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
7c16470c
AJ
9Notes on RFCNB Impl by R J Sharpe. CopyRight 1996.
10
111. Microsoft implementations do not seem to like a 0x00 as char 16
12 of the called name, but will work with either a space as char 16 of
13 the calling name or a 0x00 as char 16. I have not tried any other
14 combinations.
15
162. SAMBA does not seem to care what is in char 16. It certainly works
17 with either a space or a 0x00. (becomes 'AA' for 0x00 or 'CA' for
18 0x20.