]> git.ipfire.org Git - thirdparty/dhcpcd.git/history - dhcp.c
Release dhcpcd-5.0.5
[thirdparty/dhcpcd.git] / dhcp.c
2009-05-01  Roy MarplesAdd (c) to Copyright
2009-04-24  Roy MarplesTypo
2009-04-24  Roy Marplesdhcpcd -V now shows all variables we set, even without...
2009-03-23  Roy MarplesImprove PTP INFORM support some more.
2009-03-19  Roy MarplesMove dhcpf.h into dhcp.h were it belongs
2009-03-19  Roy MarplesWe can now detected primary addresses added or changed...
2009-02-25  Roy MarplesGah, remove some debug
2009-02-25  Roy MarplesDon't timeout if we're daemonised.
2009-02-11  Roy MarplesEnforce NetBSD KNF style more
2009-01-29  Roy Marplesdhcpcd should not send hostname by default.
2009-01-26  Roy Marpleswhile -> for
2009-01-26  Roy MarplesOptimize code around NULL terminated hostname.
2009-01-26  Roy MarplesWe should only send short hostnames as qualfied ones...
2009-01-12  Roy MarplesCopyright
2009-01-12  Roy Marplesset broadcast_address correctly.
2008-12-16  Roy MarplesRe work the route management so we deal with a changed...
2008-11-25  Roy MarplesCSR should come before other route options according...
2008-11-20  Roy MarplesBOOTP fixes. Also, we don't write a BOOTP lease file.
2008-11-19  Roy MarplesWe are now a BOOTP client also :)
2008-11-19  Roy MarplesIf no lease time is supplied, assume it's infinite.
2008-11-14  Roy MarplesWhen declining a DHCP lease and we have an IPv4LL one...
2008-11-04  Roy MarplesTrim trailing NULLs from string options, #120.
2008-10-29  Roy Marples~0U is better than just ~0 for this.
2008-10-28  Roy MarplesExplain why we decline the address in a message.
2008-10-20  Roy MarplesCalculate netmask from cidr more efficiently.
2008-10-18  Roy MarplesAlloc less for options and correctly for inform.
2008-10-18  Roy MarplesGet INFORM support almost working again.
2008-10-18  Roy MarplesUse the existing start_reboot function instead of a...
2008-10-17  Roy MarplesWe should send the IP address we decline and the server...
2008-10-06  Roy MarplesStyle.
2008-10-06  Roy Marplesstatic objects are initialized to 0 by default, so...
2008-10-06  Roy MarplesSimplify the logic of what to put in the message, and...
2008-09-17  Roy MarplesAs we now use times to trigger again instead of decreas...
2008-09-15  Roy MarplesReboot off the last lease and use the last lease if...
2008-09-06  Roy MarplesStyle.
2008-09-06  Roy Marplesocets might as well be size_t. This also fixes a segfau...
2008-09-04  Roy MarplesOnly free the option buffer when debugging memory leaks.
2008-09-02  Roy MarplesAdd an event loop.
2008-08-18  Roy MarplesThe require directive now requires that the required...
2008-08-13  Roy Marplesclassid -> vendorclassid to match the RFC description.
2008-08-13  Roy MarplesAllow reqmask of numbers.
2008-08-08  Roy MarplesDHCP_option -> DHO_option.
2008-08-08  Roy MarplesAllow FQDN to be decoded to userland. Also, don't exclu...
2008-08-08  Roy MarplesSkip the trailing . if it exists on the FQDN.
2008-08-07  Roy MarplesTurns out my encoding was correct after all :)
2008-08-06  Roy MarplesRevert FQDN to ASCII encoding as I cannot find out...
2008-08-06  Roy MarplesAttempt to fix FQDN encoding.
2008-08-06  Roy MarplesRemove the MINIMAL define.
2008-08-05  Roy MarplesRespect hostname length.
2008-07-21  Roy MarplesFix valgrind errors, and report correct type.
2008-07-17  Roy MarplesNo need to cast
2008-07-08  Roy MarplesFix env var ms_classless_static_routes
2008-07-04  Roy MarplesRemove ENABLE_DUID and introduce MINIMAL, which removes...
2008-07-02  Roy MarplesRemove previous toggles for classid, clientid, userclas...
2008-06-30  Roy MarplesAllow ClassID to be configured.
2008-06-30  Roy MarplesAllow userclass to be compiled out.
2008-06-30  Roy MarplesAdd support for vendor encapsulated options. Also,...
2008-06-29  Roy MarplesFix some valgrind errors.
2008-06-29  Roy MarplesSave a few bytes by treating some strings like DHCP...
2008-05-21  Roy MarplesApparently some DHCP servers return NULL strings, Gento...
2008-05-20  Roy MarplesDon't prefix functions with _
2008-05-19  Roy MarplesFix csr's, #81.
2008-05-15  Roy MarplesDon't use stdio in a vfork and fix some unconsts.
2008-05-15  Roy MarplesWhen we explictly don't want an option, don't put it...
2008-05-14  Roy MarplesUse an easier looping method, and use more const.
2008-05-13  Roy MarplesFree buffer at exit.
2008-05-13  Roy MarplesMove the static buffer off bss.
2008-05-13  Roy MarplesSupport RFC3996, Encoding Long Options.
2008-05-13  Roy MarplesClean up some valgrind errors.
2008-05-13  Roy MarplesWe shouldn't stamp on the dhcp message when checking...
2008-05-13  Roy MarplesWe should make our own env instead of using setenv...
2008-05-01  Roy MarplesDon't use a DUID by default even though support is...
2008-04-26  Roy MarplesRepair whitespace damage.
2008-04-24  Roy MarplesAdd server_name and filename env vars. Also, fix networ...
2008-04-21  Roy MarplesMerge branch 'master' of git.marples.name:/var/git...
2008-04-21  Roy MarplesFix a compile warning.
2008-04-20  Roy MarplesWe should send packets to a specific IP over the udp...
2008-04-20  Roy MarplesUse a.b.c.d/e notation as this more fully represents...
2008-04-19  Roy MarplesFix a signed issue.
2008-04-19  Roy MarplesFix rfc3397 and rfc3442 decoding for dhcpcd.sh.
2008-04-18  Roy Marplesdhcpcd can now read a basic config file! Add a default...
2008-04-17  Roy MarplesFix ntp and nis servers.
2008-04-16  Roy MarplesFix a few compile warnings.
2008-04-16  Roy MarplesRemove the .info file and now set environment vars...
2008-04-14  Roy MarplesReplace the clean_metas functions with a write_string...
2008-04-14  Roy MarplesFix type for NetBIOS scope, and escape unknown options...
2008-04-14  Roy MarplesImplement arrays and fix getting strings.
2008-04-14  Roy MarplesImplement integer arrays.
2008-04-14  Roy MarplesAdd loads more DHCP options from RFC2132 to the info...
2008-04-14  Roy MarplesAdd -o opt1,opt2 and -O to disable requesting optional...
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-11  Roy MarplesNormally I hate massive code drops, but heh.
2008-03-29  Roy MarplesRework our error handling code a little to save ~5k...
2008-03-28  Roy MarplesIt appears that some DHCP servers don't reply to a...
2008-03-25  Roy MarplesFix compiler warnings.
2008-03-24  Roy MarplesUse functions over bloaty macros to save a few bytes.
2008-03-24  Roy MarplesSplit interface and socket out into OS bpf, if-bsd...
2008-03-20  Roy MarplesFix compile on NetBSD
next