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
2002-07-01
more type pedant
Jun-ichiro itojun Hagino
2002-07-01
lint clean (and don't mixup signed/unsigned). from martin husemann
Jun-ichiro itojun Hagino
2002-07-01
make more pedantic check on strtoul. from deraadt, sync w/kame
Jun-ichiro itojun Hagino
2002-06-29
correct port range check. from deraadt. sync w/kame. bind-bugs have alread...
Jun-ichiro itojun Hagino
2002-06-27
%d -> %u. mostly in #ifdef DEBUG.
Jun-ichiro itojun Hagino
2002-06-27
%d/%u mixup (in #ifdef DEBUG)
Jun-ichiro itojun Hagino
2002-06-27
ntohs() returns unsigned value
Jun-ichiro itojun Hagino
2002-06-26
correct bad practice in the code - it uses two changing variables
Jun-ichiro itojun Hagino
2002-06-26
avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>
Jun-ichiro itojun Hagino
2002-06-09
spelling; moritz@jodeit.org
Theo de Raadt
2002-05-24
try to use strlcpy and snprintf more; ok various
Theo de Raadt
2002-05-22
more strlcpy and snprintf
Theo de Raadt
2002-05-18
do not reverse-lookup scoped ipv6 address - it is meaningless as there's
Jun-ichiro itojun Hagino
2002-05-06
Kill/adjust r(login|exec)d? references now that those are no longer in
Todd C. Miller
2002-05-01
o) start new sentence on a new line;
Mike Pechkin
2002-04-30
Initial cleanup:
Mike Pechkin
2002-03-12
Tack on MagniComp (BSD) license since this originally came from rdist.
Todd C. Miller
2002-03-07
Xr getifaddrs(3) and networking(4) in SEE ALSO section.
Todd C. Miller
2002-03-07
Replace SIOCGIFCONF-using NRL versions with KAME versions that use
Todd C. Miller
2002-02-25
skip sockaddr correctly if sa_len < sockaddr. from niklas
Jun-ichiro itojun Hagino
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-02
label abort() from inside library as ILLEGAL
Theo de Raadt
2002-01-02
more pid_t use
Theo de Raadt
2002-01-02
Add missing .Os. deraadt@ ok
Thomas Nordin
2001-11-15
sync with reality; scope identifier comes even without NI_WITHSCOPEID.
Jun-ichiro itojun Hagino
2001-11-15
make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.
Jun-ichiro itojun Hagino
2001-11-14
sync with kame better. open some renaming #defines (ENI_xx).
Jun-ichiro itojun Hagino
2001-10-01
typo
Todd C. Miller
2001-09-14
add "options insecure[12]" support for /etc/resolv.conf.
Jun-ichiro itojun Hagino
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-08-20
cope with sa_len < sizeof(struct sockaddr).
Jun-ichiro itojun Hagino
2001-08-20
cope with negative return value from snprintf.
Jun-ichiro itojun Hagino
2001-08-20
use snprintf, not sprintf. sync with kame
Jun-ichiro itojun Hagino
2001-08-16
Use calloc() to allocate response data. Be more careful when freeing
Hakan Olsson
2001-08-08
add CAVEATS section that talks about trust and the AD-bit
Jakob Schlyter
2001-08-07
KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke
Theo de Raadt
2001-08-07
add copyright notices; noted as missing by itojun
Theo de Raadt
2001-08-07
typo
Jun-ichiro itojun Hagino
2001-08-07
-Wunused
Jun-ichiro itojun Hagino
2001-08-07
sorry, correct the polarity of return value on AF_INET6.
Jun-ichiro itojun Hagino
2001-08-07
for AF_INET6, must compare sin6_scope_id.
Jun-ichiro itojun Hagino
2001-08-06
add AUTHORS and update HISTORY
Jakob Schlyter
2001-08-06
OpenBSD id-tags
Jakob Schlyter
2001-08-06
add getrrsetbyname(3) - API to retrieve arbitrary DNS records
Jakob Schlyter
2001-08-06
o) We always close .Bl and .Bd tags;
Mike Pechkin
2001-08-05
there's no no host.conf on openbsd. pointed out by smb
Jun-ichiro itojun Hagino
2001-08-02
pet peeve, insure vs ensure
Hugh Graham
2001-07-31
add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@
Jakob Schlyter
[next]