summaryrefslogtreecommitdiff
path: root/relay/dhcrelay.c
Commit message (Expand)AuthorAgeFilesLines
* [master] Added "-id" command line argument to dhcrelay v4 modeThomas Markwalder2016-08-151-29/+61
* [master] Added -iu command line argument to dhcrelayThomas Markwalder2016-08-101-2/+37
* [master] Fix typo in dhcrelay for -U error messageShawn Routhier2016-08-011-1/+1
* [master] Fix copy and paste error to use remote id instead of circuit idShawn Routhier2016-06-011-1/+1
* [master] Changed dhcrelay v4 command line arg from -u to -Uv4_3_4b1Thomas Markwalder2016-03-071-3/+3
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-1/+1
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-0/+4
* [master] Add cast of sizeof() to long to make some compilers happyShawn Routhier2016-02-161-1/+1
* [master] Fixed coverity issue in dhcrelayThomas Markwalder2016-02-161-2/+15
* [master] Add link selection suboption support to dhcrelay (RFC 3527)Thomas Markwalder2016-02-101-1/+46
* [master] Hnadle dhcpv6 being disabled betterShawn Routhier2016-01-121-0/+2
* [master] Emit better error messages for command line issuesShawn Routhier2016-01-061-29/+56
* Remerged #38692Francis Dupont2015-11-171-6/+23
* Unmerged #38692Francis Dupont2015-11-171-23/+6
* Merged #38692 (use program base name in (sys)log)Francis Dupont2015-09-121-6/+23
* [master] Versioning updates for v4.3.2b1Thomas Markwalder2015-01-291-1/+1
* [master] Fixed inconsistencies in setting hop count limit in dhcrelayThomas Markwalder2015-01-191-4/+13
* [master] Updates in prep for 4.3.2.pre-betaThomas Markwalder2015-01-081-1/+1
* [master] Add define to disable gentle shutodwn by defaultShawn Routhier2014-07-021-0/+3
* [master] Add configure option to incude PID in syslog entriesShawn Routhier2014-05-071-1/+1
* [master] Add code to remove pid files and to log killing of clientsShawn Routhier2014-05-071-0/+4
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-6/+0
* [master] Update version stamps and such for 4.3.0b1Shawn Routhier2014-01-151-2/+2
* [master] Prepare for 4.3.0a1Shawn Routhier2013-12-131-1/+1
* [master] Add support for user selection of the from address for DDNS transac...Shawn Routhier2013-12-111-1/+2
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-2/+35
* [master] Fix up the gentle shutdown code to handle failoverShawn Routhier2013-11-141-1/+4
* [master]Shawn Routhier2013-10-301-1/+5
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-9/+9
* [master]Shawn Routhier2012-10-161-5/+12
* Relay now properly logs that packet was received over interface withoutTomek Mrugalski2011-05-101-2/+2
* Relay no longer crashes, when DHCP packet is received over interface withoutTomek Mrugalski2011-05-101-2/+8
* Add the option "--no-pid" to the client, relay and server code,Shawn Routhier2011-04-151-24/+46
* Add include for stddef.h and remove an extra space from dhcrelay.cShawn Routhier2010-02-021-1/+1
* Clean up some compiler warningsShawn Routhier2010-02-021-2/+2
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-0/+6
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-3/+3
* Add dummy initializers to a few local variables to fix build errors on v4-onl...Paul Selkirk2009-02-111-2/+2
* Update for 19054 - modifications to keep GCC 4.3 happyShawn Routhier2009-01-221-6/+9
* Validate argument to port option - bug 18695Shawn Routhier2009-01-061-1/+1
* A missing "else" in dhcrelay.c could have caused an interface not toEvan Hunt2008-11-121-1/+1
* local and remote port numbers in dhcpv4 were both set to 67; fixed. [rt18172]Evan Hunt2008-07-161-3/+3
* Fix handling of -A and -a flags in dhcrelay; it was failing to expandEvan Hunt2008-07-161-138/+172
* - Merge dhcrelay6 into dhcrelayEvan Hunt2008-06-131-314/+1003
* Oh guess what, this is 2008, not 2007...Evan Hunt2008-01-241-2/+2
* Fix "dhcrelay --version" [rt17350]Evan Hunt2008-01-171-2/+2
* finer granularity timersFrancis Dupont2008-01-031-1/+2
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-6/+1
* Chdir to "/" before going into daemon mode. Use realpath() toEvan Hunt2007-06-071-1/+3