summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_osdep.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove last bits of OS adaptation code from the IPSec code.gnn2008-05-171-309/+0
| | | | Reviewed By: bz
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-3/+1
| | | | | | | | | | | | | | | some cases, move to priv_check() if it was an operation on a thread and no other flags were present. Eliminate caller-side jail exception checking (also now-unused); jail privilege exception code now goes solely in kern_jail.c. We can't yet eliminate suser() due to some cases in the KAME code where a privilege check is performed and then used in many different deferred paths. Do, however, move those prototypes to priv.h. Reviewed by: csjp Obtained from: TrustedBSD Project
* Update comment regarding how we check privilege on FreeBSD: we now userwatson2007-04-101-1/+2
| | | | priv_check().
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
| | | | | | | | | | | | | specific privilege names to a broad range of privileges. These may require some future tweaking. Sponsored by: nCircle Network Security, Inc. Obtained from: TrustedBSD Project Discussed on: arch@ Reviewed (at least in part) by: mlaier, jmg, pjd, bde, ceri, Alex Lyashkov <umka at sevcity dot net>, Skip Ford <skip dot ford at verizon dot net>, Antoine Brodin <antoine dot brodin at laposte dot net>
* - Use suser_cred(9) instead of directly comparing cr_uid.pjd2006-06-271-2/+3
| | | | | | - Compare pointer with NULL. Reviewed by: rwatson
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* os dependency glue file for improving portabilitysam2003-09-291-0/+307
Submitted by: <jonathan@decru.com> Supported by: FreeBSD Foundation Obtained from: NetBSD
OpenPOWER on IntegriCloud