summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Turn back on openssl building.kris2000-01-161-1/+1
|
* Turn back on libcrypto and libssl building.kris2000-01-161-1/+1
|
* *** empty log message ***kris2000-01-162-1/+10
|
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.kris2000-01-163-0/+6
|
* We cannot have libcrypto, and therefore OpenSSL at all, without RSA.green2000-01-152-2/+2
| | | | | If you need examples of breakage, I'm ready to provide more than a few.
* Connect OpenSSL to the build.kris2000-01-142-2/+2
|
* Build infrastructure for OpenSSLkris2000-01-147-0/+762
|
* Really really remove SHA-1 support.kris2000-01-091-1/+1
|
* Routines needed by new kerberos.markm2000-01-091-1/+1
|
* Remove the SHA stuff properly.jkh2000-01-081-1/+1
|
* Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'peter1999-12-291-0/+8
| | | | | | would leave you with a broken sendmail and local mail loss. This evil hack moves sendmail.cf from the old location to the new one (if required) at install time.
* Install sendmail in it's new location.peter1999-12-291-4/+2
|
* RIP xntpd.markm1999-12-221-869/+0
|
* I missed the LDADD/DPADD for -lmd in the secure cases. :-(peter1999-12-191-3/+0
| | | | Pointed out by: marcel
* Revert -lmd changes now that libcrypt doesn't expose this binutils/ldpeter1999-12-182-5/+4
| | | | bug any more.
* Add libmd to DPADD and LDADD.marcel1999-12-172-4/+5
|
* Dont build telenet if we are going for kerberised telnet; this justmarkm1999-10-123-6/+11
| | | | jumps all over kerberised telnet otherwise.
* Make telnet with SRA work.markm1999-10-079-3/+87
| | | | Submitted by: Nick Sayer
* Colour me stupid. This is a better way of using the macros.markm1999-09-211-1/+1
|
* Do this the same way as Internat to reduce diffs.markm1999-09-211-1/+1
|
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.dt1999-09-211-1/+1
| | | | | | | | | Revert the major number back to 2. libcrypt only export one function, before the recent changes and now: char *crypt(const char *key, const char *salt); The prototype didn't changed. Internal representation of `char' and `char *' didn't changed. Therefore, there is no reason to change the version number.
* Restore SONAME setting, otherwise libdescrypt.so.3 doesn't end up withpeter1999-09-211-0/+4
| | | | a special SONAME of libcrypt.so.3 and the runtime symlink doesn't work.
* Make this completely dependant on the exportable libcrypt, to avoidmarkm1999-09-2012-1737/+95
| | | | | duplication of effort. Also a large cleanup of the code, inspired by Brandon Gillespie.
* libdes is bmaked and built from src/crypto/... now.markm1999-09-1970-12014/+12
|
* This commit was generated by cvs2svn to compensate for changes in r50894,markm1999-09-041-5/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import EAY's LIBSSL to fix comments, etc.markm1999-09-041-5/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r50760,markm1999-09-011-0/+508
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Drat. Import this into the right place. Pass me the pointy hat.markm1999-09-011-0/+508
| |
* | $Header$ -> $FreeBSD$peter1999-08-281-1/+2
| |
* | $Id$ -> $FreeBSD$peter1999-08-2829-30/+30
| |
* | Claim ownershipmarkm1999-08-171-1/+3
| |
* | Various man page cleanup:mpp1999-08-152-6/+6
| | | | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup.
* | Typo in comment.kris1999-04-251-1/+1
| |
* | Enable tcp_wrapper support by default.markm1999-03-281-10/+4
| |
* | MaxHeaderLines is now MaxHeadersLength (in bytes)peter1999-02-071-1/+1
| |
* | Support 'O MaxHeaderLines=' to override the default header count and linepeter1999-01-241-0/+1
| | | | | | | | length limits. The configuration keyword is: confMAX_HEADER_LINES
* | Fix symlinking. Without the -f "force" option, the wrong versionmarkm1999-01-241-5/+5
| | | | | | | | | | can be found. Submitted by: Bruce
* | The new crypt code breaks "make world". Back it out.markm1999-01-2310-1/+951
| |
* | Removed from the secure/lib/libcrypt area, because of the rewrite to howbrandon1999-01-219-950/+0
| | | | | | | | | | | | the Makefile handles des support by just including the single .c file. Reviewed by: Mark Murray
* | Update for 8.9.2 (new file, control.c)peter1999-01-121-3/+4
| | | | | | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
* | Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
| |
* | BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outsidejb1998-08-311-4/+4
| | | | | | | | the US and not allowed to see this. I kept my eyes closed. 8-)
* | Connect up sendmail-8.9.1peter1998-08-041-55/+49
| |
* | Staticise a variable.markm1997-10-081-1/+1
| | | | | | | | | | PR: 4722 Submitted by: Karl Denninger
* | Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-4/+4
| | | | | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* | Teach libdescrypt about elf builds.peter1997-09-051-3/+19
| |
* | Revert $FreeBSD$ to $Id$peter1997-02-2228-29/+29
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1428-29/+29
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Sort cross references.wosch1997-01-131-2/+2
| |
OpenPOWER on IntegriCloud