summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-24example: add example programm for PP access rights and key allocation proceduresPatrick McHardy4-2/+271
2010-07-24mm: properly support key allocation procedurePatrick McHardy1-4/+12
2010-07-24mm: support detachment procedurePatrick McHardy2-12/+20
2010-07-24sfmt: treat empty IEs as absentPatrick McHardy5-12/+26
2010-07-24utils: add fallback NETLINK_DECT definitionPatrick McHardy1-0/+3
2010-07-24examples: support libev and fix build on FedoraPatrick McHardy4-2/+21
2010-07-24examples: don't use libevent functions directly exept in event_ops.cPatrick McHardy3-25/+23
2010-07-24doc: add some misc documentationPatrick McHardy4-13/+19
2010-07-09headers: document identities.hPatrick McHardy1-49/+68
2010-07-09headers: document terminal.hPatrick McHardy1-50/+34
2010-07-09ie: add some documentationPatrick McHardy2-449/+860
2010-07-09headers: fix closing }Patrick McHardy1-1/+1
2010-07-09headers: make headers usable by C++Patrick McHardy12-0/+84
2010-07-09smsg: fix typoPatrick McHardy1-1/+1
2010-07-08ie: add missing value for GPRS cipher algorithm identifierPatrick McHardy2-0/+2
2010-07-08ie: add new DEF flag to dect_auth_flagsPatrick McHardy2-1/+3
2010-07-08ie: add new security related release reason codesPatrick McHardy2-0/+7
2010-07-08ie: add missing NG-DECT basic service definitionsPatrick McHardy2-17/+21
2010-07-08timer: add some documentationPatrick McHardy3-1/+54
2010-07-08io: fix include statement referring to file.hPatrick McHardy1-1/+1
2010-07-08libdect: add function to get file descriptor numberPatrick McHardy2-0/+12
2010-07-08io: add some documentationPatrick McHardy2-7/+50
2010-07-08src: rename file.c to io.cPatrick McHardy3-6/+6
2010-07-08Update remaining copyright statementsPatrick McHardy19-14/+55
2010-07-08Update copyright statementsPatrick McHardy11-11/+11
2010-07-08build: add 'docs' targetPatrick McHardy1-0/+3
2010-07-08doc: fix typoPatrick McHardy1-1/+1
2010-07-08doc: fix up doxygen annotations, add some documentationPatrick McHardy11-750/+1176
2010-07-08build: fix make loop with SUBDIRS=Patrick McHardy1-1/+1
2010-07-06ie: fix terminal capability NG-DECT profile indicatorsPatrick McHardy2-8/+8
2010-07-06ie: add LiA service setup code to basic service call classesPatrick McHardy2-0/+2
2010-07-03cc: add IWU-INFO message and MNCC_IWU_INFO primitivesPatrick McHardy2-1/+52
2010-07-03ie: add support for IWU to IWU elementPatrick McHardy2-0/+108
2010-07-03lce: also store IPUI in data link for PP modePatrick McHardy1-2/+1
2010-07-03utils: move file handling functions to seperate filePatrick McHardy3-106/+122
2010-07-03sfmt: fix a couple of potential buffer overflows in parsing functionsPatrick McHardy1-6/+20
2010-07-03libdect: make struct dect_fd opaquePatrick McHardy5-34/+57
2010-07-03sfmt: reduce IE description sizePatrick McHardy1-2/+2
2010-07-02Prevent mm-fp from crashing by calling dect_close_handle(dh) twice at shutdown.Erik Tews1-1/+0
2010-06-17mm: properly begin new procedure for parameter retrievalPatrick McHardy1-6/+4
2010-06-16utils: adjust AF_DECT/SOL_DECT values for latest kernelPatrick McHardy1-2/+2
2010-06-02mm: proper procedure managementPatrick McHardy3-218/+584
2010-05-27mm: fix potential NULL pointer dereferencePatrick McHardy1-1/+2
2010-04-01cc: add CRSS hold messagePatrick McHardy2-0/+19
2010-04-01sfmt: fix keypad debug message indentationPatrick McHardy1-2/+0
2010-03-31examples: dummy_ops: reject unimplemented MM proceduresPatrick McHardy1-0/+25
2010-03-31include: use consistent prefix for header sandwich definesPatrick McHardy9-27/+27
2010-03-31timer: fix dect_timer_running() for timers already expiredPatrick McHardy4-20/+35
2010-03-31timer: move timer functions into seperate filesPatrick McHardy5-60/+81
2010-03-31examples: use a proper install pathPatrick McHardy1-6/+8