]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/rfcnb/notes
Source Format Enforcement (#532)
[thirdparty/squid.git] / lib / rfcnb / notes
1 /*
2 * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
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
9 Notes on RFCNB Impl by R J Sharpe. CopyRight 1996.
10
11 1. 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
16 2. 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.