| Commit message (Expand) | Author | Age | Files | Lines |
* | using a entry cache for duplicate checks, avoids deadlocks | Martin Willi | 2008-07-30 | 1 | -4/+37 |
* | reverted [4125],[4166], reimplemented the proper way | Martin Willi | 2008-07-11 | 1 | -2/+8 |
* | setting ike_sa on bus in checkout_new | Martin Willi | 2008-07-11 | 1 | -0/+1 |
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 1 | -46/+52 |
* | 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 |
* | implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater | Martin Willi | 2008-04-14 | 1 | -0/+39 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | removed send_queue, handled internally in sender_t know | Martin Willi | 2007-03-28 | 1 | -0/+39 |
* | 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 |
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -5/+1 |
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -214/+107 |
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 1 | -6/+10 |
* | add priority management for kernel policy | Martin Willi | 2006-09-08 | 1 | -126/+147 |
* | reuse reqid when a ROUTED child_sa gets INSTALLED | Martin Willi | 2006-09-05 | 1 | -7/+19 |
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 1 | -6/+26 |
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 1 | -9/+7 |
* | 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 |
* | 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 |
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -38/+98 |
* | log entries start with lowcercase character | Andreas Steffen | 2006-07-04 | 1 | -23/+27 |
* | job management: | Martin Willi | 2006-05-31 | 1 | -52/+43 |
* | 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 |
* | - reimplemented proper IKE SA deletion using a seperate state, | Martin Willi | 2006-05-23 | 1 | -41/+56 |
* | - applied andreas's patch | Martin Willi | 2006-05-18 | 1 | -3/+3 |