| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=30072
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22990
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
(same bug on both US and internat version)
Submitted by: Juha Inkari <inkari@cc.hut.fi>
Notes:
svn path=/head/; revision=18004
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17945
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17357
|
| |
|
|
|
|
|
|
| |
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
Notes:
svn path=/head/; revision=16663
|
| |
|
|
|
|
|
| |
Submitted by: gibbs
Notes:
svn path=/head/; revision=13003
|
| |
|
|
|
|
|
|
| |
Incorporate some dependancy fixes from John Hay
Submitted by: jkh, John Hay<jhay@mikom.csir.co.za>
Notes:
svn path=/head/; revision=12225
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10774
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10734
|
| |
|
|
|
|
|
| |
Pointed out by: Mark Murray <markm>
Notes:
svn path=/head/; revision=10732
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10720
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
|
|
little library is actually exportable (we think) even though it's pretty
useless iwithout the (non-exportable) clients.
Notes:
svn path=/head/; revision=5734
|