summaryrefslogtreecommitdiff
path: root/src/script.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44 from bwhacks/alignment-fixesSteven Barth2016-01-311-2/+3
|\
| * Add padding between odhcp6c_entry structures to ensure 32-bit alignmentBen Hutchings2016-01-281-2/+3
* | Merge pull request #43 from bwhacks/security-fixesSteven Barth2016-01-291-4/+4
|\ \ | |/ |/|
| * Fix regression in entry_to_env()Ben Hutchings2016-01-281-4/+4
* | Fix script environment variable setting for empty listsBen Hutchings2016-01-281-4/+12
|/
* Fix possible stack buffer overflow in s46_to_env when copying IPv6 prefixesBen Hutchings2016-01-281-3/+6
* Fix off-by-one in buffer length in int_to_envBen Hutchings2016-01-281-1/+1
* Fix potential buffer overflow in entry_to_envBen Hutchings2016-01-281-9/+18
* Avoid copying buffer after dn_expand() failsBen Hutchings2016-01-281-3/+4
* script: Launch script with correct action if last script call is terminatedHans Dedecker2016-01-261-1/+3
* odhcp6c: sync and accumulate RA & DHCPv6 events correctlySteven Barth2015-07-271-36/+69
* dhcpv6: clear CUSTOM_OPTS in a more sane mannerSteven Barth2015-06-091-3/+0
* Fix LW4over6 parameter handlingSteven Barth2015-05-161-4/+6
* scan-code fixesSteven Barth2015-04-141-2/+1
* Improve handling of DNS search domainsSteven Barth2015-04-131-1/+23
* Remove obsolete prefix class supportSteven Barth2015-04-121-3/+1
* Pass ICMP configuration to user-space instead of directly applying itSteven Barth2015-04-101-0/+14
* script: don't resolve AFTR since DNS won't be applied yet anywaySteven Barth2015-04-091-25/+0
* softwires: avoid unnecessary allocationsSteven Barth2014-10-251-0/+3
* script: don't leak IA_PD / IA_NA if not yet boundSteven Barth2014-10-081-2/+6
* Ensure signal-safety of signal handlersSteven Barth2014-10-081-25/+0
* Export DHCPv6 server address to envSteven Barth2014-10-061-1/+3
* Enable softwire-support by defaultv1.0Steven Barth2014-08-251-6/+2
* Add support for DHCPv6 option passthruSteven Barth2014-05-231-1/+7
* softwire: fix DMR parsingSteven Barth2014-05-081-0/+1
* Fix compiler warningSteven Barth2014-04-301-2/+3
* MAP: export type value in rulesSteven Barth2014-04-301-4/+6
* Fix MAP parameter parsingSteven Barth2014-04-301-13/+30
* Ignore multiple MAP-E instances for now and output DMR / BR for every ruleSteven Barth2014-04-281-13/+22
* Initial support for MAP & LW4O6 provisioningSteven Barth2014-04-281-0/+103
* Add initial support for CER-IDSteven Barth2014-03-301-1/+3
* Fix building with clang 3.4Steven Barth2014-03-181-1/+2
* Don't export IAID as class if IAID is 1 (default)Steven Barth2014-01-291-1/+1
* Bump copyright headersSteven Barth2014-01-291-1/+1
* output prefix IAID as prefix class in scriptKaspar Schleiser2014-01-271-0/+2
* fix NTP server option handlingKaspar Schleiser2014-01-271-3/+5
* Merge preliminary prefix class supportSteven Barth2013-08-311-3/+3
* Add support for colored address in IA_NAMaico Le Pape2013-07-311-1/+1
* Merge branch 'master' into hnetMarkus Stenberg2013-06-241-13/+84
|\
| * script: fix delay call handlingSteven Barth2013-05-151-2/+7
| * Export AFTR-IP as well and update READMESteven Barth2013-05-131-0/+25
| * Fix possible buffer overflows in DNS handlingSteven Barth2013-05-131-1/+2
| * Add support for DS-Lite AFTRSteven Barth2013-05-121-1/+3
| * Use key=val pairs for additional prefix paramsSteven Barth2013-05-081-1/+1
| * Set a global default DHCPv6 exchange timeoutSteven Barth2013-05-051-0/+23
| * Initial support for RFC 6603Steven Barth2013-04-071-8/+22
| * Update license headersSteven Barth2013-04-041-1/+1
* | First hnet-based version.Markus Stenberg2013-03-261-0/+2
|/
* Be less verbose in logSteven Barth2013-02-111-1/+0
* Fix RA-route export againSteven Barth2013-01-311-2/+1