summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merged rt44535 (relay port)Francis Dupont2017-12-231-0/+7
|
* Merged rt43327 (build change doc)Francis Dupont2017-12-183-0/+250
|
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-123-15/+13
|
* [master] remove uses of vix.com, nominum.com and fugue.comShawn Routhier2016-08-235-42/+8
| | | | | | | | | | Squashed commit of the following: commit 375a26d52db75c3f62b8914f36e4f1618253075e Author: Shawn Routhier <sar@isc.org> Date: Thu Aug 18 14:26:28 2016 -0700 [rt43069] remove uses of vix.com, nominum.com and fugue.com
* typo and spelling fixes in docsJeremy C. Reed2016-03-231-3/+3
|
* Merged rt41751 (DHCP4o6 docs) (new files and regen)Francis Dupont2016-02-231-0/+190
|
* Merged rt41751 (DHCP4o6 docs)Francis Dupont2016-02-231-52/+160
|
* Merged rt35711c (DHCPv4-over-DHCPv6 support) (new files)Francis Dupont2016-02-231-0/+113
|
* new config option: build ATF stuff from bind [#38754]Francis Dupont2015-04-141-42/+59
|
* [master] ATF usage and documentation cleaned upThomas Markwalder2015-02-141-4/+22
| | | | Merges in rt38619
* [master] Add comment about TAHI addresses in example dhcpv6 configShawn Routhier2014-03-111-1/+2
|
* [master]Shawn Routhier2012-09-191-0/+12
| | | | Update the memory leakage debug code to work with v6.
* [rt30281]Shawn Routhier2012-08-171-0/+2
| | | | | | | Modify the renew_lease6() code to properly handle a lease time that is reduced rather than extended. Fix the ATF tests for mdb6 and add a new test to check the above condition.
* [rt25901_atf] Proofreading changes by ShawnTomek Mrugalski2012-08-101-12/+12
|
* [rt25901_atf] Final Doxygen clean-ups.Tomek Mrugalski2012-08-092-13/+11
|
* [rt25901_atf] tests/HOWTO-unit-test mostly moved to Devel GuideTomek Mrugalski2012-08-093-53/+148
| | | | | | | - moved major parts of HOWTO to Developer's Guide, leaving only brief notes and pointers to new location - described Valgrind
* [rt25901_atf] Developer's Guide updated, make clean target added.Tomek Mrugalski2012-08-083-10/+100
|
* [rt25901_atf] Atffile/compilation cleanup, ATF description updatedTomek Mrugalski2012-08-081-2/+20
|
* [rt25901_atf] Skeleton documentation for architecture, contrib and omapiTomek Mrugalski2012-08-064-0/+51
|
* [rt25901_atf] Minor corrections to some filesStephen Morris2012-07-041-50/+57
| | | | | | Minor corrections to some of the atf.dox documentation. Also modified hash_unitest.c to avoid problems in "printf" (the format string %lu was wrong for a size_t on my machine, so an explicit cast was made to the correct type).
* [rt25901_atf] Indentation cleanup of mdb6_unittest.cTomek Mrugalski2012-07-021-0/+9
|
* [rt25901_atf] Spelling fix in Developer's GuideTomek Mrugalski2012-07-021-1/+1
|
* [rt25901_atf] Unnecessary section on main page removed.Tomek Mrugalski2012-06-301-2/+0
|
* [rt25901_atf] cppcheck verification added.Tomek Mrugalski2012-06-303-5/+27
|
* [rt25901_atf] Files for Doxygen generation added.Tomek Mrugalski2012-06-305-7/+1813
|
* [rt25901_atf] Adding new ATF tests described.Tomek Mrugalski2012-06-301-1/+46
|
* [rt25901_atf] Developer's Guide sections for ATF and debugging added.Tomek Mrugalski2012-06-302-0/+59
|
* Fixed the code that checks if an address the server is planningShawn Routhier2012-01-053-72/+141
| | | | | | to hand out is in a reserved range. This would appear as the server being out of addresses in pools with particular ranges. [ISC-Bugs #26498]
* fix typos adoped => adopted, synced => synchronizedShawn Routhier2011-07-053-7/+7
|
* synched => syncedShawn Routhier2011-07-013-4/+4
|
* Correct some typos in the documentation - see [ISC-Bug #24803]Shawn Routhier2011-06-081-2/+2
|
* - Documentation cleanupTomek Mrugalski2011-05-203-519/+1110
| | | | [ISC-Bugs #23326] Updated References document, several man page updates
* - The .TH tag for the dhcp-options manpage was typo repairedDavid Hankins2010-07-201-2/+2
| | | | | thanks to a report from jidanni and the Debian package maintenance team. [ISC-Bugs #21676] {Debian Bug#563613}
* Update copyright yearsShawn Routhier2009-11-247-13/+13
|
* - The 'hardware [ethernet|etc] ...;' parameter in host records has beenDavid Hankins2009-11-191-0/+8
| | | | | extended to attempt to match DHCPv6 clients by the last octets of a DUID-LL or DUID-LLT provided by the client. [ISC-Bugs #19599]
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-2310-565/+601
| | | | for new web site as appropirate.
* DHCPv6 server exampleFrancis Dupont2008-09-241-0/+97
|
* DHCPv6 client exampleFrancis Dupont2008-09-241-0/+11
|
* Copyright++David Hankins2007-05-191-2/+2
|
* DHCPv6 branch merged to HEAD.David Hankins2007-05-0813-16331/+2341
|
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-2/+2
|
* Removed -7 but did not add -12 to repo.David Hankins2006-05-051-0/+7451
|
* - Support for 'reserved' (psuedo-static) and BOOTP leases via failoverDavid Hankins2006-04-271-6778/+0
| | | | | | was introduced. [ISC-Bugs #13672] - The failover implementation was updated to comply with revision 12 of the protocol draft. [ISC-Bugs #13672]
* New files added in merge from V3-RELEASE-BRANCH to HEAD as of V3-0-3-BETA-1.David Hankins2005-03-171-0/+1291
|
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-176-181/+149
| | | | now synced as of tag V3-0-3-BETA-1.
* Add translated Japanese man pages to the doc/ directory.Murray2002-05-276-0/+3395
| | | | | | | | | | | | | | | | The directory structure for translated manual pages should be : doc/<locale>.<encoding> This nomenclature is used by several other open-source documentation projects. These manual pages are current as of DHCP 3.0.1rc8 but they are not complete. These man pages only cover the client. We should add $Id$ tags to the english language documents, so we can easily see what version of the English document this Japanese document is current with. Submitted by: Kazuo Horikawa <horikawa@FreeBSD.org>
* Some more drafts.V3-BETA-2-PATCH-1Ted Lemon2000-09-023-557/+6778
|
* Obsolete some old drafts.Ted Lemon2000-09-028-5112/+2475
|
* This is out of date.Ted Lemon2000-09-021-446/+0
|
* Document delete protocol.Ted Lemon1999-09-091-12/+20
|