| 2008-03-29 |
Roy Marples | Rework our error handling code a little to save ~5k... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | It's more proper to use ~0U here. |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | Install INFODIR in the Makefile to reduce the dhcpcd... |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | No need to create /etc |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | Use strlcpy here. |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | Don't bother compiling these if undefined. |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | Use the close_on_exec function here. |
commit | commitdiff | tree | snapshot |
| 2008-03-28 |
Roy Marples | It appears that some DHCP servers don't reply to a... |
commit | commitdiff | tree | snapshot |
| 2008-03-27 |
Roy Marples | Fix compile on fbsd-6.2 |
commit | commitdiff | tree | snapshot |
| 2008-03-27 |
Roy Marples | If not Linux then assume BSD. |
commit | commitdiff | tree | snapshot |
| 2008-03-25 |
Roy Marples | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2008-03-24 |
Roy Marples | Add alternative building method to save around 500... |
commit | commitdiff | tree | snapshot |
| 2008-03-24 |
Roy Marples | Use functions over bloaty macros to save a few bytes. |
commit | commitdiff | tree | snapshot |
| 2008-03-24 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree | snapshot |
| 2008-03-24 |
Roy Marples | Split interface and socket out into OS bpf, if-bsd... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Roy Marples | Fix compile on NetBSD |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Roy Marples | Remove uneeded structs. |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Roy Marples | Change code style to match the BSDs in the hope the... |
commit | commitdiff | tree | snapshot |
| 2008-03-16 |
Roy Marples | Work with zerolength options again. |
commit | commitdiff | tree | snapshot |
| 2008-03-05 |
Roy Marples | Include our own queue.h only for Linux systems. |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Roy Marples | Import STAIL_QUEUE from FreeBSD headers as not all... |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Roy Marples | Add back asm/types.h direct include for crappy 2.4... |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Roy Marples | Allow --fqdn to work without an option, defaulting... |
commit | commitdiff | tree | snapshot |
| 2008-02-25 |
Roy Marples | Release dhcpcd-3.2.3 v3.2.3 |
commit | commitdiff | tree | snapshot |
| 2008-02-24 |
Roy Marples | NIS could just be a domain without addresses. |
commit | commitdiff | tree | snapshot |
| 2008-02-23 |
Roy Marples | Fix hostname lookup, #31 |
commit | commitdiff | tree | snapshot |
| 2008-02-23 |
Roy Marples | Clean up some valgrind errors. |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Roy Marples | As we don't use the udp socket, set the recieve buffer... |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Roy Marples | Fix building on GNU/kFreeBSD, Debian #467005 |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Roy Marples | PCC compiler fixes. |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Roy Marples | Always open UDP port for DHCP client t avoid more ICMP... |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Roy Marples | ifreqs could have more than structs larger than sockadd... |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | Style. |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | Fix rebinding. |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | Be more RFC conformant regarding sending server id. |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | Add a listening port for linux for when we have configu... |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | When renewing, talk to the server ip address. |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | Fix mode of pidfile so any user can read it. |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Roy Marples | Fix compile on NOMMU systems. |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Bail out of sys/queue.h lacks STAILQ |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Support the PCC compiler. |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Quickly fix a valgrind error. |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Release dhcpcd-3.2.2 |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Use tailq from queue.h instead of rolling our down... |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Add a comment about older linux headers and -std=c99. |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Don't include -pipe by default. |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Roy Marples | Test each CC flag we want to set so we will work on... |
commit | commitdiff | tree | snapshot |
| 2008-02-19 |
Roy Marples | Typo. |
commit | commitdiff | tree | snapshot |
| 2008-02-19 |
Roy Marples | Remove hardcoded defines for linux and add a nasty... |
commit | commitdiff | tree | snapshot |
| 2008-02-19 |
Roy Marples | Fix compile. |
commit | commitdiff | tree | snapshot |
| 2008-02-19 |
Roy Marples | Linux-2.6.23 finally supports -std=c99 for asm/types... |
commit | commitdiff | tree | snapshot |
| 2008-02-19 |
Roy Marples | Add comments about interupts and stop polling for event... |
commit | commitdiff | tree | snapshot |
| 2008-02-11 |
Roy Marples | When polling and interupted, continue as the signal... |
commit | commitdiff | tree | snapshot |
| 2008-02-11 |
Roy Marples | Fix compile warning for new netlink callback header. |
commit | commitdiff | tree | snapshot |
| 2008-02-10 |
Roy Marples | Fix poll timeout. |
commit | commitdiff | tree | snapshot |
| 2008-02-10 |
Roy Marples | Fix compile on NetBSD. |
commit | commitdiff | tree | snapshot |
| 2008-02-10 |
Roy Marples | Just warn when running as non root. |
commit | commitdiff | tree | snapshot |
| 2008-02-10 |
Roy Marples | Replace select with poll and nanosleep. |
commit | commitdiff | tree | snapshot |
| 2008-02-09 |
Roy Marples | We should only have one bit of code to mark sockets... |
commit | commitdiff | tree | snapshot |
| 2008-02-06 |
Roy Marples | Rename getline to get_line so we don't conflict with... |
commit | commitdiff | tree | snapshot |
| 2008-02-05 |
Roy Marples | Allow hardware type to be specified in the ClientID... |
commit | commitdiff | tree | snapshot |
| 2008-02-03 |
Roy Marples | We should block and reset our signals when daemonising... |
commit | commitdiff | tree | snapshot |
| 2008-02-02 |
Roy Marples | Revert posix_spawn as it seems only glibc supports... |
commit | commitdiff | tree | snapshot |
| 2008-02-02 |
Roy Marples | Block signals to avoid potential signal racing on BSD... |
commit | commitdiff | tree | snapshot |
| 2008-02-02 |
Roy Marples | Of course, BSD systems don't have posix_spawn yet :/ |
commit | commitdiff | tree | snapshot |
| 2008-02-02 |
Roy Marples | Use posix_spawn instead of vfork to avoid signal races. |
commit | commitdiff | tree | snapshot |
| 2008-01-31 |
Roy Marples | Fix adding routes on BSD. |
commit | commitdiff | tree | snapshot |
| 2008-01-31 |
Roy Marples | Move clientid generation to client.c and put it on... |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Roy Marples | Specify install modes for all our files. |
commit | commitdiff | tree | snapshot |
| 2008-01-30 |
Roy Marples | BPF documentation says use +, so lets do that. |
commit | commitdiff | tree | snapshot |
| 2008-01-29 |
Roy Marples | Release dhcpcd-3.2.1 |
commit | commitdiff | tree | snapshot |
| 2008-01-29 |
Roy Marples | Update comment style. |
commit | commitdiff | tree | snapshot |
| 2008-01-29 |
Roy Marples | Re add the code to re-send message now - last time... |
commit | commitdiff | tree | snapshot |
| 2008-01-29 |
Roy Marples | Better to use the size of the packet. |
commit | commitdiff | tree | snapshot |
| 2008-01-29 |
Roy Marples | Man page updates. |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Roy Marples | Use sizeof with the variable, not the declaration more. |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Roy Marples | Use sizeof with the variable, not the declaration. |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Roy Marples | Introduce xzalloc, which zeros memory as well as alloca... |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Roy Marples | Man page updates. |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Roy Marples | Style |
commit | commitdiff | tree | snapshot |
| 2008-01-28 |
Roy Marples | We shouldn't need to re-send this message now as our... |
commit | commitdiff | tree | snapshot |
| 2008-01-27 |
Roy Marples | We should zero the sa structure before use. |
commit | commitdiff | tree | snapshot |
| 2008-01-27 |
Roy Marples | Fix compile on NetBSD |
commit | commitdiff | tree | snapshot |
| 2008-01-27 |
Roy Marples | Use sigaction over signal and check iface and state... |
commit | commitdiff | tree | snapshot |
| 2008-01-27 |
Roy Marples | Linux has LPF, which is almost like BPF. Let's use... |
commit | commitdiff | tree | snapshot |
| 2008-01-26 |
Roy Marples | cast to int for isxdigit |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Roy Marples | Add NETWORK= to dhcpcd-.info, bug #10 |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Roy Marples | Fix ntpd.conf |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Roy Marples | Release dhcpcd-3.2.0 |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Roy Marples | Store and validate the duid using our generic hwaddr_... |
commit | commitdiff | tree | snapshot |
| 2008-01-25 |
Roy Marples | If ClientID matches a hardware address formart, encode... |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Roy Marples | Don't use const const here - doh. |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Roy Marples | DHCP over Infiniband requires a fudged broadcast address. |
commit | commitdiff | tree | snapshot |
| 2008-01-24 |
Roy Marples | Bump version and fix infiniband number. |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Roy Marples | renewing a lease should not cause dhcpcd to exit. |
commit | commitdiff | tree | snapshot |
| 2008-01-21 |
Roy Marples | Zero the rset when we fallthrough the waiting for packet. |
commit | commitdiff | tree | snapshot |
| 2008-01-21 |
Roy Marples | Fix compile on Linux where. |
commit | commitdiff | tree | snapshot |
| 2008-01-21 |
Roy Marples | Quiet some lint warnings. |
commit | commitdiff | tree | snapshot |
| 2008-01-21 |
Roy Marples | Prefer for (;;) over while (1) |
commit | commitdiff | tree | snapshot |
| next |