]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/rfcnb/CHANGELOG
SourceFormat Enforcement
[thirdparty/squid.git] / lib / rfcnb / CHANGELOG
CommitLineData
70ab085a 1/*
f6e9a3ee 2 * Copyright (C) 1996-2019 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
9Oct 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
14Aug-1996
15
16Added #define of INADDR_NONE if not already defined, as Suns do not seem
17to define it.
18
196-Sep-1996
20
21Fixed 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
23test.
24
256-Sep-1996
26
27Use siganction on machines where SA_RESTART is defined, otherwise use
28sigvec. This allows the code to compile on Sun, and maybe on HP-UX.
29
3013-Sep-1996
31
32Fixed that bug in rfcnb-priv.h again in RFCNB_Pkt_Len. We were not
33shifting the second length byte into the right place.