aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* I missed the LDADD/DPADD for -lmd in the secure cases. :-(Peter Wemm1999-12-191-3/+0
| | | | | | | Pointed out by: marcel Notes: svn path=/head/; revision=54829
* Revert -lmd changes now that libcrypt doesn't expose this binutils/ldPeter Wemm1999-12-182-5/+4
| | | | | | | bug any more. Notes: svn path=/head/; revision=54783
* Add libmd to DPADD and LDADD.Marcel Moolenaar1999-12-172-4/+5
| | | | Notes: svn path=/head/; revision=54737
* Dont build telenet if we are going for kerberised telnet; this justMark Murray1999-10-123-6/+11
| | | | | | | jumps all over kerberised telnet otherwise. Notes: svn path=/head/; revision=52167
* Make telnet with SRA work.Mark Murray1999-10-079-3/+87
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* Colour me stupid. This is a better way of using the macros.Mark Murray1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=51524
* Do this the same way as Internat to reduce diffs.Mark Murray1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=51511
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.Dmitrij Tejblum1999-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. Notes: svn path=/head/; revision=51510
* Restore SONAME setting, otherwise libdescrypt.so.3 doesn't end up withPeter Wemm1999-09-211-0/+4
| | | | | | | a special SONAME of libcrypt.so.3 and the runtime symlink doesn't work. Notes: svn path=/head/; revision=51507
* Make this completely dependant on the exportable libcrypt, to avoidMark Murray1999-09-2012-1736/+94
| | | | | | | | duplication of effort. Also a large cleanup of the code, inspired by Brandon Gillespie. Notes: svn path=/head/; revision=51461
* libdes is bmaked and built from src/crypto/... now.Mark Murray1999-09-1970-12014/+12
| | | | Notes: svn path=/head/; revision=51425
* This commit was generated by cvs2svn to compensate for changes in r50894,Mark Murray1999-09-041-5/+5
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=50895
| * Vendor import EAY's LIBSSL to fix comments, etc.vendor/ssleayMark Murray1999-09-041-5/+5
| | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=50894
* | This commit was generated by cvs2svn to compensate for changes in r50760,Mark Murray1999-09-011-0/+508
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=50761
| * Drat. Import this into the right place. Pass me the pointy hat.Mark Murray1999-09-011-0/+508
| | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=50760
* | $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+2
| | | | | | | | Notes: svn path=/head/; revision=50488
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-2829-30/+30
| | | | | | | | Notes: svn path=/head/; revision=50479
* | Claim ownershipMark Murray1999-08-171-1/+3
| | | | | | | | Notes: svn path=/head/; revision=49971
* | Various man page cleanup:Mike Pritchard1999-08-152-6/+6
| | | | | | | | | | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. Notes: svn path=/head/; revision=49830
* | Typo in comment.Kris Kennaway1999-04-251-1/+1
| | | | | | | | Notes: svn path=/head/; revision=46064
* | Enable tcp_wrapper support by default.Mark Murray1999-03-281-10/+4
| | | | | | | | Notes: svn path=/head/; revision=45090
* | MaxHeaderLines is now MaxHeadersLength (in bytes)Peter Wemm1999-02-071-1/+1
| | | | | | | | Notes: svn path=/head/; revision=43735
* | Support 'O MaxHeaderLines=' to override the default header count and linePeter Wemm1999-01-241-0/+1
| | | | | | | | | | | | | | length limits. The configuration keyword is: confMAX_HEADER_LINES Notes: svn path=/head/; revision=43153
* | Fix symlinking. Without the -f "force" option, the wrong versionMark Murray1999-01-241-5/+5
| | | | | | | | | | | | | | | | can be found. Submitted by: Bruce Notes: svn path=/head/; revision=43152
* | The new crypt code breaks "make world". Back it out.Mark Murray1999-01-2310-1/+951
| | | | | | | | Notes: svn path=/head/; revision=43091
* | Removed from the secure/lib/libcrypt area, because of the rewrite to howBrandon Gillespie1999-01-219-950/+0
| | | | | | | | | | | | | | | | | | the Makefile handles des support by just including the single .c file. Reviewed by: Mark Murray Notes: svn path=/head/; revision=42983
* | Update for 8.9.2 (new file, control.c)Peter Wemm1999-01-121-3/+4
| | | | | | | | | | | | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf. Notes: svn path=/head/; revision=42584
* | Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
| | | | | | | | Notes: svn path=/head/; revision=39496
* | BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outsideJohn Birrell1998-08-311-4/+4
| | | | | | | | | | | | | | the US and not allowed to see this. I kept my eyes closed. 8-) Notes: svn path=/head/; revision=38664
* | Connect up sendmail-8.9.1Peter Wemm1998-08-041-48/+42
| | | | | | | | Notes: svn path=/head/; revision=38094
* | Staticise a variable.Mark Murray1997-10-081-1/+1
| | | | | | | | | | | | | | | | PR: 4722 Submitted by: Karl Denninger Notes: svn path=/head/; revision=30217
* | Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-4/+4
| | | | | | | | | | | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> Notes: svn path=/head/; revision=30113
* | Teach libdescrypt about elf builds.Peter Wemm1997-09-051-3/+19
| | | | | | | | Notes: svn path=/head/; revision=29147
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2228-29/+29
| | | | | | | | Notes: svn path=/head/; revision=22990
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* | Sort cross references.Wolfram Schneider1997-01-131-2/+2
| | | | | | | | Notes: svn path=/head/; revision=21635
* | Secure telnet is now in eBones.Mark Murray1996-11-0754-27759/+0
| | | | | | | | Notes: svn path=/head/; revision=19502
* | Remove references to TELNET*.Mark Murray1996-11-071-7/+1
| | | | | | | | Notes: svn path=/head/; revision=19501
* | Fold sendmail-8.8.2 changes into files that have been touched.Peter Wemm1996-10-241-2/+12
| | | | | | | | | | | | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!) Notes: svn path=/head/; revision=19149
* | cmp -s || install -c --> install -CPeter Wemm1996-08-301-5/+5
| | | | | | | | Notes: svn path=/head/; revision=17945
* | Same as non-secure telnetd, add support for ``-P altlogin'' to specifyPeter Wemm1996-08-133-4/+21
| | | | | | | | | | | | | | an alternate /usr/bin/login type program to be run. Notes: svn path=/head/; revision=17569
* | This commit was generated by cvs2svn to compensate for changes in r17497,Mark Murray1996-08-104-3/+67
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17498
| * Next version from the author - from SSLeay.0.6.3Mark Murray1996-08-104-3/+67
| | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=17497
* | Some breakeages sneaked in. This fixes them.Mark Murray1996-07-304-6/+3
| | | | | | | | | | | | | | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-( Notes: svn path=/head/; revision=17356
* | Merge, remove rubbish and bump the MAJOR.MINOR to 3.0Mark Murray1996-07-294-282/+12
| | | | | | | | Notes: svn path=/head/; revision=17333
* | This commit was generated by cvs2svn to compensate for changes in r17330,Mark Murray1996-07-2911-10/+201
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17331
| * Rats. Just when a piece of code is nice and stable, the author has toMark Murray1996-07-2913-11/+208
| | | | | | | | | | | | | | release an upgrade. Notes: svn path=/vendor-crypto/ssleay/dist/; revision=17330
* | Mrege conflicts etc.Mark Murray1996-07-283-61/+42
| | | | | | | | Notes: svn path=/head/; revision=17318
* | This commit was generated by cvs2svn to compensate for changes in r17315,Mark Murray1996-07-2844-399/+655
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17316
| * Latest libdes from Eric Young. Mainly code beautification.Mark Murray1996-07-2846-412/+689
| | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=17315