summaryrefslogtreecommitdiffstats
path: root/eBones
Commit message (Collapse)AuthorAgeFilesLines
* Add include of <sys/types.h> no longer included by <stdio.h>.davidn1997-04-161-1/+2
|
* Use srandomdev() nowache1997-03-241-2/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-22191-293/+293
|
* Fix the way the obj/ dir is foundmarkm1997-02-091-2/+2
|
* Various buffer overrun fixes and other security enhancements.markm1997-02-098-22/+69
| | | | Obtained from: PST's fixes to the non-secure telnet{d}
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14191-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.wosch1997-01-133-6/+9
|
* Fix a cosmetic bug that has bothered me for ages. :-)davidn1996-12-211-2/+3
| | | | kdb_edit will now match the examples in the handbook.
* First round of moving secure telnet (AKA kerberised telnet) to its new homemarkm1996-10-2628-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.jkh1996-10-011-4/+5
|
* More proper use of ${.CURDIR}.jkh1996-10-011-3/+3
|
* Fix up some compilation warnings.pst1996-09-224-19/+13
|
* Fix my typo here from last commit.peter1996-09-021-5/+5
| | | | | | (same bug on both US and internat version) Submitted by: Juha Inkari <inkari@cc.hut.fi>
* cmp -s || install -c --> install -Cpeter1996-08-304-21/+13
|
* Same as non-secure telnetd, add support for ``-P altlogin'' to specifypeter1996-08-133-4/+21
| | | | an alternate /usr/bin/login type program to be run.
* Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.markm1996-07-309-11/+13
|
* Some breakeages sneaked in. This fixes them.markm1996-07-303-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.jkh1996-07-011-2/+2
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-243-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.markm1996-06-202-120/+1
|
* Bring in a change that got lost when we spammed over the CVS repositorynate1996-06-052-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 timeache1996-05-071-0/+10
|
* Provide a rudimentary man page for this, based mostly on the README.PATCH.markm1996-05-012-2/+61
|
* Rewrite this a bit. The patch has already been applied, and usersmarkm1996-05-011-47/+39
| | | | do not need to followmost of the upgrading instructions.
* Add support for sockspst1996-04-232-1/+12
|
* Remove old cruft.markm1996-04-162-161/+0
|
* Fix oder of subdirs so this will rebuild if .depends are blown away.markm1996-04-161-2/+2
|
* Clarify some paths in the man pages.markm1996-04-062-6/+8
|
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-113-119/+15
| | | | The look much more like BSD Makefiles now.
* Fix typo #ifdef -> .if defined().markm1996-03-111-20/+7
| | | | Tidy uo this file a bit.
* Fix typo - -des -> -ldesmarkm1996-03-101-2/+2
|
* Sense MAKE_EBONES, DESTDIRache1996-03-091-5/+11
| | | | SRCS, DPADD cleanup
* Sense MAKE_EBONES, DESTDIRache1996-03-091-15/+22
| | | | | SRCS cleanup DPADD cleanup
* Sense MAKE_EBONES, DESTDIRache1996-03-091-7/+13
| | | | | SRCS cleanup DPADD cleanup
* Kill gets() foundache1996-02-231-3/+3
|
* Fix weak random number holeache1996-02-218-15/+284
| | | | Obtained from: CERT
* Fixes to allow eBones to properly bootstrap in a release environmentmarkm1996-02-147-13/+13
| | | | Submitted by: joerg
* Remove the old DES library from the bootstrap: targetmarkm1996-02-131-1/+0
| | | | Found by: Joerg
* Remove the old DES library man pages from the make. This whole directorymarkm1996-02-111-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.markm1996-02-111-380/+0
|
* Push the old des library into the attic (finally!). Also updatemarkm1996-02-1139-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 amarkm1996-02-034-6/+9
| | | | documented routine in libdes.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3045-4088/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-30171-26691/+0
|
* Fix typo in bind argumentache1995-12-241-2/+2
| | | | Submitted by: gibbs
* Shut compiler warningache1995-12-231-2/+2
|
* After some more investigation I found that I can build a release from scratchmarkm1995-11-211-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.markm1995-11-124-8/+8
| | | | | Incorporate some dependancy fixes from John Hay Submitted by: jkh, John Hay<jhay@mikom.csir.co.za>
* Add the man directory to the SUBDIR list - some pages were bing lost.markm1995-11-011-2/+2
| | | | | | Thes pages will move for 2.2. Please put this in 2.1
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreache1995-10-241-1/+0
|
OpenPOWER on IntegriCloud