| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
of missing functionality in our libkrb which is no longer a problem.
Notes:
svn path=/head/; revision=11419
|
|
|
|
| |
Notes:
svn path=/head/; revision=11283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=11233
|
|
|
|
|
|
|
| |
already did this, but this catches the straglers.
Notes:
svn path=/head/; revision=11006
|
|
|
|
| |
Notes:
svn path=/head/; revision=10983
|
|
|
|
| |
Notes:
svn path=/head/; revision=10845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=10833
|
|
|
|
| |
Notes:
svn path=/head/; revision=10829
|
|
|
|
|
|
|
| |
Reviewed by:Justin Gibbs
Notes:
svn path=/head/; revision=10825
|
|
|
|
|
|
|
| |
secure reference the libraries that were just build instead of in /usr/lib.
Notes:
svn path=/head/; revision=10814
|
|
|
|
| |
Notes:
svn path=/head/; revision=10777
|
|
|
|
| |
Notes:
svn path=/head/; revision=10775
|
|
|
|
| |
Notes:
svn path=/head/; revision=10774
|
|
|
|
| |
Notes:
svn path=/head/; revision=10773
|
|
|
|
| |
Notes:
svn path=/head/; revision=10772
|
|
|
|
| |
Notes:
svn path=/head/; revision=10771
|
|
|
|
|
|
|
| |
Obtained from: MIT
Notes:
svn path=/vendor-crypto/eBones/dist/; revision=10768
|
|
|
|
|
|
|
| |
Obtained from: MIT
Notes:
svn path=/vendor-crypto/eBones/dist/; revision=10766
|
|
|
|
|
|
|
| |
tickets to other kerberos hosts safely in one easy step.
Notes:
svn path=/vendor-crypto/eBones/dist/; revision=10764
|
|
|
|
| |
Notes:
svn path=/head/; revision=10741
|
|
|
|
|
|
|
| |
Fix up some of the des calls to be compatible with eBones.
Notes:
svn path=/head/; revision=10740
|
|
|
|
| |
Notes:
svn path=/head/; revision=10739
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=10738
|
|
|
|
|
|
|
| |
klobered when the formating changes were "undone".
Notes:
svn path=/head/; revision=10736
|
|
|
|
| |
Notes:
svn path=/head/; revision=10734
|
|
|
|
|
|
|
| |
Pointed out by: Mark Murray <markm>
Notes:
svn path=/head/; revision=10732
|
|
|
|
| |
Notes:
svn path=/head/; revision=10722
|
|
|
|
|
|
|
| |
have die take an int arg that it never uses.
Notes:
svn path=/head/; revision=10721
|
|
|
|
| |
Notes:
svn path=/head/; revision=10720
|
|
|
|
| |
Notes:
svn path=/head/; revision=10719
|
|
|
|
|
|
|
| |
des. I've added #defines for them, so they are no longer "missing".
Notes:
svn path=/head/; revision=10718
|
|
|
|
|
|
|
| |
.et files.
Notes:
svn path=/head/; revision=10717
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=10574
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=10338
|
|
|
|
|
|
|
| |
the old place. This corrects an upgrade that sneaked through too early.
Notes:
svn path=/head/; revision=10331
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=9885
|
|
|
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9883
|
|
|
|
| |
Notes:
svn path=/head/; revision=9879
|
|
|
|
| |
Notes:
svn path=/head/; revision=9872
|
|
|
|
|
|
|
|
|
| |
also fix a string allocation bug.
Submitted by: Havard Eidnes
Notes:
svn path=/head/; revision=9871
|