index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
Age
Commit message (
Expand
)
Author
2009-11-18
More shrinkage, a bit for ramdisks but mostly for static binaries:
Philip Guenthe
2009-09-02
make getaddrinfo(3) accept numeric servname when ai_socktype is not
Federico G. Schwindt
2009-08-13
various MLINK fixes from Alan R. S. Bueno;
Jason McIntyre
2009-07-09
promote correct style for error checking
Eric Faurot
2009-06-05
compare and shift buffer against a fixed length not strlen derived values.
Pierre-Yves Ritschard
2009-06-04
simplify the 'family' option parser and make it more evident what we're
Pierre-Yves Ritschard
2009-06-04
Add a resolv.conf option to specify the order in which getaddrinfo
Pierre-Yves Ritschard
2009-06-02
- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)
Jasper Lievisse Adriaanse
2009-05-06
Document AI_NUMERICSERV; feedback and ok millert@
Jacek Masiulaniec
2009-03-17
correct argument type for swap64(); from Thomas Pfaff
Jason McIntyre
2008-12-22
The example for detecting malicious PTR records could be easily misinterpreted.
Jacek Masiulaniec
2008-12-09
fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon
Otto Moerbeek
2008-12-07
Document that ethers_aton returns NULL for invalid addresses.
Paul de Weerd
2008-11-24
Correctly jump over routing headers and calculate the size of the if_data
Claudio Jeker
2008-09-01
do not overflow for large prefix len (e.g. 2147483649)
Markus Friedl
2008-08-15
Add resolv.conf(5) option to force lookups by TCP: "options tcp"
Damien Miller
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-11
garbage collect the portability bits for the removed select() support.
Brad Smith
2008-04-18
convert select() => poll(), saves a runtime malloc+free per retry
Damien Miller
2008-04-16
permit _ in the middle of a DNS name component
Theo de Raadt
2008-04-13
Improve the libc DNS resolver ID generation algorithm to be more
Damien Miller
2007-10-11
use RRSIG instead of SIG for DNSSEC. ok djm@
Jakob Schlyter
2007-09-17
Check snprintf(3) return value for error or truncation.
Moritz Jodeit
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-08-05
/*FALLTHRU*/ -> /* FALLTHROUGH */
Ray Lai
2007-06-12
``dot'' notation
Jason McIntyre
2007-06-05
remove ipx-related stuff. objections nobody. major bump by kurt in a few
Henning Brauer
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-20
Typos.
Ray Lai
2007-05-18
Remove no-op code. From tbert.
Ray Lai
2007-05-17
Improve reentrancy by not using global variable. Removes two
Ray Lai
2007-05-16
Wrap some functions, labels, and variables in #ifdefs corresponding
Ray Lai
2007-05-12
Use size_t for strlen results.
Ray Lai
2007-05-12
Clean up macros according to style. From tbert <bret dot lambert at gmail>.
Ray Lai
2007-05-10
Use syslog_r instead of syslog in getaddrinfo. Slowly making
Ray Lai
2007-02-18
strlen(3) returns size_t, not int.
Ray Lai
2007-02-18
strlen(3) returns size_t.
Ray Lai
2007-02-17
Remove duplicate code. No functional change.
Ray Lai
2007-02-15
Remove two mutexes by replacing getservbyname() and getservbyport()
Ray Lai
2007-02-14
correct a mistake concerning ifa_data;
Jason McIntyre
2007-02-14
remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.
Jun-ichiro itojun Hagino
2007-02-14
Remove int pretending to be a size_t.
Ray Lai
2006-12-30
RFC4291 declares that IPv6 numeric representation must have no more than
Jun-ichiro itojun Hagino
2006-12-09
tweak the text on deprecated functions, after some help from tom;
Jason McIntyre
2006-12-09
various tweaks;
Jason McIntyre
2006-12-09
various tweaks; my apologies to itojun for forgetting to
Jason McIntyre
2006-12-09
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
Jun-ichiro itojun Hagino
2006-12-08
return is not a function. (cosmetic)
Jun-ichiro itojun Hagino
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-10-21
remove calls to abort(3) that can't happen anyway; from
Otto Moerbeek
[next]