| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-07 | RFC 3542 (section 10.1) states that optlen should only be checked when | christos | |
| opt != NULL (Eitan Adler) | |||
| 2014-01-24 | CID 1163170, 1164171, resource leak | christos | |
| CID 1161172 double free | |||
| 2014-01-17 | fix memory allocation, and an off-by-one | drochner | |
| 2014-01-17 | the addition is handled in the alias. | christos | |
| 2014-01-17 | Move more code into the macro, and fix the bug where realloc would cause | christos | |
| a dangling pointer and memory corruption. | |||
| 2014-01-16 | Remove MAXALIASES limit | christos | |
| 2014-01-04 | Sort sections. Remove trailing whitespace. | wiz | |
| 2014-01-04 | Sort sections. Punctuation formatting nits. | wiz | |
| 2013-12-22 | - don't clobber hp in the RES_USE_INET6 case | christos | |
| - increment naddrs in the yp case - don't use __hostalias(), it is not thread-safe. | |||
| 2013-12-22 | this is supposed to be re-entrant, call don't call __hostalias that uses | christos | |
| a static buffer. | |||
| 2013-11-14 | Remove annoying comma and sort SEE ALSO. | wiz | |
| 2013-11-13 | PR/48379: mention kqueue functionality | christos | |
| 2013-10-31 | Try improving the description. | wiz | |
| 2013-10-19 | Minor fixes. | wiz | |
| 2013-10-19 | document the scopeid functions | christos | |
| 2013-10-19 | use new constants | christos | |
| 2013-10-19 | add inet6_scopeid | christos | |
| 2013-08-27 | move the host file getbyname and getbyaddr functions to sethostent.c so | christos | |
| that they are in a separate file from the dns ones in order for libhack to use them. | |||
| 2013-08-22 | get rid of bogus + 1 | christos | |
| 2013-08-19 | fix gethostbyaddr prototype per TOG. | christos | |
| 2013-08-18 | Update comment. | wiz | |
| 2013-08-18 | getnameinfo is now thread-safe so remove bugs section. | christos | |
| 2013-08-18 | appease lint. | christos | |
| 2013-08-16 | Add not advertised reentrant functions: {get,set,end}hostent_r, | christos | |
| gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use gethostbyaddr_r(3) so it is re-entrant (ahem __ypdomain). These are not being advertised because there is a bunch of different implementation of them that have a variety of type signatures. If people want to follow someone's implementation, it is now easy. | |||
| 2013-05-13 | CVE 1020946: Fix res leak. | christos | |
| 2013-05-13 | CVE 1020938: Fix memory leak | christos | |
| 2013-05-08 | New sentence, new line. Fix minus. Avoid <>. | wiz | |
| Remove trailing whitespace. | |||
| 2013-05-08 | Clarify which functions are only in libresolv. | christos | |
| 2013-05-03 | New sentence, new line. | wiz | |
| 2013-05-03 | document AI_SRV | christos | |
| 2013-05-03 | PR/32373, PR/25827: Add SRV lookup in getaddrinfo(3) | christos | |
| Per DNS-SD (RFC 2782), but only enabled if AI_SRV is set. | |||
| 2013-05-03 | KNF, whitespace police -- no code changes | christos | |
| 2013-04-07 | Remove trailing whitespace. | wiz | |
| 2013-04-07 | Add a small example. | christos | |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg | |
| 2012-12-27 | Avoid gcc 4.5.3 compiler bug on ia64 by compiling hesiod.c with -O1 only. | martin | |
| 2012-11-07 | fix outdated includes list. | christos | |
| 2012-09-26 | add and document AF_LOCAL (and the rest that were not) | christos | |
| 2012-09-09 | implement no-check-names | christos | |
| 2012-07-14 | bin/46703: BSD r-commands use wrong source address for stderr | darrenr | |
| http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=46703 Bump libc minor for the addition of rresvport_af_addr() | |||
| 2012-06-25 | Update old-style definitions to ANSI, remove a couple of register | abs | |
| definitions along the way. Fixed gcc 4.1 build (thank you vax) | |||
| 2012-06-08 | Henning Petersen in PR lib/46561: cosmetic change: avoid self assignement. | martin | |
| 2012-03-20 | Use C89 Prototypes. | matt | |
| Remove use of __P | |||
| 2012-03-20 | PR pkg/46206 | kardel | |
| re-establish fqdn lookup when AI_ADDRCONFIG is used in hints AI_ADDRCONFIG led to fqdn lookup being skipped as the systems didn't configure any PF_UNSPEC addresses - check was too strict here. Thnaks to Ryo ONODERA for testing. | |||
| 2012-03-20 | PR 46206: fix programmed SIGSEGV | kardel | |
| more work is needed as tests seem to indicate that name resolution now does no seem to work (firefox reports Server not found) thanks to Ryo ONODERA for testing. | |||
| 2012-03-17 | Add AI_ADDRCONFIG, which makes getaddrinfo() return only address with families | christos | |
| that are already configured in the system. | |||
| 2012-03-13 | PR/45989: Martin Husemann: lint invocation does include -w only on i386 | christos | |
| - turn lint -w for all the platforms after fixing the lint warnings. - add _DIAGASSERTS() for casts that would assign values to types that would not fit. - change types, add casts - change into ansii prototypes - turn on _DIAGNOSTIC for libc (during current, to be eliminated for release builds) approved by core@ | |||
| 2012-03-04 | fix signature according to TOG. | christos | |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg | |
| again. This was changed in sys/socket.h r1.51 to work around fallout from the IPv6 aux data migration. It broke the historic ABI on some platforms. This commit restores compatibility for netbsd32 code on such platforms and provides a template for future changes to the CMSG_* alignment. Revert PCC/Clang workarounds in postfix and tmux. | |||
| 2011-12-25 | Apply fix for previous changes per request from joerg@: | tsutsui | |
| http://mail-index.NetBSD.org/source-changes-d/2011/12/25/msg004454.html XXX1: More Makefiles should be fixed otherwise they will be copy-and-pasted blindly again and again. XXX2: Probably we need more explicit and simple macro to check active CC. | |||
