Age | Commit message (Expand) | Author |
2014-04-07 | Add some missing names to the NAME sections. | Ingo Schwarze |
2014-03-18 | Sync with the way struct ether_addr is actually defined in | Lawrence Teo |
2014-02-17 | replace spaces with tabs for indentation | Stefan Sperling |
2014-02-07 | Fix inet6_opt_init() to only check extlen when extbuff is not NULL | Martin Pieuchot |
2014-02-05 | Always set errno when returning NULL. OK kettenis@ henning@ | Todd C. Miller |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-12-31 | don't try writing past the end unless we have to | Ted Unangst |
2013-12-17 | inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker | Theo de Raadt |
2013-11-25 | unsigned char changes for ctype | Theo de Raadt |
2013-11-25 | use an unsigned char instead, to avoid lots of casts | Theo de Raadt |
2013-11-24 | most obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-12 | remove dead files | Eric Faurot |
2013-11-12 | permute15() should be static. Not cranking libc now, because it is | Theo de Raadt |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-08-14 | use Bsx; | Jason McIntyre |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | more macro simplification; from Jan Stary | Jason McIntyre |
2013-07-10 | rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changes | Jason McIntyre |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-17 | use CLOCK_MONOTONIC, and repair future time_t overflow | Theo de Raadt |
2013-03-31 | getaddrinfo is now thread-safe. | Brad Smith |
2013-03-26 | protect the PRG state with a mutex in res_randomid(). | Eric Faurot |
2013-03-20 | Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case an | Theo de Raadt |
2012-12-12 | document RES_USE_DNSSEC; text tweaked by sthen | Jason McIntyre |
2012-11-29 | - put the various options into the same order as those in resolv.h | Jason McIntyre |
2012-11-19 | remove some useless Tn and double punctuation; | Jason McIntyre |
2012-11-19 | RES_IGNTC is no longer ignored; ok sthen | Jason McIntyre |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-22 | rfc 2553 (not 2533) has been replaced by rfc 3493; | Jason McIntyre |
2012-08-21 | - remove inconsistent/obsolete comments | Jason McIntyre |
2012-08-21 | flesh out the rfc section; | Jason McIntyre |
2012-08-20 | rfc 4291 replaces rfcs 2373 and 3513; | Jason McIntyre |
2012-07-13 | Use same (lame) verbiage to explain ifa_dstaddr as is used for | Kenneth R Westerback |
2012-06-24 | - document newly imported AF_INET6 support to net_inet_{pton,ntop} | Gilles Chehade |
2012-06-22 | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | Gilles Chehade |
2012-04-22 | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | Matthew Dempsky |
2012-04-20 | use "an addrinfo", not "a addrinfo". ok jmc | Stuart Henderson |
2012-04-20 | rearrange DESCRIPTION somewhat to make this page more readable; | Jason McIntyre |
2012-04-10 | Do not pick the network number as alias on entries with no alias | Eric Faurot |
2012-03-20 | the disease is spreading | David Gwynne |
2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric | Theo de Raadt |
2012-01-03 | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | Jason McIntyre |
2011-04-19 | Fix spacing nit. | Matthew Dempsky |
2011-04-05 | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | Matthew Dempsky |
2010-09-24 | Implement if_freenameindex() as a real function as required by posix. | Claudio Jeker |
2010-07-01 | getpeereid() can now be a library routine using getsockopt() with | Theo de Raadt |
2010-06-29 | use a union to align the dns answer buffer until gcc4 is fixed | Theo de Raadt |
2010-06-29 | use a union to align the dns answer buffer until gcc4 is fixed | Theo de Raadt |
2010-05-06 | Do not return success when the IPv6 address has a :: and 8 hex sections. | Claudio Jeker |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |