summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-06dectmon: add option for enabling audio dumpingHEADmasterPatrick McHardy3-3/+13
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-12-03parser: fix minor bugsPatrick McHardy1-4/+7
- use-after-free in cluster resolution - missing parameter propagation in MNSS parameter parsing Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-22dectmon: fix some memory leaksPatrick McHardy9-10/+74
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21cmd-parser: add MNSS_FACILITY-req, parse primitives in cluster contextPatrick McHardy5-7/+136
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21dectmon: split up header filesPatrick McHardy12-38/+57
Split up header files in a more logical fashion to avoid rebuilding the entire tree on each change. Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21dectmon: add shortopt for logfile parsingPatrick McHardy1-1/+1
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21dectmon: add raw packet dumping facilityPatrick McHardy2-1/+31
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-19dectmon: don't lock to foreign FPs when not in scanning modePatrick McHardy1-1/+4
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-19dectmon: fix IPEI buffer sizePatrick Mchardy2-3/+3
Need to account for the terminating '\0'. Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-19dectmon: add interactive CLI, audio support and morePatrick McHardy25-23/+3069
Not finished yet, but commit is already much too large and includes multiple unrelated things. Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-16dectmon: multi-cluster supportPatrick McHardy8-121/+350
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-13auth: allow specifying PIN on commandline (-p/--auth-pin)Patrick McHardy3-5/+11
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-13cipherPatrick McHardy4-7/+130
2010-11-12build: restore original CFLAGS after event.h testPatrick McHardy1-0/+2
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12build: restore original CFLAGS after event.h testPatrick McHardy0-0/+0
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12build: verify that event.h and event library are compatiblePatrick McHardy1-0/+25
libev contains an libevent compat header file that at least on Debian is only installed optionally. Make sure event.h and the event library match since their respective struct event definitions don't match. Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-03dsc: fix compilation error because of symbol clashesPatrick McHardy1-17/+17
src/dsc.c:34:17: Fehler: In Konflikt stehende Typen für »clock« /usr/include/time.h:183:16: Anmerkung: Vorherige Deklaration von »clock« war hier Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-03dectmon: add missing stdint.h includePatrick McHardy1-0/+1
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-10-29dectmon: support specifying cluster name on command linePatrick McHardy1-2/+8
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-10-28Import dectmonPatrick McHardy24-0/+5115
Signed-off-by: Patrick McHardy <kaber@trash.net>