| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Replace unneeded manual dependency on header by adding it to SRCS.
Notes:
svn path=/stable/9/; revision=293400
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=291722
|
| |
|
|
|
|
|
| |
Define endianness for non-x86 platforms.
Notes:
svn path=/stable/9/; revision=290274
|
| |
|
|
|
|
|
| |
Replace afterinstall: hack from r111083 with 'make delete-old' functionality.
Notes:
svn path=/stable/9/; revision=288612
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=284286
|
| |
|
|
|
|
|
| |
Relnotes: yes
Notes:
svn path=/stable/9/; revision=280305
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Security: FreeBSD-SA-15:06.openssl
Security: CVE-2015-0209
Security: CVE-2015-0286
Security: CVE-2015-0287
Security: CVE-2015-0288
Security: CVE-2015-0289
Security: CVE-2015-0293
Notes:
svn path=/stable/9/; revision=280266
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=276865
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=273151
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=269687
|
| |
|
|
|
|
|
| |
Approved by: re (delphij)
Notes:
svn path=/stable/9/; revision=267287
|
| |
|
|
|
|
|
| |
Approved by: re (kib), so (delphij)
Notes:
svn path=/stable/9/; revision=267285
|
| |
|
|
|
|
|
|
|
|
| |
Switch using the new $2b$ format by default, when bcrypt is used.
Relnotes: default Blowfish crypt(3) format have been changed to $2b$.
Approved by: re (gjb)
Notes:
svn path=/stable/9/; revision=266818
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r256126, r257954, r261320, r261499, r263691, r263712): upgrade to
OpenSSH 6.6p1 via 6.3p1, 6.4p1 and 6.5p1.
Differences relative to head:
- No DNSSEC support since stable/9 does not have LDNS
- Sandboxing off by default, and uses rlimit instead of Capsicum
- ED25519 moved to the bottom of the order of preference to avoid
"new public key" warnings
Notes:
svn path=/stable/9/; revision=263970
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Refresh our implementation of OpenBSD's Blowfish password format.
Notable changes:
- Support of $2b$ password format to address a problem where very
long passwords (more than 256 characters, when an integer
overflow would happen and cause the length to wrap at 256).
- Updated pseudo code in comments to reflect the reality.
- Removed our local shortcut of processing magic string and rely
on the centralized and tigntened validation.
- Diff reduction from upstream.
For now we are still generating the older $2a$ format of password
but we will migrate to the new format once the format is formally
finalized.
Notes:
svn path=/stable/9/; revision=263784
|
| |
|
|
|
|
|
|
| |
MFH (r255386): make libssh private
MFH (r255369, r255376, r255393, r262530): import OpenPAM Nummularia
Notes:
svn path=/stable/9/; revision=263421
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=251135
|
| |
|
|
|
|
|
| |
different release now.
Notes:
svn path=/stable/9/; revision=248272
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=247515
|
| |
|
|
| |
Notes:
svn path=/stable/9/; revision=247485
|
| |
|
|
|
|
|
| |
Merge OpenSSL 0.9.8x and regen manual pages.
Notes:
svn path=/stable/9/; revision=237998
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix a bug in crypt(3) ignoring characters of a passphrase. [12:02]
Security: FreeBSD-SA-12:01.openssl (revised)
Security: FreeBSD-SA-12:02.crypt
Approved by: so (bz, simon)
Notes:
svn path=/stable/9/; revision=236304
|
| |
|
|
|
|
|
|
|
|
| |
Force linker error when created shared library contains a relocation
against text. Provide the override switch to turn off the strict
behaviour. Apparently, openssl libcrypto needs it due to assembler
code not being PIC.
Notes:
svn path=/stable/9/; revision=229380
|
| |
|
|
| |
Notes:
svn path=/head/; revision=221420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:
RWX --- --- /lib/libcrypto.so.6
RWX --- --- /lib/libmd.so.5
RWX --- --- /lib/libz.so.6
RWX --- --- /lib/libzpool.so.2
RWX --- --- /usr/lib/liblzma.so.5
These were found using scanelf, from the sysutils/pax-utils port.
Reviewed by: kib
Notes:
svn path=/head/; revision=218723
|
| |
|
|
| |
Notes:
svn path=/head/; revision=216167
|
| |
|
|
| |
Notes:
svn path=/head/; revision=215698
|
| |
|
|
|
|
|
| |
Approved by: rrs (mentor)
Notes:
svn path=/head/; revision=212463
|
| |
|
|
|
|
|
| |
Approved by: rrs (mentor)
Notes:
svn path=/head/; revision=211936
|
| |
|
|
|
|
|
| |
code made obsolete in the same commit.
Notes:
svn path=/head/; revision=211934
|
| |
|
|
|
|
|
|
| |
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
Notes:
svn path=/head/; revision=211725
|
| |
|
|
|
|
|
|
|
|
| |
read-only by default, meaning files copied can't be overwritten next time.
Reviewed by: imp
Approved by: ken (mentor)
Notes:
svn path=/head/; revision=211243
|
| |
|
|
| |
Notes:
svn path=/head/; revision=210843
|
| |
|
|
|
|
|
|
|
|
| |
When compiled for MIPS n64 ABI
- DES_LONG should be 'unsigned int'
- BN_LLONG should be undefined
- SIXTY_FOUR_BIT_LONG should be defined.
Notes:
svn path=/head/; revision=210842
|
| |
|
|
|
|
|
| |
Obtained from: projects/ppc64
Notes:
svn path=/head/; revision=209890
|
| |
|
|
| |
Notes:
svn path=/head/; revision=206048
|
| |
|
|
|
|
|
|
|
|
|
| |
for regenerating OpenSSL manual pages.
- Explicitly set the OpenSSL release date so manual pages contain
the date OpenSSL was released and not just the date OpenSSL was
imported into the FreeBSD base system.
- Update for Makefile for OpenSSL 0.9.8n.
Notes:
svn path=/head/; revision=206047
|
| |
|
|
|
|
|
| |
MFC after: 3 weeks
Notes:
svn path=/head/; revision=205129
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also "reverts" some FreeBSD local changes so we should now
be back to using entirely stock OpenSSL. The local changes were
simple $FreeBSD$ lines additions, which were required in the CVS
days, and the patch for FreeBSD-SA-09:15.ssl which has been
superseded with OpenSSL 0.9.8m's RFC5746 'TLS renegotiation
extension' support.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=205128
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=204917
|
| |
|
|
|
|
|
|
| |
Noticed by: delphij, David Cornejo <dave@dogwood.com>
Forgotten by: des
Notes:
svn path=/head/; revision=199131
|
| |
|
|
|
|
|
|
|
|
|
| |
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed by: kib
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=195767
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/boot/kernel/hptrr.ko
/etc/mail/*.cf
/lib/libcrypto.so.5
/usr/bin/ntpq
/usr/sbin/amd
/usr/sbin/iasl
/usr/sbin/ntpd
/usr/sbin/ntpdate
/usr/sbin/ntpdc
There does not appear to be any purpose to having these timestamps, and
they have the irritating consequence that the aforementioned files will
be different every time they are rebuilt.
After this commit, the only remaining build timestamps are in the kernel,
the boot loaders, /usr/include/osreldate.h (the year in the copyright
notice), and lib*.a (the timestamps on all of the included .o files).
Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl),
roberto (ntp), jkim (acpica)
Approved by: re (kib)
Notes:
svn path=/head/; revision=195626
|
| |
|
|
|
|
|
| |
Reviewed by: des
Notes:
svn path=/head/; revision=194297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=194208
|
| |
|
|
| |
Notes:
svn path=/head/; revision=194207
|
| |
|
|
|
|
|
| |
MFC after: 3 months
Notes:
svn path=/head/; revision=192595
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I have worked hard to reduce diffs against the vendor branch. One
notable change in that respect is that we no longer prefer DSA over
RSA - the reasons for doing so went away years ago. This may cause
some surprises, as ssh will warn about unknown host keys even for
hosts whose keys haven't changed.
MFC after: 6 weeks
Notes:
svn path=/head/; revision=181111
|
| |
|
|
|
|
|
|
|
|
| |
Implement openssl config needed for mips.
Submitted by: gonzo@
Reviewed by: simon@
Notes:
svn path=/head/; revision=180767
|
| |
|
|
|
|
|
| |
all non-style changes made by heimdal to our own libgssapi.
Notes:
svn path=/head/; revision=178828
|