summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.markm1996-07-302-2/+2
|
* 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
* Add support for sockspst1996-04-232-1/+12
|
* Clarify some paths in the man pages.markm1996-04-061-1/+1
|
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-111-48/+8
| | | | The look much more like BSD Makefiles now.
* Sense MAKE_EBONES, DESTDIRache1996-03-091-7/+13
| | | | | SRCS cleanup DPADD cleanup
* Kill gets() foundache1996-02-231-3/+3
|
* Fixes to allow eBones to properly bootstrap in a release environmentmarkm1996-02-142-5/+5
| | | | Submitted by: joerg
* Rename des_set_key -> des_set_key_krb. This was a name conflict with amarkm1996-02-031-1/+1
| | | | documented routine in libdes.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-207/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Shut compiler warningache1995-12-231-2/+2
|
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-111-2/+0
| | | | of missing functionality in our libkrb which is no longer a problem.
* Add -L paths for all locally built eBones libraries. Many of the programsgibbs1995-09-266-12/+12
| | | | already did this, but this catches the straglers.
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesgibbs1995-09-161-1/+2
| | | | secure reference the libraries that were just build instead of in /usr/lib.
* Integrate rkinit into the build.gibbs1995-09-151-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r10766,gibbs1995-09-153-0/+433
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Rkinit allows you to safely forward tickets to other kerberos hosts.gibbs1995-09-153-0/+433
| | | | | | | | Obtained from: MIT
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-141-5/+1
| |
* | Fix a few problems with the depend target.gibbs1995-09-141-4/+2
| | | | | | | | Pointed out by: Mark Murray <markm>
* | Don't cast die with (__sighandler_t *) when its passed to signal(). Insteadgibbs1995-09-142-6/+6
| | | | | | | | have die take an int arg that it never uses.
* | Bmake fixes for the eBones tree.gibbs1995-09-146-21/+15
| |
* | added Makefile.inc in the necessary places.markm1995-09-131-0/+3
| | | | | | | | | | Pointed out by: Garrett Wollman Obtained from: equivalent directoies rooted in src/
* | After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-138-29/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Major cleanup of eBones code:markm1995-09-0712-54/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Start the eBones cleanup ball rolling.markm1995-08-2514-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-051-1/+2
| | | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* | Final cleanup pass through Makefiles, now this stuffache1995-07-241-3/+4
| | | | | | | | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case)
* | Add -ldescrypt, or wrong crypt version can be picked from libcache1995-07-241-0/+1
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-4/+5
| | | | | | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from:
* | Add comment about new_rnd_key.c module needed from originalache1995-07-241-0/+3
| | | | | | | | libdes (and not present in eBones libdes)
* | Fix dependances, typing errors, etc.ache1995-07-241-4/+6
| | | | | | | | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from:
* | Update telnet to the 95.05.31 release.pst1995-07-2011-43/+117
| | | | | | | | Obtained from: Dave Borman <dab@cray.com>
* | Remove trailing whitespace.rgrimes1995-05-306-85/+85
| |
* | Remove trailing whitespace.rgrimes1995-05-305-17/+17
| |
* | Security fixes.dima1995-02-171-3/+15
| | | | | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* | Various documentation changes.jkh1995-02-082-8/+8
| | | | | | | | Submitted by: Mark Murray <mark@grondar.za>
* | Password-changing program with Kerberos support via the `kadmin'wollman1995-01-201-0/+223
| | | | | | | | | | protocol. Replaces passwd(1) when eBones is installed. As before, HOW-TO explains the gory details.
* | Fix bonehead /usr/lib -> /usr/bin.wollman1995-01-201-2/+2
| |
* | The user side of the kadmin protocol. HOW-TO describes how to recreatewollman1995-01-203-0/+686
|/ | | | this based just on the eBones distribution.
* Initial import of eBones.csgr1994-09-3018-0/+1648
| | | | | | | | | | | | | | (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.
* The telnet version with encryption in in.csgr1994-08-2720-0/+12310
Reviewed by: geoff.
OpenPOWER on IntegriCloud