]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/dhcp.c
Segfault in dhcp_parse_reply if no end marker
[pes-rpp/rpp-lwip.git] / src / core / dhcp.c
2012-09-19 Henrik PerssonSegfault in dhcp_parse_reply if no end marker
2012-08-13 goldsimonfixed bug #36645: Calling dhcp_release before dhcp_star...
2012-08-13 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-08-13 goldsimonSanity-check the size of netif->hwaddr
2012-05-03 goldsimondhcp: check array bounds before accessing it (bug ...
2012-01-20 goldsimon- fixed bug #35151: DHCP asserts on incoming option...
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-12-17 goldsimonimplemented API functions to access so_options of IP...
2011-09-27 goldsimonbug #34406 dhcp_option_hostname() can overflow the...
2011-09-03 Simon GoldschmidtDHCP uses LWIP_RAND() for xid's (bug #30302)
2011-08-24 Simon Goldschmidtfixed bug #34122 dhcp: hostname can overflow
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-06-07 goldsimonMoved static variable from inside the function to globa...
2011-05-16 goldsimonreplaced tab with spaces
2011-02-18 goldsimonAdded missing U/UL modifiers to fix 16-bit-arch portabi...
2010-11-21 goldsimonAdded a function to deallocate the struct dhcp from...
2010-10-06 goldsimonOnce again fixed #30038: DHCP/AutoIP cooperation failed...
2010-06-15 goldsimon... and forgot one tiny character...
2010-06-15 goldsimonFixed bug #29970: DHCP endian issue parsing option...
2010-06-14 goldsimonFixed invalid fix for bug #30038
2010-06-12 goldsimonFixed bug #30038: dhcp_network_changed doesn't reset...
2010-06-12 goldsimonFixed a possible NULL-pointer deref before checking it
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-03-08 goldsimonOnly add hostname if it's not empty (strlen > 0)
2010-03-05 goldsimonFixed bug #29072: Correctly set ciaddr based on message...
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): added...
2010-02-09 goldsimonFixed copying multiple IP addresses from options (e...
2010-02-08 goldsimonAdded yet another IP-address-modifying define, ip_addr_...
2010-02-08 goldsimonFixed compiler warnings
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-02-02 goldsimonFix handling of zero-padding and parse file before...
2010-02-02 goldsimonFixed an error in dhcp_free_request() from dhcp_inform()
2010-02-01 goldsimonPrevent mem_free (leave struct dhcp allocated on dhcp_s...
2010-02-01 goldsimonPrevent mem_malloc in dhcp_inform, fix check for subnet...
2010-01-31 goldsimonDon't parse broadcast option, we don't use it anyway...
2010-01-31 goldsimonReworked the code that parses DHCP options: parse them...
2010-01-29 goldsimonCleanly separate the portability file inet.h and its...
2010-01-25 goldsimonAdded one more missing cast
2010-01-25 goldsimonbug #28659: Missing casts
2010-01-23 goldsimonbug #26523: Compiler Warnings
2009-11-22 goldsimonFixed usage of logging levels (bug #27948: Incorrect...
2009-10-26 goldsimonTiny code size improvement using goto instead of duplic...
2009-10-19 goldsimonMinor code simplification (don't store received pbuf...
2009-10-19 goldsimonRemoved most calls to udp_connect since they aren't...
2009-10-18 goldsimondhcp_unfold_reply: NULL memory might have been freed...
2009-10-18 goldsimondhcp_inform(): netif->dhcp pointed to unallocated memor...
2009-08-25 goldsimonfixed invalid dependency to etharp_query if DHCP_DOES_A...
2009-08-24 stoklundThe DHCP client should enter the REBOOTING state when...
2009-07-23 stoklundImplement exponential backoff in dhcp.c
2009-07-23 stoklundReuse XIDs for DHCP retransmissions
2009-05-04 fbernondhcp.c, netbios.c: Changes if IF_SOF_BROADCAST is enabled.
2009-05-02 goldsimonAddition to patch #6721, bug #25575: call autoip_stop...
2009-04-28 goldsimonIntegrated patch #6721: new option to adjust the time...
2009-04-15 goldsimontask #9192: mem_free of dhcp->options_in and dhcp-...
2009-04-15 goldsimonpatch #6763: Global DHCP XID can be redefined to someth...
2009-04-15 goldsimonpatch #6764: DHCP rebind and renew did not send hostnam...
2009-02-12 goldsimonfixed bug #25345 (DHCPDECLINE is sent with "Maximum...
2009-02-11 goldsimonfixed bug #24480 (releasing old udp_pdb and pbuf in...
2008-04-15 goldsimonfixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DH...
2008-03-04 fbernondhcp.c: minor change for coding style
2008-03-04 kieranm 2008-03-04 Kieran Mansley (contributions by others)
2008-01-21 fbernonMinor changes: fix warning in dhcp_unfold_reply when...
2008-01-06 fbernonFix DHCP build problem.
2008-01-06 jifl * dhcp.c: fix bug #19927: "DHCP NACK problem" by...
2007-12-02 goldsimonMinor change: use goto instead of redundant code to...
2007-11-27 goldsimonImplemented new function udp_sendto_if which takes...
2007-11-25 goldsimonMinor coding style changes, added some comments
2007-11-25 goldsimondhcp_unfold_reply() uses pbuf_copy_partial instead...
2007-11-18 fbernonfix DNS problem with pbuf chain.
2007-11-18 fbernonChanges on DNS client. Add multiples dns servers support.
2007-11-14 fbernonopt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-07-03 goldsimonAdded assertions where PBUF_RAM pbufs are used and...
2007-06-22 goldsimonChanged the expression of LWIP_ERROR to the same as...
2007-06-19 fbernonSome changes for AutoIP integration in tcpip.c, and...
2007-06-18 fbernonMinor fix: warning, type... for patch #5952 : Integrati...
2007-06-17 goldsimonDone some work on task #6933: converted some LWIP_ASSER...
2007-06-17 goldsimonDone some work on task #6933: converted some LWIP_ASSER...
2007-06-09 fbernonContrib module by Dominik Spies: autoip.h, autoip.c...
2007-04-04 goldsimonIntroduced #define LWIP_UNUSED_ARG(x) use this for...
2007-04-02 goldsimonRemoved printf formatter warning introduced by last...
2007-03-30 fbernonmost of files: prefix all debug.h define with "LWIP_...
2007-03-28 fbernonopt.h, netif.h, dhcp.h, dhcp.c: New configuration optio...
2007-03-26 goldsimonRemove warnings: "converting from 'u32_t' to 'u16_t...
2007-03-26 goldsimonRemove warnings: "comparision between signed and unsign...
2006-12-01 christiaansIncluded xid to some DEBUGFs.
2006-11-30 christiaansFixed false triggers of request_timeout.
2006-11-17 christiaansReplaced tabs with space.
2006-06-08 curtmcdFix incorrect calculation of dhcp->dns_count.
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2005-01-24 likewiseMore robust DHCP ARP reply checking.
2004-11-25 likewiseDECLINE message was unicast instead of broadcast
2004-11-04 likewiseRemoved static declaration of dhcp_release().
2004-10-14 likewiseBring interface up/down with netif_set_up/down(). Fixes...
2004-07-22 likewiseI hate it when it takes twice to fix a typo
2004-07-22 likewiseRemoved copy-paste errors.
2004-07-22 likewiseSupport for learning DNS servers through DHCP.
next