summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | |
* | | | | | | | Fix spelling error.rwatson2006-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: remko
* | | | | | | | Delete file from FreeBSD vendor branch of OpenBSM that has been removedrwatson2006-03-041-97/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the TrustedBSD OpenBSM distribution. Obtained from: TrustedBSD Project
* | | | | | | | Update FreeBSD import instructions for OpenBSM based on the new autoconfrwatson2006-03-041-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and automake OpenBSM world order. Obtained from: TrustedBSD Project
* | | | | | | | Add generated config.h for FreeBSD.rwatson2006-03-041-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: TrustedBSD Project
* | | | | | | | Remove files deleted in the OpenBSM distribution from the OpenBSMrwatson2006-03-0410-250/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vendor branch. Obtained from: TrustedBSD Project
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156283,rwatson2006-03-0449-131/+48339
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Vendor branch import of TrustedBSD OpenBSM 1.0 alpha 5:rwatson2006-03-0449-131/+48339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update install notes to indicate /etc files are to be installed manually. - On systems without LOG_SECURITY, use LOG_AUTH. - Convert to autoconf/automake in order to move to a more portable (not BSD-specific) build infrastructure, and more easy conditional building of components. Currently, the primary feature loss is that automake does not have native support for manual symlinks. This will be addressed in a future OpenBSM release. - Add compat/queue.h, to be used on systems dated BSD queue macro libraries (as found on Linux). - Rename CHANGELOG to HISTORY, as our change log doesn't follow some of the existing conventions for a CHANGELOG. - Some private data structures moved from audit.h to audit_internal.h to prevent inappropriate use by applications and name space pollution. - Improved detection and use of endian macros using autoconf. - Avoid non-portable use of struct in6_addr, which is largely opaque. - Avoid leaking BSD kernel socket related token code to user space in bsm_token.c. - Teach System V IPC calls to look for Linux naming variations for certain struct ipc_perm fields. - Test for audit system calls, and if not present, don't build bsm_wrappers.c, bsm_notify.c, audit(8), and auditd(8), which rely on those system calls. - au_close() is not implemented on systems that don't have audit system calls, but au_close_buffer() is. - Work around missing BSDisms in bsm_wrapper.c. - Fix nested includes so including libbsm.h in an application on Linux picks up the necessary definitions. Obtained from: TrustedBSD Project
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156251,mux2006-03-032-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import today's csup sources to get the warning fix for queue.h. Wemux2006-03-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | probably want to do something similar in sys/queue.h; it's bad to have STAILQ_LAST() generate GCC warnings.
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r156230,mux2006-03-0349-0/+12927
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Initial import of csup.mux2006-03-0349-0/+12927
| / / / / / / /
OpenPOWER on IntegriCloud