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) @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
(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
(edit) @15054   16 years vboxsync slirp: code readability
(edit) @9109   17 years vboxsync fix crash in slirp code if the wrong IP was released from DHCP (#2893)
(edit) @8009   17 years vboxsync slirp: make it possible to configure the netmask
(edit) @7809   17 years vboxsync bootp: send DHCPNAK if the client requests an invalid IP address
(edit) @5332   17 years vboxsync Make PXE booting in NAT mode work without much hassle.
(edit) @2938   18 years vboxsync NAT: Pass first entry of search list as domain name in DHCP (which …
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(edit) @1023   18 years vboxsync make slirp compile on win boxes again
(edit) @1020   18 years vboxsync slirp: merged bootp filename from recent Qemu
(add) @1   55 years vboxsync import
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