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) @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   10 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   13 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   14 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37724   14 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   15 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   16 years vboxsync NAT: log
(edit) @20960   16 years vboxsync NAT: using fPassDomain while composing domainname's list
(edit) @20959   16 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
(edit) @18902   16 years vboxsync NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
(edit) @18874   16 years vboxsync NAT: handling empty domain name list moved to package preparing
(edit) @18584   16 years vboxsync NAT: adding name domains improved. multibytes handling in IPRT style …
(edit) @18447   16 years vboxsync bootp.c: Unreferenced variable.
(edit) @17436   16 years vboxsync NAT: added extradata options to control DHCP forcing use external TFTP …
(edit) @16254   16 years vboxsync NAT: clean up dhcp a bit, and fox the TFTP server address calculation
(edit) @16249   16 years vboxsync NAT: returning router to CTL_ALIAS, next server now is CTL_TFTP
(edit) @16226   16 years vboxsync NAT: 1. DNS several DNS servers could be passed to guest now (with …
(edit) @16214   16 years vboxsync NAT:bootp more readable
(edit) @16213   16 years vboxsync NAT: 1. introduces TFTP special_address | CTL_TFTP(4) for built-in …
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
(edit) @15407   16 years vboxsync slirp:icmp: revert 40841
(edit) @15393   16 years vboxsync slirp:icmp: move debuging in more correct and safier way
(edit) @15293   16 years vboxsync slirp: style + comments
(edit) @15207   16 years vboxsync slirp: style
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