summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus casts of valid integer ioctl() arguments.ru2006-09-261-4/+4
|
* Resolve conflicts from OpenBSM 1.0 alpha 12 import.rwatson2006-09-252-2/+7
| | | | Obtained from: TrustedBSD Project
* This commit was generated by cvs2svn to compensate for changes in r162621,rwatson2006-09-2516-57/+290
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import TrustedBSD OpenBSM 1.0 alpha 12, with the following changerwatson2006-09-2519-60/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | history notes since the last import: OpenBSM 1.0 alpha 12 - Correct bug in auditreduce which prevented the -c option from working correctly when the user specifies to process successful or failed events. The problem stemmed from not having access to the return token at the time the initial preselection occurred, but now a second preselection process occurs while processing the return token. - getacfilesz(3) API added to read new audit_control(5) filesz setting, which auditd(8) now sets the kernel audit trail rotation size to. - auditreduce(1) now uses stdin if no file names are specified on the command line; this was the documented behavior previously, but it was not implemented. Be more specific in auditreduce(1)'s examples section about what might be done with the output of auditreduce. - Add audit_warn(5) closefile event so that administrators can hook termination of an audit trail file. For example, this might be used to compress the trail file after it is closed. - auditreduce(1) now uses regular expressions for pathname matching. Users can now supply one or more (comma delimited) regular expressions for searching the pathnames. If one of the regular expressions is prefixed with a tilde (~), and a path matches, it will be excluded from the search results. MFC after: 3 days Obtained from: TrustedBSD Project
* | Removed these from HEAD as well.ru2006-09-212-4940/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r162512,ru2006-09-211-1/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r162509,ru2006-09-213-3989/+5506
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Updated manpages for 3.4.6 release.ru2006-09-213-3989/+5506
| | | | | | | | | | | | | | | OK'ed by: kan Obtained from: gcc-3.4.6.tar.bz2
* | | Update config.h for OpenBSM 1.0 alpha 11 import: strlcat is now detectedrwatson2006-09-211-4/+7
| | | | | | | | | | | | by configure.
* | | Resolve conflicts from OpenBSM 1.0 alpha 11 vendor import: we have locallyrwatson2006-09-212-7/+11
| | | | | | | | | | | | added $FreeBSD$ to /etc configuration files to assist mergemaster.
* | | This commit was generated by cvs2svn to compensate for changes in r162503,rwatson2006-09-2157-171/+665
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenBSM 1.0 alpha 11, with the following change historyrwatson2006-09-2161-191/+693
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notes since the last import: OpenBSM 1.0 alpha 11 - Reclassify certain read/write operations as having no class rather than the fr/fw class; our default classes audit intent (open) not operations (read, write). - Introduce AUE_SYSCTL_WRITE event so that BSD/Darwin systems can audit reads and writes of sysctls as separate events. Add additional kernel environment and jail events for FreeBSD. - Break AUDIT_TRIGGER_OPEN_NEW into two events, AUDIT_TRIGGER_ROTATE_USER (issued by the user audit(8) tool) and AUDIT_TRIGGER_ROTATE_KERNEL (issued by the kernel audit implementation) so that they can be distinguished. - Disable rate limiting of rotate requests; as the kernel doesn't retransmit a dropped request, the log file will otherwise grow indefinitely if the trigger is dropped. - Improve auditd debugging output. - Fix a number of threading related bugs in audit_control file reading routines. - Add APIs au_poltostr() and au_strtopol() to convert between text representations of audit_control policy flags and the flags passed to auditon(A_SETPOLICY) and retrieved from auditon(A_GETPOLICY). - Add API getacpol() to return the 'policy:' entry from audit_control, an extension to the Solaris file format to allow specification of policy persistent flags. - Update audump to print the audit_control policy field. - Update auditd to read the audit_control policy field and set the kernel policy to match it when configuring/reconfiguring. Remove the -s and -h arguments as these policies are now set via the configuration file. If a policy line is not found in the configuration file, continue with the current default of setting AUDIT_CNT. - Fix bugs in the parsing of large execve(2) arguments and environmental variable tokens; increase maximum parsed argument and variable count. - configure now detects strlcat(), used by policy-related functions. - Reference token and record sample files added to test tree. Obtained from: TrustedBSD Project
* | | o Mention .telnetrc DEFAULT keyword.maxim2006-09-181-1/+8
| | | | | | | | | | | | | | | | | | PR: bin/100496 (sort of) Obtained from: NetBSD, heas@netbsd MFC after: 3 weeks
* | | Sort sections.ru2006-09-172-8/+8
| | |
* | | Remove vestiges of GNU tar.ru2006-09-15117-47564/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r162079,dougb2006-09-064-28/+42
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of BIND 9.3.2-P1, which addresses the following securitydougb2006-09-064-28/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vulnerabilities: http://www.niscc.gov.uk/niscc/docs/re-20060905-00590.pdf?lang=en 2066. [security] Handle SIG queries gracefully. [RT #16300] http://www.kb.cert.org/vuls/id/697164 1941. [bug] ncache_adderesult() should set eresult even if no rdataset is passed to it. [RT #15642] All users of BIND 9 are encouraged to upgrade to this version.
| * | | Remove files from the vendor branch that are no longer presentdougb2006-01-1431-23572/+0
| | | | | | | | | | | | | | | | in BIND 9.3.2 that were mistakenly removed from HEAD.
* | | | resolve merge conflictssam2006-09-0419-293/+557
| | | | | | | | | | | | | | | | MFC after: 1 month
* | | | sigh, put back buffer overflow fix of 1.1.11 that seems to havesam2006-09-041-1/+3
| | | | | | | | | | | | | | | | | | | | not gone into the 0.9.4 release; don't put it on the vendor branch so we won't lose it on the next import if they continue to lose it
* | | | This commit was generated by cvs2svn to compensate for changes in r162017,sam2006-09-0497-314/+6192
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of tcpdump v3.9.4sam2006-09-04114-599/+6747
| | | | |
* | | | | update instructionssam2006-09-041-13/+12
| | | | |
* | | | | resolve merge conflictssam2006-09-047-85/+262
| | | | | | | | | | | | | | | | | | | | MFC after: 1 month
* | | | | This commit was generated by cvs2svn to compensate for changes in r162012,sam2006-09-0422-293/+3983
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import of libpcap v0.9.4sam2006-09-0429-381/+4246
| | | | | |
* | | | | | Note removal of certain contrib/openbsm/bsm include files fromrwatson2006-09-021-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD development branches, they exist only in the vendor branch. Obtained from: TrustedBSD Project
* | | | | | This commit was generated by cvs2svn to compensate for changes in r161863,rwatson2006-09-024-15/+46
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of OpenBSM 1.0 alpha 10, with the following changes:rwatson2006-09-026-20/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - auditd now generates complete audit records for its events, as required for application-submitted audit records in the the FreeBSD kernel audit implementation. This also restores contrib/openbsm/bsm/audit_record to the vendor version after the build fixes previously committed; however, this file is not used in the build. Obtained from: TrustedBSD Project
* | | | | | This commit was generated by cvs2svn to compensate for changes in r161818,rwatson2006-09-011-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Back out imp's quick build fix for OpenBSM now that the prototypes andrwatson2006-09-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions are in sync between the kernel and user space. This restores bsm_token.c as found in OpenBSM 1.0 alpha 9.
* | | | | | Remove duplicated include files from HEAD that appear in bothrwatson2006-09-014-1379/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contrib/openbsm/bsm and sys/bsm. This will help avoid triggering problems due to an inconsistent include order between the base and lib32 builds. We will continue to import these files on the vendor branch. Files used purely in user space (audit_uevents.h) are not removed. Suggested by: ru
* | | | | | Pull vendor file to HEAD.obrien2006-08-311-4/+37
| | | | | |
* | | | | | Merge in OPIE support, and MAC support.obrien2006-08-311-140/+468
| | | | | | | | | | | | | | | | | | | | | | | | Our PAM and LOGIN_CAP support is now in the stock sources.
* | | | | | This commit was generated by cvs2svn to compensate for changes in r161764,obrien2006-08-3111-123/+195
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import of LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006.obrien2006-08-3113-197/+729
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Add PAM and LOGIN_CAP support. Mostly from FreeBSD. + Implement option "-D", for running ftpd in standalone mode (daemon). + NLST should return 450 instead of 550 upon error, per RFC 959. + Add recvbufsize configuration option + Remove unreachable code (res could never be NULL here), Coverity CID 712. + Set file to NULL after calling fclose(), Coverity CID 2669. + Make sure that "su" is initialized before dereferencing it, Coverity CID 1075. + Cleanup utmp and utmpx support.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r161701,imp2006-08-282-4/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import on vendor branch two files that have been tweaked to unbreakimp2006-08-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the build. The openbsm folks are free to fix it in any other way they see fit once they resurface. Basically, make everything always be const char **, even though const char ** usually should be 'const char * const *' in most cases. This makes the three different definitions consistant and allows world to build.
* | | | | | | Resolve conflicts after GCC 3.4.6 20060825 import.kan2006-08-2615-129/+260
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r161657,kan2006-08-261-0/+8
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Gcc 3.4.6 F77 runtime support bits (as of 2006/08/25 #116475).kan2006-08-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | .
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r161655,kan2006-08-262-9/+30
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Gcc 3.4.6 Objective C support bits (as of 2006/08/25 #116475).kan2006-08-262-9/+30
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r161653,kan2006-08-265-43/+106
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Gcc 3.4.6 C++ support bits (as of 2006/08/25 #116475).kan2006-08-265-43/+106
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r161651,kan2006-08-2691-944/+2773
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Gcc 3.4.6 as of 2006/08/25 #116475.kan2006-08-26107-1075/+3044
| | | | | | |
* | | | | | | Update FreeBSD upgrade notes for OpenBSM.rwatson2006-08-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: TrustedBSD Project
* | | | | | | Update for OpenBSM 1.0 alpha 9.rwatson2006-08-261-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: TrustedBSD Project
* | | | | | | Resolove conflicts from OpenBSM 1.0 alpha 9 into audit_event.rwatson2006-08-261-114/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud