File: ChangeLog

package info (click to toggle)
pptpd 1.2.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 908 kB
  • ctags: 786
  • sloc: ansic: 4,951; sh: 613; perl: 157; makefile: 127
file content (346 lines) | stat: -rw-r--r-- 12,117 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
Wed Jun 23 19:42:33 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd-1.2.1.tar.gz: released.
	
	* plugins/patchlevel.h: update pppd version requirement, so that
	pptpd works with Paul Howarth's pppd 2.4.3 CVS packages.

Fri Jun  4 13:56:20 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.init: warn that restart may cause problems, provide
	restart-kill.  From: Peter Mueller.

Tue May 25 11:35:49 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd-1.2.0-b4.tar.gz: released.

Mon May 24 20:27:53 2004  James Cameron  <quozl@us.netrek.org>

	* debian/copyright: fix spelling to fix lintian warning.
	* debian/changelog: remove emacs stuff to fix lintian warning.
	* pptpd.8: refer to pptpd.conf(5) early on, and remove EXAMPLES
	section, as it contributes nothing.
	* pptpd.conf.5: add documentation for firewall rules.

Fri May 21 20:43:55 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.spec: rework to build under rpm 4.0.4, depend on ppp >=
	2.4.2, change description to match Debian package, add vendor,
	propogate changes since 1.1.4-b3 involving obsolete scripts and
	new plugin.

	* Makefile.am, plugins/Makefile: add missing pptpd.init, add
	debian packaging from downstream, propogate DESTDIR and prefix to
	plugins install target.

	* debian/changelog: change the version to -0 to avoid clobbering
	the later Debian package.

Mon May 17 16:28:49 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.c: bug fix, only check PPP options file readability if an
	options file has been given in the configuration file or command
	line.  Reported by: Andrew Alexandrov

Mon May 17 12:31:34 2004  James Cameron  <quozl@us.netrek.org>

	* Makefile.am (EXTRA_DIST): remove html, as the documentation is
	out of date, explicitly name samples, tools and plugins files to
	prevent CVS in tarball.

Mon May 17 12:31:09 2004  James Cameron  <quozl@us.netrek.org>

	* debian: merge upstream Debian patches.  From Rene Mayrhofer.

Fri May 14 15:50:35 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.c (killbcrelay): bug fix, pptpd catches SIGTERM to kill
	bcrelay, but doesn't kill itself.  "This patch solves partially
	the problem.  When there is a connection established klling the
	main pptpd process will not kill the control connection process."
	From: Pawel Guraj.

Thu Apr 29 20:18:19 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.8, pptpd.conf.5: adopt man page review suggestions.
	From: Chris Wilson.

Thu Apr 29 19:49:59 2004  James Cameron  <quozl@us.netrek.org>

	* plugins/pptpd-logwtmp.c (ip_up): use the username that was
	authenticated from the peer_authname variable rather than the
	local host name hiding in the user variable.
	Reported by: Pawel Guraj.

Thu Apr 29 16:56:05 2004  James Cameron  <quozl@us.netrek.org>

	* ctrlpacket.c (deal_out_call): print connection speed properly.
	From: Jan Dubiec.

Thu Apr 29 16:49:03 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.c: fix segfault if built --with-bcrelay but neither
	bcrelay config option nor --bcrelay command line flag used.  From:
	Jan Dubiec, Pawel Guraj.

Wed Apr 28 21:24:25 2004  James Cameron  <quozl@us.netrek.org>

	* README.logwtmp: write up new feature to track user connections
	and disconnections using the standard wtmp(5) mechanism.
	* defaults.h, pptpd.8, pptpctrl.8, pptpctrl.c, pptpd.c,
	pptpmanager.c, samples/pptpd.conf: add --logwtmp option.
	* plugins/Makefile: derive from PPP CVS plugins example.
	* plugins/patchlevel.h, plugins/pppd.h: copy headers from PPP CVS.
	* plugins/pptpd-logwtmp.c: add plugin to update wtmp.
	* Makefile.am: add targets for plugins build and any future
	subdirectories.
	* tools/vpnwho.pl: mark as obsolete.

Wed Apr 28 19:54:04 2004  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c (main): waitpid() rather than kill() the pppd, so
	that ip-down scripts get executed.

Tue Apr 27 09:11:32 2004  James Cameron  <quozl@us.netrek.org>

	* NEWS: change attribution on request from author.

	* Makefile.am (EXTRA_DIST): include README.portslave, re-order list.

Sun Apr 25 20:31:52 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd-1.2.0-b3.tar.gz: released.
	
Sat Apr 24 20:51:54 2004  James Cameron  <quozl@us.netrek.org>

	* pptpgre.c (decaps_hdlc): add hint for EIO on read() of PTY,
	suggesting a look at option syntax and pppd logs.  To address a
	FAQ seen on mailing lists.

	* pptpd.conf.5: add routing checklists for three different methods
	of allocating subnets and configuring pptpd.

	* pptpd.8, pptpd.conf.5: add noipparam option documentation.  Move
	speed option to end of list.  Rework text for simplicity.  Cross
	check against pptpd.c.

	* pptpctrl.8: rework argument list, cross check against
	pptpctrl.c, remove examples because running from inetd(8) is
	unusual and not encouraged.

	* pptpd.c, pptpd.8, pptpmanager.c, pptpctrl.c, defaults.h: add
	--ppp option to specify PPP program to use in place of default
	PPP_BINARY, and pass the new parameter to pptpctrl.  Also reworked
	option handling and validation to simplify code.  Use access()
	instead of fopen() to verify that files can be read or executed.

	* pptpd.c: bug fix, --stimeout option was not working due to use
	of strdup() and a blind cast instead of atoi().

	* pptpd.c: bug fix, --noipparam option on command line was causing
	premature exit during option processing.

Fri Apr 23 21:01:31 2004  James Cameron  <quozl@us.netrek.org>

	* tools/pptp-portslave: add contribution from Russell Coker, on
	Debian Bug#126486.

Fri Apr 23 20:34:28 2004  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c (main): fail if arguments insufficient, closes Debian
	Bug#107933.

	* .cvsignore: include config.h and stamp-h, to assist with CVS
	updates.

Fri Apr 23 20:13:43 2004  James Cameron  <quozl@us.netrek.org>

	* AUTHORS: hide author e-mails, add contributors since last release.

Fri Apr 23 20:00:02 2004  James Cameron  <quozl@us.netrek.org>

	* stamp-h, config.h: remove from CVS.
	
	* import: remove huge superfluous screen snapshot that was slowing
	CVS access.

	* .cvsignore: update for new build environment, include everything
	that might normally be in a user directory checked out from CVS.

	* samples/options: not relevant, removed.

	* tools/confmod.sh: mark as obsolete, relevant only for ppp-2.4.1
	forks.

	* reconf, version: adjust comments.

	* pptpd.spec: include vpnwho.pl (old version at this stage until
	Bruno finds me the latest version) in the RPM packaging.

	* pptpd.conf.5, pptpd.8: expand acronymn DOS.

	* pptpctrl.8: add note that speed is ineffective on Linux.

	* makepackage: use complete version, including beta release, as
	part of the packaging; don't hide the beta release version.

	* configure.in: remove warning about /usr/local/bin/pptpd, since
	/usr/local/bin is locally administered; we have no right to warn,
	we may have been responsible even in this version for placing the
	file there.

	* Anon-CVS-Root: obsolete, removed.
	
	* build.sh: obsolete build.sh

	* README.bcrelay: wrap to 80 columns.

	* README: rework for new release.

Fri Apr 23 17:05:23 2004  James Cameron  <quozl@us.netrek.org>

	* makerpm: remove from CVS in favour of makepackage per Richard's
	e-mail on 1st August 2003.

	* Makefile.am (EXTRA_DIST): add README.bcrelay, older ChangeLogs,
	tools, spec file, and makepackage script.

Fri Apr 23 16:15:59 2004  James Cameron  <quozl@us.netrek.org>

	* reconf: remove setting of pptpd.conf version.

	* samples/pptpd.conf: remove package version from file, use CVS
	revision header instead.

	* samples/options.pptpd: clarify comments, default to work with
	PPP 2.4.2.

Thu Apr 22 16:38:01 2004  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c: remove report of connection speed for Linux pppd.

Thu Apr 22 13:41:11 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd-1.2.0-b1.tar.gz: released to test team.
	
	* AUTHORS: adjust to reflect new maintainer.

	* bcrelay.c: when compiling without --with-bcrelay, fail
	immediately with an error message suggesting a rebuild.

	* bcrelay.c: adopt VERSION from main package, cause my_daemon() to
	be conditional on not HAVE_DAEMON.

	* pptpd.c (killbcrelay): avoid code when BCRELAY is not defined.
	Fixes compiler error when pptpd is configured using defaults.

	* Makefile.am (dist-hook, EXTRA_DIST): remove CVS from final
	source distribution.

	* samples/pptpd.conf: remove some whitespace and wrap.

	* Makefile.am: remove CVS from dist target.

	* RELEASING: new file of release instructions, for 1.2.0 release
	candidate.

	* configure.in: change version.

	* pptpd.spec: change version.

	* ChangeLog: adopt GNU format.
	
Fri Feb 27 09:53:19 2004  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c (pptp_handle_ctrl_connection): on any CALL_CLR_RQST,
	terminate the call.  From: "Bruno Lopes F. Cabral"
	<bruno@openline.com.br> 2004-01-08
	http://marc.theaimsgroup.com/?l=poptop-server&m=107359240120864&w=2

Fri Feb 27 09:50:41 2004  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c (launch_pppd): make sure SIGCHLD is unblocked. The
	procmask gets inherited from the manager and usually has the
	SIGCHLD blocked. Actually pppd does not expect that somebody
	tampered with its signal mask, thus we just unblock all signals
	and leave them to be handled by pppd.  This fixes the "ip-up
	zombie" bug.  From: Peter Stamfest <poptop@stamfest.at> 2003-09-06
	http://marc.theaimsgroup.com/?l=poptop-server&m=106284825408104&w=2

Thu Feb 26 15:17:37 2004  James Cameron  <quozl@us.netrek.org>

	* pptpd.8, pptpd.conf.5 (speed): note that speed is ineffective on
	Linux, despite being accepted by pppd.

Wed Dec 10 09:28:01 2003  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c (launch_pppd): report program binary path.

Tue Dec  9 10:22:01 2003  James Cameron  <quozl@us.netrek.org>

	* pptpctrl.c (launch_pppd): report cause of failed execvp().
	* pptpctrl.c (startCall): better explain launch failure.

poptop (1.1.4-b5) unstable; urgency=low

  * Added code to pass ipparam to pppd - By Sergio M. Ammirata
  * Added Debian packaging information (not included in .tar.gz)
  * Added bcrelay_v1 - By Norbert van Bolhuis
  
 -- R. de Vroede <richard@oip.tudelft.nl>  Fri, 18 Jul 2003 11:34:05 +0200

poptop (1.1.4-b4) unstable; urgency=low

  * Bugfix: First GRE packet always discarded - By: fghdgh (gcc111)
  * Bugfix: Console fds left open, ssh hangs - By: fghdgh (gcc111)
  * Bugfix: Pidfile option doesn't work - By: Visarion Mandzgaladze
  
 -- R. de Vroede <richard@oip.tudelft.nl>  Fri, Jun 20 2003 11:34:05 +0200

poptop (1.1.4-b3) unstable; urgency=low

  * Bugfix: Two buffer overflows in pptpctrl.c - By: Hernan Otero
  
 -- R. de Vroede <richard@oip.tudelft.nl>  Tue, May 13 2003 11:34:05 +0200

poptop (1.1.4-b2) unstable; urgency=low

  * Bugfix: Potential buffer-overflow in ctrlpacket.c
  * Callid enhancements.  From: Ilguiz Latypov, Debian Bug#171831
  
 -- R. de Vroede <richard@oip.tudelft.nl>  Wed, Apr  9 2003 11:34:05 +0200

poptop (1.1.4-b1) unstable; urgency=low

  * Added BCrelay (Broadcast relay)
  
 -- R. de Vroede <richard@oip.tudelft.nl>  Fri, Oct 11 2002 11:34:05 +0200

Poptop ChangeLog
---------------------------------------------------------------------------
v1.1.3
* Wed Apr  9 2003 Richard de Vroede <r.devroede@linvision.com>
- fixed a potential buffer-overflow in ctrlpacket.c

* Thu Aug 22 2002 Richard de Vroede <richard@linvision.com>
- added stimeout option to pptpd.conf manpage
- updated the Changelog file ;-)

* Tue Aug 20 2002 Richard de Vroede <richard@linvision.com>
- removed debug commandline option from pptpd.init

* Thu Aug  1 2002 Richard de Vroede <richard@linvision.com>
- added config(noreplace) so old configs don't get replaced
- fixed postscriptlet
- adapted spec to cvs tree

* Wed Jun 26 2002 Richard de Vroede <richard@linvision.com>
- specfile now supports --with[out] options

---------------------------------------------------------------------------
v0.9.13 -> v1.1.3
* June 18 2002 Richard de Vroede <richard@linvision.com>
- migrated to version higher than last poptop release
- bugfixed

---------------------------------------------------------------------------