Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | starter: Drop support for %defaultroute. | Tobias Brunner | 2012-06-11 | 1 | -212/+0 |
| | |||||
* | starter: Migrated logging to libstrongswan. | Tobias Brunner | 2012-06-11 | 1 | -14/+14 |
| | |||||
* | starter: Remove unneeded starter_exec function. | Tobias Brunner | 2012-06-11 | 1 | -1/+0 |
| | |||||
* | starter: Make sure interface name is null-terminated. | Tobias Brunner | 2011-04-19 | 1 | -0/+1 |
| | |||||
* | substitute obsolete function calls(bzero/index) | Waldemar Brodkorb | 2010-08-01 | 1 | -2/+2 |
| | |||||
* | Use destination address of ppp interfaces as nexthop in starters default ↵ | Martin Willi | 2010-02-05 | 1 | -6/+25 |
| | | | | route lookup | ||||
* | Complain about missing %defaultroute support only if one is actually used | Martin Willi | 2009-09-16 | 1 | -3/+2 |
| | |||||
* | Disable rtnetlink defaultroute lookup if pluto is disabled | Martin Willi | 2009-09-15 | 1 | -7/+24 |
| | | | | | As we do not support Pluto on BSD/Mac, exclude the Linux specific rtnetlink routing lookup; Charon doesn't require it anyway. | ||||
* | Get starter default route via rtnetlink | Heiko Hund | 2009-09-15 | 1 | -88/+113 |
| | | | | | | | | | | | | | This patch changes the way routes are fetched from the kernel by starter. The way it's currently done (via /proc) is limited to routes in the "main" routing table. Routes from the "default" table are never seen by starter. Starter may miss the default route even if it's set. Thus, default routes are now read from the "main" and the "default" table. The way this code behaves if more than one default route is found is slightly different to before. Instead of bailing out it just chooses the one with the best metric. I thought this was be a reasonable change. | ||||
* | sockio.h is required on OpenSolaris for SIOCGIFADDR. | Tobias Brunner | 2009-08-14 | 1 | -0/+4 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | conversion from 8 spaces to 4 spaces per tab | Andreas Steffen | 2009-04-19 | 1 | -97/+97 |
| | |||||
* | added RCSID | Andreas Steffen | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | discarded unused functions | Andreas Steffen | 2007-06-25 | 1 | -444/+1 |
| | |||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 1 | -4/+4 |
| | | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups | ||||
* | (no commit message) | Martin Willi | 2006-04-28 | 1 | -0/+595 |