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_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.32   20 years  jmc   add MLINKS for 64-bit functions in byteorder(3); passes miod's "make sure it doe...
[TXT] base64.c  1.4   22 years  deraadt   label abort() from inside library as ILLEGAL
[TXT] ethers.c  1.17   20 years  otto   remove redundant code, u_int8_t cannot be > 0xff ok deraadt@ millert@
[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.5   23 years  deraadt   repair copyright notices for NRL & cmetz; cmetz
[TXT] getaddrinfo.3  1.26   20 years  deraadt   do not recommend a format string error..; pbastos@rdc.puc-rio.br
[TXT] gethostbyname.3  1.22   20 years  jmc   remove some weirdness;
[TXT] getifaddrs.3  1.10   21 years  jmc   - section reorder - macro cleanup
[TXT] getifaddrs.c  1.9   21 years  itojun   remove obsolete comment, no SIOCGIFCONF path any more
[TXT] getnameinfo.3  1.27   20 years  jmc   tweak; ok itojun@
[TXT] getnetent.3  1.13   20 years  nordin   Add const type qualifier. ok jmc@
[TXT] getnetent.c  1.9   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getproto.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getprotoent.3  1.10   20 years  nordin   Add const type qualifier. ok jmc@
[TXT] getprotoent.c  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getprotoname.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getrrsetbyname.3  1.11   21 years  jmc   - section reorder - macro cleanup
[TXT] getservbyname.c  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getservbyport.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getservent.3  1.13   20 years  jmc   sync protos with <netdb.h>; from Andrey Matveev;
[TXT] getservent.c  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] herror.c  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.7   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] if_indextoname.3  1.7   20 years  jmc   refer to RFCs consistently (RFC XXXX);
[TXT] if_indextoname.c  1.9   22 years  millert   Replace SIOCGIFCONF-using NRL versions with KAME versions that use getifaddrs(3)...
[TXT] if_nameindex.c  1.9   22 years  millert   Replace SIOCGIFCONF-using NRL versions with KAME versions that use getifaddrs(3)...
[TXT] if_nametoindex.c  1.8   22 years  millert   Replace SIOCGIFCONF-using NRL versions with KAME versions that use getifaddrs(3)...
[TXT] inet_addr.c  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] inet_lnaof.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] inet_makeaddr.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] inet_net_ntop.c  1.3   21 years  itojun   snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), m...
[TXT] inet_net_pton.c  1.3   21 years  henning   always widen the imputed netmask if it is narrower than the specified octets. fi...
[TXT] inet_neta.c  1.4   21 years  itojun   snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), m...
[TXT] inet_netof.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] inet_network.c  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] inet_ntoa.c  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] inet_ntop.c  1.5   21 years  itojun   deal with negative return value from snprintf.
[TXT] inet_pton.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] ip6opt.c  1.1   24 years  itojun   add inet6_option_* and inet6_rthdr_*. increase shlib minor.
[TXT] linkaddr.c  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.7   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] rcmd.3  1.26   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] rcmd.c  1.48   20 years  millert   Do check for current pointer vs. buffer end before touching any elements in the ...
[TXT] rcmdsh.3  1.11   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] rcmdsh.c  1.8   21 years  millert   Add support for command line args in rshprog, e.g. "ssh -C".
[TXT] recv.c  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_comp.c  1.11   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_data.c  1.2   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_random.c  1.15   20 years  itojun   niels kindly dropped clause 3/4 from the license. tnx!
[TXT] rresvport.c  1.6   21 years  deraadt   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] rthdr.c  1.6   21 years  itojun   - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) - routing header declaratio...
[TXT] send.c  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] vars6.c  1.2   21 years  jmc   costant -> constant; from NetBSD (Onno van der Linden).
[TXT] byteorder.3 (in the Attic) [Hide]  1.13   20 years  fgsch   put 64bit macros/functions documentation back.
[TXT] ethers.3 (in the Attic) [Hide]  1.14   22 years  mpech   o) We always close .Bl and .Bd tags; o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't l...
[TXT] getaddrinfo.c (in the Attic) [Hide]  1.48   20 years  marc   bug library/3297: lib/libc/net/get{addr,name}info should share mutex 'Looks righ...
[TXT] gethostnamadr.c (in the Attic) [Hide]  1.59   20 years  millert   ANSIfication; most from Patrick Latifi OK deraadt@
[TXT] getnameinfo.c (in the Attic) [Hide]  1.27   20 years  marc   bug library/3297: lib/libc/net/get{addr,name}info should share mutex 'Looks righ...
[TXT] getnetbyaddr.c (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getnetbyname.c (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] getnetnamadr.c (in the Attic) [Hide]  1.23   21 years  deraadt   terms 3 & 4 cleanup based on "terms" file
[TXT] getrrsetbyname.c (in the Attic) [Hide]  1.7   21 years  itojun   signed/unsigned mixup. KAME PR 469 by Olivier Courtay.
[TXT] inet.3 (in the Attic) [Hide]  1.18   20 years  jmc   update RFCs (from NetBSD); inet_makeaddr() uses in_addr_t types, not unsigned lo...
[TXT] inet6_option_space.3 (in the Attic) [Hide]  1.13   20 years  jmc   refer to RFCs consistently (RFC XXXX);
[TXT] inet6_rthdr_space.3 (in the Attic) [Hide]  1.13   20 years  jmc   refer to RFCs consistently (RFC XXXX);
[TXT] inet_net.3 (in the Attic) [Hide]  1.10   21 years  jmc   typos;
[TXT] ipx.3 (in the Attic) [Hide]  1.10   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ipx_addr.c (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ipx_ntoa.c (in the Attic) [Hide]  1.5   20 years  deraadt   fix buffer size; leonard+gnats@itee.uq.edu.au
[TXT] iso_addr.3 (in the Attic) [Hide]  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] iso_addr.c (in the Attic) [Hide]  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] link_addr.3 (in the Attic) [Hide]  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] net_addrcmp.3 (in the Attic) [Hide]  1.3   22 years  deraadt   add copyright notices; noted as missing by itojun
[TXT] net_addrcmp.c (in the Attic) [Hide]  1.7   22 years  deraadt   add copyright notices; noted as missing by itojun
[TXT] ns.3 (in the Attic) [Hide]  1.9   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ns_addr.c (in the Attic) [Hide]  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ns_ntoa.c (in the Attic) [Hide]  1.13   20 years  millert   Do check for current pointer vs. buffer end before touching any elements in the ...
[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.17   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_init.c (in the Attic) [Hide]  1.29   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_mkquery.c (in the Attic) [Hide]  1.14   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_query.c (in the Attic) [Hide]  1.21   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] res_send.c (in the Attic) [Hide]  1.15   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] resolver.3 (in the Attic) [Hide]  1.17   20 years  jmc   refer to RFCs consistently (RFC XXXX);
[TXT] sethostent.c (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...