| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=30072
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22990
|
| |
|
|
|
|
|
| |
Obtained from: PST's fixes to the non-secure telnet{d}
Notes:
svn path=/head/; revision=22485
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21635
|
| |
|
|
|
|
|
|
| |
in eBones/. Peter has already (ages ago) done the repository copy. These
are mainly -Wall cleanups. The makefile changes will follow in a day or so.
Notes:
svn path=/head/; revision=19195
|
| |
|
|
|
|
|
| |
an alternate /usr/bin/login type program to be run.
Notes:
svn path=/head/; revision=17569
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17357
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15076
|
| |
|
|
|
|
|
| |
The look much more like BSD Makefiles now.
Notes:
svn path=/head/; revision=14548
|
| |
|
|
|
|
|
| |
SRCS, DPADD cleanup
Notes:
svn path=/head/; revision=14439
|
| |
|
|
|
|
|
| |
documented routine in libdes.
Notes:
svn path=/head/; revision=13878
|
| |
|
|
|
|
|
|
| |
Incorporate some dependancy fixes from John Hay
Submitted by: jkh, John Hay<jhay@mikom.csir.co.za>
Notes:
svn path=/head/; revision=12225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=11768
|
| |
|
|
|
|
|
| |
Zap only needed LD_* variables
Notes:
svn path=/head/; revision=11597
|
| |
|
|
|
|
|
| |
Submitted by: Sam Hartman <hartmans@mit.edu>
Notes:
svn path=/head/; revision=11590
|
| |
|
|
|
|
|
| |
of missing functionality in our libkrb which is no longer a problem.
Notes:
svn path=/head/; revision=11419
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10845
|
| |
|
|
|
|
|
| |
secure reference the libraries that were just build instead of in /usr/lib.
Notes:
svn path=/head/; revision=10814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10775
|
| |
|
|
|
|
|
| |
Obtained from: MIT
Notes:
svn path=/vendor-crypto/eBones/dist/; revision=10768
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10741
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10720
|
| |
|
|
|
|
|
|
| |
Pointed out by: Garrett Wollman
Obtained from: equivalent directoies rooted in src/
Notes:
svn path=/head/; revision=10713
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=10711
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=10679
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=10610
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10571
|
| |
|
|
|
|
|
| |
Submitted by: John Capo & Peter Wemm
Notes:
svn path=/head/; revision=10563
|
| |
|
|
|
|
|
| |
Submitted by: Peter Wemm & John Capo
Notes:
svn path=/head/; revision=10562
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10398
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=10277
|
| |
|
|
|
|
|
| |
missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
Notes:
svn path=/head/; revision=9932
|
| |
|
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9883
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9692
|
| |
|
|
|
|
|
|
|
|
| |
with MAKE_KERBEROS to allow other things to live
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9689
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Obtained from: Dave Borman <dab@cray.com>
Notes:
svn path=/head/; revision=9590
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8871
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.
Notes:
svn path=/cvs2svn/branches/EBONES_KRB4/; revision=3237
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2678
|
|
|
This needs tidying up and having makefiles sorted out later.
Reviewed by: Geoff Rehmet
Notes:
svn path=/vendor-crypto/eBones/dist/; revision=2050
|