summaryrefslogtreecommitdiffstats
path: root/eBones
Commit message (Collapse)AuthorAgeFilesLines
* Bmake fixes for the eBones tree.gibbs1995-09-1415-56/+44
|
* Actually install des.h. We haven't been for a while now.gibbs1995-09-142-17/+7
|
* des_check_key_parity and des_fixup_key_parity go by other names in eBones'gibbs1995-09-141-3/+1
| | | | des. I've added #defines for them, so they are no longer "missing".
* Bring back Makefile.inc and give it a better rules for dealing with thegibbs1995-09-141-19/+29
| | | | .et files.
* added Makefile.inc in the necessary places.markm1995-09-134-0/+12
| | | | | Pointed out by: Garrett Wollman Obtained from: equivalent directoies rooted in src/
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-1340-146/+168
| | | | | | | | | | | | | | 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
* sys_term.c: killed sleep(1) as this should no longer be a problem withdg1995-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.
* Major cleanup of eBones code:markm1995-09-07235-2005/+3820
| | | | | | | | | | | | | | | | | | - 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.
* Save and check against all address of kerberos servers. This completesgibbs1995-09-062-102/+242
| | | | | | | | the fixes for multi-homed kerberos servers. We're still debating on how we want to fix the client side. Reviewed by: Garrett Wollman <wollman>, Mark Murray <markm> Obtained from: Dieter Dworkin Muller <dworkin@village.org> (small changes by me)
* Move erase cleanup outside linemode conditionalpst1995-09-061-1/+1
|
* Avoid race condition with telnet options processing (login: prompt lost).pst1995-09-051-22/+7
| | | | Submitted by: John Capo & Peter Wemm
* Set erase character for login: prompt.pst1995-09-051-1/+5
| | | | Submitted by: Peter Wemm & John Capo
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientspst1995-08-282-6/+8
|
* Remove register, registerd & make_keypair until thedes library is moved. mmarkm1995-08-261-2/+4
|
* Allow the kerberos utilities and kerberised code to still find des.h inmarkm1995-08-261-2/+2
| | | | the old place. This corrects an upgrade that sneaked through too early.
* Start the eBones cleanup ball rolling.markm1995-08-25280-2551/+2037
| | | | | | | | | | | | | 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-053-4/+7
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* Nuke one __FreeBSD__ left outache1995-08-042-6/+6
| | | | | | Reviewed by: Submitted by: Obtained from:
* Change default banner to FreeBSD, properly ifdefed by __FreeBSD__ache1995-08-041-1/+5
| | | | | | Reviewed by: Submitted by: Obtained from:
* Update manual page to reflect "empty password" usage.pst1995-08-033-9/+9
|
* Null password should ask for randompst1995-08-022-6/+6
|
* Make the DB/DBM routines generic (ifdef FreeBSD considered evil), andpst1995-08-026-56/+72
| | | | | | also fix a string allocation bug. Submitted by: Havard Eidnes
* This commit was generated by cvs2svn to compensate for changes in r9866,pst1995-08-024-0/+912
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Program to receive and process a new kerberos database (this is run onpst1995-08-024-0/+912
| | | | | | | | | | | | | | | | | | | | | | 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
* | This commit was generated by cvs2svn to compensate for changes in r9864,pst1995-08-026-0/+1296
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import an updated revision of the MIT kprop program for distributingpst1995-08-026-0/+1296
| | | | | | | | | | | | | | | | | | | | | | kerberos databases to slave servers. NOTE: This method was abandoned by MIT long ago, this code is close to garbage, but it is slightly more secure than using rdist. There is no documentation available on how to use it, and it should -not- be built by default. Obtained from: MIT Project Athena
* | Make kadmind safe to run on multi-homed machines.gibbs1995-08-026-6/+33
| | | | | | | | Reviewed by: Garrett A. Wollman (wollman@FreeBSD.org)
* | Final cleanup pass through Makefiles, now this stuffache1995-07-243-12/+20
| | | | | | | | | | | | 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-242-0/+2
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Add LDADD+= -ldescryptache1995-07-241-1/+2
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Move -ldes under kerb stuff, my faultache1995-07-241-5/+3
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-242-4/+11
| | | | | | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from:
* | Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-1/+4
| | | | | | | | | | | | with MAKE_KERBEROS to allow other things to live 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)
* | Add comment about new_rbd_key.c module needed fromache1995-07-241-1/+4
| | | | | | | | original 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:
* | Fix many bogus things, typing error, dependance errors, etc.,ache1995-07-241-7/+16
| | | | | | | | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones.
* | date: 1995/07/12 13:10:58; author: jkh; state: Exp; lines: +3 -2rgrimes1995-07-221-2/+3
| | | | | | | | | | | | | | | | | | Sync with Mark M's latest suggestions. Submitted by: markm [This is being pulled from RELENG_2_0_5, it was commited there after the release, and we need it here and in RELENG_2_1_0, it will be cvs admin -o'ed off the RELENG_2_0_5 branch after this commit.]
* | When hostname len > 8, name replaced with dot notation when -u flagpst1995-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
* | The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd codepst1995-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
* | Update telnet to the 95.05.31 release.pst1995-07-2031-192/+459
| | | | | | | | Obtained from: Dave Borman <dab@cray.com>
* | Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-17/+20
| |
* | Remove trailing whitespace.rgrimes1995-05-30146-1254/+1254
| |
* | Remove trailing whitespace.rgrimes1995-05-3021-84/+84
| |
* | Make certain that random keys havethe correct parity, for interoperation withwollman1995-05-091-1/+2
| | | | | | | | | | | | MIT v4 implementations. Submitted by: Reece R. Pollack <reece@eco.twg.com>
* | Security fixes.dima1995-02-173-14/+42
| | | | | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* | Build kpasswd from normal passwd sources nowache1995-02-111-2/+4
| | | | | | | | Submitted by: mark@grondar.za
* | Various documentation changes.jkh1995-02-0853-242/+277
| | | | | | | | Submitted by: Mark Murray <mark@grondar.za>
* | Fix database deletion, we don't have .dir & .pag, use .db insteadache1995-01-252-4/+28
| |
* | Fix database rename, we don't have .dr & .pag, use .db insteadache1995-01-252-4/+32
| |
OpenPOWER on IntegriCloud