]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/rfcnb/CHANGELOG
Source Format Enforcement (#1234)
[thirdparty/squid.git] / lib / rfcnb / CHANGELOG
1 /*
2 * Copyright (C) 1996-2023 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 Oct 2010 - Imported into Squid.
10 Many build fixes for modern compilers.
11 Shuffled several private functions (error display and logon) to
12 to public API file for external use without using rfcnb-priv.h.
13
14 Aug-1996
15
16 Added #define of INADDR_NONE if not already defined, as Suns do not seem
17 to define it.
18
19 6-Sep-1996
20
21 Fixed bug in rfcnb-priv.h where we were getting the packet length wrong
22 (byte reversed on Suns ...) ... At least I think it is fixed. Will
23 test.
24
25 6-Sep-1996
26
27 Use siganction on machines where SA_RESTART is defined, otherwise use
28 sigvec. This allows the code to compile on Sun, and maybe on HP-UX.
29
30 13-Sep-1996
31
32 Fixed that bug in rfcnb-priv.h again in RFCNB_Pkt_Len. We were not
33 shifting the second length byte into the right place.