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