summaryrefslogtreecommitdiffstats
path: root/macro.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible bufferoverflowsKarsten Keil2008-09-031-1/+1
| | | | | | | | strncat(dest,src,n) The size of dest must be at least strlen(dest)+n+1. Signed-off-by: Karsten Keil <kkeil@suse.de>
* Fix lot of warningsKarsten Keil2008-09-021-5/+5
|
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-1/+1
|
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-12/+12
| | | | | | | | | | | | | | | | | | | | | | modified: Makefile modified: apppbx.cpp modified: apppbx.h modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: genext.c modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: macro.h modified: main.c modified: message.h modified: options.c modified: options.h modified: socket_server.c
* backupSuper User2007-07-151-0/+107