summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* | [master] Added allocation failure error messages to two locationsThomas Markwalder2017-06-201-2/+7
| | | | | | | | Merges in rt41185.
* | [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-192-4/+5
| | | | | | | | Merges in rt45290.
* | [master] Updated date in copyright statement in dhclient.Marcin Siodelski2017-06-052-2/+2
| |
* | [master] Implemented --dad-wait-time option for dhclient.Marcin Siodelski2017-06-057-3/+205
|/ | | | Merged #36169
* [master] dhclient now enforces require options statement in -6 modetmarkwalder2017-05-031-2/+12
| | | | Merges in rt41473.
* [master] dhclient now writes expiry time as an unsigned long to script envThomas Markwalder2017-04-261-3/+5
| | | | Merged rt43326.
* Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-062-32/+66
|
* Libtoolize build chain (unfinished)Francis Dupont2016-10-064-88/+65
|
* Merged rt43246a (fix --enable-threads)Francis Dupont2016-10-062-63/+141
|\
| * Addressed comments about help and versionFrancis Dupont2016-10-051-16/+46
| |
| * Daemonize sooner (code from bind9/named) (rebased)Francis Dupont2016-10-012-47/+95
| |
* | Solved the --with-libbind vs distchek issueFrancis Dupont2016-10-012-0/+2
|/
* Finished rebasedFrancis Dupont2016-09-284-24/+41
|
* [master] remove uses of vix.com, nominum.com and fugue.comShawn Routhier2016-08-232-7/+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
* [master] Eliminated noisy cp error message during "make check"Thomas Markwalder2016-06-092-10/+14
| | | | Merges in rt41883.
* [master] Update copyrightShawn Routhier2016-04-041-2/+2
|
* [master] Add descritpion of prepending universe name to environment namesShawn Routhier2016-04-041-3/+5
|
* typo and spelling fixes in docsJeremy C. Reed2016-03-231-1/+1
|
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-042-2/+2
|
* [master] Added lease-id-format to server and clientThomas Markwalder2016-03-043-29/+118
| | | | Merges in rt26378
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-234-10/+808
|
* Finished merge of t39262 (DHCP build from another directory)Francis Dupont2016-02-094-28/+46
|\
| * regenFrancis Dupont2015-04-181-10/+18
| |
| * distcheck now works with ATF tooFrancis Dupont2015-04-181-0/+6
| |
| * regenFrancis Dupont2015-04-182-0/+2
| |
| * regenFrancis Dupont2015-04-172-9/+11
| |
| * checkpoint (fixed unit test make 2)Francis Dupont2015-04-171-1/+5
| |
| * checkpoint (fixed unit test make)Francis Dupont2015-04-171-1/+2
| |
| * checkpoint (seems to work, need regen)Francis Dupont2015-04-171-8/+3
| |
* | [master] Fix send description in dhclient.conf.5Shawn Routhier2016-02-051-6/+7
| | | | | | | | There can be only one option per send statement.
* | Added an AR configure variable and regenFrancis Dupont2016-01-252-0/+2
| |
* | [master] dhclient -6 now supports option expressions such as prependThomas Markwalder2016-01-181-5/+16
| | | | | | | | Merges in rt39952.
* | [master] Hnadle dhcpv6 being disabled betterShawn Routhier2016-01-121-3/+5
| | | | | | | | | | The previous patches didn't handle dhvpv6 being disabled well. This change moves the #ifdefs a bit to handle it.
* | [master] Added make tool and pkg-config tests to configure scriptThomas Markwalder2016-01-072-0/+2
| | | | | | | | Merges in rt40371.
* | [master] Emit better error messages for command line issuesShawn Routhier2016-01-061-45/+75
| | | | | | | | | | When emitting an error message due to a bad command line try to include information about the argument that is at fault.
* | [master] Update client code to RFC7550Shawn Routhier2015-12-014-185/+749
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-3/+13
| |
* | Unmerged #38692Francis Dupont2015-11-171-13/+3
| |
* | Finished merge of rt39210 (--with-libbind fixes) (regen required)Francis Dupont2015-11-174-15/+23
|\ \
| * | regenFrancis Dupont2015-11-162-14/+37
| | |
| * | Addressed comments. Required regenFrancis Dupont2015-11-161-1/+1
| |/
| * regenFrancis Dupont2015-04-172-7/+11
| |
| * updated (but need regen)Francis Dupont2015-04-172-5/+9
| |
* | [master] Fix a memory leak in the v6 version of the client codeShawn Routhier2015-10-201-0/+6
| | | | | | | | | | | | | | | | | | | | 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] Update auto files as part of moving docs systemsShawn Routhier2015-10-052-12/+35
| |
* | [master] Corrected several potential null references identified by static ↵Thomas Markwalder2015-09-231-0/+4
| | | | | | | | | | | | analysis Merges branch rt40754
* | Merged #38692 (use program base name in (sys)log)Francis Dupont2015-09-121-3/+13
| |
* | [master] Pre-release tag prep for 4.3.3: version #, copyright etc...Thomas Markwalder2015-08-261-1/+1
| |
* | [master] Add section on ports to client and server man pagesShawn Routhier2015-08-251-0/+25
| |
* | [master] Check that we were able to turn a packet into a lease.Shawn Routhier2015-07-291-2/+8
| | | | | | | | | | | | Squashed commit of the following: [rt39279] Check that we were able to turn a packet into a lease.