public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-10-21 17:50 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-10-21 17:50 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-10-21 17:50:58
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
Log message:
* src/dhcp_prot.c (set_default_dhcp_tags):
* src/bootp_support.c (show_bootp): Added support for TAG_NTP_SERVER
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2012-03-13 14:46 grante
0 siblings, 0 replies; 38+ messages in thread
From: grante @ 2012-03-13 14:46 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: grante@sourceware.org 2012-03-13 14:46:13
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c
Log message:
Fix compiler warning by removing 'netmask' variable which is set but
then never used. [ Bugzilla 1001516 ]
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2012-03-06 19:18 grante
0 siblings, 0 replies; 38+ messages in thread
From: grante @ 2012-03-06 19:18 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: grante@sourceware.org 2012-03-06 19:18:10
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: inet_ntop.c
Log message:
Fixed compiler warnings about variables possibly used before they are
initialized. [ Bugzilla 1001509 ]
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2011-03-11 20:00 sergeig
0 siblings, 0 replies; 38+ messages in thread
From: sergeig @ 2011-03-11 20:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: sergeig@sourceware.org 2011-03-11 20:00:20
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
Log message:
* src/bootp_support.c (show_bootp): Fixed output for some fields.
* src/dhcp_prot.c (do_dhcp): Convert bp_secs field to network byte
order. Inspired by Kelvin Lawson. [ Bugzilla 1001170 ]
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2009-09-23 14:28 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2009-09-23 14:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2009-09-23 14:28:48
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
DHCP parsing improvement/bugfix from Jay Foster <jay@systech.com>
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2009-07-03 12:40 jld
0 siblings, 0 replies; 38+ messages in thread
From: jld @ 2009-07-03 12:40 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jld@sourceware.org 2009-07-03 12:40:26
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: ifaddrs.c
Log message:
* src/ifaddrs.c (getifaddrs): If socket() call for IPv6 fails, a stray pointer
was freed.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2007-01-15 18:37 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2007-01-15 18:37 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2007-01-15 18:37:52
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_support.c
Log message:
Fix for DHCP when server is down after lease expires (keep trying)
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2006-03-05 12:48 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2006-03-05 12:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2006-03-05 12:48:38
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
* src/dhcp_prot.c: Updated set_fixed_tag(), set_variable_tag(),
and unset_tag() to handle TAG_PAD bytes properly. Also updated
set_fixed_tag() and set_variable_tag() to permit setting options that
already exist, but are a different size, rather than asserting.
This corrects problems interacting with mis-behaving DHCP servers
that reply with modified versions of a DHCP option sent by the eCos
client, such as TAG_HOST_NAME.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2005-07-30 11:22 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2005-07-30 11:22 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2005-07-30 11:22:39
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
tftp_client.c tftp_dummy_file.c
tftp_server.c
Log message:
* src/tftp_dummy_file.c: unsigned char when needed to prevent warnings.
* src/tftp_server.c: fromlen in recvfrom should be of socklen_t.
* src/tftp_client.c: fromlen in recvfrom should be of socklen_t.
* src/dhcp_prot.c (do_dhcp): Casts etc so that it compiles cleanly
with gcc4.0
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2005-03-27 17:23 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2005-03-27 17:23 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2005-03-27 17:23:19
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: tftp_server.c
Log message:
* src/tftp_server.c (tftpd_server): Fixed compiler warning about
type of argument to printf.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-06-17 14:19 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2004-06-17 14:19 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2004-06-17 14:19:30
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: ifaddrs.c
Log message:
* src/ifaddrs.c (getifaddrs): Return destination address for P2P
devices. Also don't bother trying to get the broadcast address for
interfaces that don't have a valid broadcast address. Inspired by
Kelvin Lawson
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-05-13 10:00 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2004-05-13 10:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2004-05-13 10:00:35
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
Log message:
+ * src/bootp_support.c (get_bootp_option, show_bootp):
+ * src/dhcp_prot.c (scan_dhcp_size): Fixed bug that didn't handle
+ the pad option.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-04-29 7:19 jlarmour
0 siblings, 0 replies; 38+ messages in thread
From: jlarmour @ 2004-04-29 7:19 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sourceware.org 2004-04-29 07:19:58
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: tftp_server.c
Log message:
* src/tftp_server.c: files are now created with the
O_CREAT|O_TRUNC|O_WRONLY so it is possible to write to
non-existing files and that overwriting a larger file with
a smaller file does not leave a garbage at the end.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-04-13 14:36 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2004-04-13 14:36 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2004-04-13 14:36:27
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: network_support.c
Log message:
Fix for default DNS server - from Sandeep Kumar
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-04-13 7:32 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2004-04-13 7:32 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2004-04-13 07:32:41
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
Log message:
* src/bootp_support.c (do_bootp): Return false when we should.
* src/dhcp_prot.c (do_dhcp_down_net): correctly close the IPv6 socket.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-04-11 11:23 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2004-04-11 11:23 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2004-04-11 11:23:51
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
Log message:
* src/bootp_support.c:
* src/dhcp_prot.c: Close sockets before exiting so we don't leak
them.
* src/dhcp_prot.c (new_lease): Use a smaller infinite so we don't get
a compiler warning.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2004-02-19 10:42 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2004-02-19 10:42 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2004-02-19 10:42:01
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
Initialize bp_secs field for stubborn DHCP servers - from Matt Jerdonek
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-10-12 11:53 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-10-12 11:53 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-10-12 11:53:55
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: tftp_client.c
Log message:
Tweaked the comments to better describe the problem/fix.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-09-16 22:05 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2003-09-16 22:05 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2003-09-16 22:05:06
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: ifaddrs.c
Log message:
Be more careful with allocated space, etc. in getifaddrs()
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-07-30 7:30 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-07-30 7:30 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-07-30 07:30:06
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
net/net/common/current/tests: addr_test.c
Log message:
* src/dhcp_prot.c (do_dhcp): (re)Initialize the lease when
dhcp is (re)initialized or retried.
Return true when the state falls into DHCPSTATE_NOTBOUND so that it
knows the interface it still up and can later bring it down when
cleaning up.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-07-24 18:07 nickg
0 siblings, 0 replies; 38+ messages in thread
From: nickg @ 2003-07-24 18:07 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: nickg@sourceware.org 2003-07-24 18:07:46
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
* src/dhcp_prot.c: Added a declaration for cyg_arc4random() to
eliminate a compiler warning.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-05-26 7:33 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-05-26 7:33 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-05-26 07:33:06
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: network_support.c
Log message:
* src/network_support.c (init_all_network_interfaces): Allow IPv4
or IPv6 addresses to be used when configuring a default DNS
server.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-05-22 14:28 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-05-22 14:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-05-22 14:28:55
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: getaddrinfo.c
Log message:
* src/getaddrinfo.c (getaddrinfo): Corrected a bad patch merge
from earlier which failed to delete some code. This fixed the dns1
tests for IPv6 lookups.
* src/getaddrinfo.c: Changed '#ifdef CYGPKG_NS_DNS' to
'#ifdef CYGPKG_NS_DNS_BUILD', so it would compile if this CDL
option is not selected. Changed the call to 'numeric_node_addr'
so it uses the correct number of arguments.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-05-14 7:02 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-05-14 7:02 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-05-14 07:02:06
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: tftp_server.c
Log message:
* src/tftp_server.c (tftpd_read_file): Open the file for reading,
not writing.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-04-03 14:04 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-04-03 14:04 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-04-03 14:04:31
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
* src/dhcp_prot.c (do_dhcp_down_net): SIOCGLIFADDR and SIOCDLIFADDR
take if_laddrreq not ifreq. This caused stack corruption.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-03-18 11:47 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-03-18 11:47 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-03-18 11:47:42
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: tftp_client.c
Log message:
* src/tftp_client.c: Reduce size of initial request packet
for compatibility with some tftp servers.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-03-07 2:14 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2003-03-07 2:14 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2003-03-07 02:14:52
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: getaddrinfo.c
Log message:
Fix getaddrinfo()
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-03-05 21:00 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2003-03-05 21:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sourceware.org 2003-03-05 21:00:59
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: getaddrinfo.c
Log message:
Improve getaddrinfo() to use DNS if available.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-02-25 14:43 asl
0 siblings, 0 replies; 38+ messages in thread
From: asl @ 2003-02-25 14:43 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: asl@sourceware.org 2003-02-25 14:43:43
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: getserv.c
Log message:
src/getserv.c: Added a servent structure for SNTP.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-01-18 4:19 jlarmour
0 siblings, 0 replies; 38+ messages in thread
From: jlarmour @ 2003-01-18 4:19 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sourceware.org 2003-01-17 20:19:26
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: network_support.c
Log message:
* src/network_support.c (init_all_network_interfaces): Define buf
as const.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-01-18 3:46 jlarmour
0 siblings, 0 replies; 38+ messages in thread
From: jlarmour @ 2003-01-18 3:46 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sourceware.org 2003-01-17 19:46:18
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: network_support.c
Log message:
* src/network_support.c (init_all_network_interfaces): Added
support for a hard coded domain name. Inspired by Motoya Kurotsu.
* src/network_support.c (init_all_network_interfaces): Added
support for a hard coded, default DNS server address.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2003-01-12 4:53 jlarmour
0 siblings, 0 replies; 38+ messages in thread
From: jlarmour @ 2003-01-12 4:53 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sourceware.org 2003-01-11 20:53:29
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
dhcp_support.c network_support.c
tftp_client.c tftp_dummy_file.c
tftp_server.c
Log message:
* src/bootp_support.c: Fix licence which should always have been
GPL since no BSD licensed code was in fact involved.
* src/dhcp_prot.c: Ditto.
* src/dhcp_support.c: Ditto.
* src/network_support.c: Ditto.
* src/tftp_client.c: Ditto.
* src/tftp_dummy_file.c: Ditto.
* src/tftp_server.c: Ditto.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2002-08-16 17:03 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2002-08-16 17:03 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sources.redhat.com 2002-08-16 17:03:04
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: ipv6_routing_thread.c
Log message:
Improve IPv6 routing.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2002-08-14 11:10 jlarmour
0 siblings, 0 replies; 38+ messages in thread
From: jlarmour @ 2002-08-14 11:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sources.redhat.com 2002-08-14 11:10:06
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: getserv.c
Log message:
* src/getserv.c: Include errno.h as errno is used.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2002-07-26 8:06 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2002-07-26 8:06 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sources.redhat.com 2002-07-26 08:06:39
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
From Red Hat - fix problem with IPv6 when using DHCP.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2002-07-10 8:26 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2002-07-10 8:26 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sources.redhat.com 2002-07-10 08:26:28
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: bootp_support.c dhcp_prot.c
getproto.c inet_addr.c
Log message:
Pedantic include of <errno.h>
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2002-07-04 11:03 jlarmour
0 siblings, 0 replies; 38+ messages in thread
From: jlarmour @ 2002-07-04 11:03 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: jlarmour@sources.redhat.com 2002-07-04 11:03:05
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
* src/dhcp_prot.c (_dhcp_copy): Remove. Unnecessary as we can never
receive a packet longer than sizeof(struct bootp)
(do_dhcp): Also set giaddr to 0 before sends.
Verify length of received packets, especially to check for truncation.
^ permalink raw reply [flat|nested] 38+ messages in thread
* ecos-opt/net/net/common/current ChangeLog src/ ...
@ 2002-06-05 6:16 gthomas
0 siblings, 0 replies; 38+ messages in thread
From: gthomas @ 2002-06-05 6:16 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos-opt
Changes by: gthomas@sources.redhat.com 2002-06-05 06:16:31
Modified files:
net/net/common/current: ChangeLog
net/net/common/current/src: dhcp_prot.c
Log message:
Improve DHCP reply handling
^ permalink raw reply [flat|nested] 38+ messages in thread
end of thread, other threads:[~2012-03-13 14:46 UTC | newest]
Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21 17:50 ecos-opt/net/net/common/current ChangeLog src/ asl
-- strict thread matches above, loose matches on Subject: below --
2012-03-13 14:46 grante
2012-03-06 19:18 grante
2011-03-11 20:00 sergeig
2009-09-23 14:28 gthomas
2009-07-03 12:40 jld
2007-01-15 18:37 gthomas
2006-03-05 12:48 asl
2005-07-30 11:22 asl
2005-03-27 17:23 asl
2004-06-17 14:19 asl
2004-05-13 10:00 asl
2004-04-29 7:19 jlarmour
2004-04-13 14:36 gthomas
2004-04-13 7:32 asl
2004-04-11 11:23 asl
2004-02-19 10:42 gthomas
2003-10-12 11:53 asl
2003-09-16 22:05 gthomas
2003-07-30 7:30 asl
2003-07-24 18:07 nickg
2003-05-26 7:33 asl
2003-05-22 14:28 asl
2003-05-14 7:02 asl
2003-04-03 14:04 asl
2003-03-18 11:47 asl
2003-03-07 2:14 gthomas
2003-03-05 21:00 gthomas
2003-02-25 14:43 asl
2003-01-18 4:19 jlarmour
2003-01-18 3:46 jlarmour
2003-01-12 4:53 jlarmour
2002-08-16 17:03 gthomas
2002-08-14 11:10 jlarmour
2002-07-26 8:06 gthomas
2002-07-10 8:26 gthomas
2002-07-04 11:03 jlarmour
2002-06-05 6:16 gthomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).