| Sun, 17 Aug 2008 15:13:23 +0000 |
Roy Marples |
Document correct background option in dhcpcd.conf
draft
|
| Fri, 15 Aug 2008 19:29:24 +0000 |
Roy Marples |
Fix compat.
draft
|
| Fri, 15 Aug 2008 19:24:39 +0000 |
Roy Marples |
Release dhcpcd-4.0.0-rc5
draft
|
| Fri, 15 Aug 2008 11:33:33 +0000 |
Roy Marples |
If cmp and diff aren't around, try a text match using cat. After all, we are working with text files.
draft
|
| Fri, 15 Aug 2008 11:06:27 +0000 |
Roy Marples |
Don't enforce that keys are space separated
draft
|
| Fri, 15 Aug 2008 09:07:56 +0000 |
Roy Marples |
sed may not always be available, so use shell loops to replicate behaviour in this case
draft
|
| Fri, 15 Aug 2008 03:31:37 +0000 |
Roy Marples |
Fix cmp test.
draft
|
| Fri, 15 Aug 2008 03:22:21 +0000 |
Roy Marples |
Remove the append/clean framework and prefer a store and merge
draft
|
| Thu, 14 Aug 2008 16:16:06 +0000 |
Roy Marples |
Re-jig the order of doing things to improve our logging.
draft
|
| Thu, 14 Aug 2008 16:15:45 +0000 |
Roy Marples |
If a device is not found, report it.
draft
|
| Thu, 14 Aug 2008 16:00:37 +0000 |
Roy Marples |
Don't warn about dhcpcd not running when using --renew.
draft
|
| Thu, 14 Aug 2008 12:37:44 +0000 |
Roy Marples |
Don't error if no interfaces or the state dir does not exist.
draft
|
| Thu, 14 Aug 2008 12:17:23 +0000 |
Roy Marples |
Set the main state dir in the main hook script.
draft
|
| Thu, 14 Aug 2008 12:14:23 +0000 |
Roy Marples |
Don't quote for uniqify and use 1 sed call instead of looping.
draft
|
| Thu, 14 Aug 2008 11:00:58 +0000 |
Roy Marples |
Move uniqify to dhcpcd-run-hooks
draft
|
| Thu, 14 Aug 2008 10:38:15 +0000 |
Roy Marples |
If resolvconf is not present, try and emulate it's functionality just for dhcpcd so we can sanely handle >1 instance running.
draft
|
| Thu, 14 Aug 2008 10:37:11 +0000 |
Roy Marples |
Make signature more sane and fix comment.
draft
|
| Thu, 14 Aug 2008 08:34:38 +0000 |
Roy Marples |
We should always run the script on FAIL.
draft
|
| Thu, 14 Aug 2008 08:06:21 +0000 |
Roy Marples |
Be consistent with dhcient - always PREINIT on startup. We can use this to purge stale configuration.
draft
|
| Wed, 13 Aug 2008 21:29:30 +0000 |
Roy Marples |
classid -> vendorclassid to match the RFC description.
draft
|
| Wed, 13 Aug 2008 20:26:41 +0000 |
Roy Marples |
Allow reqmask of numbers.
draft
|
| Wed, 13 Aug 2008 19:41:40 +0000 |
Roy Marples |
Fix INFORM and document it in dhcpcd-run-hooks.
draft
|
| Wed, 13 Aug 2008 17:06:02 +0000 |
Roy Marples |
Fix segfault.
draft
|
| Wed, 13 Aug 2008 16:02:42 +0000 |
Roy Marples |
Check for localhost.localdomain as needing a new hostname.
draft
|
| Wed, 13 Aug 2008 15:39:34 +0000 |
Roy Marples |
Support head and tail files for resolv.conf
draft
|
| Wed, 13 Aug 2008 15:09:13 +0000 |
Roy Marples |
Scrub compile warnings on FreeBSD.
draft
|
| Wed, 13 Aug 2008 14:56:46 +0000 |
Roy Marples |
Fix removing old stale entries.
draft
|
| Wed, 13 Aug 2008 14:53:46 +0000 |
Roy Marples |
content -> configuration
draft
|
| Wed, 13 Aug 2008 14:46:49 +0000 |
Roy Marples |
Remove the word inteface from the signature.
draft
|
| Wed, 13 Aug 2008 13:00:20 +0000 |
Roy Marples |
Use append_conf return value.
draft
|
| Wed, 13 Aug 2008 12:35:33 +0000 |
Roy Marples |
Don't cast needlessly.
draft
|
| Wed, 13 Aug 2008 12:29:32 +0000 |
Roy Marples |
Fix an buffer overflow leading to random bytes in the hardware address.
draft
|
| Wed, 13 Aug 2008 12:07:27 +0000 |
Roy Marples |
Add a framework for top an tailing config files with DHCP data and a method for cleaning them.
draft
|
| Tue, 12 Aug 2008 23:56:09 +0000 |
Roy Marples |
Fix -n when already running.
draft
|
| Tue, 12 Aug 2008 23:32:18 +0000 |
Roy Marples |
Remove the signature variable - each hook makes it's own.
draft
|
| Tue, 12 Aug 2008 22:51:33 +0000 |
Roy Marples |
Default target should not be install ...
draft
|
| Tue, 12 Aug 2008 20:46:42 +0000 |
Roy Marples |
ntp.conf could have more than just servers, but DHCP only knows about servers. Solution == use egrep to grab everything but servers and append to it :)
draft
|
| Tue, 12 Aug 2008 20:44:42 +0000 |
Roy Marples |
Don't assume comments start with #
draft
|
| Tue, 12 Aug 2008 16:56:35 +0000 |
Roy Marples |
Document dhcpcd spining with dhcpcd -x.
draft
|
| Tue, 12 Aug 2008 16:52:56 +0000 |
Roy Marples |
leased from should be time_t. Also, add boundtime for the last commit to work.
draft
|
| Tue, 12 Aug 2008 16:45:12 +0000 |
Roy Marples |
When requesting an address, probe for it first.
draft
|
| Tue, 12 Aug 2008 12:20:25 +0000 |
Roy Marples |
Need time.h for nanosleep.
draft
|
| Tue, 12 Aug 2008 10:54:09 +0000 |
Roy Marples |
We should ARP probe after discover.
draft
|
| Tue, 12 Aug 2008 10:51:42 +0000 |
Roy Marples |
Spin until dhcpcd exits (timeout 10 seconds) to avoid this race:- dhcpcd -x eth0; dhcpcd eth0
draft
|
| Tue, 12 Aug 2008 10:50:30 +0000 |
Roy Marples |
Remove unused function.
draft
|
| Mon, 11 Aug 2008 09:28:53 +0000 |
Roy Marples |
Rename exec_script to run_script. Split the exec/fork part to static exec_script. This allows us to use vfork and stop gcc complaining about exec stamping on the env variable.
draft
|
| Mon, 11 Aug 2008 09:21:07 +0000 |
Roy Marples |
No longer need these.
draft
|
| Mon, 11 Aug 2008 08:32:52 +0000 |
Roy Marples |
Remove loads of code specific to fork()less systems. dhcpcd no longer backgrounds on these systems, but is a lot lighter.
draft
|
| Fri, 08 Aug 2008 17:55:48 +0000 |
Roy Marples |
DHCP_option -> DHO_option.
draft
|
| Fri, 08 Aug 2008 17:45:09 +0000 |
Roy Marples |
Allow FQDN to be decoded to userland. Also, don't exclude hostname when sending FQDN.
draft
|
| Fri, 08 Aug 2008 13:47:57 +0000 |
Roy Marples |
We should not make any restrictions on hostname. RFC2131 says that hostname field *could* be fully or partially qualified.
draft
|
| Fri, 08 Aug 2008 12:26:05 +0000 |
Roy Marples |
Ensure that hostname does not begin with a .
draft
|
| Fri, 08 Aug 2008 11:31:19 +0000 |
Roy Marples |
Skip the trailing . if it exists on the FQDN.
draft
|
| Thu, 07 Aug 2008 11:45:29 +0000 |
Roy Marples |
Heh, need to reserve space for FQDN option length also.
draft
|
| Thu, 07 Aug 2008 11:42:14 +0000 |
Roy Marples |
We need to reserve a byte for initial length also.
draft
|
| Thu, 07 Aug 2008 10:15:15 +0000 |
Roy Marples |
Note that we encode the hostname according to RFC1035. As such, we can't use the system defined MAX hostname length.
draft
|
| Thu, 07 Aug 2008 10:04:16 +0000 |
Roy Marples |
Use full dates.
draft
|
| Thu, 07 Aug 2008 09:45:41 +0000 |
Roy Marples |
Turns out my encoding was correct after all :)
draft
|
| Wed, 06 Aug 2008 22:12:37 +0000 |
Roy Marples |
Revert FQDN to ASCII encoding as I cannot find out what RFC4702 really means for encoding :/
draft
|
| Wed, 06 Aug 2008 21:37:34 +0000 |
Roy Marples |
Attempt to fix FQDN encoding.
draft
|