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
*
Try to bring some sanity to the SCM ID's.
obrien
2004-10-16
1
-1
/
+1
*
Avoid using void pointers in additive expressions.
stefanf
2004-08-13
1
-1
/
+1
*
Kill prototype for __msgwrite too. It is not needed anymore.
mbr
2003-06-15
1
-1
/
+0
*
Replace the old SCM_CREDS cred procedures. They can now be
mbr
2003-06-15
1
-122
/
+21
*
Don't return -1 and abort if msg.msg_controllen is 0. For
mbr
2003-05-29
1
-2
/
+1
*
Fix a problem introduced in the last commit. sa and cm
mbr
2003-05-29
1
-2
/
+2
*
If AF_LOCAL is used, we need to use __msgread_withcred() instead of
mbr
2003-05-28
1
-1
/
+6
*
Fix namespace pollution introduced in previous commit.
mbr
2003-01-26
1
-4
/
+4
*
Implement non-blocking tcp-connections.
mbr
2003-01-16
1
-31
/
+197
*
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