| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | updated Standards-Version to 3.8.2 | Martin Willi | 2009-07-15 | 1 | -1/+1 |
* | added ${misc:Depends} dependency, fixes debhelper-but-no-misc-depends lintian... | Martin Willi | 2009-07-15 | 1 | -1/+1 |
* | added copyright information, fixes copyright-without-copyright-notice lintian... | Martin Willi | 2009-07-15 | 1 | -4/+7 |
* | report installation failure of inbound and/or outbound IPsec SA, separately | Andreas Steffen | 2009-07-13 | 1 | -8/+11 |
* | put variable definitions up front | Andreas Steffen | 2009-07-12 | 1 | -5/+8 |
* | added listener.h to charon_SOURCES | Andreas Steffen | 2009-07-12 | 1 | -0/+1 |
* | use the configured NM connection id as configuration/IKE_SA name | Martin Willi | 2009-07-10 | 1 | -45/+58 |
* | fixed state check if establishing the CHILD_SA fails | Martin Willi | 2009-07-10 | 1 | -1/+1 |
* | use the new updown()/rekey() hooks to track the state of NetworkManager conne... | Martin Willi | 2009-07-10 | 1 | -41/+49 |
* | implemented ike_down() bus hook | Martin Willi | 2009-07-09 | 5 | -31/+103 |
* | implemented ike_up() bus hook | Martin Willi | 2009-07-09 | 3 | -0/+40 |
* | implemented child_down() bus hook | Martin Willi | 2009-07-09 | 1 | -2/+17 |
* | implemented child_up() bus hook | Martin Willi | 2009-07-09 | 7 | -9/+72 |
* | implemented ike_rekey()/child_rekey() bus hooks | Martin Willi | 2009-07-09 | 4 | -0/+92 |
* | added new listener callbacks to track SAs | Martin Willi | 2009-07-09 | 1 | -0/+40 |
* | moved listener_t interface definition to a separate file | Martin Willi | 2009-07-09 | 5 | -108/+134 |
* | added a RADIUS id_prefix option to prefix the IMSI | Martin Willi | 2009-07-09 | 1 | -5/+16 |
* | remove obsolete child_cfg_t.equal_traffic_selectors() method | Martin Willi | 2009-07-07 | 2 | -42/+0 |
* | child_cfg matching code prefers a config containing the first proposed TS | Martin Willi | 2009-07-07 | 1 | -21/+47 |
* | added unit test for identification_t.matches() | Martin Willi | 2009-07-06 | 2 | -0/+54 |
* | added unit test for identification_t.equals() | Martin Willi | 2009-07-06 | 2 | -0/+88 |
* | added unit test for identification_t.contains_wildcard() | Martin Willi | 2009-07-06 | 2 | -0/+41 |
* | listen for CHILD_SA state changes only until it has been installed | Martin Willi | 2009-07-03 | 1 | -3/+5 |
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 24 | -24/+24 |
* | defer MOBIKE update if we have no route to the peer | Martin Willi | 2009-07-02 | 2 | -0/+42 |
* | do not abort notifying listeners if a listener unregisters | Martin Willi | 2009-07-02 | 1 | -6/+0 |
* | signal tunnel breakage to NetworkManager | Martin Willi | 2009-06-30 | 1 | -6/+28 |
* | restarting dbus is insufficient, restart network-manager after installation | Martin Willi | 2009-06-30 | 1 | -4/+4 |
* | deinit() library if integrity check fails | Martin Willi | 2009-06-22 | 1 | -0/+1 |
* | build and verify on disk file integrity of pluto and charon executables | Martin Willi | 2009-06-22 | 1 | -0/+9 |
* | removed obsolete INTEGRITY_TEST and fips signer code | Martin Willi | 2009-06-22 | 2 | -22/+0 |
* | library initialization fails if libstrongswan checksum is invalid | Martin Willi | 2009-06-22 | 1 | -1/+4 |
* | fixed another 64bit compiler warning | Martin Willi | 2009-06-19 | 1 | -2/+2 |
* | reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit i... | Martin Willi | 2009-06-19 | 2 | -7/+8 |
* | double check that parsing a list consumes all bytes | Martin Willi | 2009-06-17 | 1 | -0/+6 |
* | use signed lengths in parser and generator | Martin Willi | 2009-06-17 | 2 | -18/+18 |
* | fixed copy/paste error in attribute type parsing | Martin Willi | 2009-06-17 | 1 | -1/+0 |
* | use rwlock instead of a mutex in trap_manager, avoids possible deadlock | Martin Willi | 2009-06-16 | 1 | -18/+18 |
* | load trap_manager before plugins, allowing them to install traps | Martin Willi | 2009-06-16 | 1 | -1/+1 |
* | reset IKE_SA on bus after checkout/checkin of replacement SA | Martin Willi | 2009-06-16 | 1 | -2/+4 |
* | instanciate first registered kernel interface immediately | Martin Willi | 2009-06-16 | 3 | -74/+78 |
* | extended RSA tests by encrypt/decrypt operations | Martin Willi | 2009-06-15 | 1 | -1/+19 |
* | consistent display of strongSwan version | Andreas Steffen | 2009-06-13 | 2 | -2/+2 |
* | removed crypto tests form unit tester, all gone to test-vector plugin | Martin Willi | 2009-06-12 | 5 | -759/+0 |
* | removed pluto test vectors, --disable-self-test option | Martin Willi | 2009-06-11 | 1 | -4/+0 |
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 3 | -1055/+1 |
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 3 | -109/+0 |
* | properly shut down and unref nm mainloop, fixes crash at shutdown | Martin Willi | 2009-06-09 | 1 | -3/+5 |
* | remove stale pidfile if no such process found | Martin Willi | 2009-06-09 | 1 | -13/+44 |
* | fix inclusion of private_key_t in nm plugin | Martin Willi | 2009-06-09 | 1 | -0/+1 |