summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [master] Added make tool and pkg-config tests to configure scriptThomas Markwalder2016-01-0716-25/+106
| | | | Merges in rt40371.
* [master] Add cve number to release note entryShawn Routhier2016-01-061-1/+2
|
* [master] Emit better error messages for command line issuesShawn Routhier2016-01-065-118/+203
| | | | | When emitting an error message due to a bad command line try to include information about the argument that is at fault.
* [master] Clean up packet handlingShawn Routhier2015-12-162-13/+41
|
* [master] Update client code to RFC7550Shawn Routhier2015-12-017-185/+761
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the v6 client code to handle getting IA_NAs and IA_PDs in the same request better. Squashed commit of the following: commit ad1bf23100eba541c26c6c26fc2c5c9dc57dd674 Author: Shawn Routhier <sar@isc.org> Date: Mon Nov 16 23:08:13 2015 -0800 [rt40190] Use dhc6_check_status for addresses and prefixes commit 4cb1d499342e68c5c93b7e8dac71c9adbd737846 Author: Shawn Routhier <sar@isc.org> Date: Mon Nov 16 22:02:05 2015 -0800 [rt40190] Correct the tests for a status code in the client Some of the tests for the NoAddrs or NoPrefix codes in the were incorrect, checking for a return of not success instead of success. commit 41ad9ea4438c0f64b95ec7afeac38afd2f3b36cb Author: Shawn Routhier <sar@isc.org> Date: Fri Nov 13 21:04:55 2015 -0800 [rt40190] Update site.h to have the correct default commit cb720dac6670e1a6cc19b22550506ded4093abef Author: Shawn Routhier <sar@isc.org> Date: Fri Nov 13 21:03:38 2015 -0800 [rt40190] update per second set of review comments Mostly this is a set of updates to the documentation. The only code change is to add a backwards compatibility option in includes/site.h for people who want the old weightings for the client lease scoring. commit 269a5324b950062380b4e3988f56593dc21d05d9 Author: Thomas Markwalder <tmark@isc.org> Date: Thu Nov 12 09:00:36 2015 -0500 [40190] Fixed another typo commit 7da158497cd9236c30dfdce2b115818d1954839f Author: Thomas Markwalder <tmark@isc.org> Date: Thu Nov 12 07:29:33 2015 -0500 [40190] Minor cosmetics in dhc6.c commit a010737de36e5ad2f46bb11f471ac66ccbc856aa Author: Shawn Routhier <sar@isc.org> Date: Sat Nov 7 00:05:20 2015 -0800 [rt40190] Update the use of the minimum score Update the use of the minimum score to use #defines instead of 150. This corrects it for the current values and allows us to change the values if we include a backwards compatibility option. commit b078575da08c06a75a49110273bf42e24d03c08a Author: Shawn Routhier <sar@isc.org> Date: Fri Nov 6 21:55:05 2015 -0800 [rt40190] Updates per review comments Update several comments to be more informative The code changes are mostly to fold all the two bare_ia routines together. commit 248c498d45db5533f992fb6eb30ee6c3c399ee81 Author: Shawn Routhier <sar@isc.org> Date: Tue Oct 20 02:06:45 2015 -0700 [rt40190] Fix up some typos commit ba074eff2e82af0cfd25428e7f38bccd5fef7241 Author: Shawn Routhier <sar@isc.org> Date: Tue Oct 20 01:28:34 2015 -0700 [rt40190] Patch for client side of 7550 Finish up the code to handle multiple PDs and NAs in a single request, this includes updating the command line to add the -R option to require the requested IAs rather than accept the best advertised offer. commit 5bb4368b8410e3c7bcdc28fdf4ae5572df04d03b Author: Shawn Routhier <sar@isc.org> Date: Thu Oct 15 09:50:14 2015 -0700 [rt40190] checkpoint my work The basic code is working there are still some issues with how corner cases get handled that I need to resolve commit 4c0dba90fcd71c85fca3612aa5083fa11645f8f6 Author: Shawn Routhier <sar@isc.org> Date: Sun Oct 11 19:23:53 2015 -0700 [rt40190] Some changes for rfc7550, to be updated This is being checked in so I can look at other tickets but I plan to re-arrange the code a fair amount.
* Remerged #38692Francis Dupont2015-11-176-18/+73
|
* Unmerged #38692Francis Dupont2015-11-176-73/+18
|
* Finished merge of rt38836b (cross compile)Francis Dupont2015-11-171-1/+10
|
* Merged rt38836b (cross compile)Francis Dupont2015-11-174-1/+48
|\
| * rebased on #39300 for HP-UX makeFrancis Dupont2015-04-164-1/+48
| |
* | Finished merge of rt39210 (--with-libbind fixes) (regen required)Francis Dupont2015-11-1722-110/+165
|\ \
| * | regenFrancis Dupont2015-11-1614-126/+268
| | |
| * | Addressed comments. Required regenFrancis Dupont2015-11-163-2/+4
| | |
| * | regenFrancis Dupont2015-04-1713-68/+98
| | |
| * | updated (but need regen)Francis Dupont2015-04-179-34/+58
| |/
* | [master] Fixed memory leask in omapi dereferencingThomas Markwalder2015-11-057-40/+33
| | | | | | | | Merges in rt33990.
* | [master] Update DDNS description a bitShawn Routhier2015-11-041-10/+6
| | | | | | | | | | | | | | | | | | There were still some vestiges of the ad-hoc DDNS style in the documentation. Mostly places that said only the interim style allowed a feature but one place mentioned ad-hoc as well. As there is no ad-hoc and both interim and standard are the same for features I've removed such language.
* | [master] Fix a memory leak in the v6 version of the client codeShawn Routhier2015-10-202-0/+10
| | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 70bc20ffb6bd21793d2fb4f945ef9f16619df46f Author: Shawn Routhier <sar@isc.org> Date: Tue Oct 20 12:18:01 2015 -0700 [rt40990] Fix a memory leak in the v6 version of the client code
* | [master] Corrected reverse-ordered RELNOTES entries after 4.3.3Thomas Markwalder2015-10-201-36/+36
| |
* | [master] Updated release notesThomas Markwalder2015-10-161-1/+3
| |
* | [master] remove extra commaShawn Routhier2015-10-152-2/+2
| |
* | [master] Added authoring-btye-order parameter to lease file handlingThomas Markwalder2015-10-139-4/+215
| | | | | | | | Merged in rt38396.
* | [master] Fixed an unchecked strdup in confpars.cThomas Markwalder2015-10-122-3/+11
| | | | | | | | Merged in 40823.
* | [master] Added dhcpv6 and delayed_ack feature report to configure outputThomas Markwalder2015-10-063-2/+27
| | | | | | | | Merged in rt40381.
* | [master] Update auto files as part of moving docs systemsShawn Routhier2015-10-0514-122/+263
| |
* | [master] Added credit to a release noteThomas Markwalder2015-09-251-0/+1
| |
* | [master] Added lease address to reuse lease log messageThomas Markwalder2015-09-252-3/+7
| | | | | | | | Merged in rt40598.
* | [master] Fixed build issues with --disable-failoverThomas Markwalder2015-09-253-3/+14
| | | | | | | | Merged in rt40372.
* | [master] Fixed typo in release notesThomas Markwalder2015-09-241-1/+1
| |
* | [master] Corrected several potential null references identified by static ↵Thomas Markwalder2015-09-237-6/+33
| | | | | | | | | | | | analysis Merges branch rt40754
* | [master] LPF now only uses 12-bit value from VLAN TCI for VIDThomas Markwalder2015-09-232-3/+10
| | | | | | | | Merges in rt40591.
* | Fixed spurious #ifndef UNIT_TEST for progname (used outside usage())Francis Dupont2015-09-161-2/+0
| |
* | Fixed ISC-Bugs caseFrancis Dupont2015-09-121-1/+1
| |
* | Merged #38692 (use program base name in (sys)log)Francis Dupont2015-09-127-18/+82
| |
* | [master] Corrected static analysis issue in common/execute.cThomas Markwalder2015-09-082-2/+6
| | | | | | | | Merged in rt40374.
* | [master] Updated auto-generated files for 4.3.3v4_3_3Thomas Markwalder2015-08-261-10/+10
| |
* | [master] Pre-release tag prep for 4.3.3: version #, copyright etc...Thomas Markwalder2015-08-265-9/+14
| |
* | [master] Add section on ports to client and server man pagesShawn Routhier2015-08-252-0/+60
| |
* | [master] Add comment that declines is only usable for v4 serversShawn Routhier2015-08-201-6/+11
| | | | | | | | [rt40206] Add comment that declines is only usable for v4 servers
* | [master] Added credit to 39978 in RELNOTESThomas Markwalder2015-08-051-1/+2
| |
* | [master] Updated auto-generated files for 4.3.3b1v4_3_3b1Thomas Markwalder2015-07-301-10/+10
| |
* | [master] Pre-release tag prep for 4.3.3b1: version #, copyright etc...Thomas Markwalder2015-07-309-10/+14
| |
* | [master] Fixed broken build under HP-UX due to ldap.c inclusion of ifaddrs.hThomas Markwalder2015-07-301-3/+9
| | | | | | | | Merges isn 40200.
* | [master] add closing bracket to release noteShawn Routhier2015-07-301-1/+1
| |
* | [master] Add reporter to release noteShawn Routhier2015-07-301-0/+2
| |
* | [master] Added LDAP contributor to release notesThomas Markwalder2015-07-301-0/+1
| |
* | [master] Updated RELNOTES with LDAP contributorThomas Markwalder2015-07-291-0/+1
| |
* | [master] Updated RELNOTES with LDAP contributorsThomas Markwalder2015-07-292-1/+7
| | | | | | | | Also added 1 line change to LDAP code for Marius.
* | [master] Check that we were able to turn a packet into a lease.Shawn Routhier2015-07-292-5/+14
| | | | | | | | | | | | Squashed commit of the following: [rt39279] Check that we were able to turn a packet into a lease.
* | [master] LDAP: Pathces, IPv6 support, GSSAPI supportThomas Markwalder2015-07-2930-317/+2121
| | | | | | | | Merges in 39056.