]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-03-29  Roy MarplesRework our error handling code a little to save ~5k...
2008-03-28  Roy MarplesFix compile on Linux.
2008-03-28  Roy MarplesIt's more proper to use ~0U here.
2008-03-28  Roy MarplesInstall INFODIR in the Makefile to reduce the dhcpcd...
2008-03-28  Roy MarplesNo need to create /etc
2008-03-28  Roy MarplesUse strlcpy here.
2008-03-28  Roy MarplesDon't bother compiling these if undefined.
2008-03-28  Roy MarplesUse the close_on_exec function here.
2008-03-28  Roy MarplesIt appears that some DHCP servers don't reply to a...
2008-03-27  Roy MarplesFix compile on fbsd-6.2
2008-03-27  Roy MarplesIf not Linux then assume BSD.
2008-03-25  Roy MarplesFix compiler warnings.
2008-03-24  Roy MarplesAdd alternative building method to save around 500...
2008-03-24  Roy MarplesUse functions over bloaty macros to save a few bytes.
2008-03-24  Roy MarplesFix compile on BSD.
2008-03-24  Roy MarplesSplit interface and socket out into OS bpf, if-bsd...
2008-03-20  Roy MarplesFix compile on NetBSD
2008-03-20  Roy MarplesRemove uneeded structs.
2008-03-20  Roy MarplesChange code style to match the BSDs in the hope the...
2008-03-16  Roy MarplesWork with zerolength options again.
2008-03-05  Roy MarplesInclude our own queue.h only for Linux systems.
2008-03-04  Roy MarplesImport STAIL_QUEUE from FreeBSD headers as not all...
2008-03-04  Roy MarplesAdd back asm/types.h direct include for crappy 2.4...
2008-03-04  Roy MarplesAllow --fqdn to work without an option, defaulting...
2008-02-25  Roy MarplesRelease dhcpcd-3.2.3 v3.2.3
2008-02-24  Roy MarplesNIS could just be a domain without addresses.
2008-02-23  Roy MarplesFix hostname lookup, #31
2008-02-23  Roy MarplesClean up some valgrind errors.
2008-02-22  Roy MarplesAs we don't use the udp socket, set the recieve buffer...
2008-02-22  Roy MarplesFix building on GNU/kFreeBSD, Debian #467005
2008-02-22  Roy MarplesPCC compiler fixes.
2008-02-22  Roy MarplesAlways open UDP port for DHCP client t avoid more ICMP...
2008-02-22  Roy Marplesifreqs could have more than structs larger than sockadd...
2008-02-21  Roy MarplesStyle.
2008-02-21  Roy MarplesFix rebinding.
2008-02-21  Roy MarplesBe more RFC conformant regarding sending server id.
2008-02-21  Roy MarplesAdd a listening port for linux for when we have configu...
2008-02-21  Roy MarplesWhen renewing, talk to the server ip address.
2008-02-21  Roy MarplesFix mode of pidfile so any user can read it.
2008-02-21  Roy MarplesFix compile on NOMMU systems.
2008-02-20  Roy MarplesBail out of sys/queue.h lacks STAILQ
2008-02-20  Roy MarplesSupport the PCC compiler.
2008-02-20  Roy MarplesQuickly fix a valgrind error.
2008-02-20  Roy MarplesRelease dhcpcd-3.2.2
2008-02-20  Roy MarplesUse tailq from queue.h instead of rolling our down...
2008-02-20  Roy MarplesAdd a comment about older linux headers and -std=c99.
2008-02-20  Roy MarplesDon't include -pipe by default.
2008-02-20  Roy MarplesTest each CC flag we want to set so we will work on...
2008-02-19  Roy MarplesTypo.
2008-02-19  Roy MarplesRemove hardcoded defines for linux and add a nasty...
2008-02-19  Roy MarplesFix compile.
2008-02-19  Roy MarplesLinux-2.6.23 finally supports -std=c99 for asm/types...
2008-02-19  Roy MarplesAdd comments about interupts and stop polling for event...
2008-02-11  Roy MarplesWhen polling and interupted, continue as the signal...
2008-02-11  Roy MarplesFix compile warning for new netlink callback header.
2008-02-10  Roy MarplesFix poll timeout.
2008-02-10  Roy MarplesFix compile on NetBSD.
2008-02-10  Roy MarplesJust warn when running as non root.
2008-02-10  Roy MarplesReplace select with poll and nanosleep.
2008-02-09  Roy MarplesWe should only have one bit of code to mark sockets...
2008-02-06  Roy MarplesRename getline to get_line so we don't conflict with...
2008-02-05  Roy MarplesAllow hardware type to be specified in the ClientID...
2008-02-03  Roy MarplesWe should block and reset our signals when daemonising...
2008-02-02  Roy MarplesRevert posix_spawn as it seems only glibc supports...
2008-02-02  Roy MarplesBlock signals to avoid potential signal racing on BSD...
2008-02-02  Roy MarplesOf course, BSD systems don't have posix_spawn yet :/
2008-02-02  Roy MarplesUse posix_spawn instead of vfork to avoid signal races.
2008-01-31  Roy MarplesFix adding routes on BSD.
2008-01-31  Roy MarplesMove clientid generation to client.c and put it on...
2008-01-30  Roy MarplesSpecify install modes for all our files.
2008-01-30  Roy MarplesBPF documentation says use +, so lets do that.
2008-01-29  Roy MarplesRelease dhcpcd-3.2.1
2008-01-29  Roy MarplesUpdate comment style.
2008-01-29  Roy MarplesRe add the code to re-send message now - last time...
2008-01-29  Roy MarplesBetter to use the size of the packet.
2008-01-29  Roy MarplesMan page updates.
2008-01-28  Roy MarplesUse sizeof with the variable, not the declaration more.
2008-01-28  Roy MarplesUse sizeof with the variable, not the declaration.
2008-01-28  Roy MarplesIntroduce xzalloc, which zeros memory as well as alloca...
2008-01-28  Roy MarplesMan page updates.
2008-01-28  Roy MarplesStyle
2008-01-28  Roy MarplesWe shouldn't need to re-send this message now as our...
2008-01-27  Roy MarplesWe should zero the sa structure before use.
2008-01-27  Roy MarplesFix compile on NetBSD
2008-01-27  Roy MarplesUse sigaction over signal and check iface and state...
2008-01-27  Roy MarplesLinux has LPF, which is almost like BPF. Let's use...
2008-01-26  Roy Marplescast to int for isxdigit
2008-01-25  Roy MarplesAdd NETWORK= to dhcpcd-.info, bug #10
2008-01-25  Roy MarplesFix ntpd.conf
2008-01-25  Roy MarplesRelease dhcpcd-3.2.0
2008-01-25  Roy MarplesStore and validate the duid using our generic hwaddr_...
2008-01-25  Roy MarplesIf ClientID matches a hardware address formart, encode...
2008-01-24  Roy MarplesDon't use const const here - doh.
2008-01-24  Roy MarplesDHCP over Infiniband requires a fudged broadcast address.
2008-01-24  Roy MarplesBump version and fix infiniband number.
2008-01-22  Roy Marplesrenewing a lease should not cause dhcpcd to exit.
2008-01-21  Roy MarplesZero the rset when we fallthrough the waiting for packet.
2008-01-21  Roy MarplesFix compile on Linux where.
2008-01-21  Roy MarplesQuiet some lint warnings.
2008-01-21  Roy MarplesPrefer for (;;) over while (1)
next