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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.61   8 weeks  naddy   drop htonl(), htons(), ntohl(), ntohs() MD functions from libc Userland code co...
[TXT] base64.c  1.15   2 years  jca   Revert accidental change. Dunno why this ended up here, cvs is always full of s...
[TXT] ether_aton.3  1.3   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] ethers.c  1.27   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] freeaddrinfo.c  1.9   7 years  guenther   Delete casts to off_t and size_t that are implied by assignments or prototypes. ...
[TXT] gai_strerror.3  1.10   7 years  deraadt   make the description strings match the code
[TXT] gai_strerror.c  1.8   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] getaddrinfo.3  1.61   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] gethostbyname.3  1.34   4 years  jmc   mop up resolver.3 rename; ok deraadt
[TXT] getifaddrs.3  1.23   2 years  naddy   man pages: add missing word, The foo() ... -> The foo() function ... ok jmc@ sc...
[TXT] getifaddrs.c  1.14   2 years  deraadt   A few sys/param.h annotations lacked ALIGNBYTES
[TXT] getnameinfo.3  1.49   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] getnetent.3  1.19   4 years  jmc   mop up resolver.3 rename; ok deraadt
[TXT] getnetent.c  1.18   6 years  schwarze   To allow us to get rid of /etc/networks, make setnetent(3), getnetent(3), and en...
[TXT] getpeereid.3  1.4   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] getpeereid.c  1.1   13 years  deraadt   getpeereid() can now be a library routine using getsockopt() with SOL_SOCKET and...
[TXT] getproto.c  1.8   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] getprotoent.3  1.18   11 years  tedu   Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
[TXT] getprotoent.c  1.13   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] getprotoname.c  1.8   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] getrrsetbyname.3  1.22   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] getservbyname.c  1.11   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] getservbyport.c  1.8   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] getservent.3  1.21   11 years  tedu   Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
[TXT] getservent.c  1.15   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] herror.c  1.10   8 years  guenther   Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
[TXT] htobe64.3  1.1   4 years  deraadt   Move 4 manual pages from not-a-function filenames to a correct filename, and cor...
[TXT] htonl.3  1.6   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] htonl.c  1.8   8 weeks  naddy   drop htonl(), htons(), ntohl(), ntohs() MD functions from libc Userland code co...
[TXT] htons.c  1.10   8 weeks  naddy   drop htonl(), htons(), ntohl(), ntohs() MD functions from libc Userland code co...
[TXT] if_indextoname.3  1.16   8 years  jmc   point to netintro(4) rather than (now removed) networking(4);
[TXT] if_indextoname.c  1.12   6 years  tb   Fix typo in RFC number. ok benno
[TXT] if_nameindex.c  1.13   7 years  krw   Eliminate some gcc warnings about 'unused variables', mostly by adding appropria...
[TXT] if_nametoindex.c  1.10   8 years  claudio   Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the list of i...
[TXT] inet6_opt_init.3  1.8   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] inet6_rth_space.3  1.8   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] inet_addr.3  1.7   3 months  bentley   POSIX defines inet_ntoa, not inet_aton. ok deraadt@ jmc@
[TXT] inet_addr.c  1.12   8 years  guenther   Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the symbols ...
[TXT] inet_lnaof.3  1.4   4 years  jmc   mop up for inet_net rename; ok deraadt
[TXT] inet_lnaof.c  1.7   9 years  deraadt   Move to the <limits.h> universe. review by millert, binary checking process with...
[TXT] inet_makeaddr.c  1.7   9 years  deraadt   Move to the <limits.h> universe. review by millert, binary checking process with...
[TXT] inet_net_ntop.3  1.4   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] inet_net_ntop.c  1.9   4 years  deraadt   snprintf/vsnprintf return < 0 on error, rather than -1.
[TXT] inet_net_pton.c  1.14   17 months  jmc   spelling fixes; from paul tagliamonte any changes not taken noted on tech, but c...
[TXT] inet_neta.c  1.7   18 years  espie   zap rcsid. split functions off res_debug.c so that getnetnamadr.c does not pull ...
[TXT] inet_netof.c  1.7   9 years  deraadt   Move to the <limits.h> universe. review by millert, binary checking process with...
[TXT] inet_network.c  1.13   8 years  mmcc   Cast ctype function arguments to unsigned char. ok guenther@
[TXT] inet_ntoa.c  1.6   18 years  espie   zap rcsid. split functions off res_debug.c so that getnetnamadr.c does not pull ...
[TXT] inet_ntop.3  1.6   20 months  jmc   .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schw...
[TXT] inet_ntop.c  1.13   7 years  guenther   Delete casts to off_t and size_t that are implied by assignments or prototypes. ...
[TXT] inet_pton.c  1.10   8 years  guenther   Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the symbols ...
[TXT] ip6opt.c  1.10   4 years  deraadt   delete wasteful ;; ok tedu
[TXT] link_ntoa.3  1.2   8 years  jmc   tweak Nd after previous; ok mpi
[TXT] linkaddr.c  1.9   7 years  millert   Fix regressions introduce in the fix for CVE-2016-6559. From FreeBSD (glebius)
[TXT] ntohl.c  1.8   8 weeks  naddy   drop htonl(), htons(), ntohl(), ntohs() MD functions from libc Userland code co...
[TXT] ntohs.c  1.10   8 weeks  naddy   drop htonl(), htons(), ntohl(), ntohs() MD functions from libc Userland code co...
[TXT] rcmd.3  1.34   8 years  millert   rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).
[TXT] rcmd.c  1.63   8 years  guenther   Wrap <unistd.h> so that internal calls go direct and they're all weak symbols De...
[TXT] rcmdsh.3  1.18   8 years  millert   rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).
[TXT] rcmdsh.c  1.20   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] recv.c  1.7   14 months  otto   Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@
[TXT] res_comp.c  1.23   14 months  millert   Fix a number of out of bound reads in DNS response parsing. Originally from djm@...
[TXT] res_data.c  1.4   9 years  deraadt   Move to the <limits.h> universe. review by millert, binary checking process with...
[TXT] res_debug_syms.c  1.2   8 years  guenther   Wrap <resolv.h> so that internal calls go direct ok millert@
[TXT] res_init.3  1.6   2 years  jca   Describe what RES_USE_DNSSEC does and how it's affected by trust-ad ok florian@...
[TXT] res_random.c  1.26   17 months  jmc   spelling fixes; from paul tagliamonte any changes not taken noted on tech, but c...
[TXT] rresvport.c  1.12   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] rthdr.c  1.13   17 months  jmc   spelling fixes; from paul tagliamonte any changes not taken noted on tech, but c...
[TXT] ruserok.c  1.14   17 months  jmc   spelling fixes; from paul tagliamonte any changes not taken noted on tech, but c...
[TXT] send.c  1.6   8 years  guenther   recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!) s...
[TXT] sockatmark.3  1.2   4 years  deraadt   sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically -1 to ...
[TXT] sockatmark.c  1.1   9 years  guenther   Add sockatmark() ok millert@ manpage feedback jmc@
[TXT] vars6.c  1.3   9 years  bluhm   Make the in6addr constant declarations and definitions consistent in kernel and ...
[TXT] __siocgifconf.c (in the Attic) [Hide]  1.2   24 years  cmetz   Removed portability ifdefs and calls to nonstandard back-end.
[TXT] byteorder.3 (in the Attic) [Hide]  1.23   4 years  deraadt   Move 4 manual pages from not-a-function filenames to a correct filename, and cor...
[TXT] ethers.3 (in the Attic) [Hide]  1.26   4 years  deraadt   Move 4 manual pages from not-a-function filenames to a correct filename, and cor...
[TXT] getaddrinfo.c (in the Attic) [Hide]  1.73   10 years  eric   remove dead files ok deraadt@
[TXT] gethostnamadr.c (in the Attic) [Hide]  1.74   10 years  eric   remove dead files ok deraadt@
[TXT] getnameinfo.c (in the Attic) [Hide]  1.34   10 years  eric   remove dead files ok deraadt@
[TXT] getnetbyaddr.c (in the Attic) [Hide]  1.9   8 years  deraadt   _getnetbyaddr and _getnetbyname appear to be historical accidents in our tree. o...
[TXT] getnetbyname.c (in the Attic) [Hide]  1.9   8 years  deraadt   _getnetbyaddr and _getnetbyname appear to be historical accidents in our tree. o...
[TXT] getnetnamadr.c (in the Attic) [Hide]  1.27   10 years  eric   remove dead files ok deraadt@
[TXT] getrrsetbyname.c (in the Attic) [Hide]  1.13   10 years  eric   remove dead files ok deraadt@
[TXT] if_indextoname.o (in the Attic) [Hide]  1.2   24 years  cmetz   Accidentally commited. Thanks mickey for catching this one.
[TXT] if_nameindex.o (in the Attic) [Hide]  1.2   24 years  cmetz   Accidentally commited. Thanks mickey for catching this one.
[TXT] if_nametoindex.o (in the Attic) [Hide]  1.2   24 years  cmetz   Accidentally commited. Thanks mickey for catching this one.
[TXT] inet.3 (in the Attic) [Hide]  1.27   10 years  guenther   Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), 1990s -> inet_...
[TXT] inet6_option_space.3 (in the Attic) [Hide]  1.26   10 years  chrisz   Really remove the obsolete manpages left by earlier commit which just emptied th...
[TXT] inet6_rthdr_space.3 (in the Attic) [Hide]  1.25   10 years  chrisz   Really remove the obsolete manpages left by earlier commit which just emptied th...
[TXT] inet_net.3 (in the Attic) [Hide]  1.20   4 years  deraadt   Move 4 manual pages from not-a-function filenames to a correct filename, and cor...
[TXT] ipx.3 (in the Attic) [Hide]  1.13   17 years  henning   remove ipx-related stuff. objections nobody. major bump by kurt in a few
[TXT] ipx_addr.c (in the Attic) [Hide]  1.9   17 years  henning   remove ipx-related stuff. objections nobody. major bump by kurt in a few
[TXT] ipx_ntoa.c (in the Attic) [Hide]  1.7   17 years  henning   remove ipx-related stuff. objections nobody. major bump by kurt in a few
[TXT] iso_addr.3 (in the Attic) [Hide]  1.6   19 years  millert   Remove iso_addr() and iso_ntoa() as part of the netiso removal. From henning@, O...
[TXT] iso_addr.c (in the Attic) [Hide]  1.4   19 years  millert   Remove iso_addr() and iso_ntoa() as part of the netiso removal. From henning@, O...
[TXT] link_addr.3 (in the Attic) [Hide]  1.14   8 years  mpi   Remove link_addr(3). A function to encode the name of an interface in a sockadd...
[TXT] linkaddr.3 (in the Attic) [Hide]  1.2   27 years  deraadt   install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org
[TXT] net_addrcmp.3 (in the Attic) [Hide]  1.5   12 years  deraadt   net_addrcmp() dies. found out to be a horrific function by eric ok guenther
[TXT] net_addrcmp.c (in the Attic) [Hide]  1.11   12 years  deraadt   net_addrcmp() dies. found out to be a horrific function by eric ok guenther
[TXT] ns.3 (in the Attic) [Hide]  1.10   18 years  henning   remove netns stuff, ok millert libc major bump by espie in a few
[TXT] ns_addr.c (in the Attic) [Hide]  1.10   18 years  henning   remove netns stuff, ok millert libc major bump by espie in a few
[TXT] ns_ntoa.c (in the Attic) [Hide]  1.14   18 years  henning   remove netns stuff, ok millert libc major bump by espie in a few
[TXT] nsap_addr.c (in the Attic) [Hide]  1.8   10 years  deraadt   inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker days.
[TXT] res_debug.c (in the Attic) [Hide]  1.23   10 years  eric   remove dead files ok deraadt@
[TXT] res_init.c (in the Attic) [Hide]  1.41   10 years  eric   remove dead files ok deraadt@
[TXT] res_mkquery.c (in the Attic) [Hide]  1.18   10 years  eric   remove dead files ok deraadt@
[TXT] res_query.c (in the Attic) [Hide]  1.27   10 years  eric   remove dead files ok deraadt@
[TXT] res_send.c (in the Attic) [Hide]  1.22   10 years  eric   remove dead files ok deraadt@
[TXT] resolver.3 (in the Attic) [Hide]  1.40   4 years  deraadt   Move 4 manual pages from not-a-function filenames to a correct filename, and cor...
[TXT] sethostent.c (in the Attic) [Hide]  1.10   10 years  eric   remove dead files ok deraadt@