summaryrefslogtreecommitdiffstats
path: root/package/ead
Commit message (Collapse)AuthorAgeFilesLines
* ead: fix missing library error while building tinysrpVasilis Tsiligiannis2009-06-032-4/+4
| | | | SVN-Revision: 16309
* ead: use the new pcap features and the raw socket optimization to eliminate ↵Felix Fietkau2009-04-252-4/+61
| | | | | | most of the cpu utilization overhead caused by the use of pcap live capturing SVN-Revision: 15400
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵Nicolas Thill2009-02-241-1/+1
| | | | | | appropriate SVN-Revision: 14651
* ead: allow a longer timeout in the client for the prime number calculation ↵Felix Fietkau2009-01-061-2/+1
| | | | | | (useful for slow devices) SVN-Revision: 13907
* ead: fix spurious autoconf/automake rerunsFelix Fietkau2009-01-061-4/+0
| | | | SVN-Revision: 13906
* ead: add support for instance ids to prevent interference from packet ↵Felix Fietkau2009-01-063-39/+52
| | | | | | reception on multiple interfaces SVN-Revision: 13905
* ead: fix array overrunFelix Fietkau2009-01-061-1/+1
| | | | SVN-Revision: 13902
* ead: allow the client to override the source ip of the server, so that it ↵Felix Fietkau2009-01-063-4/+15
| | | | | | can work with route filtering properly SVN-Revision: 13883
* allow the ead client to override the broadcast addressFelix Fietkau2009-01-043-21/+37
| | | | SVN-Revision: 13849
* ead: fix bridge handling mistakesFelix Fietkau2009-01-041-6/+5
| | | | SVN-Revision: 13846
* package/ead: fix build dependencyJo-Philipp Wich2009-01-031-1/+1
| | | | SVN-Revision: 13843
* ead: message handling fixesFelix Fietkau2009-01-022-2/+5
| | | | SVN-Revision: 13828
* add the 'ead' package (emergency access daemon), which can provide remote ↵Felix Fietkau2008-12-2469-0/+17597
access to your device, even if the ip and firewall settings are broken SVN-Revision: 13738