Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont build telenet if we are going for kerberised telnet; this just | markm | 1999-10-12 | 3 | -6/+11 |
| | | | | jumps all over kerberised telnet otherwise. | ||||
* | Make telnet with SRA work. | markm | 1999-10-07 | 9 | -3/+87 |
| | | | | Submitted by: Nick Sayer | ||||
* | Colour me stupid. This is a better way of using the macros. | markm | 1999-09-21 | 1 | -1/+1 |
| | |||||
* | Do this the same way as Internat to reduce diffs. | markm | 1999-09-21 | 1 | -1/+1 |
| | |||||
* | Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons. | dt | 1999-09-21 | 1 | -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 with | peter | 1999-09-21 | 1 | -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 avoid | markm | 1999-09-20 | 12 | -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. | markm | 1999-09-19 | 70 | -12014/+12 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r50894, | markm | 1999-09-04 | 1 | -5/+5 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import EAY's LIBSSL to fix comments, etc. | markm | 1999-09-04 | 1 | -5/+5 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r50760, | markm | 1999-09-01 | 1 | -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. | markm | 1999-09-01 | 1 | -0/+508 |
| | | |||||
* | | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+2 |
| | | |||||
* | | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 29 | -30/+30 |
| | | |||||
* | | Claim ownership | markm | 1999-08-17 | 1 | -1/+3 |
| | | |||||
* | | Various man page cleanup: | mpp | 1999-08-15 | 2 | -6/+6 |
| | | | | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. | ||||
* | | Typo in comment. | kris | 1999-04-25 | 1 | -1/+1 |
| | | |||||
* | | Enable tcp_wrapper support by default. | markm | 1999-03-28 | 1 | -10/+4 |
| | | |||||
* | | MaxHeaderLines is now MaxHeadersLength (in bytes) | peter | 1999-02-07 | 1 | -1/+1 |
| | | |||||
* | | Support 'O MaxHeaderLines=' to override the default header count and line | peter | 1999-01-24 | 1 | -0/+1 |
| | | | | | | | | length limits. The configuration keyword is: confMAX_HEADER_LINES | ||||
* | | Fix symlinking. Without the -f "force" option, the wrong version | markm | 1999-01-24 | 1 | -5/+5 |
| | | | | | | | | | | can be found. Submitted by: Bruce | ||||
* | | The new crypt code breaks "make world". Back it out. | markm | 1999-01-23 | 10 | -1/+951 |
| | | |||||
* | | Removed from the secure/lib/libcrypt area, because of the rewrite to how | brandon | 1999-01-21 | 9 | -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) | peter | 1999-01-12 | 1 | -3/+4 |
| | | | | | | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf. | ||||
* | | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -1/+0 |
| | | |||||
* | | BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outside | jb | 1998-08-31 | 1 | -4/+4 |
| | | | | | | | | the US and not allowed to see this. I kept my eyes closed. 8-) | ||||
* | | Connect up sendmail-8.9.1 | peter | 1998-08-04 | 1 | -55/+49 |
| | | |||||
* | | Staticise a variable. | markm | 1997-10-08 | 1 | -1/+1 |
| | | | | | | | | | | PR: 4722 Submitted by: Karl Denninger | ||||
* | | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -4/+4 |
| | | | | | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> | ||||
* | | Teach libdescrypt about elf builds. | peter | 1997-09-05 | 1 | -3/+19 |
| | | |||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 28 | -29/+29 |
| | | |||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 28 | -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. | wosch | 1997-01-13 | 1 | -2/+2 |
| | | |||||
* | | Secure telnet is now in eBones. | markm | 1996-11-07 | 54 | -27759/+0 |
| | | |||||
* | | Remove references to TELNET*. | markm | 1996-11-07 | 1 | -7/+1 |
| | | |||||
* | | Fold sendmail-8.8.2 changes into files that have been touched. | peter | 1996-10-24 | 1 | -2/+12 |
| | | | | | | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!) | ||||
* | | cmp -s || install -c --> install -C | peter | 1996-08-30 | 1 | -5/+5 |
| | | |||||
* | | Same as non-secure telnetd, add support for ``-P altlogin'' to specify | peter | 1996-08-13 | 3 | -4/+21 |
| | | | | | | | | an alternate /usr/bin/login type program to be run. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r17497, | markm | 1996-08-10 | 4 | -3/+67 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Next version from the author - from SSLeay.0.6.3 | markm | 1996-08-10 | 4 | -3/+67 |
| | | |||||
* | | Some breakeages sneaked in. This fixes them. | markm | 1996-07-30 | 4 | -6/+3 |
| | | | | | | | | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-( | ||||
* | | Merge, remove rubbish and bump the MAJOR.MINOR to 3.0 | markm | 1996-07-29 | 4 | -282/+12 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r17330, | markm | 1996-07-29 | 11 | -10/+201 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Rats. Just when a piece of code is nice and stable, the author has to | markm | 1996-07-29 | 13 | -11/+208 |
| | | | | | | | | release an upgrade. | ||||
* | | Mrege conflicts etc. | markm | 1996-07-28 | 3 | -61/+42 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r17315, | markm | 1996-07-28 | 44 | -399/+655 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Latest libdes from Eric Young. Mainly code beautification. | markm | 1996-07-28 | 46 | -412/+689 |
| | | |||||
* | | Add necessary item to CLEANFILES | jkh | 1996-07-27 | 1 | -1/+2 |
| | | |||||
* | | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 2 | -11/+5 |
| | | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | | Bring in a change that got lost when we spammed over the CVS repository | nate | 1996-06-05 | 2 | -12/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | to fix the mega-commits spamming. pst 96/05/29 20:09:25 Modified: secure/usr.bin/telnet Makefile main.c Log: Remove obsolete SOCKSv4 support Submitted by: pst Obtained from: A mirrored CVS repository that will disappear next SUP |