freebsd-src/sys/rpc
Olivier Certner 2110ae0ef9
sys/rpc: UNIX auth: Do not log on bogus AUTH_SYS messages
Remove the printf() stances added in commit d4cc791f3b ("sys/rpc: UNIX
auth: Fix OOB reads on too short message").

Even if it can be helpful to know why an authentication message is
rejected, printing explanatory messages on each request attempt is
a remote log filler that could be triggered by accident, and the generic
RPC code generally does not do that.  These printf() calls should be
restored only after some limiting or configuration mechanism is devised.

MFC with:       d4cc791f3b ("sys/rpc: UNIX auth: Fix OOB reads on too short message")
Sponsored by:   The FreeBSD Foundation
2025-10-14 14:56:54 +02:00
..
rpcsec_gss rpcsec_gss: Rename KRBIMP_HESIOD1 to KRBIMP_HEIMDALV1 2025-08-08 17:32:04 -07:00
rpcsec_tls rpctls_impl.c: Fix handling of hung rpc tls daemon 2025-07-18 11:27:50 -07:00
auth.h sys/rpc: Define AUTH_SYS_MAX_{GROUPS,HOSTNAME} 2025-10-14 14:21:48 +02:00
auth_none.c
auth_unix.c
authunix_prot.c sys/rpc: UNIX auth: Style: Remove unnecessary headers, minor changes 2025-10-14 14:21:50 +02:00
clnt.h
clnt_bck.c
clnt_dg.c
clnt_nl.c
clnt_nl.h
clnt_rc.c clnt_rc.c: Fix the case where a TLS handshake fails 2025-07-18 17:39:08 -07:00
clnt_stat.h
clnt_vc.c
getnetconfig.c
krpc.h
netconfig.h
nettype.h
pmap_prot.h
replay.c
replay.h
rpc.h
rpc_callmsg.c
rpc_com.h
rpc_generic.c
rpc_msg.h
rpc_prot.c
rpcb_clnt.c
rpcb_clnt.h
rpcb_prot.c
rpcb_prot.h
rpcm_subs.h
rpcsec_gss.h
rpcsec_tls.h
svc.c
svc.h
svc_auth.c kern: rename crsetgroups_fallback, document it in ucred(9) 2025-07-31 19:50:48 -05:00
svc_auth.h
svc_auth_unix.c sys/rpc: UNIX auth: Do not log on bogus AUTH_SYS messages 2025-10-14 14:56:54 +02:00
svc_dg.c
svc_generic.c
svc_vc.c
types.h
xdr.h