aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Merge OpenSSL 1.0.1j.Jung-uk Kim2014-10-151-0/+199
| | | | | | | Relnotes: yes Notes: svn path=/head/; revision=273146
* Merge OpenSSL 1.0.1j.Jung-uk Kim2014-10-1546-62/+101
| | | | Notes: svn path=/head/; revision=273144
* Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd"Enji Cooper2014-08-191-1/+1
| | | | | | | | | X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor) Notes: svn path=/head/; revision=270178
* Merge OpenSSL 1.0.1i.Jung-uk Kim2014-08-0745-99/+388
| | | | Notes: svn path=/head/; revision=269682
* Rework privatelib/internallibBaptiste Daroussin2014-08-067-9/+9
| | | | | | | | | | | | | | | | | Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing in final installation Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to internal/privatelib Directly link to the .so in case of private library to avoid having to complexify LDFLAGS. Phabric: https://phabric.freebsd.org/D553 Reviewed by: imp, emaste Notes: svn path=/head/; revision=269648
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
| | | | | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=268804
* Merge OpenSSL 1.0.1h.Jung-uk Kim2014-06-0945-50/+79
| | | | | | | Approved by: so (delphij) Notes: svn path=/head/; revision=267256
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-068-8/+8
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Add placeholder Kyuafiles for various top-level hierarchies.Julio Merino2014-04-212-0/+14
| | | | | | | | | | | | | | | This change adds tests/ directories in the source tree to create various subdirectories in /usr/tests/ and to install placeholder Kyuafiles for them. the relevant hierarchies are: cddl, etc, games, gnu and secure. The reason for this is to simplify the addition of new test programs for utilities or libraries under any of these directories. Doing so on a case by case basis is unnecessary and is quite an obscure process. Notes: svn path=/head/; revision=264741
* Merge OpenSSL 1.0.1g.Jung-uk Kim2014-04-0845-57/+74
| | | | | | | Approved by: benl (maintainer) Notes: svn path=/head/; revision=264278
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
| | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste Notes: svn path=/head/; revision=263142
* Merge OpenSSL 1.0.1f.Jung-uk Kim2014-01-2245-90/+108
| | | | | | | Approved by: so (delphij), benl (silence) Notes: svn path=/head/; revision=261037
* Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of aDag-Erling Smørgrav2013-09-231-1/+4
| | | | | | | | | | | | repeat performance by introducing a script that runs configure with and without Kerberos, diffs the result and generates krb5_config.h, which contains the preprocessor macros that need to be defined in the Kerberos case and undefined otherwise. Approved by: re (marius) Notes: svn path=/head/; revision=255829
* Replace claims that DES is a strong cryptosystem with a warning statingDag-Erling Smørgrav2013-09-211-28/+7
| | | | | | | | | that it should no longer be considered secure. Approved by: re (gjb) Notes: svn path=/head/; revision=255760
* Clean up the OpenSSH build. It is now possible to build most componentsDag-Erling Smørgrav2013-09-107-22/+110
| | | | | | | | | | | | | as static binaries, if desired. The one exception is sshd, which runs into trouble due to libpam.a's includion of pam_ssh. Make OpenSSH use LDNS if available. This allows it to verify signed SSHFP records. Approved by: re (blanket) Notes: svn path=/head/; revision=255460
* Make libldns and libssh private.Dag-Erling Smørgrav2013-09-087-0/+7
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=255386
* Merge OpenSSL 1.0.1e.Jung-uk Kim2013-02-1345-124/+129
| | | | | | | Approved by: secteam (simon), benl (silence) Notes: svn path=/head/; revision=246772
* Add a src.conf(5) option to allow users to compile in the "NONE cipher",Bjoern A. Zeeb2013-01-171-0/+4
| | | | | | | | | | | | which, only after authentication, disables crypto, and only for sessions without a terminal. Submitted by: Jeremy Chadwick (freebsd jdc.parodius.com) PR: bin/163095 MFC after: 10 days Notes: svn path=/head/; revision=245527
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
| | | | Notes: svn path=/head/; revision=242692
* Merge OpenSSL 1.0.1c.Jung-uk Kim2012-07-1248-477/+3387
| | | | | | | Approved by: benl (maintainer) Notes: svn path=/head/; revision=238405
* Regen ca(1) for r237658. This re-applies r227458, i.e., add a missing "be".Jung-uk Kim2012-06-271-1/+1
| | | | Notes: svn path=/head/; revision=237666
* Merge OpenSSL 0.9.8x.Jung-uk Kim2012-06-2738-77/+77
| | | | | | | | | Reviewed by: stas Approved by: benl (maintainer) MFC after: 3 days Notes: svn path=/head/; revision=237657
* Restore the ability to use a non-standard LOCALBASE to sshdEitan Adler2012-03-241-0/+4
| | | | | | | | | | | | Add the ability to use a non-standard LOCALBASE to ssh Submitted by: jhb Reviewed by: des Approved by: cperciva MFC after: 0 days (with r233136) Notes: svn path=/head/; revision=233432
* X11BASE is not used any more and has been killed by the x11 team.Eitan Adler2012-03-191-13/+0
| | | | | | | | | Reviewed by: ??? Approved by: ??? MFC after: 3 days Notes: svn path=/head/; revision=233136
* - add a missing "be" and "in"Eitan Adler2011-11-111-1/+1
| | | | | | | | | | | | | | - fix other errors introduced when committing r226436 - add 'function' to a sentence where it makes sense Submitted by: delphij Submitted by: dougb Submitted by: jhb Approved by: dougb Approved by: jhb Notes: svn path=/head/; revision=227458
* - change "is is" to "is" or "it is"Eitan Adler2011-10-162-2/+2
| | | | | | | | | | | - change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days Notes: svn path=/head/; revision=226436
* Regenerate manual pages for OpenSSL 0.9.8q.Simon L. B. Nielsen2010-12-0338-38/+38
| | | | Notes: svn path=/head/; revision=216167
* Regenerate manual pages for OpenSSL 0.9.8p.Simon L. B. Nielsen2010-11-2238-1474/+1298
| | | | Notes: svn path=/head/; revision=215698
* Regenerate manual pages for OpenSSL 0.9.8n.Simon L. B. Nielsen2010-04-0138-38/+38
| | | | Notes: svn path=/head/; revision=206048
* Regenerate manual pages for OpenSSL 0.9.8m.Simon L. B. Nielsen2010-03-1338-48/+54
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=205129
* Upgrade to OpenSSH 5.4p1.Dag-Erling Smørgrav2010-03-091-1/+1
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=204917
* Fix a couple of comment typos.John Baldwin2009-11-031-2/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=198856
* Upgrade to OpenSSH 5.3p1.Dag-Erling Smørgrav2009-10-017-1/+24
| | | | Notes: svn path=/head/; revision=197679
* Regenerate manual pages for OpenSSL 0.9.8k.Simon L. B. Nielsen2009-06-1438-92/+189
| | | | Notes: svn path=/head/; revision=194208
* Update build infrastructure for OpenSSL 0.9.8k.Simon L. B. Nielsen2009-06-141-1/+1
| | | | Notes: svn path=/head/; revision=194207
* Upgrade to OpenSSH 5.1p1.Dag-Erling Smørgrav2008-08-011-1/+1
| | | | | | | | | | | | | 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
* Add $FreeBSD$Peter Wemm2008-07-031-0/+1
| | | | Notes: svn path=/head/; revision=180206
* For users of FreeBSD <= 6.2 we recommend during the x.org 7.x upgradeKris Kennaway2008-03-051-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | that they add X11BASE=${LOCALBASE} to /etc/make.conf since X11BASE was hard-wired to the now-wrong location in old releases. However, both X11BASE and LOCALBASE have moved out of scope of src/ into ports/ now, which causes problems for upgraded users who have old make.conf files still containing the above setting. X11BASE becomes null and we instruct ssh and sshd to look for xauth in /bin/xauth where it is unlikely to be found. Instead, provide a copy of the default LOCALBASE?=/usr/local setting here. We also have to deal with the case where the user only overrides LOCALBASE and doesn't set an explicit X11BASE (in ports it will be set implicitly but not here), which will also move the location of xauth. MFC after: 3 days Reported by: rwatson Notes: svn path=/head/; revision=176844
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-191-1/+1
| | | | Notes: svn path=/head/; revision=176407
* Upgrade to OpenSSL 0.9.8e.Simon L. B. Nielsen2007-03-1538-83/+85
| | | | Notes: svn path=/head/; revision=167616
* Fix static compilation.Ruslan Ermilov2006-10-071-2/+2
| | | | Notes: svn path=/head/; revision=163089
* Upgrade to OpenSSL 0.9.8d.Simon L. B. Nielsen2006-10-0138-43/+80
| | | | Notes: svn path=/head/; revision=162915
* Upgrade to OpenSSL 0.9.8b.Simon L. B. Nielsen2006-07-2940-102/+1666
| | | | Notes: svn path=/head/; revision=160819
* Add a manual dependency on ssh_namespace.h.Dag-Erling Smørgrav2006-05-137-0/+14
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=158529
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingDag-Erling Smørgrav2006-05-137-7/+7
| | | | | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks Notes: svn path=/head/; revision=158519
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-172-3/+7
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=156813
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-3/+3
| | | | | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts) Notes: svn path=/head/; revision=153838
* Revert the commits that made libssh an INTERNALLIB; they caused too muchDag-Erling Smørgrav2005-06-077-22/+10
| | | | | | | | | trouble, especially on amd64. Requested by: ru Notes: svn path=/head/; revision=147098
* Make libssh an INTERNALLIB like it is in {Net,Open}BSD.Dag-Erling Smørgrav2005-06-067-10/+22
| | | | Notes: svn path=/head/; revision=147056
* Update for OpenSSH 4.1p1.Dag-Erling Smørgrav2005-06-052-3/+3
| | | | Notes: svn path=/head/; revision=147007