aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/authunix_prot.c
Commit message (Expand)AuthorAgeFilesLines
* sys/rpc: UNIX auth: Style: Remove unnecessary headers, minor changesOlivier Certner2025-10-141-7/+3
* sys/rpc: UNIX auth: Support XDR_FREEOlivier Certner2025-10-141-0/+4
* sys/rpc: UNIX auth: Use AUTH_SYS_MAX_{GROUPS,HOSTNAME} as limits (1/2)Olivier Certner2025-10-141-10/+23
* sys/rpc: UNIX auth: Fix OOB accesses, notably writes on decodeOlivier Certner2025-10-141-19/+21
* sys/rpc: UNIX auth: Rename 'ngroups' => 'supp_ngroups' for clarityOlivier Certner2025-10-141-8/+8
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-311-1/+5
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans2025-07-241-3/+4
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-3/+3
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-8/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+4
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+5
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+122