| Mon, 21 Jan 2008 21:19:53 +0000 |
Roy Marples |
Quiet some lint warnings.
draft
|
| Mon, 21 Jan 2008 16:08:42 +0000 |
Roy Marples |
Prefer for (;;) over while (1)
draft
|
| Mon, 21 Jan 2008 15:13:59 +0000 |
Roy Marples |
Re-factor our state engine, splitting out the massive switch block into smaller functions. Hopefully I've not introduced any bugs as it seems to work fine.
draft
|
| Mon, 21 Jan 2008 15:12:51 +0000 |
Roy Marples |
Don't raise signals on child exits.
draft
|
| Mon, 21 Jan 2008 15:12:31 +0000 |
Roy Marples |
We should use ssize_t here.
draft
|
| Mon, 21 Jan 2008 15:10:46 +0000 |
Roy Marples |
inet_aton returns 1 for success
draft
|
| Thu, 17 Jan 2008 18:49:26 +0000 |
Roy Marples |
Change man page building to a suffix rule.
draft
|
| Thu, 17 Jan 2008 17:54:03 +0000 |
Roy Marples |
Formatting.
draft
|
| Thu, 17 Jan 2008 17:51:00 +0000 |
Roy Marples |
We should use caddr_t instead of our own types for arp hardware addresses.
draft
|
| Thu, 17 Jan 2008 14:16:13 +0000 |
Roy Marples |
Re-write the man page using the mdoc format.
draft
|
| Wed, 16 Jan 2008 17:49:58 +0000 |
Roy Marples |
Exit through our abort label to ensure we always clean our memory.
draft
|
| Wed, 16 Jan 2008 17:38:02 +0000 |
Roy Marples |
Don't request a NULL address and supply a serveraddress when we should.
draft
|
| Wed, 16 Jan 2008 17:34:36 +0000 |
Roy Marples |
More formatting fixes.
draft
|
| Wed, 16 Jan 2008 16:38:47 +0000 |
Roy Marples |
Re format for standard tabs.
draft
|
| Wed, 16 Jan 2008 15:59:14 +0000 |
Roy Marples |
Add correct license
draft
|
| Wed, 16 Jan 2008 14:32:35 +0000 |
Roy Marples |
We now work with C90 compilers, so no need to enforce C99.
draft
|
| Wed, 16 Jan 2008 13:40:42 +0000 |
Roy Marples |
start and last_send should really be time_t also.
draft
|
| Wed, 16 Jan 2008 13:16:11 +0000 |
Roy Marples |
uptime should return time_t
draft
|
| Tue, 15 Jan 2008 15:11:00 +0000 |
Roy Marples |
Fix -S in getopt.
draft
|
| Tue, 15 Jan 2008 14:34:28 +0000 |
Roy Marples |
Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CSR and not a normal.
draft
|
| Wed, 09 Jan 2008 15:51:04 +0000 |
Roy Marples |
Release 3.1.9
draft
|
| Wed, 09 Jan 2008 14:16:18 +0000 |
Roy Marples |
Fix INFODIR
draft
|
| Wed, 09 Jan 2008 13:41:16 +0000 |
Roy Marples |
Disallow arp claim for IEEE1394 per RFC 2734 thanks to pawka.
draft
|
| Wed, 09 Jan 2008 12:34:34 +0000 |
Roy Marples |
Write the real routing message length, fixing the addition of routes on NetBSD and hopefully OpenBSD.
draft
|
| Wed, 09 Jan 2008 11:45:30 +0000 |
Roy Marples |
.depend shouldn't need scripts.
draft
|
| Wed, 09 Jan 2008 10:19:16 +0000 |
Roy Marples |
Bump the version for testing.
draft
|
| Wed, 09 Jan 2008 10:17:57 +0000 |
Roy Marples |
Only ignore dhcpcd bz2 files.
draft
|
| Wed, 09 Jan 2008 10:17:10 +0000 |
Roy Marples |
Use correct castings for UINT16_MAX.
draft
|
| Wed, 09 Jan 2008 10:12:59 +0000 |
Roy Marples |
Default all int entries in the dhcp header to unsigned.
draft
|
| Wed, 09 Jan 2008 10:02:28 +0000 |
Roy Marples |
common.h now defines a simple define to create the function in common.c. NetBSD needs srandomdev also.
draft
|