summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-3.2.3dhcpcd-3.2.3Roy Marples2008-02-25
* NIS could just be a domain without addresses.Roy Marples2008-02-24
* Fix hostname lookup, #31Roy Marples2008-02-23
* Clean up some valgrind errors.Roy Marples2008-02-23
* As we don't use the udp socket, set the recieve buffer to 1.Roy Marples2008-02-22
* Fix building on GNU/kFreeBSD, Debian #467005Roy Marples2008-02-22
* PCC compiler fixes.Roy Marples2008-02-22
* Always open UDP port for DHCP client t avoid more ICMP nastyness.Roy Marples2008-02-22
* ifreqs could have more than structs larger than sockaddr, so use the union size.Roy Marples2008-02-22
* Style.Roy Marples2008-02-21
* Fix rebinding.Roy Marples2008-02-21
* Be more RFC conformant regarding sending server id.Roy Marples2008-02-21
* Add a listening port for linux for when we have configured an address and nee...Roy Marples2008-02-21
* When renewing, talk to the server ip address.Roy Marples2008-02-21
* Fix mode of pidfile so any user can read it.Roy Marples2008-02-21
* Fix compile on NOMMU systems.Roy Marples2008-02-21
* Bail out of sys/queue.h lacks STAILQRoy Marples2008-02-20
* Support the PCC compiler.Roy Marples2008-02-20
* Quickly fix a valgrind error.Roy Marples2008-02-20
* Release dhcpcd-3.2.2Roy Marples2008-02-20
* Use tailq from queue.h instead of rolling our down linked lists.Roy Marples2008-02-20
* Add a comment about older linux headers and -std=c99.Roy Marples2008-02-20
* Don't include -pipe by default.Roy Marples2008-02-20
* Test each CC flag we want to set so we will work on other compilers such as p...Roy Marples2008-02-20
* Typo.Roy Marples2008-02-19
* Remove hardcoded defines for linux and add a nasty hackaround for glibc.Roy Marples2008-02-19
* Fix compile.Roy Marples2008-02-19
* Linux-2.6.23 finally supports -std=c99 for asm/types.h, included by headers w...Roy Marples2008-02-19
* Add comments about interupts and stop polling for events we ignore.Roy Marples2008-02-19
* When polling and interupted, continue as the signal will then be in our pipe.Roy Marples2008-02-11
* Fix compile warning for new netlink callback header.Roy Marples2008-02-11
* Fix poll timeout.Roy Marples2008-02-10
* Fix compile on NetBSD.Roy Marples2008-02-10
* Just warn when running as non root.Roy Marples2008-02-10
* Replace select with poll and nanosleep.Roy Marples2008-02-10
* We should only have one bit of code to mark sockets close_on_exec.Roy Marples2008-02-09
* Rename getline to get_line so we don't conflict with crappy GNU headers that ...Roy Marples2008-02-06
* Allow hardware type to be specified in the ClientID. This is needed, as the e...Roy Marples2008-02-05
* We should block and reset our signals when daemonising also.Roy Marples2008-02-03
* Revert posix_spawn as it seems only glibc supports it for us right now. Hope ...Roy Marples2008-02-02
* Block signals to avoid potential signal racing on BSD using fork.Roy Marples2008-02-02
* Of course, BSD systems don't have posix_spawn yet :/Roy Marples2008-02-02
* Use posix_spawn instead of vfork to avoid signal races.Roy Marples2008-02-02
* Fix adding routes on BSD.Roy Marples2008-01-31
* Move clientid generation to client.c and put it on the interface object inpla...Roy Marples2008-01-31
* Specify install modes for all our files.Roy Marples2008-01-30
* BPF documentation says use +, so lets do that.Roy Marples2008-01-30
* Release dhcpcd-3.2.1Roy Marples2008-01-29
* Update comment style.Roy Marples2008-01-29
* Re add the code to re-send message now - last time sent >= TIMOUT_MINI just i...Roy Marples2008-01-29