]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2008-04-13  Roy MarplesWe should end options correctly.
2008-04-13  Roy MarplesWe now use either dig or host to lookup the hostname...
2008-04-13  Roy MarplesRemove the bit about init detection as it's no longer...
2008-04-13  Roy MarplesAs we're only dealing with dhcpcd.sh now, the exec_cmd...
2008-04-12  Roy MarplesAs we're not looking up the hostname anymore, remove...
2008-04-12  Roy MarplesAnd read only ;)
2008-04-12  Roy MarplesThe lease file should only be able to be read by the...
2008-04-12  Roy MarplesMove configuration file setup to dhcpcd.sh so that...
2008-04-12  Roy MarplesFix INFORM support a little.
2008-04-11  Roy MarplesPunt unused file.
2008-04-11  Roy MarplesNormally I hate massive code drops, but heh.
2008-03-31  Roy Marplesread(2) works on ssize_t so we should use this rather...
2008-03-30  Roy MarplesPointless looping in bpf.packet, as pointed out by...
2008-03-30  Roy MarplesUse d_droute.
2008-03-29  Roy Marplesbitmask options should take less space than booleans.
2008-03-29  Roy Marplesstrlcpy is more lightweight than memcpy.
2008-03-29  Roy MarplesFix compile on NetBSD.
2008-03-29  Roy MarplesRemove all logging from if.c and into the proper bits.
2008-03-29  Roy MarplesConvert has_address into a macro.
2008-03-29  Roy Marplesflush_addresses can become a macro.
2008-03-29  Roy MarplesSave a few more bytes.
2008-03-29  Roy MarplesMove log_route to if.c
2008-03-29  Roy MarplesWe need sys/stat.h on fbsd.
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.
next