index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
rpc
/
auth.h
Age
Commit message (
Expand
)
Author
2020-10-03
add set_rpc_maxgrouplist(3)
christos
2016-01-23
unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.
dholland
2016-01-23
u_int -> unsigned, u_long -> unsigned long, etc.
dholland
2005-12-26
u_intN_t -> uintN_t
perry
2005-02-03
de-__P -- the hack is long since useless. Discussed with christos,
perry
2000-06-02
New headers for the new RPC code (based on TI-RPC from Sun).
fvdl
1998-11-16
delint
christos
1998-07-26
const poisoning.
mycroft
1998-02-11
revert to 1.9; we can't break the existing ABI and API
lukem
1998-02-11
use u_int32_t instead of size_t for oa_length
lukem
1998-02-10
major cleanup
lukem
1998-02-10
cleanup multiple inclusion protection.
perry
1997-07-13
Add missing authentication prototypes _svcauth_{null,short,unix} and
christos
1995-04-29
change some of the rpc "on-the-wire" structures' fields to be explicitly-sized
cgd
1994-12-04
be much more careful with types, and add prototype everything.
cgd
1994-10-26
new RCS ID format.
cgd
1993-12-07
delete bogus #if
deraadt
1993-08-01
Add RCS identifiers.
mycroft
1993-06-09
Changes from:
brezak
1993-05-03
rpc include files moved into /usr/src/include. Makes more sense and
deraadt