Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openconnect
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
mirror
openconnect
Commits
70d26b83
Commit
70d26b83
authored
Jan 26, 2015
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year
Signed-off-by:
David Woodhouse
<
David.Woodhouse@intel.com
>
parent
d140161e
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
28 additions
and
28 deletions
+28
-28
auth.c
auth.c
+1
-1
compat.c
compat.c
+1
-1
cstp.c
cstp.c
+1
-1
digest.c
digest.c
+1
-1
dtls.c
dtls.c
+1
-1
gnutls.c
gnutls.c
+1
-1
gnutls.h
gnutls.h
+1
-1
gnutls_tpm.c
gnutls_tpm.c
+1
-1
gssapi.c
gssapi.c
+1
-1
http.c
http.c
+1
-1
iconv.c
iconv.c
+1
-1
library.c
library.c
+1
-1
main.c
main.c
+1
-1
mainloop.c
mainloop.c
+1
-1
ntlm.c
ntlm.c
+1
-1
oath.c
oath.c
+1
-1
openconnect-internal.h
openconnect-internal.h
+1
-1
openconnect.h
openconnect.h
+1
-1
openssl-pkcs11.c
openssl-pkcs11.c
+1
-1
openssl.c
openssl.c
+1
-1
script.c
script.c
+1
-1
ssl.c
ssl.c
+1
-1
sspi.c
sspi.c
+1
-1
stoken.c
stoken.c
+1
-1
tun-win32.c
tun-win32.c
+1
-1
tun.c
tun.c
+1
-1
xml.c
xml.c
+1
-1
yubikey.c
yubikey.c
+1
-1
No files found.
auth.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2013 John Morrissey <jwm@horde.net>
*
* Author: David Woodhouse <dwmw2@infradead.org>
...
...
compat.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Authors: David Woodhouse <dwmw2@infradead.org>
*
...
...
cstp.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
*
* Author: David Woodhouse <dwmw2@infradead.org>
...
...
digest.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
dtls.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
gnutls.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
gnutls.h
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
gnutls_tpm.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
gssapi.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
http.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
*
* Author: David Woodhouse <dwmw2@infradead.org>
...
...
iconv.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
library.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2013 John Morrissey <jwm@horde.net>
*
* Authors: David Woodhouse <dwmw2@infradead.org>
...
...
main.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
* Copyright © 2013 John Morrissey <jwm@horde.net>
*
...
...
mainloop.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
ntlm.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
oath.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2013 John Morrissey <jwm@horde.net>
* Author: David Woodhouse <dwmw2@infradead.org>
...
...
openconnect-internal.h
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
* Copyright © 2013 John Morrissey <jwm@horde.net>
*
...
...
openconnect.h
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
* Copyright © 2013 John Morrissey <jwm@horde.net>
*
...
...
openssl-pkcs11.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
openssl.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
script.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
ssl.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
sspi.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
stoken.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2012-2014 Kevin Cernekee <cernekee@gmail.com>
*
* Author: David Woodhouse <dwmw2@infradead.org>
...
...
tun-win32.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
tun.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
xml.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-201
4
Intel Corporation.
* Copyright © 2008-201
5
Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
*
* Author: David Woodhouse <dwmw2@infradead.org>
...
...
yubikey.c
View file @
70d26b83
/*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 20
14
Intel Corporation.
* Copyright © 20
08-2015
Intel Corporation.
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment