| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
initialized
Obtained from: KAME
|
|
|
|
|
|
|
|
| |
- use strlcpy() and snprintf()
- use err()
- style
Obtained from: KAME
|
|
|
|
|
|
|
|
| |
- rename variable
- use strlcpy
- const'fy
Obtained from: KAME
|
|
|
|
|
|
|
|
| |
- use size_t as return type of schedlen(), as there's no error
check needed.
- clear key schedule buffer before freeing.
Obtained from: KAME
|
|
|
|
|
|
|
| |
character 1 byte past the end of cmdline[] when libedit is being used for
input, and avoid writing a null pointer 1 element past the end of margv[].
Reviewed by: gad
|
|
|
|
|
|
| |
- correct SADB_X_AALG_RIPEMD160HMAC to 8
Obtained from: KAME
|
|
|
|
|
| |
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
|
| |
|
|
|
|
|
|
| |
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
|
|
|
|
| |
margv[] when an input line contains 20 or more space-separated words.
|
|
|
|
|
| |
paramters -> parameters
assoicated -> associated
|
|
|
|
| |
Update the comments too.
|
|
|
|
|
|
|
| |
'any' interrupt. There's no reason not to be liberal here and accept
the PAO syntax.
MFC After: 2 weeks
|
| |
|
| |
|
|
|
|
| |
MFC after: 14 days
|
|
|
|
| |
Supported by: FreeBSD Foundation
|
|
|
|
| |
Reviewed by: ru
|
| |
|
|
|
|
| |
Add sysctl(8) to the list of cross-referenced manual pages.
|
|
|
|
|
|
|
| |
bar on if1' message.
PR: bin/48489
Requested by: ru
|
|
|
|
|
|
|
|
| |
mdoc formatting nits.
PR: 57027
Approved by: simon
Obtained from: OpenBSD
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
smithing as approrpiate.
PR: 57327
Submitted by: Matt Peterson
|
|
|
|
|
| |
PR: 57327
Submitted by: Matt Peterson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Don't modify the configuration of the NFS server as a result of
selecting a profile. We already explicitly prompt for the NFS
server configuration during install, and the user may not get
much advance notice that we're turning it off again. Instead,
use profiles (for better or for worse) only for security tuning.
(2) Don't modify the sendmail setting as part of the security profile:
use the default from /etc/defaults/rc.conf rather than explicitly
specifying. Note that the default in /etc/defaults/rc.conf is
more conservative than the explicit rc.conf entry added by
sysinstall during install, as it does not permit SMTP delivery.
(3) Update "congratulations on your profile" text to reflect these
changes.
Note that security profiles now affect only the securelevel and sshd
settings. My leaning would be to make sshd an explicit configuration
option, move securelevels to the security menu, and drop security
profiles entirely. However, that requires more plumbing of sendmail
than I'm currently willing to invest.
We may want to add a "permit SMTP delivery" question to the install
process.
|
|
|
|
| |
Approved by: murray
|
|
|
|
|
|
|
| |
PR: 57012
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> (original version)
Friendly prod provided by: murray
MFC: after re approval
|
| |
|
|
|
|
|
|
| |
e.g. moudle-path/firewire/firewire.ko -> module-path/firewire.ko
Reviewed by: grog
|
|
|
|
| |
Approved by: jhb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skinny is the protocol used by Cisco IP phones to talk to Cisco Call
Managers. With this code, one can use a Cisco IP phone behind a FreeBSD
NAT gateway.
Currently, having the Call Manager behind the NAT gateway is not supported.
More information on enabling Skinny support in libalias, natd, and ppp
can be found in those applications' manpages.
PR: 55843
Reviewed by: ru
Approved by: ru
MFC after: 30 days
|
|
|
|
|
|
|
|
|
|
| |
"will trim at" message printed when the user requests '-v'. The
previous code would often print the wrong time, such as:
On Sept 22, run: newsyslog -nv /var/log/wtmp
And see: will trim at Mon Sep 1 05:00:00 2003
correct msg: will trim at Wed Oct 1 05:00:00 2003
MFC after: 20 days
|
|
|
|
| |
to print).
|
|
|
|
| |
Obtained From: KAME
|
| |
|
| |
|
|
|
|
| |
- Change from "will be deprecated in 5.1" to "was deprecated in 5.1"
|
|
|
|
|
|
|
| |
archaic at this point in time. Pretend nobody runs FreeBSD 1.x anymore
in order to not confuse people needlessly.
Laplink support probably doesn't even work at this point in time anyway...
|
|
|
|
| |
While here, fix the long line bugs in the same statements.
|
|
|
|
|
|
|
| |
to a point where we don't map the wrong (ie 32-bit) addresses. We
don't always dump the right values yet, but that's not critical.
Ok'd: njl
|
| |
|
|
|
|
|
|
|
|
| |
would only match a leap year every 400 years. The parseDWM code first
showed up in April 2000, so the first time this bug would cause any
confusion is in Feb 2004.
MFC after: 18 days
|
| |
|
|
|
|
| |
appropriate. This should be the last change to make ia64 work.
|
|
|
|
| |
Rename a few structure elements.
|
| |
|
|
|
|
| |
required fields, no matter what their value.
|