| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable libwrap (TCP wrappers) support in rpcbind by default, introducing | mav | 2014-03-06 | 4 | -11/+31 |
* | Replace Sun RPC license with a 3-clause BSD license, with the explicit | hrs | 2013-11-25 | 9 | -243/+234 |
* | Fix socket calls on error post-r243965. | kevlo | 2012-12-21 | 1 | -2/+2 |
* | Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to | hrs | 2012-11-17 | 1 | -24/+0 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 2 | -3/+3 |
* | Use prototype. While I'm there, add a pair of parenthesis to mark an if | delphij | 2011-07-14 | 5 | -7/+8 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Revert bogus change that snuck into r203972. | imp | 2010-02-17 | 1 | -2/+0 |
* | The NetBSD Foundation has given permission to remove clause 3 and 4 | imp | 2010-02-16 | 1 | -7/+2 |
* | When you have multiple addresses on the same network on different | imp | 2010-02-09 | 3 | -12/+93 |
* | Initialize fromlen before calling recvfrom to avoid passing in random | imp | 2010-02-07 | 1 | -0/+1 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | No network addresses in the system isn't a good excuse | yar | 2008-02-14 | 1 | -4/+4 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 9 | -100/+100 |
* | Avoid leaking file descriptors | matteo | 2007-10-23 | 1 | -3/+7 |
* | Remove a comment I forgot to remove | matteo | 2007-06-09 | 1 | -1/+1 |
* | Correctly inizialize local/unix transport. I broke it in rev.1.15. | matteo | 2007-05-01 | 1 | -97/+162 |
* | 1)Make it possible for rpcbind(8) to bind TCP listening socket to an IP | matteo | 2007-04-23 | 2 | -236/+181 |
* | Bump .Dd for revision 1.8. | ceri | 2006-11-30 | 1 | -1/+1 |
* | o Xr netconfig(5). | maxim | 2006-11-29 | 1 | -0/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+2 |
* | Remove including of libc sources. All the required functions | deischen | 2006-03-10 | 1 | -8/+2 |
* | Don't build IPv6 support if NO_INET6 was defined | matteo | 2006-03-06 | 1 | -1/+5 |
* | Sort sections. | ru | 2005-01-18 | 1 | -3/+3 |
* | Reflect that -h takes an argument and belatedly bump .Dd for addition of -h | dd | 2004-11-07 | 1 | -3/+4 |
* | Make the usage message match reality about -h and -w. | dd | 2004-11-07 | 1 | -2/+10 |
* | MFNetBSD | mbr | 2004-08-16 | 1 | -1/+5 |
* | Don't pass NULL as an integer. | mbr | 2003-10-29 | 1 | -1/+1 |
* | Don't compare a char to NULL. | mbr | 2003-10-29 | 2 | -3/+3 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+1 |
* | Implement nonblocking tpc-connections. rpcgen -m does still | mbr | 2003-01-16 | 2 | -5/+14 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -6/+6 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Change the name for the local unix-socket based protocol | mbr | 2002-12-16 | 2 | -6/+13 |
* | Check if rpcbind is already running and print a warning. | mbr | 2002-12-10 | 1 | -0/+13 |
* | mdoc(7) police: | ru | 2002-11-27 | 1 | -6/+12 |
* | Add 'break' to empty 'default' 'switch' statements. | alfred | 2002-10-07 | 1 | -4/+4 |
* | WARNS=3 safety (mostly), use __unused for unused params and unsigned where | alfred | 2002-10-07 | 10 | -40/+40 |
* | fix line wrap. | alfred | 2002-10-07 | 1 | -15/+30 |
* | cast xdr_rpcblist_ptr to xdrproc_t to silence warnings. | alfred | 2002-10-07 | 1 | -4/+4 |
* | Add ';' after 'default:' labels to avoid 'deprecated use of label at end | alfred | 2002-10-07 | 1 | -0/+4 |
* | Don't pass a NULL pointer to syslog(3). | alfred | 2002-10-07 | 1 | -0/+1 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | ume | 2002-07-22 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -6/+9 |
* | Add -h option to rpcbind, used to specify what address to bind to for | alfred | 2002-07-11 | 2 | -51/+223 |
* | Stop this program's abuse of malloc(3). Its return value doesn't need these | jmallett | 2002-05-17 | 4 | -17/+14 |
* | Capitalize the first word in sentences, and put periods at the end of | dd | 2001-08-20 | 1 | -3/+3 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -10/+10 |
* | Free things in the right order | brian | 2001-07-16 | 1 | -1/+1 |
* | This is a selection of essentially cosmetic changes: | iedowse | 2001-07-14 | 2 | -38/+42 |