summaryrefslogtreecommitdiff
path: root/ipif/service.c
Commit message (Expand)AuthorAge
* ipif/service.c: Delete the `signals' vector.Mark Wooding2017-09-26
* ipif/service.c: Don't leak file descriptors for config files.Mark Wooding2017-09-26
* ipif: wip new service-wrap: docsIan Jackson2017-04-17
* ipif: Permit specifying interface name, if * is allowedIan Jackson2017-04-16
* ipif: eat_optionalstr: understand that *argp may be 0Ian Jackson2017-04-16
* ipif: eat_optionalstr: do not crash on end of argument listIan Jackson2017-04-16
* ipif: Introduce eat_optionalstr (and make protocol optional)Ian Jackson2017-04-15
* Update to GPLv3+; update copyright notices everywhere.Ian Jackson2013-12-01
* Merge branch 'master' of login.chiark.greenend.org.uk:/home/ian/public-git/us...Ian Jackson2013-01-27
|\
| * allow input same size as bufferIan Jackson2012-01-15
| * fix assertion to have correct testIan Jackson2012-01-15
| * ipif fixesIan Jackson2012-01-14
* | ipif: service.c comment: fix some grammarIan Jackson2011-08-20
* | ipif: service.c comment: remove mention of protocols other than slipIan Jackson2011-08-20
|/
* ipif: abolish use of slip: fixes from testingIan Jackson2011-05-15
* ipif: use tun, not slip; compiles, untestedIan Jackson2011-05-15
* copyright noticesian2003-07-06
* @@ -2,6 +2,7 @@ian2002-09-15
* @@ -7,8 +7,9 @@ian2001-12-15
* @@ -1,3 +1,9 @@ian2000-12-10
* @@ -1,8 +1,11 @@ian2000-09-18
* @@ -1,6 +1,6 @@ian2000-08-13
* @@ -1,3 +1,12 @@ian2000-06-21
* Added copyright messages.ian1999-11-09
* Bugfix for "permits nothing"; ATXTLEN buffer overflow fixed.ian1999-09-25
* Bugfixes: use -O2, and defend against fgets giving an empty string.ian1999-09-25
* Allow "-" as exroutes parameter.ian1999-09-24
* Bugfixes: install service prog in right place; allow no extra routes.ian1999-09-19
* Now seems to work.ian1999-09-19
* Pretty much works apart from some spare routes.ian1999-09-19
* Compiles and getting there for full use.ian1999-09-19
* Argument parsing and configureation done and seems to work.ian1999-09-19
* Initial checkin. Compiles but doesn't run yet.ian1999-09-18