History log of /openbsd/lib/libc/rpc/auth_none.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 8d4335cb 14-Feb-2022 guenther <guenther@openbsd.org>

Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,
as const, moving them from .data to .data.rel.ro. The other BSDs
did this a long time ago; NetBSD did a chunk in 1998, which is lo

Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,
as const, moving them from .data to .data.rel.ro. The other BSDs
did this a long time ago; NetBSD did a chunk in 1998, which is long
enough I didn't bother to get exact dates for others.

ok deraadt@ millert@

show more ...


# 10632a79 01-Nov-2015 guenther <guenther@openbsd.org>

delete old lint ARGSUSED comments


# 85858ec2 13-Sep-2015 guenther <guenther@openbsd.org>

Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h>

ok deraadt@


# fa713987 20-Aug-2015 deraadt <deraadt@openbsd.org>

All these files include <stdlib.h>, so do not need to cast
malloc/calloc/realloc* returns.


# cb7760d1 01-Sep-2010 millert <millert@openbsd.org>

Oracle has re-licensed sunrpc under a three-clause BSD license.
Update our sources appropriately. OK deraadt@ jsg@


# 153b7fdc 31-Mar-2006 deraadt <deraadt@openbsd.org>

sprinkle a bit of ARGSUSED


# c2c925de 08-Aug-2005 espie <espie@openbsd.org>

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# 384ec30a 01-Apr-2005 otto <otto@openbsd.org>

ansify. ok deraadt@ jaredy@


# 41aa8645 15-Sep-2001 deraadt <deraadt@openbsd.org>

prototype cleanup


# f590e579 03-Mar-2001 deraadt <deraadt@openbsd.org>

plug many memory leaks


# e0476b6a 24-Aug-2000 deraadt <deraadt@openbsd.org>

fix includes


# 15b075a6 20-Dec-1998 millert <millert@openbsd.org>

alphabetize function forward decls for prettiness


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 73b69cd9 20-Jul-1996 deraadt <deraadt@openbsd.org>

bcopy->memcpy & tag


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree