File: changelog

package info (click to toggle)
hpsockd 0.17%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 452 kB
  • sloc: ansic: 6,142; yacc: 718; lex: 335; sh: 192; makefile: 170
file content (189 lines) | stat: -rw-r--r-- 5,925 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
hpsockd (0.17+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Bump debian/compat to 10. Tested by ensuring bit-identical binaries.
    Closes: #965582
  * Add missing required debian/rules targets. Closes: #999120
  * Fix lintian warning: debhelper-but-no-misc-depends
  * Switch to 3.0 (native) source format. Closes: #1007074

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 10 Mar 2022 23:02:47 +0000

hpsockd (0.17) unstable; urgency=low

  * Drop documenation to make the pedants happy.  Closes: #480372

 -- LaMont Jones <lamont@debian.org>  Sat, 14 Jun 2008 09:05:19 -0600

hpsockd (0.16) unstable; urgency=low

  [Petter Reinholdtsen]

  * init.d: add LSB init stuff.  Closes: #462716

 -- LaMont Jones <lamont@debian.org>  Fri, 28 Mar 2008 07:45:51 -0600

hpsockd (0.15) unstable; urgency=low

  * Use libdb 4.6.  Closes: #421941
  * Support GNU/kFreeBSD.  Closes: #414971
  * Remove negot_file on purge.  Closes: #328321
  * Document git repository location
  * Debhelper 5
  * Copyright GPLv2

 -- LaMont Jones <lamont@debian.org>  Tue, 11 Sep 2007 12:02:56 -0600

hpsockd (0.14) unstable; urgency=low

  * Better handle short udp packets

 -- LaMont Jones <lamont@debian.org>  Wed, 10 Nov 2004 14:33:25 -0700

hpsockd (0.13) unstable; urgency=low

  * Use db4.2 instead of db4.1.  Closes: #263234
  * Fix gcc-3.4 errors.  Closes: #263236

 -- LaMont Jones <lamont@debian.org>  Sun, 12 Sep 2004 12:01:32 -0600

hpsockd (0.12) unstable; urgency=low

  * Fix description.  Closes: #135448, #209646
  * Handle missing config file in init.d better.  Closes: #131618

 -- LaMont Jones <lamont@debian.org>  Sat, 13 Sep 2003 20:11:08 -0600

hpsockd (0.11) unstable; urgency=low

  * Remove RFC's from the package.  Closes: #199805

 -- LaMont Jones <lamont@debian.org>  Fri, 29 Aug 2003 09:58:12 -0600

hpsockd (0.10) unstable; urgency=low

  * Add -v option to print version.

 -- LaMont Jones <lamont@debian.org>  Thu, 27 Feb 2003 10:23:44 -0700

hpsockd (0.9) unstable; urgency=low

  * Fix bad sign assumption.  Closes: #177386

 -- LaMont Jones <lamont@debian.org>  Sun, 19 Jan 2003 07:04:22 -0700

hpsockd (0.8) unstable; urgency=high

  * Cleanup ping/traceroute command handling.

 -- LaMont Jones <lamont@debian.org>  Mon, 16 Dec 2002 22:19:24 -0700

hpsockd (0.7) unstable; urgency=low

  * Add more footprinting.
  * 2.4 select appears to return true for read on non-connected sockets.
    Avoid that.

 -- LaMont Jones <lamont@debian.org>  Fri, 26 Jul 2002 21:12:14 -0600

hpsockd (0.6) unstable; urgency=low

  * use anonymous mmap regions for client buffer memory, so that we
    can give it back to the kernel when the client goes away.

 -- LaMont Jones <lamont@debian.org>  Tue, 26 Mar 2002 20:44:32 -0700

hpsockd (0.5.1) unstable; urgency=low
  * Add footprint call on ENOBUFS in accept.

 -- LaMont Jones <lamont@debian.org>  Mon, 28 Jan 2002 11:14:17 -0700

hpsockd (0.5) unstable; urgency=low
  * Fix corner case with dnsHandler dying causing corruption in the
    connection data structures.  Closes: #127721.
  * Don't keep accepting data when the other side is blocked.
  * Allow limits on number of clients-per-minute.
  * sdc dumpconfig caused freeing-free-pointer problems.

 -- LaMont Jones <lamont@debian.org>  Fri, 28 Dec 2001 23:11:34 -0700

hpsockd (0.4) unstable; urgency=low

  * Add undocumented links for now.

 -- LaMont Jones <lamont@debian.org>  Sat, 22 Dec 2001 19:50:51 -0700

hpsockd (0.3.9) unstable; urgency=low

  * Try accepting up to 10 clients each pass through the select loop.

 -- LaMont Jones <lamont@debian.org>  Mon, 17 Dec 2001 10:29:04 -0700

hpsockd (0.3.8) unstable; urgency=low
  * We were leaking the dns helper socket at spawnChild() time.
    Don't do that.
  * Don't prevent core files when debug!=0; default debug to
    DBG_SANITY.

 -- LaMont Jones <lamont@debian.org>  Thu,  6 Dec 2001 13:04:30 -0600

hpsockd (0.3.7) unstable; urgency=low
  * Handle fdInfo overflow in udpAssoc.

 -- LaMont Jones <lamont@debian.org>  Wed, 14 Nov 2001 15:09:28 -0600

hpsockd (0.3.6) unstable; urgency=low
  * More highFd fixes, more footprinting.
  * reduce memory footprint more agressively.

 -- LaMont Jones <lamont@debian.org>  Wed, 14 Nov 2001 12:08:15 -0600

hpsockd (0.3.5) unstable; urgency=low
  * Bump highFd in listenRecv, to handle closing things properly in spawnChild.

 -- LaMont Jones <lamont@debian.org>  Wed,  7 Nov 2001 23:43:33 -0600

hpsockd (0.3.4) unstable; urgency=low
  * More fingerprinting, sanity checks on data structures.

 -- LaMont Jones <lamont@debian.org>  Thu,  1 Nov 2001 10:11:22 -0600

hpsockd (0.3.3) unstable; urgency=low
  * Fix footprinting code. sigh.

 -- LaMont Jones <lamont@debian.org>  Thu, 23 Aug 2001 11:26:15 -0600

hpsockd (0.3.2) unstable; urgency=low
  * Add footprinting code to track down problems.

 -- LaMont Jones <lamont@debian.org>  Tue, 29 May 2001 11:40:15 -0600

hpsockd (0.3.1) unstable; urgency=low
  * Start allowing alternate storage techniques for userpass.
  * point at syslog on config file parse errors.

 -- LaMont Jones <lamont@debian.org>  Mon, 26 Mar 2001 10:26:20 -0700

hpsockd (0.3) unstable; urgency=low
  * Fix the path for hpsockd in sdc.  Fixes segv on restart and start.
  * Port and host comparisons were trying to compare network byte order
    values.

 -- LaMont Jones <lamont@debian.org>  Thu,  1 Mar 2001 22:03:46 -0700

hpsockd (0.2) unstable; urgency=low
  * Add byacc to build-depends, remove version of libdb2-dev.
  * Times and ID's in logfiles should be in network byte order.

 -- LaMont Jones <lamont@debian.org>  Thu,  1 Mar 2001 12:26:27 -0700

hpsockd (0.1-2) unstable; urgency=low
  * Lintian cleanup.
  * Network byte order problems, null pointer issues...

 -- LaMont Jones <lamont@debian.org>  Thu, 22 Feb 2001 20:10:13 -0700

hpsockd (0.1-1) unstable; urgency=low
  * New package

 -- LaMont Jones <lamont@debian.org>  Thu, 15 Feb 2001 20:22:40 -0700