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
/
lib
/
libc
/
rpc
/
svc_vc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
1
-18
/
+18
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+2
*
Remove multi-line __P() usage.
obrien
2002-03-22
1
-3
/
+3
*
Remove __P() usage.
obrien
2002-03-21
1
-14
/
+14
*
Move the AF_LOCAL check to the AF_INET check since portmap protocol
alfred
2002-02-06
1
-5
/
+1
*
For RPC v2 we need to fill in ret->xp_raddr too. INET_6
alfred
2002-02-05
1
-1
/
+1
*
Fix cc -Wall, fix rcsid warnings, add missing prototypes,
alfred
2002-02-05
1
-1
/
+0
*
style: return(x) -> return (x)
alfred
2002-02-05
1
-2
/
+2
*
Fix the credential handling code.
alfred
2002-02-05
1
-2
/
+24
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
1
-9
/
+14
*
Move the #includes of reentrant.h to after the `#include "namespace.h"',
iedowse
2001-04-02
1
-1
/
+1
*
Remove struct cmessage from sys/socket.h and reintroduce the private
alfred
2001-03-22
1
-2
/
+4
*
Hopefully fix some of the bugs in passing credentials over UNIX ...
alfred
2001-03-22
1
-19
/
+30
*
whitespace cleanup
alfred
2001-03-20
1
-16
/
+14
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-0
/
+689