Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 1 | -3/+3 |
| | |||||
* | Do not increase the invalid-KE/Cookie retry counter for additional keyingtry ↵ | Martin Willi | 2009-09-24 | 1 | -1/+3 |
| | | | | attempts | ||||
* | Fixed encoding of hash-and-url cert payload | Martin Willi | 2009-09-22 | 1 | -13/+13 |
| | |||||
* | Cleaned up some code of the mediation extension. | Tobias Brunner | 2009-09-04 | 3 | -93/+115 |
| | |||||
* | Moved set_state after the DBG0 statement, so that the message gets logged ↵ | Tobias Brunner | 2009-09-04 | 1 | -2/+2 |
| | | | | also for mediation connections without CHILD_SA. | ||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 10 | -10/+10 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 26 | -609/+609 |
| | |||||
* | fixed memleak in rekey collissions | Martin Willi | 2009-09-03 | 1 | -0/+3 |
| | |||||
* | Convert empty CREATE_CHILD_SA exchange to an INFORMATIONAL | Martin Willi | 2009-09-03 | 1 | -1/+3 |
| | |||||
* | Use get_notify() to look up single notifies | Martin Willi | 2009-09-03 | 4 | -104/+35 |
| | |||||
* | Simplified the search for ME_CONNECTID notifies. | Tobias Brunner | 2009-09-02 | 1 | -42/+5 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 4 | -14/+14 |
| | |||||
* | If no inbound CHILD_SA is found, try to find an outbound SA. | Tobias Brunner | 2009-09-01 | 2 | -4/+18 |
| | | | | | Due to the new lifetime limits in- and outbound SAs may expire individually. | ||||
* | use time_monotonic() instead of time() for statistics and time difference ↵ | Martin Willi | 2009-08-31 | 1 | -1/+1 |
| | | | | calculations | ||||
* | updated charon to new fingerprinting API | Martin Willi | 2009-08-26 | 2 | -45/+44 |
| | |||||
* | %llu correctly prints u_int64_t | Andreas Steffen | 2009-08-07 | 1 | -3/+3 |
| | |||||
* | printing u_int64_t caused segfault on 32-bit platforms | Andreas Steffen | 2009-08-07 | 1 | -3/+3 |
| | |||||
* | Fixed a race condition when querying stats of a child_sa in different order. | Tobias Brunner | 2009-08-06 | 1 | -4/+6 |
| | |||||
* | Reverted the interface changes introduced in 3f720dc7. | Tobias Brunner | 2009-08-06 | 1 | -4/+2 |
| | |||||
* | output number of transmitted bytes in closing CHILD_SA statement | Andreas Steffen | 2009-08-04 | 1 | -1/+5 |
| | |||||
* | report installation failure of inbound and/or outbound IPsec SA, separately | Andreas Steffen | 2009-07-13 | 1 | -8/+11 |
| | |||||
* | implemented ike_down() bus hook | Martin Willi | 2009-07-09 | 2 | -8/+32 |
| | |||||
* | implemented ike_up() bus hook | Martin Willi | 2009-07-09 | 1 | -0/+2 |
| | |||||
* | implemented child_down() bus hook | Martin Willi | 2009-07-09 | 1 | -2/+17 |
| | |||||
* | implemented child_up() bus hook | Martin Willi | 2009-07-09 | 3 | -5/+24 |
| | |||||
* | implemented ike_rekey()/child_rekey() bus hooks | Martin Willi | 2009-07-09 | 2 | -0/+12 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 5 | -9/+38 |
| | |||||
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-12 | 1 | -2/+2 |
| | |||||
* | properly end CERT_PRE task after detecting the final authentication round | Martin Willi | 2009-05-12 | 1 | -27/+41 |
| | |||||
* | fixed configuration payload type as responder | Martin Willi | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | never send a CERT payload in EAP | Martin Willi | 2009-05-11 | 1 | -13/+13 |
| | |||||
* | Fixed EAP authentication regression | Martin Willi | 2009-05-11 | 1 | -12/+16 |
| | | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator. | ||||
* | fixed memleak | Martin Willi | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | initiate trapped CHILD_SAs with same reqid | Martin Willi | 2009-05-08 | 2 | -3/+3 |
| | |||||
* | make use of the new trap-manager | Martin Willi | 2009-05-08 | 1 | -2/+3 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 34 | -68/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 6 | -16/+16 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 1 | -211/+66 |
| | | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr) | ||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 3 | -4/+4 |
| | | | | added schedule_job_ms for ms resolution events | ||||
* | fixed IKE_SA rekeying collisions | Martin Willi | 2009-04-20 | 1 | -6/+19 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 13 | -783/+963 |
| | |||||
* | set port for NATD hash calculation in the "include-all" case | Martin Willi | 2009-03-26 | 1 | -0/+4 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 17 | -17/+17 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | configuration of NBNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-13 | 1 | -3/+68 |
| | |||||
* | configuration of DNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-12 | 1 | -6/+29 |
| | |||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -14/+8 |
| | |||||
* | send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH ↵ | Martin Willi | 2009-02-10 | 1 | -0/+6 |
| | | | | mismatches | ||||
* | proper initialization and disposal of keying material | Andreas Steffen | 2009-01-15 | 1 | -1/+3 |
| | |||||
* | fixed a potential memory leak when reusing mobike task | Martin Willi | 2008-12-19 | 1 | -0/+4 |
| | |||||
* | improved IKE_SA uniqueness check | Tobias Brunner | 2008-12-16 | 1 | -65/+3 |
| |