OpenBSD CVS

src/lib/libc/net/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libc / net

Current tag: OPENBSD_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.30   24 years  itojun   add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). in sync wi...
[TXT] base64.c  1.3   26 years  deraadt   do not call abort()
[TXT] ethers.c  1.11   23 years  deraadt   Wall
[TXT] freeaddrinfo.c  1.4   24 years  itojun   don't permit freeaddrinfo(NULL). now the behavior is consistent across {free,ne...
[TXT] gai_strerror.c  1.4   24 years  itojun   replace NRL get{addr,name}info with KAME get{addr,name}info. removed functional...
[TXT] getaddrinfo.3  1.12   23 years  deraadt   strings are NUL-terminated, not NULL-terminated
[TXT] gethostbyname.3  1.15   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getifaddrs.3  1.6   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getifaddrs.c  1.2   24 years  itojun   add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). in sync wi...
[TXT] getnameinfo.3  1.9   23 years  itojun   document that the current implementation is not thread-safe. sync with kame. Fr...
[TXT] getnetent.3  1.9   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getnetent.c  1.8   26 years  millert   Use fgetln(3) instead of fgets(3) so we can easily recognize lines that are too ...
[TXT] getproto.c  1.3   26 years  millert   Clean up some -Wall flowers.
[TXT] getprotoent.3  1.6   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getprotoent.c  1.4   24 years  millert   Use strtol() and strtoul() instead of atoi(). This allows us to catch errors re...
[TXT] getprotoname.c  1.3   26 years  millert   Clean up some -Wall flowers.
[TXT] getservbyname.c  1.5   24 years  d   _THREAD_PRIVATE_* macros changed
[TXT] getservbyport.c  1.3   26 years  millert   Clean up some -Wall flowers.
[TXT] getservent.3  1.9   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getservent.c  1.5   24 years  millert   Use strtol() and strtoul() instead of atoi(). This allows us to catch errors re...
[TXT] herror.c  1.4   27 years  downsj   Integrate BIND 4.9.5 resolver and associated routines. Includes the DNS aware g...
[TXT] htonl.c  1.4   27 years  tholo   Update {hton,ntoh}[ls] argument and return types to match changes in <machine/en...
[TXT] htons.c  1.6   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] if_indextoname.3  1.4   24 years  todd   $OpenBSD$
[TXT] if_indextoname.c  1.7   23 years  deraadt   Wall
[TXT] if_nameindex.c  1.6   23 years  deraadt   Wall
[TXT] if_nametoindex.c  1.6   23 years  deraadt   Wall
[TXT] inet_addr.c  1.6   25 years  yanick   Add octect sanity checking
[TXT] inet_lnaof.c  1.3   27 years  millert   Use in_addr_t not u_long and use in_port_t in some cases instead of u_short or u...
[TXT] inet_makeaddr.c  1.3   27 years  millert   Use in_addr_t not u_long and use in_port_t in some cases instead of u_short or u...
[TXT] inet_net_ntop.c  1.1   27 years  downsj   Integrate BIND 4.9.5 resolver and associated routines. Includes the DNS aware g...
[TXT] inet_net_pton.c  1.1   27 years  downsj   Integrate BIND 4.9.5 resolver and associated routines. Includes the DNS aware g...
[TXT] inet_neta.c  1.2   27 years  millert   Use in_addr_t not u_long and use in_port_t in some cases instead of u_short or u...
[TXT] inet_netof.c  1.3   27 years  millert   Use in_addr_t not u_long and use in_port_t in some cases instead of u_short or u...
[TXT] inet_network.c  1.7   26 years  millert   Clean up some -Wall flowers.
[TXT] inet_ntoa.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] inet_ntop.c  1.1   27 years  downsj   Integrate BIND 4.9.5 resolver and associated routines. Includes the DNS aware g...
[TXT] inet_pton.c  1.3   24 years  itojun   fix BIND820 bug in inet_pton(). it should bark if there's ambiguous text after ...
[TXT] ip6opt.c  1.1   24 years  itojun   add inet6_option_* and inet6_rthdr_*. increase shlib minor.
[TXT] linkaddr.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] ntohl.c  1.4   27 years  tholo   Update {hton,ntoh}[ls] argument and return types to match changes in <machine/en...
[TXT] ntohs.c  1.6   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] rcmd.3  1.20   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] rcmd.c  1.36   24 years  itojun   always pass salen as separate argument, so that it can be friendly with systems ...
[TXT] rcmdsh.3  1.7   24 years  aaron   Small bits of clean-up.
[TXT] rcmdsh.c  1.5   26 years  millert   Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.
[TXT] recv.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] res_comp.c  1.8   26 years  millert   Clean up some -Wall flowers.
[TXT] res_data.c  1.1   27 years  downsj   Integrate BIND 4.9.5 resolver and associated routines. Includes the DNS aware g...
[TXT] res_random.c  1.8   24 years  provos   add an inner xor to make prediction attacks against the ids harder, due to an at...
[TXT] rresvport.c  1.5   24 years  deraadt   new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, w...
[TXT] rthdr.c  1.2   24 years  itojun   fix alignment constraint in IPv6 routing header manipulation (ancillary data). d...
[TXT] send.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] vars6.c  1.1   24 years  itojun   add inet6_option_* and inet6_rthdr_*. increase shlib minor.
[TXT] byteorder.3 (in the Attic) [Hide]  1.8   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] ethers.3 (in the Attic) [Hide]  1.12   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] getaddrinfo.c (in the Attic) [Hide]  1.27   23 years  itojun   on /etc/hosts lookup, set "official host name" (the leftmost hostname) into ai_c...
[TXT] gethostnamadr.c (in the Attic) [Hide]  1.42   23 years  itojun   branches: 1.42.4; avoid buffer overrun on too-long reply for NIS hostname looku...
[TXT] getnameinfo.c (in the Attic) [Hide]  1.18   23 years  itojun   fix off-by-1 error. From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
[TXT] getnetbyaddr.c (in the Attic) [Hide]  1.5   26 years  millert   Clean up some -Wall flowers.
[TXT] getnetbyname.c (in the Attic) [Hide]  1.5   26 years  millert   Clean up some -Wall flowers.
[TXT] getnetnamadr.c (in the Attic) [Hide]  1.13   25 years  niklas   branches: 1.13.8; Be consistent about the relaxation of invalid host name check...
[TXT] inet.3 (in the Attic) [Hide]  1.12   23 years  aaron   IPng -> IPv6
[TXT] inet6_option_space.3 (in the Attic) [Hide]  1.6   24 years  itojun   nroff fixes (correct Dt, linebreak).
[TXT] inet6_rthdr_space.3 (in the Attic) [Hide]  1.6   24 years  itojun   nroff fixes (correct Dt, linebreak).
[TXT] inet_net.3 (in the Attic) [Hide]  1.6   24 years  aaron   Don't hyphenate the words {left|right}most.
[TXT] ipx.3 (in the Attic) [Hide]  1.7   23 years  aaron   Another round of man page cleanup, this time to remove more hard sentence breaks...
[TXT] ipx_addr.c (in the Attic) [Hide]  1.3   26 years  millert   Clean up some -Wall flowers.
[TXT] ipx_ntoa.c (in the Attic) [Hide]  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] iso_addr.3 (in the Attic) [Hide]  1.4   24 years  aaron   use .Li to refer to data types
[TXT] iso_addr.c (in the Attic) [Hide]  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] link_addr.3 (in the Attic) [Hide]  1.7   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] net_addrcmp.3 (in the Attic) [Hide]  1.2   24 years  aaron   Repairs, mostly removing hard sentence breaks.
[TXT] net_addrcmp.c (in the Attic) [Hide]  1.2   24 years  deraadt   use AF_LOCAL instead of AF_UNIX
[TXT] ns.3 (in the Attic) [Hide]  1.6   23 years  aaron   Another round of man page cleanup, this time to remove more hard sentence breaks...
[TXT] ns_addr.c (in the Attic) [Hide]  1.4   26 years  deraadt   long stuff; netbsd
[TXT] ns_ntoa.c (in the Attic) [Hide]  1.7   26 years  millert   Fix compiler warnings.
[TXT] nsap_addr.c (in the Attic) [Hide]  1.4   26 years  millert   Clean up some -Wall flowers.
[TXT] res_debug.c (in the Attic) [Hide]  1.10   23 years  deraadt   use %s with fprintf
[TXT] res_init.c (in the Attic) [Hide]  1.19   23 years  itojun   ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes ipv6 ...
[TXT] res_mkquery.c (in the Attic) [Hide]  1.8   27 years  provos   fouled up a tiny bit
[TXT] res_query.c (in the Attic) [Hide]  1.13   24 years  alex   Correct buffer size.
[TXT] res_send.c (in the Attic) [Hide]  1.9   23 years  itojun   ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes ipv6 ...
[TXT] resolver.3 (in the Attic) [Hide]  1.13   24 years  itojun   always enable IPv6 address in /etc/hosts (via _gethtent()). clarify RES_USE_INET...
[TXT] sethostent.c (in the Attic) [Hide]  1.4   27 years  pefo   res_close is defined in a macro and should apperently not be used as _res_close....