Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Split out ntoh[ls] and hton[ls] into their own manpage. | guenther | 2014-07-13 | 3 | -136/+199 | |
| | | | | | | Update byteorder(3) to cover the new functions in <endian.h> ok deraadt@ millert@ | |||||
* | Remove deprecated RFC2292 ancillary data convenience functions. | chrisz | 2014-06-13 | 2 | -488/+2 | |
| | | | | | | They are obsoleted by the RFC3542 api. ok mpi@ | |||||
* | Really remove the obsolete manpages left by earlier commit | chrisz | 2014-06-11 | 2 | -0/+0 | |
| | | | | which just emptied the file but didn't remove it. | |||||
* | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | chrisz | 2014-06-11 | 4 | -769/+4 | |
| | | | | | | They are obsoleted by the RFC3542 api. ok mpi@ | |||||
* | correctly match size and buffer. from enh at google | tedu | 2014-05-17 | 1 | -3/+3 | |
| | ||||||
* | Add a bit more detail about dot notation from the old inet(3) manpage. | guenther | 2014-05-09 | 1 | -3/+11 | |
| | | | | ok jmc@ | |||||
* | Implement AI_ADDRCONFIG | sperreault | 2014-04-28 | 1 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | | | This is a getaddrinfo() flag that is defined thusly in RFC 3493: If the AI_ADDRCONFIG flag is specified, IPv4 addresses shall be returned only if an IPv4 address is configured on the local system, and IPv6 addresses shall be returned only if an IPv6 address is configured on the local system. The loopback address is not considered for this case as valid as a configured address. For example, when using the DNS, a query for AAAA records should occur only if the node has at least one IPv6 address configured (other than IPv6 loopback) and a query for A records should occur only if the node has at least one IPv4 address configured (other than the IPv4 loopback). The flag is set by default when hints is NULL. ok Eric Faurot, Jason McIntyre | |||||
* | uses ssh these days, not rsh; ok tedu | jmc | 2014-04-24 | 1 | -2/+2 | |
| | ||||||
* | change some rsh references to ssh. poke by jmc | tedu | 2014-04-19 | 2 | -9/+9 | |
| | ||||||
* | zap trailing whitespace; | jmc | 2014-04-19 | 1 | -2/+2 | |
| | ||||||
* | kill a stray \ | deraadt | 2014-04-19 | 1 | -2/+2 | |
| | ||||||
* | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | guenther | 2014-04-19 | 4 | -183/+320 | |
| | | | | | | 1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3). ok tedu@ (who also noted the timeline) deraadt@ jmc@ | |||||
* | remove references to rshd; | jmc | 2014-04-18 | 2 | -15/+6 | |
| | ||||||
* | Add some missing names to the NAME sections. | schwarze | 2014-04-07 | 2 | -7/+8 | |
| | | | | | | For inet(3), go the other way, remove some bogus symlinks. Found while testing the new makewhatis(8). ok jmc@ | |||||
* | Sync with the way struct ether_addr is actually defined in | lteo | 2014-03-18 | 1 | -3/+3 | |
| | | | | netinet/if_ether.h | |||||
* | replace spaces with tabs for indentation | stsp | 2014-02-17 | 1 | -2/+2 | |
| | ||||||
* | Fix inet6_opt_init() to only check extlen when extbuff is not NULL | mpi | 2014-02-07 | 1 | -5/+2 | |
| | | | | | | as per RFC 3542, from DragonFlyBSD via Eitan Adler. ok bluhm@ | |||||
* | Always set errno when returning NULL. OK kettenis@ henning@ | millert | 2014-02-05 | 1 | -7/+17 | |
| | ||||||
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 11 | -43/+43 | |
| | ||||||
* | don't try writing past the end unless we have to | tedu | 2013-12-31 | 1 | -8/+16 | |
| | | | | ok gilles millert | |||||
* | inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker | deraadt | 2013-12-17 | 2 | -100/+4 | |
| | | | | days. | |||||
* | unsigned char changes for ctype | deraadt | 2013-11-25 | 1 | -10/+11 | |
| | | | | re-re-reviewed by krw | |||||
* | use an unsigned char instead, to avoid lots of casts | deraadt | 2013-11-25 | 1 | -2/+2 | |
| | ||||||
* | most obvious unsigned char casts for ctype | deraadt | 2013-11-24 | 4 | -20/+27 | |
| | | | | ok jca krw ingo | |||||
* | remove dead files | eric | 2013-11-12 | 11 | -7785/+0 | |
| | | | | ok deraadt@ | |||||
* | permute15() should be static. Not cranking libc now, because it is | deraadt | 2013-11-12 | 1 | -2/+2 | |
| | | | | not urgent. | |||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | millert | 2013-09-30 | 1 | -8/+8 | |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | |||||
* | use Bsx; | jmc | 2013-08-14 | 1 | -3/+4 | |
| | | | | from jan stary | |||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 1 | -2/+2 | |
| | ||||||
* | more macro simplification; from Jan Stary | jmc | 2013-07-16 | 1 | -3/+2 | |
| | ||||||
* | rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changes | jmc | 2013-07-10 | 1 | -5/+6 | |
| | | | | | | | | in freebsd src commit r253066. our man pages had been updated, but i must have missed the following: - getnameinfo.3: 2553 -> 3493 - ip6.4: we listed both. remove 2553. | |||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 19 | -83/+83 | |
| | ||||||
* | use CLOCK_MONOTONIC, and repair future time_t overflow | deraadt | 2013-04-17 | 1 | -8/+8 | |
| | | | | ok millert guenther | |||||
* | getaddrinfo is now thread-safe. | brad | 2013-03-31 | 1 | -6/+2 | |
| | | | | ok eric@ | |||||
* | protect the PRG state with a mutex in res_randomid(). | eric | 2013-03-26 | 1 | -2/+13 | |
| | | | | ok deraadt@ guenther@ djm@ | |||||
* | Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case an | deraadt | 2013-03-20 | 1 | -9/+21 | |
| | | | | | interface is added at just the right... wrong moment. ok millert dlg | |||||
* | document RES_USE_DNSSEC; text tweaked by sthen | jmc | 2012-12-12 | 1 | -2/+6 | |
| | | | | ok jakob | |||||
* | - put the various options into the same order as those in resolv.h | jmc | 2012-11-29 | 1 | -17/+38 | |
| | | | | | | | | | | | | | | | - sync RES_DEBUG with resolv.conf.5 - document RES_PRIMARY, but mark it unsupported (like we already do for RES_AAAONLY) - use the exact same text (about being enabled by default) for RES_RECURSE as for the other two defaults - document RES_INSECURE{1,2} - description lifted from resolv.conf.5 - document RES_NOALIASES - mostly sync the RES_USE_EDNS0 text with resolv.conf.5 - RES_USE_DNSSEC not documented for now. something to come... ok sthen | |||||
* | remove some useless Tn and double punctuation; | jmc | 2012-11-19 | 1 | -16/+7 | |
| | ||||||
* | RES_IGNTC is no longer ignored; ok sthen | jmc | 2012-11-19 | 1 | -4/+4 | |
| | ||||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-27 | 9 | -88/+91 | |
| | | | | references into a STANDARDS section; | |||||
* | rfc 2553 (not 2533) has been replaced by rfc 3493; | jmc | 2012-08-22 | 1 | -5/+6 | |
| | ||||||
* | - remove inconsistent/obsolete comments | jmc | 2012-08-21 | 4 | -48/+35 | |
| | | | | | - update rfc references - make the Rs/Re blocks more consistent | |||||
* | flesh out the rfc section; | jmc | 2012-08-21 | 1 | -10/+33 | |
| | | | | rfc 5321 replaces 974 and 2821; | |||||
* | rfc 4291 replaces rfcs 2373 and 3513; | jmc | 2012-08-20 | 1 | -9/+16 | |
| | ||||||
* | Use same (lame) verbiage to explain ifa_dstaddr as is used for | krw | 2012-07-13 | 1 | -3/+4 | |
| | | | | | | | | ifa_broadaddr. i.e. make it make clear that this field is only valid for P2P. (Hint: one's a field, and one's a #define giving a new name to said field) ok guenther@ | |||||
* | - document newly imported AF_INET6 support to net_inet_{pton,ntop} | gilles | 2012-06-24 | 1 | -5/+26 | |
| | | | | diff from Florian Obser, ok jmc@ | |||||
* | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | gilles | 2012-06-22 | 2 | -2/+68 | |
| | | | | | | using inet_pton() and inet_ntop() as suggested by claudio ok claudio@ | |||||
* | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | matthew | 2012-04-22 | 1 | -3/+5 | |
| | ||||||
* | use "an addrinfo", not "a addrinfo". ok jmc | sthen | 2012-04-20 | 1 | -3/+3 | |
| |