summaryrefslogtreecommitdiff
path: root/relay
Commit message (Collapse)AuthorAgeFilesLines
* -n [v4_2]Shawn Routhier2012-10-161-4/+11
| | | | | | [rt23833] Clean up a number of items identified by the Coverity static analysis tool. Runs courtesy of Red Hat.
* [v4_2] ATF unit-test support added (rt25901_atf merge)Tomek Mrugalski2012-08-141-0/+2
|
* [rt29771]Shawn Routhier2012-08-131-2/+2
| | | | | | | | | | | | | | [rt29770] [rt29846] Tidy up man pages, mostly convert a period followed by 1 or 3 spaces to a period followed by 2 spaces. This also covers tickets 29770 and 29846 Squashed commit of the following: commit d40674fdfc8a81a44f8033bf048587a3eab0471f Author: Shawn Routhier <sar@isc.org> Date: Fri Aug 3 17:55:05 2012 -0700
* Add statement that the -m option requires the -a option.Shawn Routhier2012-05-141-1/+3
|
* Update copyrights and dates for 4.2.4b1 releaseShawn Routhier2012-04-111-2/+2
|
* automake regenerationShawn Routhier2011-09-131-3/+4
|
* Relay no longer crashes, when DHCP packet is received over interface withoutTomek Mrugalski2011-05-101-0/+6
| | | | any IPv4 address assigned. [ISC-Bugs #22409]
* Add the option "--no-pid" to the client, relay and server code,Shawn Routhier2011-04-152-25/+68
| | | | | | | | | to disable writing a pid file. Add the option "-pf pidfile" to the relay to allow the user to supply the pidfile name at runtime. Add the "with-relay6-pid-file" option to configure to allow the user to supply the pidfile name for the relay in v6 mode at configure time. [ISC-Bugs #23351] [ISC-Bugs #17541]
* Updates for 4.2.1b1 - dates, copyrights, versions, bind versionShawn Routhier2011-01-201-2/+2
|
* automake regenerationDavid Hankins2010-11-031-0/+1
|
* - Documentation cleanup covering multiple ticketsShawn Routhier2010-07-061-6/+11
| | | | | | | | [ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup [ISC-Bugs #20263] add text describing some default values [ISC-Bugs #20193] single quotes at the start of a line indicate a control line to nroff, escape them if we actually want a quote. [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs
* automake regenerationDavid Hankins2010-04-061-0/+1
|
* automake regenerationDavid Hankins2010-03-241-46/+58
|
* Version, README, RELNOTES, Copyright++.David Hankins2010-02-171-2/+2
|
* Add include for stddef.h and remove extra space in dhcrelay.cShawn Routhier2010-02-021-1/+1
|
* Cleaned up some compiler warnings - 20697Shawn Routhier2010-02-021-2/+2
|
* Release engineering - dates and copyrightsShawn Routhier2009-11-201-2/+2
|
* automake regenerationShawn Routhier2009-10-281-2/+4
|
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-282-1/+8
| | | | dnslib.
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-232-6/+6
| | | | for new web site as appropirate.
* automake regenerationDavid Hankins2009-03-251-2/+8
|
* Add dummy initializers to a few local variables to fix build errors on ↵Paul Selkirk2009-02-111-2/+2
| | | | v4-only builds with older versions of gcc. [rt19321]
* 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
| | | | be recognized. [rt18887]
* regenDavid Hankins2008-11-031-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
| | | | packet size as needed to add relay agent options. [rt18296]
* - Merge dhcrelay6 into dhcrelayEvan Hunt2008-06-134-488/+1164
| | | | - Prep for 4.1.0a2 release
* regenDavid Hankins2008-06-111-59/+41
|
* automake regenerationEvan Hunt2008-01-241-41/+59
|
* 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
|
* automake regenerationDavid Hankins2007-12-051-8/+3
|
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
|
* Unit test framework now added.Shane Kerr2007-11-161-2/+8
| | | | See RT ticket #17223 for more.
* automake regenerationDavid Hankins2007-09-051-59/+41
|
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-6/+1
| | | | See RT ticket #16988 for more.
* automake regenerationEvan Hunt2007-07-101-39/+51
|
* Build fixes for Solaris. (CVS checkin, part 4)Shane Kerr2007-06-261-2/+8
| | | | See RT ticket #16966 for more.
* automake++, second round.David Hankins2007-06-071-237/+325
|
* automake updatedDavid Hankins2007-06-071-325/+237
|
* Chdir to "/" before going into daemon mode. Use realpath() toEvan Hunt2007-06-071-1/+3
| | | | canonicalize relative pathnames. [rt16729]
* regenShane Kerr2007-06-051-8/+2
|
* Build fixes. See RT ticket #16888 for more information.Shane Kerr2007-05-292-2/+10
|
* regenMark Andrews2007-05-231-8/+2
|
* Fix pointer size in 64-bit land.Shane Kerr2007-05-231-2/+8
| | | | See RT ticket #16902 for more.
* cvsignore++David Hankins2007-05-211-0/+1
|
* Looks like the package version was moved into autoconf.David Hankins2007-05-191-8/+2
|