FreeBSD Bugzilla – Attachment 81684 Details for
Bug 116949
security/vpnc: Some Cisco Concentrators refuse Connection (ISAKMP_N_INVALID_PAYLOAD_TYPE(1))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
config.c.patch
config.c.patch (text/x-patch), 855 bytes, created by
Raffaele De Lorenzo
on 2007-10-05 13:03:27 UTC
(
hide
)
Description:
config.c.patch
Filename:
MIME Type:
Creator:
Raffaele De Lorenzo
Created:
2007-10-05 13:03:27 UTC
Size:
855 bytes
patch
obsolete
>--- config.c.orig Fri Oct 5 13:56:54 2007 >+++ config.c Fri Oct 5 13:59:51 2007 >@@ -15,7 +15,7 @@ > along with this program; if not, write to the Free Software > Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > >- $Id: config.c 133 2007-02-16 17:22:06Z Maurice Massar $ >+ $Id: config.c 133 2007-10-05 13:22:06Z Raffaele De Lorenzo $ > */ > > #define _GNU_SOURCE >@@ -238,15 +238,14 @@ > { > return "10000"; > } >+ > static const char *config_def_app_version(void) > { >- struct utsname uts; > char *version; >- >- uname(&uts); >- asprintf(&version, "Cisco Systems VPN Client %s:%s", VERSION, uts.sysname); >+ asprintf(&version, "Cisco Systems VPN Client %s:%s", "4.8.00 (0490)", "Linux"); > return version; > } >+ > static const char *config_def_script(void) > { > return "/usr/local/sbin/vpnc-script";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116949
:
81683
| 81684