115.05.2006 xeb
2	* accel-pptp forked from pptpd-1.3.2
3
4Tue Sep  5 09:42:46 2006  James Cameron  <quozl@us.netrek.org>
5
6	* pptpd-1.3.3.tar.gz: released.
7
8Tue Sep  5 09:25:25 2006  James Cameron  <quozl@us.netrek.org>
9
10	* defaults.h: remove MAX_CONNECTIONS reference.
11
12	* samples/pptpd.conf: add connections clause, remove reference to
13	MAX_CONNECTIONS.
14
15Tue Sep  5 09:10:55 2006  James Cameron  <quozl@us.netrek.org>
16
17	* pptpd.c (processIPStr): add new informational message to
18	indicate when the number of connections is constrained by the
19	configured IP address ranges.
20
21Tue Sep  5 08:52:20 2006  James Cameron  <quozl@us.netrek.org>
22
23	* pptpd.c: fix segfault on -C option, cause was option string
24	didn't include argument flag for number of connections.  Closes
25	Gentoo Bug #132898 <http://bugs.gentoo.org/show_bug.cgi?id=132898>
26	thanks to Alin Nastac (mrness at gentoo.org) and Peter Volkov.
27
28Thu Aug  3 12:02:02 2006  James Cameron  <quozl@us.netrek.org>
29
30	* plugins/Makefile (LIBDIR), Makefile.am (LIBDIR): support build
31	of x86_64 mixed architecture.  From: Anton Gorlov.
32
33Thu Aug  3 11:14:59 2006  James Cameron  <quozl@us.netrek.org>
34
35	* configure.in: rewrite use of AC_ARG_WITH and AC_ARG_ENABLE to
36	more properly support the negative case.  Reported by: Phil
37	Oester.
38
39Thu Aug  3 09:55:25 2006  James Cameron  <quozl@us.netrek.org>
40
41	* plugins/Makefile: include libutil.  From: Anton Gorlov.
42
43Thu Apr 20 16:18:26 2006  James Cameron  <quozl@us.netrek.org>
44
45	* pptpd.init: ensures the service is not enabled by default when
46	installed, and adds a "condrestart" target that will restart the
47	daemon if and only if it's already running.  Reported by: Paul
48	Howarth.
49
50Tue Apr 18 14:47:29 2006  James Cameron  <quozl@us.netrek.org>
51
52	* pptpd-1.3.2.tar.gz: released.
53
54	* configure.in: fix --with flags to work --without, change
55	--with-bcrelay to --enable-bcrelay.
56
57Mon Mar 27 11:42:36 2006  James Cameron  <quozl@us.netrek.org>
58
59	* pptpgre.c (decaps_gre, dequeue_gre): only report to LOG_DEBUG if
60	the debug option is set.  Reported by: Thomas Stein
61	<thomas.stein@knowledgetools.de>
62
63Tue Feb 14 10:52:13 2006  James Cameron  <quozl@us.netrek.org>
64
65	* pptpd-1.3.1.tar.gz: released.
66
67Thu Dec 29 17:39:15 2005  James Cameron  <quozl@us.netrek.org>
68
69	* pptpd.c, pptpmanager.c, pptpmanager.h, defaults.h: make
70	connections limit a run-time option.
71
72Thu Dec 29 15:45:51 2005  James Cameron  <quozl@us.netrek.org>
73
74	* pptpd.c (launch_bcrelay): insufficient space was allocated in
75	the argv array for the number of elements used.
76
77Thu Dec 29 12:11:23 2005  James Cameron  <quozl@us.netrek.org>
78
79	* pptpd: remove PPPD_IP_ALLOC in favour of a configuration option.
80	
81	* pptpd.8: add --delegate
82	
83	* pptpd.conf.5, samples/pptpd.conf: add delegate option
84	
85	* config.h.in, configure.in: remove --with-pppd-ip-alloc option
86	
87	* pptpmanager.c, defaults.h, pptpd.c: convert from conditional
88	compilation to run-time checking.
89	
90	* samples/options.pptpd: describe how to force local IP for tunnel
91	even in delegate mode.
92
93	* INSTALL: remove build.sh reference.
94	
95Thu Dec 29 11:04:13 2005  James Cameron  <quozl@us.netrek.org>
96
97	* pptpgre.c (pptp_gre_init): prevent initial unwanted GRE ACK.
98	From: Jonathan Barker <jabarker@itstrategic.ca>
99
100Mon Nov 21 10:53:09 2005  James Cameron  <quozl@us.netrek.org>
101
102	* bcrelay.c (mainloop): ignore ENOBUFS rather than fail.
103	From: Rajkumar S <rajkumars@asianetindia.com>
104
105Mon Oct 31 09:21:11 2005  James Cameron  <quozl@us.netrek.org>
106
107	* pptpctrl.c: change GETARG to GETARG_VALUE and add a GETARG_INT
108	and GETARG_STRING macro, to improve readability.
109
110Mon Aug 22 10:45:14 2005  James Cameron  <quozl@us.netrek.org>
111
112	* compat.c (sigpipe_assign): remove superfluous sigset variable
113	and calls; they served no purpose.  Reported by: Pavol Gono.
114
115Wed Aug  3 19:04:07 2005  James Cameron  <quozl@us.netrek.org>
116
117	* plugins/pptpd-logwtmp.c: fix compilation warning by including
118	string.h
119
120	* ctrlpacket.c (read_pptp_packet): initialise return control
121	message type, to fix compilation warnings.
122
123	* pqueue.c: compilation fixes, use of log() and warn() replaced
124	with syslog().
125
126Wed Aug  3 17:33:40 2005  James Cameron  <quozl@us.netrek.org>
127
128	* pptpd-1.3.0.tar.gz: released.
129
130Tue Aug  2 21:31:25 2005  James Cameron  <quozl@us.netrek.org>
131
132	* samples/options.pptpd: disable Van Jacobson compression.
133	Reported by Pawel Pokrywka.
134
135Tue Aug  2 21:27:11 2005  James Cameron  <quozl@us.netrek.org>
136
137	* pptpgre.c: packet reordering implementation, contributed by Vijay
138	Bharadwaj.
139
140Tue Aug  2 19:32:47 2005  James Cameron  <quozl@us.netrek.org>
141
142	* pptpdefs.h (MAX_ECHO_WAIT, IDLE_WAIT): comply with RFC2637,
143	reported by Tobias Brox, updates 20040811-0.
144
145Tue Aug  2 19:30:30 2005  James Cameron  <quozl@us.netrek.org>
146
147	* plugins/pptpd-logwtmp.c (ip_up): implement
148	pptpd-logwtmp-strip-domain option, closes 20050401-1.
149
150Tue Aug  2 19:01:42 2005  James Cameron  <quozl@us.netrek.org>
151
152	* Makefile.am (EXTRA_DIST): add html directory, missing from
153	distribution, closes 20050729-1.
154
155Fri Jul 29 22:56:08 2005  James Cameron  <quozl@us.netrek.org>
156
157	* pptpdefs.h (PPP_WAIT): default ten seconds wait for PPP packets
158	to begin to be sent.
159
160	* pptpctrl.c (pptp_handle_ctrl_connection): wait for first packet
161	from pppd before continuing, an experimental fix for bug
162	20040521-1.
163
164Tue Jul 12 16:33:23 2005  James Cameron  <quozl@us.netrek.org>
165
166	* pptpmanager.c (pptpmanager): process initial packet header
167	length field properly.  Reported by: Alex Beregszaszi
168
169Thu Mar  3 16:19:17 2005  James Cameron  <quozl@us.netrek.org>
170
171	* bcrelay.c (mainloop): ignore ENETDOWN and ENXIO from sendto(2).
172	Closes 20040428-0.
173
174Thu Feb 24 11:48:08 2005  James Cameron  <quozl@us.netrek.org>
175
176	* pptpd.8: add section on debugging, contributed by Peter Mueller.
177
178Thu Feb 17 13:05:31 2005  James Cameron  <quozl@us.netrek.org>
179
180	* pptpd-1.2.3.tar.gz: released.
181
182Thu Feb 17 13:01:22 2005  James Cameron  <quozl@us.netrek.org>
183
184	* pptpd.c (showusage, showversion): change from poptop to pptpd.
185
186Tue Jan 25 09:01:49 2005  James Cameron  <quozl@us.netrek.org>
187
188	* pptpctrl.c: perform error checking on dup2 calls, as on Linux
189	they can fail under certain circumstances.
190
191Fri Jan 14 13:38:58 2005  James Cameron  <quozl@us.netrek.org>
192
193	* pptpd.c, pptpctrl.c, bcrelay.c, configure.in, acconfig.h: add
194	configure option --enable-facility to set syslog facility to use
195	in logging.  e.g. LOG_LOCAL0
196
197Mon Jan 10 09:51:05 2005  James Cameron  <quozl@us.netrek.org>
198
199	* config.h.in, configure.in, pptpgre.c (encaps_gre): uses writev()
200	if available, to avoid a memcpy() of the GRE payload when sending
201	off the packet.  From: Marcus Sundberg.
202
203Thu Jan  6 10:07:39 2005  James Cameron  <quozl@us.netrek.org>
204
205	* pptpmanager.c (pptp_manager): compilation fix for gcc < 3, a
206	regression introduced in pptpd-1.2.2.  Reported by: Peter Mueller.
207
208Wed Jan  5 22:12:38 2005  James Cameron  <quozl@us.netrek.org>
209
210	* pptpd-1.2.2.tar.gz: released.
211
212Wed Jan  5 21:16:15 2005  James Cameron  <quozl@us.netrek.org>
213
214	* compat.h, compat.c (sigpipe_*): build a generalised signal pipe
215	delivery ... thing, for use by pptpd and pptpctrl.
216
217	* pptpctrl.c (main): use signal pipe delivery instead of calling
218	syslog(3) in the SIGTERM handler, call the old handler bail() when
219	SIGTERM is delivered via the pipe.
220
221	* pptpd.c: kill bcrelay outside a signal handler in order to avoid
222	deadlock.
223
224	* pptpmanager.c (pptp_manager): use generalised signal pipe
225	delivery, return to caller on SIGTERM.
226
227Wed Jan  5 17:30:50 2005  James Cameron  <quozl@us.netrek.org>
228
229	* pptpmanager.c: fix bug 2004-01-05-0, hang due to syslog(3)
230	called by signal(2) handler.  Derived from contributions to PPTP
231	Client by Jean Wolter.
232
233	* pptpmanager.c: add pipe for queueing SIGCHLD events.
234	
235	* pptpmanager.c (sigchld_handler): add safe handler for SIGCHLD.
236	
237	* pptpmanager.c (sigchld_responder): move old handler into
238	non-signal context function called from main event loop.
239	
240	* pptpmanager.c (sigchld_setup): move SIGCHLD signal handling
241	setup into own function.
242
243	* pptpmanager.c (pptp_manager): call the new signal handling setup
244	function, FD_ZERO each time around (it wasn't being reset), watch
245	the signal handling pipe in the main event loop, handle EINTR
246	return from select by ignoring it and restarting the select().
247	Added code to handle signal pipe data.  Removed code for blocking
248	SIGCHLD on new connection, now that the signal handling is linear.
249
250Thu Dec 23 09:17:29 2004  James Cameron  <quozl@us.netrek.org>
251
252	* samples/options.pptpd: turn off logging to stderr by default, to
253	prevent loopback detected.  From: Andrew Hall
254	<ahall@sportingstatz.com>
255
256Thu Nov 11 14:20:18 2004  James Cameron  <quozl@us.netrek.org>
257
258	* pptpd.spec: allows the RPM to be built on Red Hat Enterprise
259	Linux systems that use an older version of autotools.  From:
260	Charlie Brady <charlieb-poptop-server@e-smith.com>
261
262Thu Jun 24 09:35:58 2004  Peter Mueller  <pmueller@sidestep.com>
263
264	* pptpd.init: avoid spitting garbage if no processes exist.
265
266Wed Jun 23 19:42:33 2004  James Cameron  <quozl@us.netrek.org>
267
268	* pptpd-1.2.1.tar.gz: released.
269	
270	* plugins/patchlevel.h: update pppd version requirement, so that
271	pptpd works with Paul Howarth's pppd 2.4.3 CVS packages.
272
273Fri Jun  4 13:56:20 2004  James Cameron  <quozl@us.netrek.org>
274
275	* pptpd.init: warn that restart may cause problems, provide
276	restart-kill.  From: Peter Mueller.
277
278Tue May 25 11:35:49 2004  James Cameron  <quozl@us.netrek.org>
279
280	* pptpd-1.2.0-b4.tar.gz: released.
281
282Mon May 24 20:27:53 2004  James Cameron  <quozl@us.netrek.org>
283
284	* debian/copyright: fix spelling to fix lintian warning.
285	* debian/changelog: remove emacs stuff to fix lintian warning.
286	* pptpd.8: refer to pptpd.conf(5) early on, and remove EXAMPLES
287	section, as it contributes nothing.
288	* pptpd.conf.5: add documentation for firewall rules.
289
290Fri May 21 20:43:55 2004  James Cameron  <quozl@us.netrek.org>
291
292	* pptpd.spec: rework to build under rpm 4.0.4, depend on ppp >=
293	2.4.2, change description to match Debian package, add vendor,
294	propogate changes since 1.1.4-b3 involving obsolete scripts and
295	new plugin.
296
297	* Makefile.am, plugins/Makefile: add missing pptpd.init, add
298	debian packaging from downstream, propogate DESTDIR and prefix to
299	plugins install target.
300
301	* debian/changelog: change the version to -0 to avoid clobbering
302	the later Debian package.
303
304Mon May 17 16:28:49 2004  James Cameron  <quozl@us.netrek.org>
305
306	* pptpd.c: bug fix, only check PPP options file readability if an
307	options file has been given in the configuration file or command
308	line.  Reported by: Andrew Alexandrov
309
310Mon May 17 12:31:34 2004  James Cameron  <quozl@us.netrek.org>
311
312	* Makefile.am (EXTRA_DIST): remove html, as the documentation is
313	out of date, explicitly name samples, tools and plugins files to
314	prevent CVS in tarball.
315
316Mon May 17 12:31:09 2004  James Cameron  <quozl@us.netrek.org>
317
318	* debian: merge upstream Debian patches.  From Rene Mayrhofer.
319
320Fri May 14 15:50:35 2004  James Cameron  <quozl@us.netrek.org>
321
322	* pptpd.c (killbcrelay): bug fix, pptpd catches SIGTERM to kill
323	bcrelay, but doesn't kill itself.  "This patch solves partially
324	the problem.  When there is a connection established klling the
325	main pptpd process will not kill the control connection process."
326	From: Pawel Guraj.
327
328Thu Apr 29 20:18:19 2004  James Cameron  <quozl@us.netrek.org>
329
330	* pptpd.8, pptpd.conf.5: adopt man page review suggestions.
331	From: Chris Wilson.
332
333Thu Apr 29 19:49:59 2004  James Cameron  <quozl@us.netrek.org>
334
335	* plugins/pptpd-logwtmp.c (ip_up): use the username that was
336	authenticated from the peer_authname variable rather than the
337	local host name hiding in the user variable.
338	Reported by: Pawel Guraj.
339
340Thu Apr 29 16:56:05 2004  James Cameron  <quozl@us.netrek.org>
341
342	* ctrlpacket.c (deal_out_call): print connection speed properly.
343	From: Jan Dubiec.
344
345Thu Apr 29 16:49:03 2004  James Cameron  <quozl@us.netrek.org>
346
347	* pptpd.c: fix segfault if built --with-bcrelay but neither
348	bcrelay config option nor --bcrelay command line flag used.  From:
349	Jan Dubiec, Pawel Guraj.
350
351Wed Apr 28 21:24:25 2004  James Cameron  <quozl@us.netrek.org>
352
353	* README.logwtmp: write up new feature to track user connections
354	and disconnections using the standard wtmp(5) mechanism.
355	* defaults.h, pptpd.8, pptpctrl.8, pptpctrl.c, pptpd.c,
356	pptpmanager.c, samples/pptpd.conf: add --logwtmp option.
357	* plugins/Makefile: derive from PPP CVS plugins example.
358	* plugins/patchlevel.h, plugins/pppd.h: copy headers from PPP CVS.
359	* plugins/pptpd-logwtmp.c: add plugin to update wtmp.
360	* Makefile.am: add targets for plugins build and any future
361	subdirectories.
362	* tools/vpnwho.pl: mark as obsolete.
363
364Wed Apr 28 19:54:04 2004  James Cameron  <quozl@us.netrek.org>
365
366	* pptpctrl.c (main): waitpid() rather than kill() the pppd, so
367	that ip-down scripts get executed.
368
369Tue Apr 27 09:11:32 2004  James Cameron  <quozl@us.netrek.org>
370
371	* NEWS: change attribution on request from author.
372
373	* Makefile.am (EXTRA_DIST): include README.portslave, re-order list.
374
375Sun Apr 25 20:31:52 2004  James Cameron  <quozl@us.netrek.org>
376
377	* pptpd-1.2.0-b3.tar.gz: released.
378	
379Sat Apr 24 20:51:54 2004  James Cameron  <quozl@us.netrek.org>
380
381	* pptpgre.c (decaps_hdlc): add hint for EIO on read() of PTY,
382	suggesting a look at option syntax and pppd logs.  To address a
383	FAQ seen on mailing lists.
384
385	* pptpd.conf.5: add routing checklists for three different methods
386	of allocating subnets and configuring pptpd.
387
388	* pptpd.8, pptpd.conf.5: add noipparam option documentation.  Move
389	speed option to end of list.  Rework text for simplicity.  Cross
390	check against pptpd.c.
391
392	* pptpctrl.8: rework argument list, cross check against
393	pptpctrl.c, remove examples because running from inetd(8) is
394	unusual and not encouraged.
395
396	* pptpd.c, pptpd.8, pptpmanager.c, pptpctrl.c, defaults.h: add
397	--ppp option to specify PPP program to use in place of default
398	PPP_BINARY, and pass the new parameter to pptpctrl.  Also reworked
399	option handling and validation to simplify code.  Use access()
400	instead of fopen() to verify that files can be read or executed.
401
402	* pptpd.c: bug fix, --stimeout option was not working due to use
403	of strdup() and a blind cast instead of atoi().
404
405	* pptpd.c: bug fix, --noipparam option on command line was causing
406	premature exit during option processing.
407
408Fri Apr 23 21:01:31 2004  James Cameron  <quozl@us.netrek.org>
409
410	* tools/pptp-portslave: add contribution from Russell Coker, on
411	Debian Bug#126486.
412
413Fri Apr 23 20:34:28 2004  James Cameron  <quozl@us.netrek.org>
414
415	* pptpctrl.c (main): fail if arguments insufficient, closes Debian
416	Bug#107933.
417
418	* .cvsignore: include config.h and stamp-h, to assist with CVS
419	updates.
420
421Fri Apr 23 20:13:43 2004  James Cameron  <quozl@us.netrek.org>
422
423	* AUTHORS: hide author e-mails, add contributors since last release.
424
425Fri Apr 23 20:00:02 2004  James Cameron  <quozl@us.netrek.org>
426
427	* stamp-h, config.h: remove from CVS.
428	
429	* import: remove huge superfluous screen snapshot that was slowing
430	CVS access.
431
432	* .cvsignore: update for new build environment, include everything
433	that might normally be in a user directory checked out from CVS.
434
435	* samples/options: not relevant, removed.
436
437	* tools/confmod.sh: mark as obsolete, relevant only for ppp-2.4.1
438	forks.
439
440	* reconf, version: adjust comments.
441
442	* pptpd.spec: include vpnwho.pl (old version at this stage until
443	Bruno finds me the latest version) in the RPM packaging.
444
445	* pptpd.conf.5, pptpd.8: expand acronymn DOS.
446
447	* pptpctrl.8: add note that speed is ineffective on Linux.
448
449	* makepackage: use complete version, including beta release, as
450	part of the packaging; don't hide the beta release version.
451
452	* configure.in: remove warning about /usr/local/bin/pptpd, since
453	/usr/local/bin is locally administered; we have no right to warn,
454	we may have been responsible even in this version for placing the
455	file there.
456
457	* Anon-CVS-Root: obsolete, removed.
458	
459	* build.sh: obsolete build.sh
460
461	* README.bcrelay: wrap to 80 columns.
462
463	* README: rework for new release.
464
465Fri Apr 23 17:05:23 2004  James Cameron  <quozl@us.netrek.org>
466
467	* makerpm: remove from CVS in favour of makepackage per Richard's
468	e-mail on 1st August 2003.
469
470	* Makefile.am (EXTRA_DIST): add README.bcrelay, older ChangeLogs,
471	tools, spec file, and makepackage script.
472
473Fri Apr 23 16:15:59 2004  James Cameron  <quozl@us.netrek.org>
474
475	* reconf: remove setting of pptpd.conf version.
476
477	* samples/pptpd.conf: remove package version from file, use CVS
478	revision header instead.
479
480	* samples/options.pptpd: clarify comments, default to work with
481	PPP 2.4.2.
482
483Thu Apr 22 16:38:01 2004  James Cameron  <quozl@us.netrek.org>
484
485	* pptpctrl.c: remove report of connection speed for Linux pppd.
486
487Thu Apr 22 13:41:11 2004  James Cameron  <quozl@us.netrek.org>
488
489	* pptpd-1.2.0-b1.tar.gz: released to test team.
490	
491	* AUTHORS: adjust to reflect new maintainer.
492
493	* bcrelay.c: when compiling without --with-bcrelay, fail
494	immediately with an error message suggesting a rebuild.
495
496	* bcrelay.c: adopt VERSION from main package, cause my_daemon() to
497	be conditional on not HAVE_DAEMON.
498
499	* pptpd.c (killbcrelay): avoid code when BCRELAY is not defined.
500	Fixes compiler error when pptpd is configured using defaults.
501
502	* Makefile.am (dist-hook, EXTRA_DIST): remove CVS from final
503	source distribution.
504
505	* samples/pptpd.conf: remove some whitespace and wrap.
506
507	* Makefile.am: remove CVS from dist target.
508
509	* RELEASING: new file of release instructions, for 1.2.0 release
510	candidate.
511
512	* configure.in: change version.
513
514	* pptpd.spec: change version.
515
516	* ChangeLog: adopt GNU format.
517	
518Fri Feb 27 09:53:19 2004  James Cameron  <quozl@us.netrek.org>
519
520	* pptpctrl.c (pptp_handle_ctrl_connection): on any CALL_CLR_RQST,
521	terminate the call.  From: "Bruno Lopes F. Cabral"
522	<bruno@openline.com.br> 2004-01-08
523	http://marc.theaimsgroup.com/?l=poptop-server&m=107359240120864&w=2
524
525Fri Feb 27 09:50:41 2004  James Cameron  <quozl@us.netrek.org>
526
527	* pptpctrl.c (launch_pppd): make sure SIGCHLD is unblocked. The
528	procmask gets inherited from the manager and usually has the
529	SIGCHLD blocked. Actually pppd does not expect that somebody
530	tampered with its signal mask, thus we just unblock all signals
531	and leave them to be handled by pppd.  This fixes the "ip-up
532	zombie" bug.  From: Peter Stamfest <poptop@stamfest.at> 2003-09-06
533	http://marc.theaimsgroup.com/?l=poptop-server&m=106284825408104&w=2
534
535Thu Feb 26 15:17:37 2004  James Cameron  <quozl@us.netrek.org>
536
537	* pptpd.8, pptpd.conf.5 (speed): note that speed is ineffective on
538	Linux, despite being accepted by pppd.
539
540Wed Dec 10 09:28:01 2003  James Cameron  <quozl@us.netrek.org>
541
542	* pptpctrl.c (launch_pppd): report program binary path.
543
544Tue Dec  9 10:22:01 2003  James Cameron  <quozl@us.netrek.org>
545
546	* pptpctrl.c (launch_pppd): report cause of failed execvp().
547	* pptpctrl.c (startCall): better explain launch failure.
548
549poptop (1.1.4-b5) unstable; urgency=low
550
551  * Added code to pass ipparam to pppd - By Sergio M. Ammirata
552  * Added Debian packaging information (not included in .tar.gz)
553  * Added bcrelay_v1 - By Norbert van Bolhuis
554  
555 -- R. de Vroede <richard@oip.tudelft.nl>  Fri, 18 Jul 2003 11:34:05 +0200
556
557poptop (1.1.4-b4) unstable; urgency=low
558
559  * Bugfix: First GRE packet always discarded - By: fghdgh (gcc111)
560  * Bugfix: Console fds left open, ssh hangs - By: fghdgh (gcc111)
561  * Bugfix: Pidfile option doesn't work - By: Visarion Mandzgaladze
562  
563 -- R. de Vroede <richard@oip.tudelft.nl>  Fri, Jun 20 2003 11:34:05 +0200
564
565poptop (1.1.4-b3) unstable; urgency=low
566
567  * Bugfix: Two buffer overflows in pptpctrl.c - By: Hernan Otero
568  
569 -- R. de Vroede <richard@oip.tudelft.nl>  Tue, May 13 2003 11:34:05 +0200
570
571poptop (1.1.4-b2) unstable; urgency=low
572
573  * Bugfix: Potential buffer-overflow in ctrlpacket.c
574  * Callid enhancements.  From: Ilguiz Latypov, Debian Bug#171831
575  
576 -- R. de Vroede <richard@oip.tudelft.nl>  Wed, Apr  9 2003 11:34:05 +0200
577
578poptop (1.1.4-b1) unstable; urgency=low
579
580  * Added BCrelay (Broadcast relay)
581  
582 -- R. de Vroede <richard@oip.tudelft.nl>  Fri, Oct 11 2002 11:34:05 +0200
583
584Poptop ChangeLog
585---------------------------------------------------------------------------
586v1.1.3
587* Wed Apr  9 2003 Richard de Vroede <r.devroede@linvision.com>
588- fixed a potential buffer-overflow in ctrlpacket.c
589
590* Thu Aug 22 2002 Richard de Vroede <richard@linvision.com>
591- added stimeout option to pptpd.conf manpage
592- updated the Changelog file ;-)
593
594* Tue Aug 20 2002 Richard de Vroede <richard@linvision.com>
595- removed debug commandline option from pptpd.init
596
597* Thu Aug  1 2002 Richard de Vroede <richard@linvision.com>
598- added config(noreplace) so old configs don't get replaced
599- fixed postscriptlet
600- adapted spec to cvs tree
601
602* Wed Jun 26 2002 Richard de Vroede <richard@linvision.com>
603- specfile now supports --with[out] options
604
605---------------------------------------------------------------------------
606v0.9.13 -> v1.1.3
607* June 18 2002 Richard de Vroede <richard@linvision.com>
608- migrated to version higher than last poptop release
609- bugfixed
610
611---------------------------------------------------------------------------
612