2008-04-17 |
Roy Marples | Split ntp and ypbind into sample hook scripts. These... |
commit | commitdiff | tree |
2008-04-17 |
Roy Marples | Fix ntp and nis servers. |
commit | commitdiff | tree |
2008-04-17 |
Roy Marples | Specify char |
commit | commitdiff | tree |
2008-04-17 |
Roy Marples | Our ctype calls should always use unsigned. |
commit | commitdiff | tree |
2008-04-17 |
Roy Marples | If _PATH_BPF is set, open that instead of searching... |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Change SYSCONFDIR to /etc/dhcpcd as we'll probably... |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Fix compat - d'oh |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Add dhcpcd-compat.sh, so that distros can make availabl... |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Use correct mtu function. |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Add dhcpcd.sh.in |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Fix a few compile warnings. |
commit | commitdiff | tree |
2008-04-16 |
Roy Marples | Remove the .info file and now set environment vars... |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Don't compare if file does not exist. |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Support GNU style calling. |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | We should ARP by default. |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Replace the clean_metas functions with a write_string... |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Move MTU configuration to dhcpcd.sh. However, if the... |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Fix type for NetBIOS scope, and escape unknown options... |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Change a few build/install knobs. |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Implement arrays and fix getting strings. |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Implement integer arrays. |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Add loads more DHCP options from RFC2132 to the info... |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Add more dhcp types, #53 |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | The H argument no means , which changes it's meaning... |
commit | commitdiff | tree |
2008-04-14 |
Roy Marples | Add -o opt1,opt2 and -O to disable requesting optional... |
commit | commitdiff | tree |
2008-04-13 |
Roy Marples | We should check the cookie on messages. |
commit | commitdiff | tree |
2008-04-13 |
Roy Marples | We should end options correctly. |
commit | commitdiff | tree |
2008-04-13 |
Roy Marples | We now use either dig or host to lookup the hostname... |
commit | commitdiff | tree |
2008-04-13 |
Roy Marples | Remove the bit about init detection as it's no longer... |
commit | commitdiff | tree |
2008-04-13 |
Roy Marples | As we're only dealing with dhcpcd.sh now, the exec_cmd... |
commit | commitdiff | tree |
2008-04-12 |
Roy Marples | As we're not looking up the hostname anymore, remove... |
commit | commitdiff | tree |
2008-04-12 |
Roy Marples | And read only ;) |
commit | commitdiff | tree |
2008-04-12 |
Roy Marples | The lease file should only be able to be read by the... |
commit | commitdiff | tree |
2008-04-12 |
Roy Marples | Move configuration file setup to dhcpcd.sh so that... |
commit | commitdiff | tree |
2008-04-12 |
Roy Marples | Fix INFORM support a little. |
commit | commitdiff | tree |
2008-04-11 |
Roy Marples | Punt unused file. |
commit | commitdiff | tree |
2008-04-11 |
Roy Marples | Normally I hate massive code drops, but heh. |
commit | commitdiff | tree |
2008-03-31 |
Roy Marples | read(2) works on ssize_t so we should use this rather... |
commit | commitdiff | tree |
2008-03-30 |
Roy Marples | Pointless looping in bpf.packet, as pointed out by... |
commit | commitdiff | tree |
2008-03-30 |
Roy Marples | Use d_droute. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | bitmask options should take less space than booleans. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | strlcpy is more lightweight than memcpy. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | Fix compile on NetBSD. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | Remove all logging from if.c and into the proper bits. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | Convert has_address into a macro. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | flush_addresses can become a macro. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | Save a few more bytes. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | Move log_route to if.c |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | We need sys/stat.h on fbsd. |
commit | commitdiff | tree |
2008-03-29 |
Roy Marples | Rework our error handling code a little to save ~5k... |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | Fix compile on Linux. |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | It's more proper to use ~0U here. |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | Install INFODIR in the Makefile to reduce the dhcpcd... |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | No need to create /etc |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | Use strlcpy here. |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | Don't bother compiling these if undefined. |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | Use the close_on_exec function here. |
commit | commitdiff | tree |
2008-03-28 |
Roy Marples | It appears that some DHCP servers don't reply to a... |
commit | commitdiff | tree |
2008-03-27 |
Roy Marples | Fix compile on fbsd-6.2 |
commit | commitdiff | tree |
2008-03-27 |
Roy Marples | If not Linux then assume BSD. |
commit | commitdiff | tree |
2008-03-25 |
Roy Marples | Fix compiler warnings. |
commit | commitdiff | tree |
2008-03-24 |
Roy Marples | Add alternative building method to save around 500... |
commit | commitdiff | tree |
2008-03-24 |
Roy Marples | Use functions over bloaty macros to save a few bytes. |
commit | commitdiff | tree |
2008-03-24 |
Roy Marples | Fix compile on BSD. |
commit | commitdiff | tree |
2008-03-24 |
Roy Marples | Split interface and socket out into OS bpf, if-bsd... |
commit | commitdiff | tree |
2008-03-20 |
Roy Marples | Fix compile on NetBSD |
commit | commitdiff | tree |
2008-03-20 |
Roy Marples | Remove uneeded structs. |
commit | commitdiff | tree |
2008-03-20 |
Roy Marples | Change code style to match the BSDs in the hope the... |
commit | commitdiff | tree |
2008-03-16 |
Roy Marples | Work with zerolength options again. |
commit | commitdiff | tree |
2008-03-05 |
Roy Marples | Include our own queue.h only for Linux systems. |
commit | commitdiff | tree |
2008-03-04 |
Roy Marples | Import STAIL_QUEUE from FreeBSD headers as not all... |
commit | commitdiff | tree |
2008-03-04 |
Roy Marples | Add back asm/types.h direct include for crappy 2.4... |
commit | commitdiff | tree |
2008-03-04 |
Roy Marples | Allow --fqdn to work without an option, defaulting... |
commit | commitdiff | tree |
2008-02-25 |
Roy Marples | Release dhcpcd-3.2.3 v3.2.3 |
commit | commitdiff | tree |
2008-02-24 |
Roy Marples | NIS could just be a domain without addresses. |
commit | commitdiff | tree |
2008-02-23 |
Roy Marples | Fix hostname lookup, #31 |
commit | commitdiff | tree |
2008-02-23 |
Roy Marples | Clean up some valgrind errors. |
commit | commitdiff | tree |
2008-02-22 |
Roy Marples | As we don't use the udp socket, set the recieve buffer... |
commit | commitdiff | tree |
2008-02-22 |
Roy Marples | Fix building on GNU/kFreeBSD, Debian #467005 |
commit | commitdiff | tree |
2008-02-22 |
Roy Marples | PCC compiler fixes. |
commit | commitdiff | tree |
2008-02-22 |
Roy Marples | Always open UDP port for DHCP client t avoid more ICMP... |
commit | commitdiff | tree |
2008-02-22 |
Roy Marples | ifreqs could have more than structs larger than sockadd... |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | Style. |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | Fix rebinding. |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | Be more RFC conformant regarding sending server id. |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | Add a listening port for linux for when we have configu... |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | When renewing, talk to the server ip address. |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | Fix mode of pidfile so any user can read it. |
commit | commitdiff | tree |
2008-02-21 |
Roy Marples | Fix compile on NOMMU systems. |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Bail out of sys/queue.h lacks STAILQ |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Support the PCC compiler. |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Quickly fix a valgrind error. |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Release dhcpcd-3.2.2 |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Use tailq from queue.h instead of rolling our down... |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Add a comment about older linux headers and -std=c99. |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Don't include -pipe by default. |
commit | commitdiff | tree |
2008-02-20 |
Roy Marples | Test each CC flag we want to set so we will work on... |
commit | commitdiff | tree |
2008-02-19 |
Roy Marples | Typo. |
commit | commitdiff | tree |
2008-02-19 |
Roy Marples | Remove hardcoded defines for linux and add a nasty... |
commit | commitdiff | tree |
2008-02-19 |
Roy Marples | Fix compile. |
commit | commitdiff | tree |
next |