Age | Commit message (Expand) | Author |
2005-10-02 | `ether_addr' is the name of a structure, not a function: remove its MLINK | Jason McIntyre |
2005-08-06 | zap rcsid. | Marc Espie |
2005-07-27 | Restore recent changes except for the actual one that causes the problem. | Todd C. Miller |
2005-07-27 | backout gethostent changes for now -- there is fallout, discovered by otto | Jared Yanovich |
2005-07-24 | In _gethtent() ignore host.h_length if it is set to 0. Previously | Todd C. Miller |
2005-07-23 | *hostent() fixes: | Jared Yanovich |
2005-07-22 | - sync prototypes and header file excerpts | Jared Yanovich |
2005-07-18 | fix spelling mistake (in comment); | Jason McIntyre |
2005-07-05 | use "www" as the service name in the example instead of "http" since "www" | David Gwynne |
2005-06-19 | Remove a check about whether sa->sa_len is equal to salen from | Marc Matteo |
2005-06-17 | remove netns stuff, ok millert | Henning Brauer |
2005-06-09 | remove references to ns(4); | Jason McIntyre |
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | Todd C. Miller |
2005-06-05 | sort sections; | Jason McIntyre |
2005-06-05 | s/-p1003.1-2003/-p1003.1-2004/g | Jason McIntyre |
2005-05-02 | be more careful with snprintf. ok millert@ | Moritz Jodeit |
2005-04-05 | explain where type and class are defined; ok jmc@ | Federico G. Schwindt |
2005-03-30 | make the resolver stat resolv.conf and update if it changes. | Ted Unangst |
2005-03-28 | add const | Ted Unangst |
2005-03-28 | add some const to ether_*. remove bonus prototypes this brought out. | Ted Unangst |
2005-03-25 | ansify. ok deraadt@ moritz@ | Otto Moerbeek |
2005-03-12 | There is no need to call freeaddrinfo() in case of an error. | Claudio Jeker |
2005-03-08 | do not trash errno before using it, do not pass garbage args to getnameinfo | Theo de Raadt |
2005-03-07 | fd leak; andrushock@korovino.net | Theo de Raadt |
2005-03-06 | correct snprintf return value checks, where the wrong ptr | Moritz Jodeit |
2005-03-02 | Consistent #if protection of rcs ids; Francois Perrad | Todd C. Miller |
2005-03-02 | More const in h_errlist and h_nerr; Francois Perrad | Todd C. Miller |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder |
2005-02-19 | fix pasto; from d@ | Todd C. Miller |
2005-01-29 | correct .Rs references; | Jason McIntyre |
2005-01-28 | fix reversed short description; ok itojun@ | Damien Miller |
2005-01-22 | some fixes from netbsd, plus a few of my own; | Jason McIntyre |
2005-01-11 | more minor tweaks, ok jmc | Jared Yanovich |
2005-01-07 | clarify a sentence; | Jason McIntyre |
2005-01-06 | tweaks; | Jason McIntyre |
2005-01-06 | tweaks; | Jason McIntyre |
2005-01-06 | space between macro args and punctuation; | Jason McIntyre |
2005-01-06 | recover MLINKS for inet6_*_space.3 | Jun-ichiro itojun Hagino |
2005-01-06 | IPv6 manpage, wrote from scratch. deraadt ok | Jun-ichiro itojun Hagino |
2004-12-21 | sort SEE ALSO; | Jason McIntyre |
2004-12-21 | - grammar, punctuation, spacing, and mdoc fixes | Jared Yanovich |
2004-12-21 | thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hosts | Jun-ichiro itojun Hagino |
2004-12-20 | Start sentence with "The gai_strerror() function" | Todd C. Miller |
2004-12-20 | gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back. | Todd C. Miller |
2004-12-20 | gai_strerror() should return const char *; OK deraadt@ | Todd C. Miller |
2004-12-20 | Add Itojun's CAVEATS section. | Todd C. Miller |
2004-12-20 | Get rid of a bogus -32 that came about from misreading the ISC original | Todd C. Miller |
2004-12-20 | Add back EXAMPLE section and scopeid info which are from KAME, not the | Todd C. Miller |
2004-12-20 | New getnameinfo.3 man page, derived from the ISC version and fleshed | Todd C. Miller |
2004-12-20 | Minor cleanup. | Todd C. Miller |