aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
...
* MFC: man(7) -> mdoc(7).Ruslan Ermilov2001-01-161-140/+173
| | | | Notes: svn path=/stable/4/; revision=71116
* MFC: OpenSSH 2.3.0Brian Feldman2001-01-123-6/+11
| | | | | | | Reviewed by: freefall Notes: svn path=/stable/4/; revision=70948
* MFC: OpenSSL 0.9.6Kris Kennaway2000-11-264-60/+68
| | | | Notes: svn path=/stable/4/; revision=69205
* MFC: OpenSSH 2.2.0Kris Kennaway2000-10-284-7/+14
| | | | Notes: svn path=/stable/4/; revision=67819
* MFC: Sync with recent bugfixes and changes in -current.Kris Kennaway2000-09-222-1/+5
| | | | Notes: svn path=/stable/4/; revision=66234
* MFC: Clean up include file generationKris Kennaway2000-09-223-47/+32
| | | | Notes: svn path=/stable/4/; revision=66233
* MFC: Add $FreeBSD$ tagsKris Kennaway2000-09-222-0/+6
| | | | Notes: svn path=/stable/4/; revision=66232
* MFC: login.conf password format switchingBrian Feldman2000-09-201-0/+1
| | | | Notes: svn path=/stable/4/; revision=66119
* MFC: Roll librsa* back into libcryptoKris Kennaway2000-09-184-75/+3
| | | | Notes: svn path=/stable/4/; revision=66017
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-111-0/+22
| | | | Notes: svn path=/stable/4/; revision=65729
* MFC: build librsaintl by default now that RSA Security Inc have waivedPeter Wemm2000-09-071-1/+1
| | | | | | | all rights to the patent. Notes: svn path=/stable/4/; revision=65560
* Merge evp.h problem fixes.Brian Feldman2000-08-252-6/+9
| | | | | | | Prompted by: dirk Notes: svn path=/stable/4/; revision=65066
* MFC: OpenSSL 0.9.5aKris Kennaway2000-08-203-123/+150
| | | | Notes: svn path=/stable/4/; revision=64871
* MFC: OpenSSL 0.9.5aKris Kennaway2000-08-205-39/+87
| | | | Notes: svn path=/stable/4/; revision=64870
* MFC: Don't build sshd if NO_OPENSSL defined.Kris Kennaway2000-07-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=64035
* MFC: Don't build telnetd if NO_OPENSSL defined (now that I have permission :-)Kris Kennaway2000-07-251-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63839
* Back out previous unapproved commit, it went to the wrong branch.Kris Kennaway2000-07-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=63825
* Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since itKris Kennaway2000-07-251-1/+1
| | | | | | | attempts to link against libcrypto. Notes: svn path=/stable/4/; revision=63824
* MFC: deal with rsa_eay.c using USA_RESIDENT to set a safe default.Peter Wemm2000-07-031-1/+2
| | | | Notes: svn path=/stable/4/; revision=62490
* MFC: Link against -lmdKris Kennaway2000-06-111-2/+2
| | | | Notes: svn path=/stable/4/; revision=61539
* MFC: OpenSSH 2.1.0Kris Kennaway2000-06-093-3/+8
| | | | Notes: svn path=/stable/4/; revision=61443
* MFC: OpenSSH 2.1.0 snapshotKris Kennaway2000-06-091-2/+7
| | | | Notes: svn path=/stable/4/; revision=61442
* MFC: rev 1.5 (dependancy fixups)David E. O'Brien2000-04-121-24/+26
| | | | Notes: svn path=/stable/4/; revision=59163
* MFC: rev 1.16 (depenancy fixups)David E. O'Brien2000-04-121-37/+38
| | | | Notes: svn path=/stable/4/; revision=59162
* MFC: Add libcrypto to LDADDKris Kennaway2000-04-041-0/+1
| | | | Notes: svn path=/stable/4/; revision=59001
* MFC: Allow detection of RSAREF and use it to provide a more verboseKris Kennaway2000-03-131-1/+1
| | | | | | | | | error message when openssh fails from a >1024 bit key. Approved by: jkh Notes: svn path=/stable/4/; revision=58027
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-194/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* Make LOGIN_CAP work properly.Mark Murray2000-03-091-3/+5
| | | | | | | Submitted by: ache Notes: svn path=/head/; revision=57854
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-2/+2
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57841
* Build a shared library too - ports expect it.Kris Kennaway2000-03-071-1/+0
| | | | | | | | Reviewed by: peter Approved by: jkh Notes: svn path=/head/; revision=57804
* Merge from internat.freebsd.org; cleanup stray rsaref glue code referencePeter Wemm2000-03-051-4/+0
| | | | Notes: svn path=/head/; revision=57766
* MFI: Make ssh and sshd link in the krb5 part of make release.John Hay2000-03-032-4/+4
| | | | | | | Reviewed by: markm Notes: svn path=/head/; revision=57743
* Resurrect the old libdes manpages (after a repo copy) until we have betterKris Kennaway2000-03-021-0/+14
| | | | | | | ones. Notes: svn path=/head/; revision=57682
* Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol searchPeter Wemm2000-03-021-0/+2
| | | | | | | | | | | | path so that ERR_load_strings() is found in certain circumstances involving dlopen(). eg: main program dlopened foo.so which is linked against libcrypto. If libcrypto then dlopens librsaUSA.so, then it's search path doens't find libcrypto (!). One "fix" is to force modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other is to explicitly declare dependencies (as done here). Notes: svn path=/head/; revision=57681
* MFI: stupid typo of mine.Mark Murray2000-02-291-1/+1
| | | | Notes: svn path=/head/; revision=57615
* Add NODESCRYPTLINKS knob to prevent spamming of libcrypt -> libscryptKris Kennaway2000-02-291-0/+2
| | | | | | | | | | symlinks. The name is against my better judgement, but I defer to ancient tradition here because I'm a nice guy. Reviewed by: -current Notes: svn path=/head/; revision=57582
* New distribution names.Mark Murray2000-02-283-4/+11
| | | | Notes: svn path=/head/; revision=57569
* New distribution name.Mark Murray2000-02-281-1/+1
| | | | Notes: svn path=/head/; revision=57568
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)Peter Wemm2000-02-266-25/+98
| | | | | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still. Notes: svn path=/head/; revision=57511
* Merge from internat.freebsd.org; deal with -DRSAref the same way asPeter Wemm2000-02-251-7/+9
| | | | | | | libcrypto - not that it means much on the US code tree. Notes: svn path=/head/; revision=57485
* Merge from internat.freebsd.org; make RSAREF=YES work correctly, althoughPeter Wemm2000-02-252-1/+1
| | | | | | | this is not very useful as the US repo is missing bits. Notes: svn path=/head/; revision=57484
* Create a stub libRSAglue for bsd.port.mk's sakePeter Wemm2000-02-252-38/+6
| | | | Notes: svn path=/head/; revision=57476
* Don't pull in libRSAglue for the rsaref case. Since this is linkedPeter Wemm2000-02-257-25/+1
| | | | | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees. Notes: svn path=/head/; revision=57475
* Fold libRSAglue into libcrypto so we don't have to special-casePeter Wemm2000-02-253-13/+7
| | | | | | | | all the builds. There is still no actual RSA implementation code in libcrypto or src/* on US code trees. Notes: svn path=/head/; revision=57474
* Sync with internat; delete a trailing spacePeter Wemm2000-02-251-1/+1
| | | | Notes: svn path=/head/; revision=57471
* Remove port components not needed in 4.n+Mark Murray2000-02-241-2/+1
| | | | | | | Submitted by: Half the freaking planet.... Notes: svn path=/head/; revision=57456
* libdes is OBEMark Murray2000-02-241-45/+0
| | | | Notes: svn path=/head/; revision=57440
* Build everything properly. This means:Mark Murray2000-02-247-16/+41
| | | | | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system. Notes: svn path=/head/; revision=57437
* Add the OpenSSH userland-building Makefiles.Mark Murray2000-02-249-0/+220
| | | | Notes: svn path=/head/; revision=57434
* Freefall/Internat diff reducer.Mark Murray2000-02-241-2/+2
| | | | Notes: svn path=/head/; revision=57414