Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace random() by arc4random() since random() can't be used | ache | 1997-06-14 | 1 | -7/+2 |
| | | | | in libraries, it may damage its predictable sequence | ||||
* | Remove srandomdev fallback code | ache | 1997-06-14 | 1 | -3/+2 |
| | |||||
* | Add include of <sys/types.h> no longer included by <stdio.h>. | davidn | 1997-04-16 | 1 | -1/+2 |
| | |||||
* | Use srandomdev() now | ache | 1997-03-24 | 1 | -2/+3 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 191 | -293/+293 |
| | |||||
* | Fix the way the obj/ dir is found | markm | 1997-02-09 | 1 | -2/+2 |
| | |||||
* | Various buffer overrun fixes and other security enhancements. | markm | 1997-02-09 | 8 | -22/+69 |
| | | | | Obtained from: PST's fixes to the non-secure telnet{d} | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 191 | -304/+304 |
| | | | | | | | | 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 | 3 | -6/+9 |
| | |||||
* | Fix a cosmetic bug that has bothered me for ages. :-) | davidn | 1996-12-21 | 1 | -2/+3 |
| | | | | kdb_edit will now match the examples in the handbook. | ||||
* | First round of moving secure telnet (AKA kerberised telnet) to its new home | markm | 1996-10-26 | 28 | -154/+272 |
| | | | | | in eBones/. Peter has already (ages ago) done the repository copy. These are mainly -Wall cleanups. The makefile changes will follow in a day or so. | ||||
* | More ${.CURDIR} changes. | jkh | 1996-10-01 | 1 | -4/+5 |
| | |||||
* | More proper use of ${.CURDIR}. | jkh | 1996-10-01 | 1 | -3/+3 |
| | |||||
* | Fix up some compilation warnings. | pst | 1996-09-22 | 4 | -19/+13 |
| | |||||
* | Fix my typo here from last commit. | peter | 1996-09-02 | 1 | -5/+5 |
| | | | | | | (same bug on both US and internat version) Submitted by: Juha Inkari <inkari@cc.hut.fi> | ||||
* | cmp -s || install -c --> install -C | peter | 1996-08-30 | 4 | -21/+13 |
| | |||||
* | 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. | ||||
* | Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS. | markm | 1996-07-30 | 9 | -11/+13 |
| | |||||
* | Some breakeages sneaked in. This fixes them. | markm | 1996-07-30 | 3 | -3/+1 |
| | | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-( | ||||
* | Whups! Missed a ${.OBJDIR} here. | jkh | 1996-07-01 | 1 | -2/+2 |
| | |||||
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 3 | -17/+15 |
| | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | Remove $log's. | markm | 1996-06-20 | 2 | -120/+1 |
| | |||||
* | 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 | ||||
* | Localize time | ache | 1996-05-07 | 1 | -0/+10 |
| | |||||
* | Provide a rudimentary man page for this, based mostly on the README.PATCH. | markm | 1996-05-01 | 2 | -2/+61 |
| | |||||
* | Rewrite this a bit. The patch has already been applied, and users | markm | 1996-05-01 | 1 | -47/+39 |
| | | | | do not need to followmost of the upgrading instructions. | ||||
* | Add support for socks | pst | 1996-04-23 | 2 | -1/+12 |
| | |||||
* | Remove old cruft. | markm | 1996-04-16 | 2 | -161/+0 |
| | |||||
* | Fix oder of subdirs so this will rebuild if .depends are blown away. | markm | 1996-04-16 | 1 | -2/+2 |
| | |||||
* | Clarify some paths in the man pages. | markm | 1996-04-06 | 2 | -6/+8 |
| | |||||
* | Big clean-up job. Remove ancient and never-to-be used stuff. | markm | 1996-03-11 | 3 | -119/+15 |
| | | | | The look much more like BSD Makefiles now. | ||||
* | Fix typo #ifdef -> .if defined(). | markm | 1996-03-11 | 1 | -20/+7 |
| | | | | Tidy uo this file a bit. | ||||
* | Fix typo - -des -> -ldes | markm | 1996-03-10 | 1 | -2/+2 |
| | |||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -5/+11 |
| | | | | SRCS, DPADD cleanup | ||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -15/+22 |
| | | | | | SRCS cleanup DPADD cleanup | ||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -7/+13 |
| | | | | | SRCS cleanup DPADD cleanup | ||||
* | Kill gets() found | ache | 1996-02-23 | 1 | -3/+3 |
| | |||||
* | Fix weak random number hole | ache | 1996-02-21 | 8 | -15/+284 |
| | | | | Obtained from: CERT | ||||
* | Fixes to allow eBones to properly bootstrap in a release environment | markm | 1996-02-14 | 7 | -13/+13 |
| | | | | Submitted by: joerg | ||||
* | Remove the old DES library from the bootstrap: target | markm | 1996-02-13 | 1 | -1/+0 |
| | | | | Found by: Joerg | ||||
* | Remove the old DES library man pages from the make. This whole directory | markm | 1996-02-11 | 1 | -4/+1 |
| | | | | actually needs to be deleted and the man pages moved to eBones/lib. | ||||
* | The new des library has its own man pages. Trash this old one. | markm | 1996-02-11 | 1 | -380/+0 |
| | |||||
* | Push the old des library into the attic (finally!). Also update | markm | 1996-02-11 | 39 | -5078/+11 |
| | | | | headers to put des.h in <des.h> not <kerberosIV/des.h>. | ||||
* | Rename des_set_key -> des_set_key_krb. This was a name conflict with a | markm | 1996-02-03 | 4 | -6/+9 |
| | | | | documented routine in libdes. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 45 | -4088/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 171 | -26691/+0 |
| | |||||
* | Fix typo in bind argument | ache | 1995-12-24 | 1 | -2/+2 |
| | | | | Submitted by: gibbs | ||||
* | Shut compiler warning | ache | 1995-12-23 | 1 | -2/+2 |
| | |||||
* | After some more investigation I found that I can build a release from scratch | markm | 1995-11-21 | 1 | -1/+2 |
| | | | | | | | | | | by just adding the following patch. I think this is much cleaner than my previous patch that changed release/Makefile allthough I still think we can add the -DNOMAN in some places. :-) John -- Submitted by:John.Hay@csir.co.za | ||||
* | Bring Jordan's 2.1 dependancy fixes into current. | markm | 1995-11-12 | 4 | -8/+8 |
| | | | | | Incorporate some dependancy fixes from John Hay Submitted by: jkh, John Hay<jhay@mikom.csir.co.za> |