Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-02-01 | Fix typo. | Angelos D. Keromytis | |
2000-01-30 | Remove bogus ~ from keynote_stringhash() which resulted in all | Angelos D. Keromytis | |
assertions being placed in the same hash bucket (--> potentially bad performance when creating sessions with many assertions/credentials, but no correctness errors). | |||
2000-01-30 | visit next addrinfo structure when rresvport_af() fails. | Jun-ichiro itojun Hagino | |
this should fix situation like: - try to rcmd() to dual stack node from IPv4-only node/kernel | |||
2000-01-30 | i386 is a new libkvm now | Michael Shalayeff | |
2000-01-29 | use alloca() instead of malloc, for vfork safety | Theo de Raadt | |
2000-01-28 | don't permit freeaddrinfo(NULL). now the behavior is consistent | Jun-ichiro itojun Hagino | |
across {free,net,open}bsd. both rfc2553 and X/Open spec are silent about the behavior, and there's no strong consensus either. i think library should NOT be forgiving in this case, to promote development of more robust 3rd-party codebase (code works on "freeaddrinfo(NULL) = SEGV" will work on "freeaddrinfo(NULL) is okay" environment, but not the other way around). only issue i have now is NRL freeaddrinfo() compatibility, which permits freeaddrinfo(NULL). | |||
2000-01-27 | avoid memory leakage on freeaddrinfo(). | Jun-ichiro itojun Hagino | |
(this bug was introduced since we mix KAME getaddrinfo and NRL freeaddrinfo). | |||
2000-01-27 | add IPv6-ready rcmd() friends. | Jun-ichiro itojun Hagino | |
rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent | |||
2000-01-27 | repair nroff botch | Theo de Raadt | |
2000-01-26 | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr | Theo de Raadt | |
2000-01-26 | typo (no verb) | Jun-ichiro itojun Hagino | |
2000-01-26 | fix .Os KAME | Jun-ichiro itojun Hagino | |
2000-01-26 | fix RFC2553 conformance. AI_CANONNAME does not mean reverse query. | Jun-ichiro itojun Hagino | |
2000-01-26 | man page updates from itojun | Theo de Raadt | |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed ↵ | Theo de Raadt | |
on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later.. | |||
2000-01-25 | repair | Theo de Raadt | |
2000-01-25 | Sync with current version (just the file renamed). | Angelos D. Keromytis | |
2000-01-25 | simplify, maaan! | Michael Shalayeff | |
2000-01-24 | return values are in ret* regs | Michael Shalayeff | |
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the ↵ | Theo de Raadt | |
actual family being processed | |||
2000-01-23 | Update to ncurses-5.0-20000122 | Todd C. Miller | |
2000-01-22 | canceled -> cancelled | Aaron Campbell | |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell | |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell | |
2000-01-22 | Use .Va. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
2000-01-21 | Rename ip4.allow to ipip.allow | Angelos D. Keromytis | |
2000-01-19 | more warning about net.inet6.ip6.forwarding | Jun-ichiro itojun Hagino | |
2000-01-19 | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | Paul Janzen | |
calloc(), and realloc(). Idea from NetBSD. | |||
2000-01-19 | Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX. | Paul Janzen | |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
2000-01-18 | sync comment with code. remove #if 0'ed portion (AF filtering on name | Jun-ichiro itojun Hagino | |
resolution) and add comment there. | |||
2000-01-17 | do not filter address families that are not supported by kernel. | Jun-ichiro itojun Hagino | |
it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways. | |||
2000-01-17 | indent | Theo de Raadt | |
2000-01-17 | sync with latest KAME version. now includes description on scoped addr | Jun-ichiro itojun Hagino | |
extension. add examples (good enough? >deraadt) | |||
2000-01-17 | remove #if 0'ed part. | Jun-ichiro itojun Hagino | |
2000-01-16 | Update to ncurses-5.0-20000115: | Todd C. Miller | |
+ additional fixes for non-bce terminals (handling of delete_character) to work when assume_default_colors() is not specified. + modify warning message from _nc_parse_entry() regarding extended capability names to print only if tic/infocmp/toe have the -v flag set, and not at all in ordinary user applications. Otherwise, this warning would be shown for screen's extended capabilities in programs that use the termcap interface. + modify use of _nc_tracing from programs such as tic so their debug level is not in the same range as values set by trace() function. + small panel header cleanup (patch by Juergen Pfeifer). | |||
2000-01-14 | malloc lock helpers | David Leonard | |
2000-01-13 | include string.h to get strlen() prototype | Todd C. Miller | |
2000-01-13 | Add AF_IPX. | Federico G. Schwindt | |
2000-01-12 | indent the source right | Theo de Raadt | |
2000-01-12 | ugly workaround for an .align parse bug in current binutils | Michael Shalayeff | |
2000-01-11 | Document the new ipsec sysctl variables. | Angelos D. Keromytis | |
2000-01-10 | the the | Theo de Raadt | |
2000-01-10 | Document net.inet.ip.ipsec-invalid-life | Angelos D. Keromytis | |
2000-01-09 | Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebug | Angelos D. Keromytis | |
is under ip, not under encap). | |||
2000-01-09 | fix tmpnam() argument; kris@freebsd | Theo de Raadt | |
2000-01-09 | Update to ncurses-5.0-20000108: | Todd C. Miller | |
+ add prototype for erase() to curses.h + add TRACE_DATABASE flag for trace(). + formatting changes (style) | |||
2000-01-08 | better test code | David Leonard | |