| Mon, 22 Oct 2007 14:32:31 +0000 |
Roy Marples |
Use sysconf to detect if we have a working monotonic clock.
draft
|
| Mon, 22 Oct 2007 13:10:09 +0000 |
Roy Marples |
Only request NTP, NIS, etc if we have compiled that feature in.
draft
|
| Mon, 22 Oct 2007 13:06:18 +0000 |
Roy Marples |
dhcpcd --version now shows what compile time options were used.
draft
|
| Sun, 21 Oct 2007 19:44:30 +0000 |
Roy Marples |
Don't need this define anymore.
draft
|
| Sun, 21 Oct 2007 19:16:53 +0000 |
Roy Marples |
Release 3.1.7
draft
|
| Sun, 21 Oct 2007 19:16:19 +0000 |
Roy Marples |
typo
draft
|
| Sun, 21 Oct 2007 19:15:23 +0000 |
Roy Marples |
Add warnings about requesting a link local address.
draft
|
| Sat, 20 Oct 2007 16:58:13 +0000 |
Roy Marples |
Write the pidfile before we fork so we can easily be stopped by other processes.
draft
|
| Wed, 17 Oct 2007 15:46:04 +0000 |
Roy Marples |
Always define IN_LINKLOCAL
draft
|
| Fri, 12 Oct 2007 11:19:29 +0000 |
Roy Marples |
Always add a link-local route unless we're given a non-private address by the DHCP server.
draft
|
| Fri, 12 Oct 2007 11:18:03 +0000 |
Roy Marples |
Change wording
draft
|
| Thu, 11 Oct 2007 21:05:18 +0000 |
Roy Marples |
Remove temp files when cannot work out linking foo
draft
|
| Thu, 11 Oct 2007 20:30:24 +0000 |
Roy Marples |
Don't malloc pointer size when we mean data size
draft
|
| Thu, 11 Oct 2007 13:42:12 +0000 |
Roy Marples |
No need for if here
draft
|
| Thu, 11 Oct 2007 13:27:06 +0000 |
Roy Marples |
Clarify EINTR
draft
|
| Thu, 11 Oct 2007 13:26:16 +0000 |
Roy Marples |
Reduce stack usage by using malloc more.
draft
|
| Thu, 11 Oct 2007 13:24:17 +0000 |
Roy Marples |
Work better with signal handling, arp and send errors
draft
|
| Thu, 11 Oct 2007 13:23:53 +0000 |
Roy Marples |
revert commit - wrong file :/
draft
|
| Thu, 11 Oct 2007 13:21:57 +0000 |
Roy Marples |
Work better with signal handling, arp and send errors
draft
|
| Thu, 11 Oct 2007 13:21:02 +0000 |
Roy Marples |
Return on all errors
draft
|
| Thu, 11 Oct 2007 13:20:37 +0000 |
Roy Marples |
Handle signals correctly.
draft
|
| Thu, 11 Oct 2007 13:19:25 +0000 |
Roy Marples |
Allow none signal pipe users to grab signals
draft
|
| Thu, 11 Oct 2007 08:56:46 +0000 |
Roy Marples |
If we're on a different subnet from the one we get DHCP for, don't use our current address in messages. Thanks to Wilson Callan.
draft
|
| Thu, 11 Oct 2007 08:53:29 +0000 |
Roy Marples |
Skip over bogus EINTR error on select when arp checking for a different address from what we already have. This should not happen, so a better fix is probably needed.
draft
|
| Tue, 09 Oct 2007 09:05:29 +0000 |
Roy Marples |
Clarify -r option a little
draft
|
| Thu, 04 Oct 2007 11:39:26 +0000 |
Roy Marples |
Release 3.1.6
draft
|
| Thu, 04 Oct 2007 09:57:50 +0000 |
Roy Marples |
--skiproutes has been added for no fork users so that we know if we can delete the route at a later date.
draft
|
| Tue, 04 Sep 2007 12:55:23 +0000 |
Roy Marples |
remove the .depend file for ease of development
draft
|
| Tue, 04 Sep 2007 12:52:34 +0000 |
Roy Marples |
Add empty .depend file
draft
|
| Tue, 04 Sep 2007 12:48:40 +0000 |
Roy Marples |
Many thanks to Michael Durrant for testing the below changes.
draft
|
| Fri, 24 Aug 2007 11:05:38 +0000 |
Roy Marples |
Loopify the pmake gcc flag detection
draft
|
| Tue, 21 Aug 2007 09:50:01 +0000 |
Roy Marples |
Suck it hard and use gettimeofday for Linux. Lets just hope that the clock works under Linux during ARP floods.
draft
|
| Mon, 20 Aug 2007 19:09:12 +0000 |
Roy Marples |
Fix the flushing of addresses on BSD systems.
draft
|
| Mon, 20 Aug 2007 16:33:29 +0000 |
Roy Marples |
Prepare 3.1.5
draft
|
| Mon, 20 Aug 2007 16:33:09 +0000 |
Roy Marples |
Rework the arp code again so that we don't link to librt on Linux.
draft
|
| Mon, 20 Aug 2007 15:43:10 +0000 |
Roy Marples |
Fix a potential buffer overflow in hwaddr_ntoa if length > 42.
draft
|
| Mon, 20 Aug 2007 15:36:41 +0000 |
Roy Marples |
Fix a potential heap overflow in decode_CSR when CIDR > 32.
draft
|
| Mon, 20 Aug 2007 15:17:37 +0000 |
Roy Marples |
Fix a potential heap overflow in decode_sipservers when length is 1.
draft
|
| Sat, 11 Aug 2007 16:03:25 +0000 |
Roy Marples |
-L actually doesn't do IPv4LL as advertised.
draft
|
| Fri, 10 Aug 2007 11:42:53 +0000 |
Roy Marples |
We still need the common.h header
draft
|
| Thu, 09 Aug 2007 16:27:53 +0000 |
Roy Marples |
Makefile version
draft
|
| Thu, 09 Aug 2007 16:26:26 +0000 |
Roy Marples |
3.1.4
draft
|
| Thu, 09 Aug 2007 16:25:20 +0000 |
Roy Marples |
Ensure ARP checking times out when there is a flood.
draft
|
| Thu, 09 Aug 2007 16:24:36 +0000 |
Roy Marples |
Don't use xmalloc in logger as that is self recursive.
draft
|
| Fri, 03 Aug 2007 12:24:17 +0000 |
Roy Marples |
Move signal out of the options struct as it's just local to dhcpcd.c
draft
|
| Fri, 03 Aug 2007 10:33:07 +0000 |
Roy Marples |
Add -x option to quit without releasing the lease.
draft
|
| Tue, 31 Jul 2007 14:09:00 +0000 |
Roy Marples |
Fix link routes which broke in 3.1.2.
draft
|
| Tue, 31 Jul 2007 09:57:20 +0000 |
Roy Marples |
Changelog
draft
|
| Tue, 31 Jul 2007 09:50:48 +0000 |
Roy Marples |
Fix static routes
draft
|
| Mon, 30 Jul 2007 12:46:53 +0000 |
Roy Marples |
Change the route output to use CIDR instead of netmasks
draft
|
| Mon, 30 Jul 2007 12:45:31 +0000 |
Roy Marples |
Use --nodeps when restarting services
draft
|
| Sun, 29 Jul 2007 10:19:37 +0000 |
Roy Marples |
Simply CIDR calculation, thanks to Francois-Xavier Le Bail.
draft
|
| Sun, 29 Jul 2007 10:18:52 +0000 |
Roy Marples |
Don't free the dhcp object on RENEW (fixes a segfault)
draft
|
| Thu, 26 Jul 2007 09:35:45 +0000 |
Roy Marples |
Fix arp segfaulting and final 3.1.1
draft
|
| Wed, 25 Jul 2007 21:01:10 +0000 |
Roy Marples |
Remove getifaddrs code and instead just use ioctls.
draft
|
| Mon, 23 Jul 2007 10:31:16 +0000 |
Roy Marples |
Final 3.1.0
draft
|
| Sat, 21 Jul 2007 13:00:18 +0000 |
Roy Marples |
Add new socket code to try and support InfiniBand better.
draft
|
| Thu, 19 Jul 2007 15:46:02 +0000 |
Roy Marples |
Fix leak and report correct invalid encoding option for sip servers.
draft
|
| Wed, 18 Jul 2007 14:22:02 +0000 |
Roy Marples |
Support RFC 3361 SIP Servers.
draft
|
| Wed, 18 Jul 2007 11:39:30 +0000 |
Roy Marples |
==-1 is cheaper than <0
draft
|