Martin Willi
|
6150efa885
|
Added charon to .gitignore
|
2010-03-19 17:17:54 +01:00 |
|
Martin Willi
|
7c11d10eb8
|
Removed strayed code fragment
|
2010-03-19 10:25:12 +01:00 |
|
Martin Willi
|
f0da32c58d
|
Introduced ipsec.conf NTLM keyword for NT hashes
|
2010-03-17 18:51:00 +01:00 |
|
Martin Willi
|
a7fb418edd
|
EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwords
|
2010-03-17 18:50:53 +01:00 |
|
Martin Willi
|
520f6b846a
|
Added a very minimalistic SMTP client to send mails via a local Exim
|
2010-03-11 10:51:16 +01:00 |
|
Martin Willi
|
0fa7d1abb3
|
Do not disable the default-socket if it was enabled explicitly
|
2010-03-11 08:52:48 +01:00 |
|
Martin Willi
|
81e9e75940
|
Set a xy_given variable for a --enable/disable-xy option
This additional variable allows a check if an option was
explicitly given or implicitly set using the default.
|
2010-03-11 08:50:12 +01:00 |
|
Martin Willi
|
a3920abb76
|
Add a getter for the HTTP referer
|
2010-03-10 15:09:12 +01:00 |
|
Martin Willi
|
40f130dab3
|
Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin
|
2010-03-08 13:16:12 +01:00 |
|
Martin Willi
|
33e4ee59ed
|
Removed accidentally commited files from tree, ignore tarballs and patches
|
2010-03-08 09:36:46 +01:00 |
|
Martin Willi
|
23763c2cae
|
scepclient still depends on libfreeswan
|
2010-03-05 08:52:09 +01:00 |
|
Martin Willi
|
3eb633e1e6
|
Remove the invalid cast in time() parameter, as reported by Marius Tomaschewski.
|
2010-03-04 08:44:23 +01:00 |
|
Martin Willi
|
d02308502f
|
Add braces around empty body in if statement
|
2010-03-03 16:53:42 +01:00 |
|
Martin Willi
|
a5a4b6c9d1
|
Added charon.send/receive_delay options to simulate different RTTs
|
2010-03-03 15:59:29 +01:00 |
|
Martin Willi
|
24f058ac74
|
Migrated receiver_t to METHOD/INIT macros
|
2010-03-03 15:52:20 +01:00 |
|
Martin Willi
|
eb1aa4c537
|
Migrated sender_t to METHOD/INIT macros
|
2010-03-03 15:46:53 +01:00 |
|
Martin Willi
|
aa59a7f241
|
Check if we are not using a vendor EAP method in EAP_IDENTITY comparison.
Bug reported by Ingo Kubbilun with a patch from Reinhard Pfau, secunet AG.
|
2010-03-03 12:28:38 +01:00 |
|
Martin Willi
|
1abab9ec4f
|
Use "static const", some GCCs don't like "const static"
|
2010-03-03 10:44:49 +01:00 |
|
Martin Willi
|
3e6b50ed4a
|
NEWS about the android plugin
|
2010-02-26 11:57:59 +01:00 |
|
Martin Willi
|
00c60592f2
|
NEWS about the dynamic socket implementation
|
2010-02-26 11:52:54 +01:00 |
|
Martin Willi
|
5acb97cebb
|
Link libstrongswan to the new plugins, too
|
2010-02-26 11:49:04 +01:00 |
|
Martin Willi
|
f16ca9e89c
|
Add support for dynamic ports in load tester
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
347488bd67
|
Process ike_vendor task before ike_init, fixes support for private algs in IKE
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
b3b74e479b
|
Set UDP encapsulation option on all sockets
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
da2303ca69
|
Fixed starter left-/rightikeport keyword
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
9cb2360e4f
|
Added locking to dynamic socket list
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
af2c43fdc7
|
Include ports in ike_cfg equality check
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
9ed1bb4842
|
Added an initiator-only socket implementation which binds ports on demand
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
40706b6027
|
Removed obsolete daemon kill
|
2010-02-26 11:44:34 +01:00 |
|
Martin Willi
|
d6a27ec64e
|
Do not kill daemon, just not use pluggable kernel interface if initialization failed
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
54f818590e
|
Pass sockets to bypass to kernel interface, allowing us to register them dynamically
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
3e631491a0
|
Migrated kernel_klips_ipsec to METHOD/INIT macros
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
44791b75f5
|
Migrated kernel_pfkey_ipsec to METHOD/INIT macros
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
98ed9c6cf2
|
Migrated kernel_netlink_ipsec to METHOD/INIT macros
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
2d49f74e28
|
Migrated kernel_interface wrapper to METHOD/INIT macros
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
667b73721a
|
Added left-/rightikeport ipsec.conf options to use custom IKE ports
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
cc2eaddee4
|
Use src/dst ports as configured in ike_cfg
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
4e18490ea8
|
Store custom IKE src/dst ports on ike_cfg
|
2010-02-26 11:44:33 +01:00 |
|
Martin Willi
|
deac3a0a5d
|
Migrated ike_cfg_t to METHOD/INIT macros
|
2010-02-26 11:44:32 +01:00 |
|
Martin Willi
|
147dd96376
|
Migrated packet_t to METHOD/INIT macros
|
2010-02-26 11:44:32 +01:00 |
|
Martin Willi
|
dab0560497
|
Moved socket and socket-raw implementations to plugins
|
2010-02-26 11:44:32 +01:00 |
|