| Fri, 07 Feb 2014 21:04:09 +0000 |
Roy Marples |
Ensure fscanf does not overflow.
draft
|
| Fri, 07 Feb 2014 20:33:43 +0000 |
Roy Marples |
Fix compile
draft
|
| Fri, 07 Feb 2014 20:31:29 +0000 |
Roy Marples |
Use fscanf instead of get_line when parsing /proc/cpuinfo
draft
|
| Fri, 07 Feb 2014 19:41:35 +0000 |
Roy Marples |
Remove some dead uses of get_monotonic
draft
|
| Fri, 07 Feb 2014 19:40:20 +0000 |
Roy Marples |
Move DUID_LEN to a better header.
draft
|
| Fri, 07 Feb 2014 17:48:13 +0000 |
Roy Marples |
writepid is now a static inline function
draft
|
| Fri, 07 Feb 2014 17:32:08 +0000 |
Roy Marples |
Remove custom set_cloexec and set_nonblock functions.
draft
|
| Fri, 07 Feb 2014 15:49:33 +0000 |
Roy Marples |
Use our own signal structure instead of siginfo_t to save space.
draft
|
| Fri, 07 Feb 2014 14:57:19 +0000 |
Roy Marples |
Ignore netlink messages with an our of range pid.
draft
|
| Fri, 07 Feb 2014 14:39:22 +0000 |
Roy Marples |
Copy the siginfo_t structure onto a global copy and pass that as an
draft
|
| Fri, 07 Feb 2014 11:18:33 +0000 |
Roy Marples |
Set memory to zero
draft
|
| Fri, 07 Feb 2014 11:06:17 +0000 |
Roy Marples |
Set dev fd to -1 when stopped.
draft
|
| Fri, 07 Feb 2014 11:03:39 +0000 |
Roy Marples |
Don't hold onto an AF_INET socket for the duration of the program,
draft
|
| Fri, 07 Feb 2014 09:33:32 +0000 |
Roy Marples |
Exit correctly if no interfaces have a carrier.
draft
|
| Wed, 05 Feb 2014 18:32:13 +0000 |
Roy Marples |
Fix opening the control socket.
draft
|
| Wed, 05 Feb 2014 18:11:32 +0000 |
Roy Marples |
Use fscanf some more.
draft
|
| Wed, 05 Feb 2014 16:44:24 +0000 |
Roy Marples |
Replace get_line with sscanf
draft
|
| Wed, 05 Feb 2014 13:18:58 +0000 |
Roy Marples |
pidfd can be static now.
draft
|
| Wed, 05 Feb 2014 12:01:09 +0000 |
Roy Marples |
Move control globals into a context.
draft
|
| Tue, 04 Feb 2014 15:53:56 +0000 |
Roy Marples |
Only return 0 from daemonise if we have forked successfully, otherwise the pid of the child.
draft
|
| Tue, 04 Feb 2014 15:46:38 +0000 |
Roy Marples |
Fork correctly from RA and DAD.
draft
|
| Tue, 04 Feb 2014 15:45:51 +0000 |
Roy Marples |
Reset kernel RA flag correctly.
draft
|
| Tue, 04 Feb 2014 14:55:04 +0000 |
Roy Marples |
Changed these files in 2014.
draft
|
| Tue, 04 Feb 2014 14:41:35 +0000 |
Roy Marples |
Fix compile
draft
|
| Tue, 04 Feb 2014 14:39:26 +0000 |
Roy Marples |
Remove DEBUG_MEMORY guard and always free memory and resources.
draft
|
| Mon, 03 Feb 2014 17:30:03 +0000 |
Roy Marples |
Drain the correct UDP socket.
draft
|
| Mon, 03 Feb 2014 17:29:36 +0000 |
Roy Marples |
We don't want to show cc errors here
draft
|
| Mon, 03 Feb 2014 14:12:14 +0000 |
Roy Marples |
Open UDP sockets for *.*.*.*:bootpc and $ip_address:bootpc
draft
|
| Mon, 03 Feb 2014 13:24:04 +0000 |
Roy Marples |
Only link to libmd if it lives in /lib
draft
|
| Mon, 03 Feb 2014 13:09:13 +0000 |
Roy Marples |
Fix make import with compat sources.
draft
|
| Mon, 03 Feb 2014 11:39:25 +0000 |
Roy Marples |
Only listen to the UDP port if we opened it.
draft
|
| Mon, 03 Feb 2014 11:02:17 +0000 |
Roy Marples |
RFC7083 has new inital timer values.
draft
|
| Mon, 03 Feb 2014 10:28:30 +0000 |
Roy Marples |
Add support for the following RFCs:
draft
|
| Sat, 01 Feb 2014 10:40:40 +0000 |
Roy Marples |
Fix auto-configure
draft
|
| Fri, 31 Jan 2014 22:28:16 +0000 |
Roy Marples |
Only check auto-configure in the DISCOVER state.
draft
|
| Fri, 31 Jan 2014 22:15:50 +0000 |
Roy Marples |
Add support for DHCP auto configuration, RFC 2563.
draft
|
| Fri, 31 Jan 2014 18:33:11 +0000 |
Roy Marples |
Reset reconfigure token when dropping a lease.
draft
|
| Fri, 31 Jan 2014 15:55:16 +0000 |
Roy Marples |
Tweak stuff for importing
draft
|
| Fri, 31 Jan 2014 15:00:58 +0000 |
Roy Marples |
Remove used var
draft
|
| Fri, 31 Jan 2014 14:43:08 +0000 |
Roy Marples |
Support AFTR-Name, RFC6334.
draft
|
| Fri, 31 Jan 2014 14:26:58 +0000 |
Roy Marples |
Remove debug
draft
|
| Fri, 31 Jan 2014 14:25:18 +0000 |
Roy Marples |
Support RECONFIGURE DHCPv6 messages.
draft
|
| Fri, 31 Jan 2014 12:45:55 +0000 |
Roy Marples |
Changed in 2014
draft
|
| Fri, 31 Jan 2014 12:43:20 +0000 |
Roy Marples |
Provide a string for FORCERENEW
draft
|
| Fri, 31 Jan 2014 12:41:30 +0000 |
Roy Marples |
Force renew now works when we are in the informed state.
draft
|
| Fri, 31 Jan 2014 12:26:39 +0000 |
Roy Marples |
Implement Force Renew Nonce Capability option, RFC6704
draft
|
| Fri, 31 Jan 2014 12:03:54 +0000 |
Roy Marples |
As we need to actuall drain the kernel buffer, don't bother setting the receive buffer size
draft
|
| Fri, 31 Jan 2014 11:47:27 +0000 |
Roy Marples |
Implement support for RFC 3203, FORCERENEW message.
draft
|
| Thu, 30 Jan 2014 14:20:24 +0000 |
Roy Marples |
Improve authentication logging.
draft
|
| Thu, 30 Jan 2014 13:27:49 +0000 |
Roy Marples |
Warn on missing auth if we request it but do not require it.
draft
|
| Thu, 30 Jan 2014 13:04:42 +0000 |
Roy Marples |
Change to using a NTP time stamp for Replay Detection as that seems
draft
|
| Thu, 30 Jan 2014 08:25:11 +0000 |
Roy Marples |
Send auth when all protocol options specified.
draft
|
| Wed, 29 Jan 2014 19:46:44 +0000 |
Roy Marples |
Don't mistakenly assume that a previously used token implies we should
draft
|
| Wed, 29 Jan 2014 18:33:43 +0000 |
Roy Marples |
If no status message given, supply a default.
draft
|
| Wed, 29 Jan 2014 17:21:14 +0000 |
Roy Marples |
If we aren't sending an authentication option, don't update it.
draft
|
| Wed, 29 Jan 2014 14:16:31 +0000 |
Roy Marples |
Fix compile
draft
|
| Wed, 29 Jan 2014 14:05:58 +0000 |
Roy Marples |
Add nodhcp and nodhcp6 directives.
draft
|
| Mon, 27 Jan 2014 11:34:26 +0000 |
Roy Marples |
Typo, thanks to Iain Hibbert.
draft
|
| Sat, 25 Jan 2014 02:50:27 +0000 |
Roy Marples |
Fix compile on NetBSD
draft
|
| Sat, 25 Jan 2014 02:41:42 +0000 |
Roy Marples |
Warn about missing auth
draft
|