File: ChangeLog

package info (click to toggle)
network-manager-pptp 1.2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,124 kB
  • sloc: ansic: 7,341; sh: 4,177; makefile: 246; xml: 24
file content (299 lines) | stat: -rw-r--r-- 8,861 bytes parent folder | download | duplicates (6)
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
2009-02-17  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-pppd-plugin.c
		- (nm_ip_up): set MTU to 1400, which is what Windows XP/Vista currently
			use for PPTP MTU
	* src/nm-pptp-service.c
		- (construct_pppd_args): send 'noauth' since for the moment there's no
			way we could possibly authenticate the PPTP server

2009-02-13  Dan Williams  <dcbw@redhat.com>

	* nm-pptp-service.conf
		- Clean up dbus permissions; retain deny for compat with older dbus

2009-02-09  Dan Williams  <dcbw@redhat.com>

	Patch from Russell Suter <rsuter@mxlogic.com>

	* src/nm-pptp-service.c
		- (impl_pptp_service_need_secrets): domain logins only need one
			'\'

2009-02-06  Dan Williams  <dcbw@redhat.com>

	Patch from Russell Suter <rsuter@mxlogic.com>

	* properties/advanced-dialog.c
		- (advanced_dialog_new_hash_from_dialog): fix saving MPPE values

2008-12-13  Przemysław Grzegorczyk  <pgrzegorczyk@gmail.com>

	* src/nm-pptp-pppd-plugin.c:
	* src/nm-pptp-service.h:
	* properties/advanced-dialog.h:
	* auth-dialog/gnome-two-password-dialog.c:
	* auth-dialog/gnome-two-password-dialog.h: Cleared up gtk and glib includes
	to use only toplevel headers. Bug #564376.

2008-12-11  Dan Williams  <dcbw@redhat.com>

	* Split into separate repository

2008-11-29  Dan Williams  <dcbw@redhat.com>

	* properties/nm-pptp.c
		- (auth_methods_setup, advanced_dialog_new_hash_from_dialog): add EAP
			to the auth method list

2008-11-24  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (construct_pppd_args): send username to server (bgo #561941)

2008-11-04  Dan Williams  <dcbw@redhat.com>

	Fix bgo #559152

	* src/nm-pptp-pppd-plugin.c
		- (nm_ip_up): remote peer's address is the PTP address, not the external
			gateway address

	* src/nm-pptp-service.c
		- (construct_pppd_args): allow easier PPP debugging
		- (service_ip4_config_cb): insert the VPN gateway's public IP address
			into the IP4 config
		- (real_connect, real_disconnect, state_changed_cb, dispose): cache
			the connection so that the VPN gateway's public IP address can be
			retrieved from it when the IP4 config comes back from pppd

2008-10-26  Dan Williams  <dcbw@redhat.com>

	* properties/nm-pptp.c
		- Update for setting accessor changes

2008-10-24  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (construct_pppd_args): pppd always parses /etc/ppp/options, so always
			add really important stuff to the command line to ensure that NM
			overrides /etc/ppp/options (bgo #556781)

2008-10-14  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-pppd-plugin.c
		- (nm_ip_up): pass VPN gateway up to nm-pptp-service

2008-10-12  Dan Williams  <dcbw@redhat.com>

	Patch from Bin Li <libin.charles@gmail.com>, based on patches by Tambet 
	(openvpn) and Dan (vpnc)

	* common-gnome/*
		- Copy over common keyring functions

	* auth-dialog/Makefile.am
	  auth-dialog/main.c
	  	- Use common keyring functions

	* properties/Makefile.am
	  properties/nm-pptp-dialog.glade
	  properties/nm-pptp.c
	  properties/nm-pptp.h
		- Add a 'password' entry and read/write the password when appropriate

2008-09-29  Dan Williams  <dcbw@redhat.com>

	* properties/nm-pptp-dialog.glade
		- "Domain" -> "NT Domain" to clarify what it's really for

2008-09-29  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-serivce.c
		- (impl_pptp_service_need_secrets): use the expected Windows-style
			'domain\\username' format, not whatever I made up

2008-09-25  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (nm_pptp_ppp_service_cache_credentials, impl_pptp_service_need_secrets):
			when a domain is specified, synthesize the username passed to pppd
			as username@domain

2008-08-28  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (nm_pptp_ppp_service_cache_credentials, nm_pptp_properties_validate,
		   real_connect, real_need_secrets): handle split VPN secrets

2008-08-28  Dan Williams  <dcbw@redhat.com>

	* auth-dialog/main.c
		- (get_secrets): don't gtk_widget_show_all() because that exposes
			widgets that were supposed to be hidden
		- (main): don't segfault on missing passwords (like hitting Cancel)

2008-08-26  Dan Williams  <dcbw@redhat.com>

	* auth-dialog/main.c
		- Convert to connection UUIDs (requires NM svn 4013 or later)
		- General cleanups

2008-08-11  Dan Williams  <dcbw@redhat.com>

	Update to match NM svn3924 vpn setting changes; verify options better;
	return more informative errors on VPN launch failures.

2008-08-07  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-pppd-plugin.c
		- (nm_ip_up): use correct option index (bgo #517468)

2008-07-27  Dan Williams  <dcbw@redhat.com>

	Patch from Michael Biebl <biebl@debian.org>

	* Move service to $LIBEXECDIR, remove unneeded compilation flags, move
		properties plugin to $LIBDIR/NetworkManager

2008-07-21  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (state_changed_cb): remove the timeout handler when it's no longer
			needed either; if pppd died on startup (wrong options) then the
			timeout wouldn't have been removed before

2008-07-20  Dan Williams  <dcbw@redhat.com>

	Port to NM 0.7 VPN plugin API

2008-04-27  Dan Williams  <dcbw@redhat.com>

	* properties/Makefile.am
		- Avoid versioning properties plugin (gnome.org #529836)

2007-12-17  Dan Williams  <dcbw@redhat.com>

	Patch from Christian Persch <chpe@gnome.org>

	Fix up the build (gnome.org #473298)

2007-08-14  Dan Williams  <dcbw@redhat.com>

	* src/nm-openvpn-service.c
		- Handle NM_VPN_STATE_* -> NM_VPN_SERVICE_STATE_* and NMVPNState -> 
			NMVPNServiceState renames

2007-07-26  Dan Williams  <dcbw@redhat.com>

    Patch from Kelemen Gábor <kelemeng@gnome.hu>

    * auth-dialog-general/nm-ppp-auth.glade
        - Mark non-translated strings as non-translatable (#411875)

2007-07-26  Dan Williams  <dcbw@redhat.com>

    Patch from Robert Buchholz <rbu@gentoo.org>

    * src/Makefile.am
        - Fix for new pppd files layout (#454741)

2007-06-21  Christopher Aillon  <caillon@redhat.com>

	* nm-ppp-starter.name.in:
	Make the properties library path multilib friendly (#447577)

2007-06-13  Christopher Aillon  <caillon@redhat.com>

	Patch from Christian Persch <chpe@gnome.org>

	* vpn-daemons/pptp/auth-dialog/gnome-two-password-dialog.c:
	HIGify the auth dialog; matches changes to libgnomeui

2007-06-11  Christopher Aillon  <caillon@redhat.com>

	Patch from Christian Persch <chpe@gnome.org>

	* configure.in:
	* Makefile.am:
	Add a dependency on libnm-util and also removes the expansion of paths
	from configure which is disrecommended by automake. (446330)

2007-06-11  Christian Persch  <chpe@gnome.org>

	* properties/nm-ppp-dialog.glade: HIGify. Bug #383034.

2007-06-05  Christopher Aillon  <caillon@redhat.com>

	Patch from Christian Persch <chpe@gnome.org>

	* auth-dialog/main.c:
	* auth-dialog-general/main.c:
	Stop leaking GnomeProgram objects.

2007-02-02  Dan Williams  <dcbw@redhat.com>

	* src/nm-ppp-starter.c
		- (nm_ppp_dbus_process_helper_ip4_config): use uint32 arrays instead
			of appending multiple entries with the same key

2006-12-03  Dan Williams  <dcbw@redhat.com>

	Patch from Nathaniel McCallum <nathaniel@natemccallum.com>

	* properties/nm-ppp-dialog.glade
	  properties/nm-ppp-properties.c
	  src/nm-ppp-starter.c
		- Add option for Stateful MPPE

2006-10-30  Tambet Ingo  <tambet@ximian.com>

	* src/nm-pppd-plugin.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* properties/vpnui_impl.c: Ditto.

	* properties/vpnui_impl.h: Ditto.

	* src/nm-ppp-starter.c: Ditto.

	* src/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* properties/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

2006-06-20  Satoru SATOH <ss@gnome.gr.jp>

	* configure.in (ALL_LINGUAS): Added ja (Japanese).

2006-06-01  Antony Mee  <eemynotna@gmail.com>

	* DBUS revamp is complete possible to have various
	  authentication methods, ptys etc.  
	* version bumped to 0.6.9 to bring closer in line with NM
	* nm-pptp-service-pppd-plugin.c -> nm-pppd-plugin.c:
	  The pppd plugin has now been generalised to work with 
	  any ppp protocol. (Options do not exist in the config
	  dialog yet however)
	* src/Makefile.am: fixed to install pppd plugin correctly
	  (unsure about -fPIC usage!)

2006-04-23  Dan Williams  <dcbw@redhat.com>

	Patch from j@bootlab.org
	* src/Makefile.am: add missing files so make distcheck works

2006-03-29  Robert Love  <rml@novell.com>

	* src/nm-pptp-service.c: New eigth argument to DBUS VPN method, the
	  per-route MSS.  PPTP does not care about the MSS, so we send zero.

2006-01-05  Tim Niemueller <tim@niemueller.de>

	* configure.in: Explicitly set AUX_DIR to . to prevent autoconf from
	  searching (and finding) install-sh in ../.., which lead to
	  problems.

2005-11-17  Antony Mee <eemynotna@gmail.com>

	* started work based on openvpn work