head	1.8;
access;
symbols
	RELENG_2_1_0_BP:1.5
	RELENG_2_0_5_RELEASE:1.5
	RELENG_2_0_5:1.5.0.2
	RELENG_2_0_5_BP:1.5
	RELENG_2_0_5_ALPHA:1.5
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	ebones:1.1.1.1
	EBONES_KRB4:1.1.1;
locks; strict;
comment	@# @;


1.8
date	95.12.30.18.31.08;	author peter;	state dead;
branches;
next	1.7;

1.7
date	95.09.07.21.37.40;	author markm;	state Exp;
branches;
next	1.6;

1.6
date	95.08.25.22.51.09;	author markm;	state Exp;
branches;
next	1.5;

1.5
date	95.01.20.01.44.47;	author wollman;	state Exp;
branches;
next	1.4;

1.4
date	95.01.20.01.12.19;	author wollman;	state Exp;
branches;
next	1.3;

1.3
date	95.01.14.22.32.48;	author wollman;	state Exp;
branches;
next	1.2;

1.2
date	95.01.14.20.51.05;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.09.30.14.49.57;	author csgr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.30.14.49.58;	author csgr;	state Exp;
branches;
next	;


desc
@@


1.8
log
@recording cvs-1.6 file death
@
text
@#	From: @@(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.7 1995/09/07 21:37:40 markm Exp peter $

LIB=	krb
SHLIB_MAJOR= 2
SHLIB_MINOR= 0
CFLAGS+=-DKERBEROS -DCRYPT -DDEBUG -I${.CURDIR}/../include -DBSD42 -Wall
SRCS=	krb_err.c create_auth_reply.c create_ciph.c \
	create_death_packet.c create_ticket.c debug_decl.c decomp_ticket.c \
	des_rw.c dest_tkt.c extract_ticket.c fgetst.c get_ad_tkt.c \
	get_admhst.c get_cred.c get_in_tkt.c get_krbhst.c get_krbrlm.c \
	get_phost.c get_pw_tkt.c get_request.c get_svc_in_tkt.c \
	get_tf_fullname.c get_tf_realm.c getrealm.c getst.c in_tkt.c \
	k_gethostname.c klog.c kname_parse.c kntoln.c kparse.c \
	krb_err_txt.c krb_get_in_tkt.c kuserok.c log.c mk_err.c \
	mk_priv.c mk_req.c mk_safe.c month_sname.c \
	netread.c netwrite.c one.c pkt_cipher.c pkt_clen.c rd_err.c \
	rd_priv.c rd_req.c rd_safe.c read_service_key.c recvauth.c \
	save_credentials.c send_to_kdc.c sendauth.c stime.c tf_util.c \
	tkt_string.c util.c

TDIR=	${.CURDIR}/..
krb_err.c krb_err.h: krb_err.et
	test -e krb_err.et || ln -s ${.CURDIR}/krb_err.et .
	${COMPILE_ET} krb_err.et
LDADD+=	-lcom_err

beforeinstall:
	-cd ${.OBJDIR}; cmp -s krb_err.h \
	    ${DESTDIR}/usr/include/kerberosIV/krb_err.h || \
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 krb_err.h \
	    ${DESTDIR}/usr/include/kerberosIV

MAN3=	krb.3 krb_realmofhost.3 krb_sendauth.3 krb_set_tkt_string.3 \
	kuserok.3 tf_util.3

MLINKS=	krb.3 krb_mk_req.3 krb.3 krb_rd_req.3 krb.3 krb_kntoln.3 \
	krb.3 krb_set_key.3 krb.3 krb_get_cred.3 krb.3 krb_mk_priv.3 \
	krb.3 krb_rd_priv.3 krb.3 krb_mk_safe.3 krb.3 krb_rd_safe.3 \
	krb.3 krb_mk_err.3 krb.3 krb_rd_err.3 krb.3 krb_ck_repl.3

MLINKS+=krb_realmofhost.3 krb_get_phost.3 krb_realmofhost.3 krb_get_krbhst.3 \
	krb_realmofhost.3 krb_get_admhst.3 krb_realmofhost.3 krb_get_lrealm.3

MLINKS+=krb_realmofhost.3 realm.3

MLINKS+=krb_sendauth.3 krb_recvauth.3 krb_sendauth.3 krb_net_write.3 \
	krb_sendauth.3 krb_net_read.3

MLINKS+=krb_sendauth.3 ksend.3

MLINKS+=tf_util.3 tf_init.3 tf_util.3 tf_get_pname.3 \
	tf_util.3 tf_get_pinst.3 tf_util.3 tf_get_cred.3 \
	tf_util.3 tf_close.3

.include <bsd.lib.mk>
@


1.7
log
@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.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1995/07/18 16:38:02 mark Exp $
@


1.6
log
@Start the eBones cleanup ball rolling.
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
@
text
@d34 22
@


1.5
log
@Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/01/20 01:12:19 wollman Exp $
d7 1
a7 1
CFLAGS+=-DKERBEROS -DCRYPT -DDEBUG -I${.CURDIR}/../include -DBSD42
@


1.4
log
@A more correct fix for the new compile_et.  Also, add beforeinstall
rule to ensure that krb_err.h gets installed (some other programs need
it).
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1995/01/14 22:32:48 wollman Exp $
d26 1
@


1.3
log
@Remove obsolete `-n' flag from compile_et command line.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1995/01/14 20:51:05 wollman Exp $
d8 1
a8 1
SRCS=	create_auth_reply.c create_ciph.c \
d23 3
a25 2
krb_err.et.c: krb_err.et
	${COMPILE_ET} ${.CURDIR}/krb_err.et
d27 5
a31 3
beforedepend:	krb_err.et.c

CLEANFILES+=	krb_err.et.c krb_err.h
@


1.2
log
@Reflect the fact that compile_et is now a `system' utility.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $
d24 1
a24 1
	${COMPILE_ET} ${.CURDIR}/krb_err.et -n
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1994/09/07 16:10:17 g89r4222 Exp $
d23 1
a23 2
krb_err.et.c: ${COMPILE_ET}
	(cd ${TDIR}/compile_et; make)
@


1.1.1.1
log
@Initial import of eBones.
(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.
@
text
@@
