Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | splitted IKE_SA manager destroy to allow plugin interaction | Martin Willi | 2008-04-17 | 1 | -4/+16 |
| | |||||
* | slightly optimized IKE_SA checkin | Martin Willi | 2008-04-16 | 1 | -3/+7 |
| | |||||
* | optimized half-open IKE_SA lookup (no checkout) | Martin Willi | 2008-04-16 | 1 | -3/+13 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -6/+12 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater | Martin Willi | 2008-04-14 | 1 | -0/+39 |
| | | | | additionally supports a "keep" value to keep the old IKE_SA | ||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 1 | -66/+74 |
| | |||||
* | correctly unregister IKE_SA at the bus | Martin Willi | 2008-03-15 | 1 | -1/+1 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -12/+12 |
| | |||||
* | split connections with different virtual IPs in different peer_cfgs | Martin Willi | 2008-02-05 | 1 | -7/+16 |
| | | | | respect different peer_cfg's when initiating a CHILD_SA within an existing IKE_SA | ||||
* | added missing 'break' in checkout_by_peer | Tobias Brunner | 2007-09-13 | 1 | -0/+1 |
| | |||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 1 | -2/+2 |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | ||||
* | fixed dpd=hold when using virtual IPs | Martin Willi | 2007-06-29 | 1 | -4/+6 |
| | |||||
* | removed accidently checked in debbuging code | Martin Willi | 2007-06-29 | 1 | -2/+0 |
| | |||||
* | further mobike improvements, regarding to NAT-T | Martin Willi | 2007-06-27 | 1 | -0/+2 |
| | |||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 1 | -0/+1 |
| | |||||
* | implemented more flexible iterator hook API | Martin Willi | 2007-06-15 | 1 | -4/+4 |
| | | | | kernel interface handles interface changes and updates address list | ||||
* | fixed memleak in IKE_SA manager | Martin Willi | 2007-04-19 | 1 | -0/+1 |
| | |||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 1 | -12/+12 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -0/+1 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | improved log output for checkout_by_message() | Martin Willi | 2007-04-04 | 1 | -21/+28 |
| | |||||
* | added IKE_SA_INIT retransmission detection | Martin Willi | 2007-03-29 | 1 | -94/+154 |
| | | | | fixed thread exhaustion when IKE_SA is blocked for a longer time | ||||
* | removed send_queue, handled internally in sender_t know | Martin Willi | 2007-03-28 | 1 | -0/+39 |
| | | | | | do header parsing in receiver, ready for cookie integration | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -272/+203 |
| | |||||
* | implemented reauthentication using the new reauth=yes|no parameter | Martin Willi | 2006-12-19 | 1 | -0/+6 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -30/+30 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -32/+17 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -5/+1 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -214/+107 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 1 | -6/+10 |
| | | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there | ||||
* | add priority management for kernel policy | Martin Willi | 2006-09-08 | 1 | -126/+147 |
| | | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups | ||||
* | reuse reqid when a ROUTED child_sa gets INSTALLED | Martin Willi | 2006-09-05 | 1 | -7/+19 |
| | | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes | ||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 1 | -6/+26 |
| | | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet! | ||||
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 1 | -9/+7 |
| | | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires | ||||
* | reuse an existing IKE_SA to set up additional CHILD_SAs | Martin Willi | 2006-07-20 | 1 | -109/+131 |
| | |||||
* | introduced refcounting on policy and connections | Martin Willi | 2006-07-20 | 1 | -7/+3 |
| | | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors | ||||
* | leak detective blanks memory on free & alloc, allows further membug detection | Martin Willi | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | reimplemented CHILD_SA rekeying & delete | Martin Willi | 2006-07-07 | 1 | -6/+7 |
| | | | | | no simultanous transaction with CHILD_SAs yet! | ||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -38/+98 |
| | | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet | ||||
* | log entries start with lowcercase character | Andreas Steffen | 2006-07-04 | 1 | -23/+27 |
| | |||||
* | job management: | Martin Willi | 2006-05-31 | 1 | -52/+43 |
| | | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-) | ||||
* | cosmetics in log_status output | Andreas Steffen | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | - initiate IKE_SA deletion befor manager destruction | Martin Willi | 2006-05-24 | 1 | -7/+14 |
| | |||||
* | - show connection templates in status & statusall | Martin Willi | 2006-05-23 | 1 | -0/+2 |
| | | | | | - don't complain on termination of IKEv1 connections | ||||
* | - reimplemented proper IKE SA deletion using a seperate state, | Martin Willi | 2006-05-23 | 1 | -41/+56 |
| | | | | | should conform now to IKEv2 | ||||
* | - applied andreas's patch | Martin Willi | 2006-05-18 | 1 | -3/+3 |
| | | | | | | | - logger output improvements - testin gupdates - and a lot more | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+843 |