summaryrefslogtreecommitdiffstats
path: root/eBones
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrate rkinit into the build.gibbs1995-09-152-3/+16
|
* Integrate rkinitd into the build.gibbs1995-09-151-2/+2
|
* Fix this file for the last time. My last diff was screwed up.gibbs1995-09-151-2/+1
|
* Integrate librkinit into the build.gibbs1995-09-151-2/+2
|
* Header files for the rkinit suite.gibbs1995-09-152-0/+148
|
* Fix the most blatant -Wall errors.gibbs1995-09-155-9/+22
|
* This commit was generated by cvs2svn to compensate for changes in r10768,gibbs1995-09-157-0/+884
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Server side of the rkinit package.gibbs1995-09-157-0/+884
| | | | | | | | Obtained from: MIT
* | 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
* | This commit was generated by cvs2svn to compensate for changes in r10764,gibbs1995-09-157-0/+1235
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * MIT's librkinit. Part of the rkinit suite. Rkinit allows you to forwardgibbs1995-09-157-0/+1235
| | | | | | | | tickets to other kerberos hosts safely in one easy step.
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-142-10/+2
| |
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-143-29/+15
| | | | | | | | Fix up some of the des calls to be compatible with eBones.
* | Prototypes for the function in new_rnd_key.c from the mit des library.gibbs1995-09-141-0/+11
| |
* | Bring in new_rnd_key.c from the mit des library. This gives folks in thegibbs1995-09-142-19/+16
| | | | | | | | | | | | | | U.S. the ability to build a secure telnet. Mark is already working on emultating these function in the export tree, but it will be a while yet. Kill MISSING since the missing functions are here now.
* | Bring back the multi-homed server fixes from revision 1.6. They gotgibbs1995-09-141-52/+121
| | | | | | | | klobered when the formating changes were "undone".
* | Forgot to bring this patch over.gibbs1995-09-141-2/+2
| |
* | Fix a few problems with the depend target.gibbs1995-09-144-11/+13
| | | | | | | | Pointed out by: Mark Murray <markm>
* | Bmake fixes for eBones.gibbs1995-09-1412-34/+22
| |
* | 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-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:
OpenPOWER on IntegriCloud