#
84488e4a |
| 05-Jul-2010 |
robert <robert@openbsd.org> |
Change SO_RDOMAIN to SO_RTABLE in err() after the recent "rename". It seems this one was missed.
|
#
8bb39f08 |
| 03-Jul-2010 |
guenther <guenther@openbsd.org> |
Fix the naming of interfaces and variables for rdomains and rtables and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the
Fix the naming of interfaces and variables for rdomains and rtables and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0.
Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped.
Written by claudio@, criticized^Wcritiqued by me
show more ...
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
2c914d0f |
| 05-Jun-2009 |
claudio <claudio@openbsd.org> |
Use -V to specify an alternate routing domain.
|
#
8c66090f |
| 04-Oct-2008 |
deraadt <deraadt@openbsd.org> |
explicitly pad & pack the packetdata structure thrown around on the wire, just like in traceroute6.
|
#
e4d91d82 |
| 31-Mar-2006 |
deraadt <deraadt@openbsd.org> |
lint
|
#
647f14d6 |
| 02-Nov-2005 |
jmc <jmc@openbsd.org> |
- sort options and sync usage() - new sentence, new line - a few other minor tweaks
|
#
5bb60d39 |
| 03-May-2005 |
djm <djm@openbsd.org> |
more setres[ug]id; ok deraadt@
|
#
a09dab9d |
| 01-Mar-2005 |
markus <markus@openbsd.org> |
make sure the ttl does not wrap; pr 4093; ok Jared
|
#
82b988f9 |
| 26-Jan-2004 |
deraadt <deraadt@openbsd.org> |
knf and cleanup; millert ok
|
#
c5008e74 |
| 27-Aug-2003 |
jmc <jmc@openbsd.org> |
- sort SYNOPSIS and DESCRIPTION - add -v to SYNOPSIS from Andrey Matveev;
- indent examples - sync usage() with man page
ok deraadt@
|
#
4b6e8b27 |
| 11-Jun-2003 |
deraadt <deraadt@openbsd.org> |
some ansification, some de-register
|
#
29295d1c |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
675edaa7 |
| 25-Apr-2003 |
cloder <cloder@openbsd.org> |
Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy. Replace some strtoul with strtol and additional < 0 checks where needed. OK millert
|
#
3d3581e1 |
| 25-Apr-2003 |
cloder <cloder@openbsd.org> |
ICMP types are u_int8_t. Use u_int8_t and %u for ICMP types instead of u_char and %d. OK millert
|
#
ff5ac608 |
| 25-Apr-2003 |
cloder <cloder@openbsd.org> |
TTL is defined as u_int8_t in both <netinet/ip.h> and <netinet6/ip6_var.h>. Don't need to use int and %d for TTL in traceroute. OK millert
|
#
d94ecb98 |
| 24-Apr-2003 |
cloder <cloder@openbsd.org> |
Validation of command line argument for packet data length was comparing to the wrong thing, which resulted in a confusing error message later on. Do validation on the user supplied parameter. ok mi
Validation of command line argument for packet data length was comparing to the wrong thing, which resulted in a confusing error message later on. Do validation on the user supplied parameter. ok millert
show more ...
|
#
4c4b465c |
| 18-Nov-2002 |
itojun <itojun@openbsd.org> |
atoi -> strto*. correct -p parsing (don't allow 65536). deraadt ok
|
#
9b4ca039 |
| 06-Sep-2002 |
deraadt <deraadt@openbsd.org> |
socklen_t
|
#
6879c3e0 |
| 31-Aug-2002 |
stevesk <stevesk@openbsd.org> |
warn if multiple addresses are returned from DNS; suggested by and ok itojun@
|
#
25d59d7d |
| 12-Aug-2002 |
stevesk <stevesk@openbsd.org> |
!X for 3/13 (administratively prohibited); ok itojun@
|
#
c3afc238 |
| 12-Aug-2002 |
stevesk <stevesk@openbsd.org> |
SO_DONTROUTE on receive socket is not needed; ok itojun@
|
#
42ce7396 |
| 08-Aug-2002 |
stevesk <stevesk@openbsd.org> |
remove unused struct timezone; ok itojun@
|
#
a2b10fe3 |
| 03-Jul-2002 |
deraadt <deraadt@openbsd.org> |
ansi
|
#
c0838ee5 |
| 29-Jun-2002 |
deraadt <deraadt@openbsd.org> |
IPPROTO_ICMP will not change in our life; itojun ok
|