VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/bootp.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @83591   5 years vboxsync NAT: bugref:9703 - undo the functional change introduced in previous, …
(edit) @83581   5 years vboxsync NAT: bugref:9703 - 90s called, fix declaration after code in previous.
(edit) @83580   5 years vboxsync NAT: bugref:9703 - checking for the value of a switch variable in a …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70842   7 years vboxsync slirp: Drop optimistic asserts about something we can't control.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @64307   8 years vboxsync NAT: bugref:8563: fixed bootp regression
(edit) @64299   8 years vboxsync bugref:8563: bootp fixes
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63012   8 years vboxsync slirp: warnings
(edit) @62511   8 years vboxsync (C) 2016
(edit) @59660   9 years vboxsync cppcheck warning
(edit) @58077   9 years vboxsync Network/slirp: LogRel nits.
(edit) @57784   9 years vboxsync NAT: rewrite handling of port-forwarding. The most interesting part …
(edit) @57181   9 years vboxsync NAT: %RTnaipv4 requires the IP address, not a pointer to one. While …
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56024   10 years vboxsync NAT/slirp: gcc warning.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52499   10 years vboxsync NAT: Handle RFC1533_PAD properly.
(edit) @51071   11 years vboxsync Networking: NAT: fix network loss due to ARP cache entry override from …
(edit) @51032   11 years vboxsync Networking: slirp: fixed IP adresses leak on init-reboot DHCP request.
(edit) @50969   11 years vboxsync NAT: Undo the second hunk of r92637, nested LIST_FOREACH already does …
(edit) @50689   11 years vboxsync NAT:bootp.c: dhcp server shouldn't crash if DNS information is empty …
(edit) @50672   11 years vboxsync NAT(bootp.c, slirp.c): Handling Sleep/Resume with network change and …
(edit) @50156   11 years vboxsync NAT/slirp: comment updates to (r89055). Clarify the difference between …
(edit) @48526   11 years vboxsync Network/NAT: Forward port latest changes from 4.2 to switch out of …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41977   12 years vboxsync NAT: extract DNS functions to slirp_dns.c. Handle …
(edit) @40421   13 years vboxsync NAT: warnings [-Wunused-but-set-variable]
(edit) @40122   13 years vboxsync NAT: dhcp: removes p_end, p is too unmeaning variable name, …
(edit) @40118   13 years vboxsync NAT: removes unused variable pmsg_type.
(edit) @40113   13 years vboxsync NAT/dhcp: processing of DHCPRELEASE doesn't expect status reporting to …
(edit) @39768   13 years vboxsync NAT: replaces goto with if {} else {} statement.
(edit) @39556   13 years vboxsync NAT: logging.
(edit) @39505   13 years vboxsync NAT: processing of dhcp_find_option NULL-result in release build.
(edit) @39483   13 years vboxsync NAT:dhcp: return value of dhcp_find_option xTracker/5989.
(edit) @39409   13 years vboxsync NAT: warnings + NAT/netservice fixes.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @37746   13 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37724   13 years vboxsync NAT: todo (logging)
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @32747   14 years vboxsync NAT: reduces responsibility of DHCP server about validness of TFTP …
(edit) @30920   14 years vboxsync NAT: don't pass empty DNS server list to guest.
(edit) @30363   14 years vboxsync NAT: more comments + cosmetics
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29656   15 years vboxsync NAT: reanable r61642.
(edit) @29506   15 years vboxsync NAT: backed r61642, pospone till 3.2.2.
(edit) @29505   15 years vboxsync NAT: update DNS internal cache on requests containing tag -'5' (dns …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28365   15 years vboxsync NAT: unify slirp_init() and adapt the coding style of some …
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26037   15 years vboxsync NAT: xtracker 4630 (respect the bootp BROADCAST flags)
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25362   15 years vboxsync NAT: apply patch from xtracker 5434: update/create ARP cache entry on …
(edit) @25276   15 years vboxsync NAT: force re-activation of port forwarding on link down; coding …
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @23497   15 years vboxsync NAT: DHCPRELEASE implementation.
(edit) @23496   15 years vboxsync NAT: DHCPDECLINE was added.
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22669   15 years vboxsync NAT: warnings.
(edit) @22668   15 years vboxsync NAT: some clean up.
(edit) @22664   15 years vboxsync NAT: hide away dhcp internals, adds helper lookups functions
(edit) @22541   15 years vboxsync NAT: some order in ARP cache managment + gratuitous ARP request handling
(edit) @22500   15 years vboxsync NAT: replacing dhcp_cache update with arp_cache, leasing dhcp updates …
(edit) @22494   15 years vboxsync NAT: some pollish of r51498
(edit) @22478   15 years vboxsync NAT: fix of save/restore problem (some todo still required)
(edit) @22225   15 years vboxsync NAT: typo
(edit) @22182   15 years vboxsync NAT: fix in rebinding/renew state detection
(edit) @22159   15 years vboxsync NAT: fixed renew network check + init_reboot state added
(edit) @22117   15 years vboxsync NAT: asserts removing
(edit) @22110   15 years vboxsync NAT: DSL specific assert disabled
(edit) @22103   15 years vboxsync NAT: removing some todos
(edit) @22102   15 years vboxsync NAT: flags -> bp_flags
(edit) @22101   15 years vboxsync NAT: dhcp rfc2131/rfc2132 step 1
(edit) @22027   15 years vboxsync NAT Dhcp: send NACK if requested IP is not same as the IP going to be …
(edit) @22024   15 years vboxsync NAT: cleaning VBOX_WITHOUT_SLIRP_CLIENT_ETHER
(edit) @22019   15 years vboxsync NAT Dhcp: fixed inverted comparison
(edit) @21003   15 years vboxsync NAT: log
(edit) @20960   15 years vboxsync NAT: using fPassDomain while composing domainname's list
(edit) @20959   15 years vboxsync NAT: remove (and enable) VBOX_WITH_MULTI_DNS and …
(edit) @19981   16 years vboxsync NAT: warnings and style
(edit) @19979   16 years vboxsync NAT: fix of vbox.org/4091 change list to queue to feed dhcp client …
(edit) @19851   16 years vboxsync NAT: router is invalid for direct NAT
(edit) @19839   16 years vboxsync NAT: Slirp don't use ether address of guest anymore instead it …
(edit) @19748   16 years vboxsync NAT: fix of (#3885)
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette