Author: spetreolle Date: Sat Mar 13 17:46:42 2010 New Revision: 46172
URL: http://svn.reactos.org/svn/reactos?rev=46172&view=rev Log: Merge r45172 from trunk.
Added: branches/arty-newcc/drivers/network/tcpip/include/tags.h (with props) branches/arty-newcc/lib/lsalib/ branches/arty-newcc/lib/lsalib/lsa.c (with props) branches/arty-newcc/lib/lsalib/lsalib.rbuild (with props) branches/arty-newcc/lib/tdilib/ branches/arty-newcc/lib/tdilib/enum.c (with props) branches/arty-newcc/lib/tdilib/handle.c (with props) branches/arty-newcc/lib/tdilib/tdilib.h (with props) branches/arty-newcc/lib/tdilib/tdilib.rbuild (with props) Modified: branches/arty-newcc/base/applications/network/ping/ping.c branches/arty-newcc/base/applications/network/tracert/tracert.c branches/arty-newcc/base/applications/network/tracert/tracert.h branches/arty-newcc/dll/win32/iphlpapi/ifenum_reactos.c branches/arty-newcc/dll/win32/iphlpapi/iphlpapi.rbuild branches/arty-newcc/dll/win32/iphlpapi/iphlpapi_private.h branches/arty-newcc/dll/win32/msafd/misc/dllmain.c branches/arty-newcc/dll/win32/msafd/misc/stubs.c branches/arty-newcc/dll/win32/wshirda/wshirda.c branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.c branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.h branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.rbuild branches/arty-newcc/drivers/network/afd/afd/bind.c branches/arty-newcc/drivers/network/afd/afd/connect.c branches/arty-newcc/drivers/network/afd/afd/listen.c branches/arty-newcc/drivers/network/afd/afd/lock.c branches/arty-newcc/drivers/network/afd/afd/main.c branches/arty-newcc/drivers/network/afd/afd/read.c branches/arty-newcc/drivers/network/afd/afd/tdi.c branches/arty-newcc/drivers/network/afd/afd/write.c branches/arty-newcc/drivers/network/afd/include/afd.h branches/arty-newcc/drivers/network/afd/include/debug.h branches/arty-newcc/drivers/network/afd/include/tdi_proto.h branches/arty-newcc/drivers/network/dd/ne2000/ne2000/main.c branches/arty-newcc/drivers/network/dd/pcnet/pcnet.c branches/arty-newcc/drivers/network/dd/pcnet/requests.c branches/arty-newcc/drivers/network/tcpip/datalink/lan.c branches/arty-newcc/drivers/network/tcpip/include/address.h branches/arty-newcc/drivers/network/tcpip/include/datagram.h branches/arty-newcc/drivers/network/tcpip/include/debug.h branches/arty-newcc/drivers/network/tcpip/include/dispatch.h branches/arty-newcc/drivers/network/tcpip/include/fileobjs.h branches/arty-newcc/drivers/network/tcpip/include/ip.h branches/arty-newcc/drivers/network/tcpip/include/lock.h branches/arty-newcc/drivers/network/tcpip/include/neighbor.h branches/arty-newcc/drivers/network/tcpip/include/ports.h branches/arty-newcc/drivers/network/tcpip/include/precomp.h branches/arty-newcc/drivers/network/tcpip/include/routines.h branches/arty-newcc/drivers/network/tcpip/include/tcp.h branches/arty-newcc/drivers/network/tcpip/include/titypes.h branches/arty-newcc/drivers/network/tcpip/tcpip.rbuild branches/arty-newcc/drivers/network/tcpip/tcpip/ainfo.c branches/arty-newcc/drivers/network/tcpip/tcpip/buffer.c branches/arty-newcc/drivers/network/tcpip/tcpip/dispatch.c branches/arty-newcc/drivers/network/tcpip/tcpip/fileobjs.c branches/arty-newcc/drivers/network/tcpip/tcpip/iinfo.c branches/arty-newcc/drivers/network/tcpip/tcpip/info.c branches/arty-newcc/drivers/network/tcpip/tcpip/lock.c branches/arty-newcc/drivers/network/tcpip/tcpip/main.c branches/arty-newcc/drivers/network/tcpip/tcpip/mocklock.c branches/arty-newcc/drivers/network/tcpip/tcpip/ninfo.c branches/arty-newcc/include/psdk/tcpioctl.h branches/arty-newcc/include/psdk/wsahelp.h branches/arty-newcc/lib/drivers/ip/ip.rbuild branches/arty-newcc/lib/drivers/ip/network/address.c branches/arty-newcc/lib/drivers/ip/network/icmp.c branches/arty-newcc/lib/drivers/ip/network/ip.c branches/arty-newcc/lib/drivers/ip/network/loopback.c branches/arty-newcc/lib/drivers/ip/network/neighbor.c branches/arty-newcc/lib/drivers/ip/network/ports.c branches/arty-newcc/lib/drivers/ip/network/receive.c branches/arty-newcc/lib/drivers/ip/network/router.c branches/arty-newcc/lib/drivers/ip/network/routines.c branches/arty-newcc/lib/drivers/ip/network/transmit.c branches/arty-newcc/lib/drivers/ip/transport/datagram/datagram.c branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c branches/arty-newcc/lib/drivers/ip/transport/tcp/if.c branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/sleep.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c branches/arty-newcc/lib/lib.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/arty-newcc/base/applications/network/ping/ping.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/base/applications/net...
Modified: branches/arty-newcc/base/applications/network/tracert/tracert.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/base/applications/net...
Modified: branches/arty-newcc/base/applications/network/tracert/tracert.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/base/applications/net...
Modified: branches/arty-newcc/dll/win32/iphlpapi/ifenum_reactos.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/iphlpapi/if...
Modified: branches/arty-newcc/dll/win32/iphlpapi/iphlpapi.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/iphlpapi/ip...
Modified: branches/arty-newcc/dll/win32/iphlpapi/iphlpapi_private.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/iphlpapi/ip...
Modified: branches/arty-newcc/dll/win32/msafd/misc/dllmain.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/msafd/misc/...
Modified: branches/arty-newcc/dll/win32/msafd/misc/stubs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/msafd/misc/...
Modified: branches/arty-newcc/dll/win32/wshirda/wshirda.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshirda/wsh...
Modified: branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshtcpip/ws...
Modified: branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshtcpip/ws...
Modified: branches/arty-newcc/dll/win32/wshtcpip/wshtcpip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/dll/win32/wshtcpip/ws...
Modified: branches/arty-newcc/drivers/network/afd/afd/bind.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/connect.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/listen.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/lock.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/main.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/read.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/tdi.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/afd/write.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/a...
Modified: branches/arty-newcc/drivers/network/afd/include/afd.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/i...
Modified: branches/arty-newcc/drivers/network/afd/include/debug.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/i...
Modified: branches/arty-newcc/drivers/network/afd/include/tdi_proto.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/afd/i...
Modified: branches/arty-newcc/drivers/network/dd/ne2000/ne2000/main.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/dd/ne...
Modified: branches/arty-newcc/drivers/network/dd/pcnet/pcnet.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/dd/pc...
Modified: branches/arty-newcc/drivers/network/dd/pcnet/requests.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/dd/pc...
Modified: branches/arty-newcc/drivers/network/tcpip/datalink/lan.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/address.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/datagram.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/debug.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/dispatch.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/fileobjs.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/ip.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/lock.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/neighbor.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/ports.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/precomp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/routines.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Added: branches/arty-newcc/drivers/network/tcpip/include/tags.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/tcp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/include/titypes.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/ainfo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/buffer.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/dispatch.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/fileobjs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/iinfo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/info.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/lock.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/main.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/mocklock.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/drivers/network/tcpip/tcpip/ninfo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/network/tcpip...
Modified: branches/arty-newcc/include/psdk/tcpioctl.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/include/psdk/tcpioctl...
Modified: branches/arty-newcc/include/psdk/wsahelp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/include/psdk/wsahelp....
Modified: branches/arty-newcc/lib/drivers/ip/ip.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/ip.rbu...
Modified: branches/arty-newcc/lib/drivers/ip/network/address.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/icmp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/ip.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/loopback.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/neighbor.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/ports.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/receive.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/router.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/routines.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/transmit.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/transport/datagram/datagram.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/if.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/sleep.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/lib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lib.rbuild?rev=46...
Added: branches/arty-newcc/lib/lsalib/lsa.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lsalib/lsa.c?rev=...
Added: branches/arty-newcc/lib/lsalib/lsalib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lsalib/lsalib.rbu...
Added: branches/arty-newcc/lib/tdilib/enum.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/enum.c?rev...
Added: branches/arty-newcc/lib/tdilib/handle.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/handle.c?r...
Added: branches/arty-newcc/lib/tdilib/tdilib.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/tdilib.h?r...
Added: branches/arty-newcc/lib/tdilib/tdilib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/tdilib/tdilib.rbu...