aboutsummaryrefslogtreecommitdiff
path: root/eBones
Commit message (Collapse)AuthorAgeFilesLines
...
* Program to receive and process a new kerberos database (this is run onPaul Traina1995-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 Notes: svn path=/vendor-crypto/eBones/dist/; revision=9866
* Import an updated revision of the MIT kprop program for distributingPaul Traina1995-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 Notes: svn path=/vendor-crypto/eBones/dist/; revision=9864
* Make kadmind safe to run on multi-homed machines.Justin T. Gibbs1995-08-026-6/+33
| | | | | | | Reviewed by: Garrett A. Wollman (wollman@FreeBSD.org) Notes: svn path=/head/; revision=9863
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-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) Notes: svn path=/head/; revision=9694
* Add -ldescrypt, or wrong crypt version can be picked from libcAndrey A. Chernov1995-07-242-0/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9692
* Add LDADD+= -ldescryptAndrey A. Chernov1995-07-241-1/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9691
* Move -ldes under kerb stuff, my faultAndrey A. Chernov1995-07-241-5/+3
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9690
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-242-4/+11
| | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9689
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-1/+4
| | | | | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from: Notes: svn path=/head/; revision=9688
* Add comment about new_rnd_key.c module needed from originalAndrey A. Chernov1995-07-241-0/+3
| | | | | | | libdes (and not present in eBones libdes) Notes: svn path=/head/; revision=9687
* Add comment about new_rbd_key.c module needed fromAndrey A. Chernov1995-07-241-1/+4
| | | | | | | original libdes Notes: svn path=/head/; revision=9686
* Fix dependances, typing errors, etc.Andrey A. Chernov1995-07-241-4/+6
| | | | | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from: Notes: svn path=/head/; revision=9685
* Fix many bogus things, typing error, dependance errors, etc.,Andrey A. Chernov1995-07-241-7/+16
| | | | | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones. Notes: svn path=/head/; revision=9683
* date: 1995/07/12 13:10:58; author: jkh; state: Exp; lines: +3 -2Rodney W. Grimes1995-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.] Notes: svn path=/head/; revision=9632
* 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-2031-192/+459
| | | | | | | Obtained from: Dave Borman <dab@cray.com> Notes: svn path=/head/; revision=9590
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-17/+20
| | | | Notes: svn path=/head/; revision=9202
* Remove trailing whitespace.Rodney W. Grimes1995-05-30146-1254/+1254
| | | | Notes: svn path=/head/; revision=8874
* Remove trailing whitespace.Rodney W. Grimes1995-05-3021-84/+84
| | | | Notes: svn path=/head/; revision=8871
* Make certain that random keys havethe correct parity, for interoperation withGarrett Wollman1995-05-091-1/+2
| | | | | | | | | MIT v4 implementations. Submitted by: Reece R. Pollack <reece@eco.twg.com> Notes: svn path=/head/; revision=8388
* Security fixes.Dima Ruban1995-02-173-14/+42
| | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT Notes: svn path=/head/; revision=6514
* Build kpasswd from normal passwd sources nowAndrey A. Chernov1995-02-111-2/+4
| | | | | | | Submitted by: mark@grondar.za Notes: svn path=/head/; revision=6315
* Various documentation changes.Jordan K. Hubbard1995-02-0853-242/+277
| | | | | | | Submitted by: Mark Murray <mark@grondar.za> Notes: svn path=/head/; revision=6240
* Fix database deletion, we don't have .dir & .pag, use .db insteadAndrey A. Chernov1995-01-252-4/+28
| | | | Notes: svn path=/head/; revision=5895
* Fix database rename, we don't have .dr & .pag, use .db insteadAndrey A. Chernov1995-01-252-4/+32
| | | | Notes: svn path=/head/; revision=5894
* Less expensive fix for the freeing of uninitialized fields in the hostdataJustin T. Gibbs1995-01-252-18/+20
| | | | | | | | struct. Simply test the "no_host" variable, which if true implies that the hostdata contains bogus data, and act accordingly. Notes: svn path=/head/; revision=5877
* bzero hostdata in send_to_kdc so that if we immediately jump to theJustin T. Gibbs1995-01-252-2/+4
| | | | | | | | | cleanup routine, we don't look at bogus data to determine wheter or not to free the fields of the hostdata struct. This cures the "klogin segfaults when no kerberos servers are availible" problem. Notes: svn path=/head/; revision=5874
* Add missing newline (or messages concatenated)Andrey A. Chernov1995-01-251-2/+2
| | | | Notes: svn path=/head/; revision=5868
* Print out error messages from libkadm correctly (i.e., using com_err).Garrett Wollman1995-01-232-6/+6
| | | | Notes: svn path=/head/; revision=5818
* Add ksrvutil.Garrett Wollman1995-01-201-2/+2
| | | | Notes: svn path=/head/; revision=5757
* Add last piece in fully-functional Kerberos implementation: ksrvutil,Garrett Wollman1995-01-205-0/+1471
| | | | | | | a program to manage /etc/srvtab. Notes: svn path=/head/; revision=5756
* Added Kerberized passwd.Garrett Wollman1995-01-201-2/+2
| | | | Notes: svn path=/head/; revision=5755
* Password-changing program with Kerberos support via the `kadmin'Garrett Wollman1995-01-204-0/+716
| | | | | | | | protocol. Replaces passwd(1) when eBones is installed. As before, HOW-TO explains the gory details. Notes: svn path=/head/; revision=5754
* Fix bonehead /usr/lib -> /usr/bin.Garrett Wollman1995-01-202-4/+4
| | | | Notes: svn path=/head/; revision=5753
* Add kadmind.Garrett Wollman1995-01-201-2/+2
| | | | Notes: svn path=/head/; revision=5738
* Add kadmind. HOW-TO documents how to get here from raw eBones.Garrett Wollman1995-01-2019-0/+4008
| | | | Notes: svn path=/head/; revision=5737
* Add kadmin.Garrett Wollman1995-01-202-3/+10
| | | | Notes: svn path=/head/; revision=5736
* The user side of the kadmin protocol. HOW-TO describes how to recreateGarrett Wollman1995-01-207-0/+1380
| | | | | | | this based just on the eBones distribution. Notes: svn path=/head/; revision=5735
* Add the library used by `kadmin' and `kadmind'. Oddly enough, thisGarrett Wollman1995-01-2014-0/+2212
| | | | | | | | little library is actually exportable (we think) even though it's pretty useless iwithout the (non-exportable) clients. Notes: svn path=/head/; revision=5734
* Don't install kadm.h from here; it's done by the libkadm directory.Garrett Wollman1995-01-201-4/+6
| | | | Notes: svn path=/head/; revision=5733
* Do all libraries first. Don't do `include' twice.Garrett Wollman1995-01-201-4/+4
| | | | Notes: svn path=/head/; revision=5732
* Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.Garrett Wollman1995-01-202-2/+4
| | | | Notes: svn path=/head/; revision=5731
* Kill more bogus man pages. (The correct ones are with their programs.)Garrett Wollman1995-01-201-3/+3
| | | | Notes: svn path=/head/; revision=5730
* A more correct fix for the new compile_et. Also, add beforeinstallGarrett Wollman1995-01-202-14/+20
| | | | | | | | rule to ensure that krb_err.h gets installed (some other programs need it). Notes: svn path=/head/; revision=5729
* Remove obsolete `-n' flag from compile_et command line.Garrett Wollman1995-01-142-4/+4
| | | | Notes: svn path=/head/; revision=5626
* Reflect the fact that compile_et is now a `system' utility.Garrett Wollman1995-01-142-6/+4
| | | | Notes: svn path=/head/; revision=5616
* Reflect the fact that compile_et has been moved and is now a `system'Garrett Wollman1995-01-142-9/+4
| | | | | | | utility. Notes: svn path=/head/; revision=5615
* Don't install bogus tftp, tftpd, tcom manual pages from the MIT KerberosGarrett Wollman1994-11-201-3/+3
| | | | | | | distribution. They don't apply here. Notes: svn path=/head/; revision=4719
* Add a `help-distribute' target which does a `distribute' in our subdirs,Garrett Wollman1994-11-201-1/+14
| | | | | | | | | | then goes into all the directories a `make kprog' would have and does it there, too. This should complete the krbdist, except that P-HK has to figure out where in his build process he wants to build and install this stuff. Notes: svn path=/head/; revision=4718