aboutsummaryrefslogtreecommitdiff
path: root/slirp/bootp.c
AgeCommit message (Expand)Author
2022-09-26Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth
2022-05-12slirp: bump submodule past 4.7 releasePaolo Bonzini
2021-08-03Update libslirp to v4.6.1Marc-André Lureau
2020-11-27slirp: update to fix CVE-2020-29129 CVE-2020-29130Marc-André Lureau
2020-07-28slirp: update to latest stable-4.2 branchMarc-André Lureau
2020-04-21slirp: update to fix CVE-2020-1983Marc-André Lureau
2020-03-22slirp: update submodule to v4.2.0+Marc-André Lureau
2019-08-02slirp: update with CVE-2019-14378 fixMarc-André Lureau
2019-05-09Update upstream slirpSamuel Thibault
2019-05-04Update slirp submoduleSamuel Thibault
2019-05-03build-sys: move slirp as git submodule projectMarc-André Lureau
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau
2019-02-07slirp: replace remaining qemu headers dependencyMarc-André Lureau
2019-01-14slirp: no need to make DPRINTF conditional on DEBUGMarc-André Lureau
2019-01-14slirp: improve a bit the debug macrosMarc-André Lureau
2018-10-21slirp: Implement RFC2132 TFTP server nameFam Zheng
2018-10-21slirp: Add sanity check for str option lengthFam Zheng
2018-05-31slirp: Add domainname option to slirp's DHCP serverBenjamin Drung
2017-08-03slirp: check len against dhcp options array endPrasad J Pandit
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-02-04slirp: Clean up includesPeter Maydell
2016-02-04slirp: Factorizing address translationGuillaume Subiron
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel
2012-02-27slirp: Fix assertion failure on rejected DHCP requestsDavid Gibson
2011-08-03Simple ARP tableFabien Chouteau
2011-03-05net: fix trace when debug is activated in slirpVincent Palatin
2011-01-10slirp: fix unaligned access in bootp codeAurelien Jarno
2010-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl
2010-02-07Do not use dprintfmalc
2009-06-29slirp: Factor out internal state structureJan Kiszka
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka
2009-06-29slirp: Rework internal configurationJan Kiszka
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka
2009-05-22slirp: Reassign same address to same DHCP clientJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-04-21slirp: Handle DHCP requests for specific IP (Jan Kiszka)aliguori
2009-01-24Use broadcast address for slirp dhcp repliesaurel32
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori
2008-10-01Make some variables staticblueswir1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths
2006-04-16Set slirp client hostname.pbrook
2005-06-0564 bit fixes (initial patch by Gwenole Beauchesne)bellard
2004-10-03hack for bootp supportbellard
2004-09-30full system SPARC emulation (Blue Swirl)bellard