summaryrefslogtreecommitdiff
path: root/include/rpc/auth.h
AgeCommit message (Expand)Author
2020-10-03add set_rpc_maxgrouplist(3)christos
2016-01-23unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.dholland
2016-01-23u_int -> unsigned, u_long -> unsigned long, etc.dholland
2005-12-26u_intN_t -> uintN_tperry
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2000-06-02New headers for the new RPC code (based on TI-RPC from Sun).fvdl
1998-11-16delintchristos
1998-07-26const poisoning.mycroft
1998-02-11revert to 1.9; we can't break the existing ABI and APIlukem
1998-02-11use u_int32_t instead of size_t for oa_lengthlukem
1998-02-10major cleanuplukem
1998-02-10cleanup multiple inclusion protection.perry
1997-07-13Add missing authentication prototypes _svcauth_{null,short,unix} andchristos
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1994-10-26new RCS ID format.cgd
1993-12-07delete bogus #ifderaadt
1993-08-01Add RCS identifiers.mycroft
1993-06-09Changes from:brezak
1993-05-03rpc include files moved into /usr/src/include. Makes more sense andderaadt