index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving charon to libcharon.
Tobias Brunner
2010-03-19
480
-0
/
+0
*
Removed strayed code fragment
Martin Willi
2010-03-19
1
-20
/
+4
*
ipsec pool --batch command
Heiko Hund
2010-03-19
1
-60
/
+200
*
ipsec pool error return status
Heiko Hund
2010-03-19
1
-49
/
+51
*
ipsec pool --replace command
Heiko Hund
2010-03-19
1
-23
/
+61
*
--addresses option for ipsec pool --add command
Heiko Hund
2010-03-19
1
-5
/
+187
*
Introduced ipsec.conf NTLM keyword for NT hashes
Martin Willi
2010-03-17
1
-0
/
+1
*
EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwords
Martin Willi
2010-03-17
2
-40
/
+59
*
lookup exclusion for several arbitrary routing tables
Thomas Egerer
2010-03-17
1
-0
/
+70
*
Fixing a compiler warning when building with -Wextra.
Tobias Brunner
2010-03-16
1
-1
/
+1
*
setting the two most significant bits assures an RSA modulus of maximum bit size
Andreas Steffen
2010-03-15
1
-2
/
+2
*
we don't accept a serial number with leading zeroes
Andreas Steffen
2010-03-14
2
-0
/
+10
*
Reordered the name and sname construction.
Tobias Brunner
2010-03-12
1
-4
/
+4
*
Fixed a bug in pluto's x509 handling.
Tobias Brunner
2010-03-12
1
-2
/
+2
*
deleted old strongSwan VIDs
Andreas Steffen
2010-03-12
2
-86
/
+15
*
Added a very minimalistic SMTP client to send mails via a local Exim
Martin Willi
2010-03-11
3
-1
/
+241
*
Add a getter for the HTTP referer
Martin Willi
2010-03-10
2
-0
/
+16
*
fix 64bit issue with time_t from database
Andreas Steffen
2010-03-10
1
-2
/
+8
*
Provide the Diffie Hellman parameters from a central location, so that we do ...
Tobias Brunner
2010-03-09
5
-733
/
+380
*
Adding the OpenSSL plugin to the Android build.
Tobias Brunner
2010-03-08
3
-2
/
+20
*
Fixing integrity tests after renaming the plugin constructors.
Tobias Brunner
2010-03-08
1
-2
/
+12
*
Adding a helper function that translates single characters in a string.
Tobias Brunner
2010-03-08
3
-19
/
+32
*
Replaced the deprecated RSA_generate_key with RSA_generate_key_ex.
Tobias Brunner
2010-03-08
1
-2
/
+25
*
Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin
Martin Willi
2010-03-08
5
-7
/
+202
*
critical keyUsage extension must be parsed
Andreas Steffen
2010-03-07
1
-0
/
+3
*
recognize strongSwan VID
Andreas Steffen
2010-03-07
1
-47
/
+53
*
set Certificate Sign and CRL Sign flags in keyUsage extension if CA is true
Andreas Steffen
2010-03-07
2
-5
/
+14
*
parser.l includes y.tab.h, so it must be built first
Tobias Brunner
2010-03-05
1
-1
/
+1
*
Ignore the generated y.output.
Tobias Brunner
2010-03-05
2
-351
/
+1
*
Do not hardcode the path to the strongSwan sources.
Tobias Brunner
2010-03-05
1
-2
/
+2
*
Build libstrongswan before building any plugins during the non-monolithic bui...
Tobias Brunner
2010-03-05
1
-0
/
+4
*
scepclient still depends on libfreeswan
Martin Willi
2010-03-05
1
-1
/
+1
*
Remove the invalid cast in time() parameter, as reported by Marius Tomaschewski.
Martin Willi
2010-03-04
1
-1
/
+1
*
Fixing a bug on platforms where size_t is unsigned.
Tobias Brunner
2010-03-03
1
-12
/
+12
*
The parsed timeval is unsigned.
Tobias Brunner
2010-03-03
1
-2
/
+2
*
The return value of snprintf is int not size_t.
Tobias Brunner
2010-03-03
2
-3
/
+4
*
Add braces around empty body in if statement
Martin Willi
2010-03-03
1
-1
/
+1
*
Added charon.send/receive_delay options to simulate different RTTs
Martin Willi
2010-03-03
2
-1
/
+30
*
Migrated receiver_t to METHOD/INIT macros
Martin Willi
2010-03-03
1
-19
/
+16
*
Migrated sender_t to METHOD/INIT macros
Martin Willi
2010-03-03
1
-20
/
+19
*
Check if we are not using a vendor EAP method in EAP_IDENTITY comparison.
Martin Willi
2010-03-03
1
-1
/
+1
*
Use "static const", some GCCs don't like "const static"
Martin Willi
2010-03-03
1
-2
/
+2
*
Adding Android.mk files to build charon and libstrongswan with the Android bu...
Tobias Brunner
2010-03-03
5
-1
/
+414
*
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...
Tobias Brunner
2010-03-02
59
-83
/
+14
*
Streamlined the source file list formatting in plugin makefiles.
Tobias Brunner
2010-03-02
56
-139
/
+220
*
Fixing some includes by replacing <> with "".
Tobias Brunner
2010-03-02
17
-44
/
+38
*
Link all enabled libstrongswan plugins into the library, link all enabled cha...
Tobias Brunner
2010-03-02
61
-116
/
+536
*
Enabling the plugin loader to be able to load plugins without explicitly load...
Tobias Brunner
2010-03-02
1
-0
/
+37
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
61
-67
/
+92
*
Removing the plugin constructor declarations from the header files.
Tobias Brunner
2010-03-02
59
-295
/
+0
[next]