index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
make getaddrinfo(3) accept numeric servname when ai_socktype is not
fgsch
2009-09-02
1
-4
/
+2
*
various MLINK fixes from Alan R. S. Bueno;
jmc
2009-08-13
1
-3
/
+3
*
promote correct style for error checking
eric
2009-07-09
1
-7
/
+7
*
compare and shift buffer against a fixed length not strlen derived values.
pyr
2009-06-05
1
-6
/
+6
*
simplify the 'family' option parser and make it more evident what we're
pyr
2009-06-04
2
-25
/
+18
*
Add a resolv.conf option to specify the order in which getaddrinfo
pyr
2009-06-04
2
-8
/
+63
*
- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)
jasper
2009-06-02
2
-3
/
+7
*
Document AI_NUMERICSERV; feedback and ok millert@
jacekm
2009-05-06
1
-2
/
+9
*
correct argument type for swap64(); from Thomas Pfaff
jmc
2009-03-17
1
-3
/
+3
*
The example for detecting malicious PTR records could be easily misinterpreted.
jacekm
2008-12-22
1
-5
/
+4
*
fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon
otto
2008-12-09
2
-7
/
+7
*
Document that ethers_aton returns NULL for invalid addresses.
weerd
2008-12-07
1
-2
/
+4
*
Correctly jump over routing headers and calculate the size of the if_data
claudio
2008-11-24
1
-7
/
+14
*
do not overflow for large prefix len (e.g. 2147483649)
markus
2008-09-01
1
-3
/
+3
*
Add resolv.conf(5) option to force lookups by TCP: "options tcp"
djm
2008-08-15
1
-18
/
+20
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-9
/
+2
*
garbage collect the portability bits for the removed select() support.
brad
2008-05-11
1
-11
/
+1
*
convert select() => poll(), saves a runtime malloc+free per retry
djm
2008-04-18
1
-23
/
+16
*
permit _ in the middle of a DNS name component
deraadt
2008-04-16
1
-2
/
+3
*
Improve the libc DNS resolver ID generation algorithm to be more
djm
2008-04-13
1
-43
/
+79
*
use RRSIG instead of SIG for DNSSEC. ok djm@
jakob
2007-10-11
3
-6
/
+7
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-1
/
+5
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
3
-6
/
+6
*
/*FALLTHRU*/ -> /* FALLTHROUGH */
ray
2007-08-05
1
-2
/
+2
*
``dot'' notation
jmc
2007-06-12
1
-19
/
+9
*
remove ipx-related stuff. objections nobody. major bump by kurt in a few
henning
2007-06-05
4
-385
/
+3
*
convert to new .Dd format;
jmc
2007-05-31
24
-48
/
+48
*
Typos.
ray
2007-05-20
1
-3
/
+3
*
Remove no-op code. From tbert.
ray
2007-05-18
1
-3
/
+1
*
Improve reentrancy by not using global variable. Removes two
ray
2007-05-17
1
-31
/
+11
*
Wrap some functions, labels, and variables in #ifdefs corresponding
ray
2007-05-16
2
-2
/
+8
*
Use size_t for strlen results.
ray
2007-05-12
1
-4
/
+6
*
Clean up macros according to style. From tbert <bret dot lambert at gmail>.
ray
2007-05-12
1
-27
/
+27
*
Use syslog_r instead of syslog in getaddrinfo. Slowly making
ray
2007-05-10
1
-4
/
+9
*
strlen(3) returns size_t, not int.
ray
2007-02-18
1
-14
/
+16
*
strlen(3) returns size_t.
ray
2007-02-18
1
-4
/
+6
*
Remove duplicate code. No functional change.
ray
2007-02-17
1
-39
/
+22
*
Remove two mutexes by replacing getservbyname() and getservbyport()
ray
2007-02-15
2
-32
/
+29
*
correct a mistake concerning ifa_data;
jmc
2007-02-14
1
-6
/
+5
*
remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.
itojun
2007-02-14
1
-5
/
+2
*
Remove int pretending to be a size_t.
ray
2007-02-14
1
-5
/
+2
*
RFC4291 declares that IPv6 numeric representation must have no more than
itojun
2006-12-30
1
-3
/
+8
*
tweak the text on deprecated functions, after some help from tom;
jmc
2006-12-09
2
-12
/
+14
*
various tweaks;
jmc
2006-12-09
1
-18
/
+17
*
various tweaks; my apologies to itojun for forgetting to
jmc
2006-12-09
1
-26
/
+28
*
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
itojun
2006-12-09
7
-5
/
+971
*
return is not a function. (cosmetic)
itojun
2006-12-08
1
-28
/
+28
*
change semantics of ff01::/16 to interface local multicast
itojun
2006-11-17
2
-5
/
+6
*
remove calls to abort(3) that can't happen anyway; from
otto
2006-10-21
1
-11
/
+1
*
Remove unnecessary /* NOTREACHED */ comments because our lint is
ray
2006-09-25
2
-20
/
+8
[prev]
[next]