index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
rpcbind
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix a memory leak in check_bound() by freeing the buffer area of
iedowse
2001-07-14
1
-0
/
+2
*
Add missing #include <stdio.h>.
iedowse
2001-07-14
1
-1
/
+2
*
Simplify to bitmaskcmp() to use the obvious approach instead of
iedowse
2001-07-14
1
-22
/
+19
*
Use snprintf instead of sprintf.
iedowse
2001-07-14
1
-4
/
+5
*
Avoid a harmless compiler warning, and add a missing \n to a
iedowse
2001-07-14
1
-1
/
+3
*
Clean up the addrmerge() function, which was over-complicated and
iedowse
2001-06-24
1
-136
/
+120
*
Fix some return-value brain-damage in forward_register(). This
iedowse
2001-06-23
1
-16
/
+21
*
Bring in some bugfixes from NetBSD. I'm going to make a more
iedowse
2001-04-26
1
-17
/
+37
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Hopefully fix some of the bugs in passing credentials over UNIX ...
alfred
2001-03-22
2
-12
/
+10
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
13
-0
/
+4637