aboutsummaryrefslogtreecommitdiff
path: root/eBones/libexec
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.Mark Murray1997-10-0328-11150/+0
| | | | Notes: svn path=/head/; revision=30072
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-21/+21
| | | | Notes: svn path=/head/; revision=22990
* Various buffer overrun fixes and other security enhancements.Mark Murray1997-02-093-10/+13
| | | | | | | Obtained from: PST's fixes to the non-secure telnet{d} Notes: svn path=/head/; revision=22485
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1411-26/+26
| | | | | | | | | | | 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-132-4/+6
| | | | Notes: svn path=/head/; revision=21635
* First round of moving secure telnet (AKA kerberised telnet) to its new homeMark Murray1996-10-268-41/+66
| | | | | | | | 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. Notes: svn path=/head/; revision=19195
* 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
* Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.Mark Murray1996-07-302-3/+3
| | | | Notes: svn path=/head/; revision=17357
* Localize timeAndrey A. Chernov1996-05-071-0/+10
| | | | Notes: svn path=/head/; revision=15661
* Clarify some paths in the man pages.Mark Murray1996-04-061-5/+7
| | | | Notes: svn path=/head/; revision=15076
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-39/+4
| | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-5/+11
| | | | | | | SRCS, DPADD cleanup Notes: svn path=/head/; revision=14439
* Rename des_set_key -> des_set_key_krb. This was a name conflict with aMark Murray1996-02-031-1/+1
| | | | | | | documented routine in libdes. Notes: svn path=/head/; revision=13878
* Bring Jordan's 2.1 dependancy fixes into current.Mark Murray1995-11-122-4/+4
| | | | | | | | Incorporate some dependancy fixes from John Hay Submitted by: jkh, John Hay<jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=12225
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreAndrey A. Chernov1995-10-241-1/+0
| | | | Notes: svn path=/head/; revision=11768
* Fix original patch error with ! before strncmpAndrey A. Chernov1995-10-201-4/+10
| | | | | | | Zap only needed LD_* variables Notes: svn path=/head/; revision=11597
* Don't allow LD_* env. variables to be trickedAndrey A. Chernov1995-10-201-3/+25
| | | | | | | Submitted by: Sam Hartman <hartmans@mit.edu> Notes: svn path=/head/; revision=11590
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-2/+0
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Correct a lie in the man pages: /etc/athena/srvtab -> /etc/kerberosIV/srvtabMark Murray1995-09-171-4/+4
| | | | Notes: svn path=/head/; revision=10845
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-161-2/+2
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* Integrate rkinitd into the build.Justin T. Gibbs1995-09-151-2/+2
| | | | Notes: svn path=/head/; revision=10775
* Server side of the rkinit package.Justin T. Gibbs1995-09-157-0/+884
| | | | | | | Obtained from: MIT Notes: svn path=/vendor-crypto/eBones/dist/; revision=10768
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-141-5/+1
| | | | Notes: svn path=/head/; revision=10741
* Bmake fixes for the eBones tree.Justin T. Gibbs1995-09-144-10/+10
| | | | Notes: svn path=/head/; revision=10720
* added Makefile.inc in the necessary places.Mark Murray1995-09-131-0/+3
| | | | | | | | Pointed out by: Garrett Wollman Obtained from: equivalent directoies rooted in src/ Notes: svn path=/head/; revision=10713
* After the Great eBones Repository Copy (tm), make ebones actuallyMark Murray1995-09-133-10/+15
| | | | | | | | | | | | | | | | | compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos Notes: svn path=/head/; revision=10711
* sys_term.c: killed sleep(1) as this should no longer be a problem withDavid Greenman1995-09-112-9/+3
| | | | | | | | | the move of startslave(). telnetd.c: fix bug introduced with the move of startslave()...the number of arguments was wrong and "level" and "user_name" had to be made globals. Notes: svn path=/head/; revision=10679
* Major cleanup of eBones code:Mark Murray1995-09-074-38/+59
| | | | | | | | | | | | | | | | | | | | | - Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style. Notes: svn path=/head/; revision=10610
* Move erase cleanup outside linemode conditionalPaul Traina1995-09-061-1/+1
| | | | Notes: svn path=/head/; revision=10571
* Avoid race condition with telnet options processing (login: prompt lost).Paul Traina1995-09-051-22/+7
| | | | | | | Submitted by: John Capo & Peter Wemm Notes: svn path=/head/; revision=10563
* Set erase character for login: prompt.Paul Traina1995-09-051-1/+5
| | | | | | | Submitted by: Peter Wemm & John Capo Notes: svn path=/head/; revision=10562
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientsPaul Traina1995-08-282-6/+8
| | | | Notes: svn path=/head/; revision=10398
* Start the eBones cleanup ball rolling.Mark Murray1995-08-254-6/+7
| | | | | | | | | | | | | | | | These are the start of a lot of work to clean up the FreeBSD eBones code. these changes include, but are not limited to: - Create prototypes for all the library routines - Make all the libraries compile clean with -Wall set - Fix numerous small bugs shown up in the above process - Prepare the code for libdes's removal to secure/ - add register, registerd and make_keypair to the make Lots more will follow in days to come. OK'ed by: rgrimes Notes: svn path=/head/; revision=10277
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-1/+2
| | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. Notes: svn path=/head/; revision=9932
* Change default banner to FreeBSD, properly ifdefed by __FreeBSD__Andrey A. Chernov1995-08-041-1/+5
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9883
* Program to receive and process a new kerberos database (this is run onPaul Traina1995-08-022-0/+456
| | | | | | | | | | | | | | the slave server). NOTE: This code should not be built, there is no documentation, and this method of database transfer is highly suboptimal. It's here just for those of us who actually have multiple K4 servers and want something more secure than the other distribution mechanisms. Obtained from: MIT Project Athena Notes: svn path=/vendor-crypto/eBones/dist/; revision=9866
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-07-241-2/+7
| | | | | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case) Notes: svn path=/head/; revision=9694
* Add -ldescrypt, or wrong crypt version can be picked from libcAndrey A. Chernov1995-07-241-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9692
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-0/+6
| | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9689
* When hostname len > 8, name replaced with dot notation when -u flagPaul Traina1995-07-201-7/+19
| | | | | | | | | | | | | | | | | | | | | | not specified (default case). Use _PATH_* for utmp/wtmp. Support for >32 PTYs. >Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Plug already known security hole. (Brought over from 1.1.5): Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. >Reviewed by: karl, guido >Submitted by: mrgreen@mame.mu.oz.au Obtained from: FreeBSD insecure telnetd Notes: svn path=/head/; revision=9592
* The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd codePaul Traina1995-07-201-19/+28
| | | | | | | | | | | | | | causes some clients that do not support linemode to mis-interpret the return key (i.e. double returns). The fix is to only do the state check for binary options if linemode will be used. Closes PR#505. Submitted by: Charles Henrich Obtained from: FreeBSD insecure telnetd Notes: svn path=/head/; revision=9591
* Update telnet to the 95.05.31 release.Paul Traina1995-07-209-79/+252
| | | | | | | Obtained from: Dave Borman <dab@cray.com> Notes: svn path=/head/; revision=9590
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-28/+28
| | | | Notes: svn path=/head/; revision=8871
* Initial import of eBones.Geoff Rehmet1994-09-303-0/+430
| | | | | | | | | | | | | | | | | (Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson. Notes: svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2678
* Move the telnetd with encryption to src/secureGeoff Rehmet1994-08-1214-0/+9103
This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet Notes: svn path=/vendor-crypto/eBones/dist/; revision=2050