freebsd-dev/eBones/krb
Mark Murray d79d4a7ced Major cleanup of eBones code:
- 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.
1995-09-07 21:39:00 +00:00
..
add_ticket.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
create_auth_reply.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
create_ciph.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
create_death_packet.c Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
create_ticket.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
debug_decl.c Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
decomp_ticket.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
des_rw.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
dest_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
extract_ticket.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
fgetst.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_ad_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_admhst.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_cred.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_in_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_krbhst.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_krbrlm.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_phost.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_pw_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_request.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_svc_in_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_tf_fullname.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
get_tf_realm.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
getrealm.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
getst.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
in_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
k_gethostname.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
klog.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
kname_parse.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
kntoln.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
kparse.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
krb_err_txt.c Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
krb_err.et Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
krb_get_in_tkt.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
krb_realmofhost.3 Various documentation changes. 1995-02-08 10:54:30 +00:00
krb_sendauth.3 Various documentation changes. 1995-02-08 10:54:30 +00:00
krb_set_tkt_string.3 Various documentation changes. 1995-02-08 10:54:30 +00:00
krb.3 Various documentation changes. 1995-02-08 10:54:30 +00:00
krbglue.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
kuserok.3 Various documentation changes. 1995-02-08 10:54:30 +00:00
kuserok.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
log.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
Makefile Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
mk_err.c Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
mk_priv.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
mk_req.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
mk_safe.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
month_sname.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
netread.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
netwrite.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
one.c Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
pkt_cipher.c Start the eBones cleanup ball rolling. 1995-08-25 22:52:32 +00:00
pkt_clen.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
rd_err.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
rd_priv.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
rd_req.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
rd_safe.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
read_service_key.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
recvauth.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
save_credentials.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
send_to_kdc.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
sendauth.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
stime.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
tf_shm.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
tf_util.3 Various documentation changes. 1995-02-08 10:54:30 +00:00
tf_util.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
tkt_string.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
util.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00