summaryrefslogtreecommitdiffstats
path: root/eBones
Commit message (Collapse)AuthorAgeFilesLines
* Some breakeages sneaked in. This fixes them.markm1996-07-303-3/+1
| | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-(
* Whups! Missed a ${.OBJDIR} here.jkh1996-07-011-2/+2
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-243-17/+15
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Remove $log's.markm1996-06-202-120/+1
|
* 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
* Localize timeache1996-05-071-0/+10
|
* Provide a rudimentary man page for this, based mostly on the README.PATCH.markm1996-05-012-2/+61
|
* Rewrite this a bit. The patch has already been applied, and usersmarkm1996-05-011-47/+39
| | | | do not need to followmost of the upgrading instructions.
* Add support for sockspst1996-04-232-1/+12
|
* Remove old cruft.markm1996-04-162-161/+0
|
* Fix oder of subdirs so this will rebuild if .depends are blown away.markm1996-04-161-2/+2
|
* Clarify some paths in the man pages.markm1996-04-062-6/+8
|
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-113-119/+15
| | | | The look much more like BSD Makefiles now.
* Fix typo #ifdef -> .if defined().markm1996-03-111-20/+7
| | | | Tidy uo this file a bit.
* Fix typo - -des -> -ldesmarkm1996-03-101-2/+2
|
* Sense MAKE_EBONES, DESTDIRache1996-03-091-5/+11
| | | | SRCS, DPADD cleanup
* Sense MAKE_EBONES, DESTDIRache1996-03-091-15/+22
| | | | | SRCS cleanup DPADD cleanup
* Sense MAKE_EBONES, DESTDIRache1996-03-091-7/+13
| | | | | SRCS cleanup DPADD cleanup
* Kill gets() foundache1996-02-231-3/+3
|
* Fix weak random number holeache1996-02-218-15/+284
| | | | Obtained from: CERT
* Fixes to allow eBones to properly bootstrap in a release environmentmarkm1996-02-147-13/+13
| | | | Submitted by: joerg
* Remove the old DES library from the bootstrap: targetmarkm1996-02-131-1/+0
| | | | Found by: Joerg
* Remove the old DES library man pages from the make. This whole directorymarkm1996-02-111-4/+1
| | | | actually needs to be deleted and the man pages moved to eBones/lib.
* The new des library has its own man pages. Trash this old one.markm1996-02-111-380/+0
|
* Push the old des library into the attic (finally!). Also updatemarkm1996-02-1139-5078/+11
| | | | headers to put des.h in <des.h> not <kerberosIV/des.h>.
* Rename des_set_key -> des_set_key_krb. This was a name conflict with amarkm1996-02-034-6/+9
| | | | documented routine in libdes.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3045-4088/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-30171-26691/+0
|
* Fix typo in bind argumentache1995-12-241-2/+2
| | | | Submitted by: gibbs
* Shut compiler warningache1995-12-231-2/+2
|
* After some more investigation I found that I can build a release from scratchmarkm1995-11-211-1/+2
| | | | | | | | | | by just adding the following patch. I think this is much cleaner than my previous patch that changed release/Makefile allthough I still think we can add the -DNOMAN in some places. :-) John -- Submitted by:John.Hay@csir.co.za
* Bring Jordan's 2.1 dependancy fixes into current.markm1995-11-124-8/+8
| | | | | Incorporate some dependancy fixes from John Hay Submitted by: jkh, John Hay<jhay@mikom.csir.co.za>
* Add the man directory to the SUBDIR list - some pages were bing lost.markm1995-11-011-2/+2
| | | | | | Thes pages will move for 2.2. Please put this in 2.1
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreache1995-10-241-1/+0
|
* Fix original patch error with ! before strncmpache1995-10-201-4/+10
| | | | Zap only needed LD_* variables
* Don't allow LD_* env. variables to be trickedache1995-10-201-3/+25
| | | | Submitted by: Sam Hartman <hartmans@mit.edu>
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-113-7/+1
| | | | of missing functionality in our libkrb which is no longer a problem.
* Bump SHLIB_MINOR for krb_get_local_addr() and krb_bind_local_addr()gibbs1995-10-061-1/+2
|
* Kerberos can now deal with multi-homed clients.gibbs1995-10-0510-54/+298
| | | | | | | | | | | | | | Kerberos obtains a network address for the local host from the routing tables and uses it consistently for all Kerberos transactions. This ensures that packets only leave the *authenticated* interface. Clients who open and use their own sockets for encrypted or authenticated correspondance to kerberos services should bind their sockets to the same address as that used by kerberos. krb_get_local_addr() and krb_bind_local_addr() allow clients to obtain the local address or bind a socket to the local address used by Kerberos respectively. Reviewed by: Mark Murray <markm>, Garrett Wollman <wollman> Obtained from: concept by Dieter Dworkin Muller <dworkin@village.org>
* Add -L paths for all locally built eBones libraries. Many of the programsgibbs1995-09-2616-31/+33
| | | | already did this, but this catches the straglers.
* Remove duplicate rkinit_err.c entry in the SRCS line.gibbs1995-09-241-1/+1
|
* Correct a lie in the man pages: /etc/athena/srvtab -> /etc/kerberosIV/srvtabmarkm1995-09-171-4/+4
|
* The problem. If the first request to kerberos is not a ticketgibbs1995-09-171-14/+13
| | | | | | | | | | | | | request, it cores due to using the unitialized global req_name_ptr pointer. -Wall does not reveal this. Repeat by having an old valid ticket and start kerberos. rsh to a non-realm system. Also intialize lifetime to DEFAULT_TKT_LIFE and kerno to KSUCCESS since they can be refernced before being initialized. Submitted by: John Capo <jc@irbs.com>
* Fix printf formatting error %ls -> %s.gibbs1995-09-161-2/+2
|
* Bring in a hand written replacement for MIT's file of the same name.markm1995-09-161-170/+117
| | | | Reviewed by:Justin Gibbs
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesgibbs1995-09-162-3/+4
| | | | secure reference the libraries that were just build instead of in /usr/lib.
* 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
|
OpenPOWER on IntegriCloud