Commit Graph

799 Commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
16629faffd removed unneeded include 2013-12-07 18:28:25 +01:00
Nikos Mavrogiannopoulos
8a919d236f udp-port can now be unset, and that will disable listening to UDP. 2013-12-07 17:44:31 +01:00
Nikos Mavrogiannopoulos
a53c4dba8e doc update 2013-12-06 17:52:38 +01:00
Nikos Mavrogiannopoulos
5929c7a171 doc update 2013-12-06 17:09:04 +01:00
Nikos Mavrogiannopoulos
55b6af3460 doc update 2013-12-06 16:17:48 +01:00
Nikos Mavrogiannopoulos
d4a56c6a33 initialize values prior to list_for_each() calls, to avoid static analysers complaints on garbage values. 2013-12-06 14:50:48 +01:00
Nikos Mavrogiannopoulos
b90c160b01 undefine LIST_HEAD and LIST_HEAD_INIT 2013-12-06 14:18:57 +01:00
Nikos Mavrogiannopoulos
f1ddf6729e bumped version 2013-12-06 10:11:58 +01:00
Nikos Mavrogiannopoulos
cde9324363 Use the correct sighandler definition on different systems. 2013-12-06 09:46:59 +01:00
Nikos Mavrogiannopoulos
190e81707e use regex for comparison 2013-12-05 20:53:35 +01:00
Nikos Mavrogiannopoulos
4eebd6eaa7 Added test case for the disconnection due to cookie re-use case. 2013-12-05 20:53:30 +01:00
Nikos Mavrogiannopoulos
8bb4e81f6f When a new connection presents a cookie of an existing session the previous session is disconnected. 2013-12-05 20:53:27 +01:00
Nikos Mavrogiannopoulos
d5dcee6fb0 fixed issue when compiling with -j 2013-12-05 20:53:24 +01:00
Nikos Mavrogiannopoulos
059458919d further increase the PAM stack size to allow for more complex PAM modules 2013-12-05 20:53:21 +01:00
Nikos Mavrogiannopoulos
3d5b15ccd3 properly initialize rnd IP to avoid valgrind complaints 2013-12-05 20:53:16 +01:00
Nikos Mavrogiannopoulos
d1a79b3fcd updated todo 2013-12-01 11:34:53 +01:00
Nikos Mavrogiannopoulos
a6298001bd doc update 2013-12-01 11:08:39 +01:00
Kevin Cernekee
972bce3bde README: Add info on build dependencies 2013-12-01 11:07:23 +01:00
Kevin Cernekee
3e263573ab Add build-aux/.gitignore 2013-12-01 11:06:20 +01:00
Kevin Cernekee
c91ae911ee Remove autogenerated scripts from git repo
These get dirtied every time somebody runs autogen.sh.
2013-12-01 11:05:33 +01:00
Nikos Mavrogiannopoulos
1f36e79c5c updated 2013-12-01 11:03:25 +01:00
Kevin Cernekee
b38a82873b Add X-CSTP-License header for mobile client compatibility
The Android AnyConnect client passes authentication but refuses to
establish a VPN link if this header is missing.
2013-12-01 11:02:33 +01:00
Nikos Mavrogiannopoulos
926e5da853 updated title 2013-11-23 22:15:44 +01:00
Nikos Mavrogiannopoulos
bd42c084ee updated gnulib ocserv_0_2_2 2013-11-23 17:03:30 +01:00
Nikos Mavrogiannopoulos
f46a99233f doc update 2013-11-23 17:00:54 +01:00
Nikos Mavrogiannopoulos
5938943d39 use different ports per test 2013-11-23 16:55:38 +01:00
Nikos Mavrogiannopoulos
d91a8c5a1e daemon group is available in more systems. Use that for testing. 2013-11-23 16:50:40 +01:00
Nikos Mavrogiannopoulos
325bc3cdff bumped version 2013-11-23 16:45:22 +01:00
Nikos Mavrogiannopoulos
72fc4ec2b8 updated libopts detection 2013-11-23 16:44:12 +01:00
Nikos Mavrogiannopoulos
dbc871b588 doc update 2013-11-19 22:32:30 +01:00
Nikos Mavrogiannopoulos
d7bee06bff relicensed after all authors agreed. 2013-11-19 18:19:46 +01:00
Nikos Mavrogiannopoulos
276c5137d3 use definitions to avoid discrepancies. 2013-11-17 18:22:20 +01:00
Nikos Mavrogiannopoulos
c0277bd9d3 corrected size of explicit nonce 2013-11-17 18:18:08 +01:00
Nikos Mavrogiannopoulos
a6ec332988 The Salsa20 ciphersuites are used over DTLS 1.2, and their names follow the new encoding. 2013-11-16 23:12:48 +01:00
Nikos Mavrogiannopoulos
1265b8949d be more precise in MTU calculation even without gnutls_est_record_overhead_size(). 2013-11-16 22:47:44 +01:00
Nikos Mavrogiannopoulos
ccb3f1b45f Do not use an MTU that is bigger than the originally suggested one. Openconnect doesn't like that. 2013-11-16 22:34:25 +01:00
Nikos Mavrogiannopoulos
39515e39f5 Better estimate the record overhead. 2013-11-16 22:30:44 +01:00
Nikos Mavrogiannopoulos
02c821fa73 updated 2013-11-16 19:53:46 +01:00
Nikos Mavrogiannopoulos
5f32afbf6c doc update 2013-11-16 17:34:57 +01:00
Nikos Mavrogiannopoulos
e08f70987a Added the --http-debug option to ocserv to avoid printing full HTTP messages to normal debug mode. 2013-11-16 17:33:50 +01:00
Nikos Mavrogiannopoulos
d3a6759bc7 more changes for the new ciphersuites 2013-11-15 09:51:24 +01:00
Nikos Mavrogiannopoulos
103ffb424f Added ciphersuites OC-AES-GCM. 2013-11-15 09:03:16 +01:00
Nikos Mavrogiannopoulos
4e28be4e38 corrected include to http-parser 2013-11-15 08:54:10 +01:00
Nikos Mavrogiannopoulos
d85669aedc relicensed files. 2013-11-11 23:16:54 +01:00
Nikos Mavrogiannopoulos
f9ce3fd3d3 doc update 2013-11-10 16:48:01 +01:00
Nikos Mavrogiannopoulos
7d70006a2d Check for local http_parser library. If found use it instead of the included one. 2013-11-10 15:14:37 +01:00
Nikos Mavrogiannopoulos
d2f584bf9b test before copy 2013-11-09 19:51:37 +01:00
Nikos Mavrogiannopoulos
438b76ff58 Distribute the autogen'erated files as .bak and enable them only if local libopts is being used. 2013-11-09 13:10:04 +01:00
Nikos Mavrogiannopoulos
17946ca700 better phrasing. 2013-11-09 10:00:56 +01:00
Nikos Mavrogiannopoulos
504737b378 remove usage of wondershaper 2013-11-09 09:57:17 +01:00