summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r159248,rwatson2006-06-0547-265/+5266
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor branch import of TrustedBSD OpenBSM 1.0 alpha 6:rwatson2006-06-0547-265/+5266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use AU_TO_WRITE and AU_NO_TO_WRITE for the 'keep' argument to au_close(); previously we used hard-coded 0 and 1 values. - Add man page for au_open(), au_write(), au_close(), and au_close_buffer(). - Support a more complete range of data types for the arbitrary data token: add AUR_CHAR (alias to AUR_BYTE), remove AUR_LONG, add AUR_INT32 (alias to AUR_INT), add AUR_INT64. - Add au_close_token(), which allows writing a single token_t to a memory buffer. Not likely to be used much by applications, but useful for writing test tools. - Modify au_to_file() so that it accepts a timeval in user space, not just kernel -- this is not a Solaris BSM API so can be modified without causing compatibility issues. - Define a new API, au_to_header32_tm(), which adds a struct timeval argument to the ordinary au_to_header32(), which is now implemented by wrapping au_to_header32_tm() and calling gettimeofday(). #ifndef KERNEL the APIs that invoke gettimeofday(), rather than having a variable definition. Don't try to retrieve time zone information using gettimeofday(), as it's not needed, and introduces possible failure modes. - Don't perform byte order transformations on the addr/machine fields of the terminal ID that appears in the process32/subject32 tokens. These are assumed to be IP addresses, and as such, to be in network byte order. - Universally, APIs now assume that IP addresses and ports are provided in network byte order. APIs now generally provide these types in network byte order when decoding. - Beginnings of an OpenBSM test framework can now be found in openbsm/test. This code is not built or installed by default. - auditd now assigns more appropriate syslog levels to its debugging and error information. - Support for audit filters introduced: audit filters are dynamically loaded shared objects that run in the context of a new daemon, auditfilterd. The daemon reads from an audit pipe and feeds both BSM and parsed versions of records to shared objects using a module API. This will provide a framework for the writing of intrusion detection services. - New utility API, audit_submit(), added to capture common elements of audit record submission for many applications. Obtained from: TrustedBSD Project
* | This commit was generated by cvs2svn to compensate for changes in r159063,harti2006-05-305-114/+915
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor patch: add support for the BITS construct and enumerations in bothharti2006-05-305-114/+915
| | | | | | | | | | | | | | | | | | gensnmpdef and gensnmptree. Add include and typedef directives to gensnmptree. Submitted by: soc-sheryana (partly)
* | | Resolve conflicts.delphij2006-05-212-84/+156
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r158795,delphij2006-05-213-113/+244
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import netcat from OpenBSD 3.9-RELEASE.delphij2006-05-215-192/+393
| | | |
* | | | Update the description of the `STATE' column for SMP systems,keramida2006-05-161-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add the missing `C' SMP-only column. PR: docs/29245 Submitted by: ada@bsd.org Patch by: Pawel Worach <pawel.worach@telia.com> MFC after: 3 days
* | | | Option for setting a fixed destination port. This is useful for tracingcjc2006-05-112-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a host behind a firewall where only specific services are allowed. For example, to trace the hops to an HTTP server behind a firewall, $ traceroute -e -P tcp -p 80 www-firewalled.example.com MFC after: 1 week
* | | | Re-add option -C to usage().ru2006-04-191-1/+1
| | | |
* | | | Document the -C option of top(1), which has been added to the sourcekeramida2006-04-191-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and the usage message of top, but not to the manpage. Pointy hat to: keramida Reminded by: ru MFC after: 1 week
* | | | Bring SYNOPSIS in line with usage().ru2006-04-182-7/+8
| | | |
* | | | fix "ipf -Z" reporting rubbish and possibly panic'ing boxdarrenr2006-04-181-3/+9
| | | | | | | | | | | | | | | | MFC after: 4 days
* | | | Correct a typo: In order to make fixmount(8) quite, one shoulddelphij2006-04-181-1/+1
| | | | | | | | | | | | | | | | use -q, not -v.
* | | | Add a note regarding bumping the freebsd*mc files for mergemaster's sake.gshapiro2006-04-131-1/+5
| | | |
* | | | Document authpf's requirement for a mounted fdescfs(5).mlaier2006-03-281-2/+8
| | | | | | | | | | | | | | | | | | | | PR: docs/89635 MFC after: 1 day
* | | | Merge conflicts after official patchesache2006-03-272-10/+15
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r157191,ache2006-03-272-6/+5
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Official patches 001-004ache2006-03-274-16/+20
| | | | |
* | | | | Resolve conflictsache2006-03-278-299/+678
| | | | |
* | | | | Remove obsoleted files, update upgrade instructionsache2006-03-273-1282/+4
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r157184,ache2006-03-2760-1463/+12939
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of GNU Readline 5.1ache2006-03-2768-1754/+13615
| | | | |
| * | | | This files no longer usedache2004-10-188-5270/+0
| | | | | | | | | | | | | | | | | | | | Asked-by: ru
* | | | | This commit was generated by cvs2svn to compensate for changes in r157181,sam2006-03-273-0/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Add eapol_version config parameter so folks with clients that (bogusly)sam2006-03-275-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | require the authenticator announce EAPOL version 1 don't have to hack the code to get a working setup. Discussed with Jouni; he's committed a similar set of changes to his devel branch and I sent him these changes so I'm committing this on the vendor branch in the expectation it will appear in the next import. MFC after: 1 week
* | | | | | Take contrib/openbsm/etc configuration files off the vendor branch inrwatson2006-03-265-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | order to add $FreeBSD$ tags, which helps mergemaster better manage updating them. Requested by: several Obtained from: TrustedBSD Project
* | | | | | Record sendmail 8.13.6 upgradegshapiro2006-03-221-4/+4
| | | | | |
* | | | | | Resolve conflicts from sendmail 8.13.6 importgshapiro2006-03-225-176/+365
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r157001,gshapiro2006-03-2277-937/+2013
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import sendmail 8.13.6gshapiro2006-03-2282-1113/+2373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Security: FreeBSD-SA-06:13.sendmail
* | | | | | | Add missing code needed for the detection of IPSec packet replays. [1]cperciva2006-03-221-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly identify the user running opiepasswd(1) when the login name differs from the account name. [2] Security: FreeBSD-SA-06:11.ipsec [1] Security: FreeBSD-SA-06:12.opie [2]
* | | | | | | Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r156803,harti2006-03-171-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | This is actually a section 3 man page, not section 1. Also fix a coupleharti2006-03-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of grammatical errors. Submitted by: jkoshy@
* | | | | | | | Remove the nls/*/charset files to the exclude list. These filesume2006-03-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are required for NLS catalog support.
* | | | | | | | Constfy errstr as it is in OpenBSD to unbreak the build.mlaier2006-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pointed out by: Suken Woo, Martin Wilke, Wesley Morgan
* | | | | | | | Use strtonum now that we have it in libc as well.mlaier2006-03-151-15/+0
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156701,mux2006-03-1418-237/+777
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import the latest snapshot of csup (20060313).mux2006-03-1418-237/+777
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156678,harti2006-03-136-74/+109
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | Vendor fix: small man fixes, fix type names u_int8_t -> uint8_t.harti2006-03-136-74/+109
| | | | | | | | | |
* | | | | | | | | | Don't import tree.h from the distribution - we have our own one in sys.harti2006-03-131-0/+1
| | | | | | | | | |
* | | | | | | | | | Fix incorrect command line examples.hrs2006-03-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp) PR: docs/94158 MFC after: 2 days
* | | | | | | | | | resolve merge conflictssam2006-03-0710-340/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156373,sam2006-03-0782-1556/+7289
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | Import of hostapd 0.4.8sam2006-03-0788-1679/+7716
| | | | | | | | | |
* | | | | | | | | | resolve merge conflictssam2006-03-077-2199/+964
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 2 weeks
* | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156369,sam2006-03-07153-5319/+31534
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | Import of WPA supplicant 0.4.8sam2006-03-07156-6489/+32479
| | | | | | | | | | |
OpenPOWER on IntegriCloud