[5543] in Athena Bugs

home help back first fref pref prev next nref lref last post

Kerberos does not all man pages.

daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Sun Jul 15 18:22:12 1990

From: epeisach@ATHENA.MIT.EDU
Date: Sun, 15 Jul 90 18:21:56 -0400
To: bugs@ATHENA.MIT.EDU



New file: tf_util.point, and change to man/Imakefile

*** /dev/null	Sun Jul 15 13:34:12 1990
--- tf_util.point	Sun Jul 15 18:08:31 1990
***************
*** 0 ****
--- 1 ----
+ .so man3/tf_util.3
RCS file: RCS/Imakefile,v
retrieving revision 4.3
diff -c -r4.3 Imakefile
*** /tmp/,RCSt1001747	Sun Jul 15 18:18:54 1990
--- Imakefile	Sun Jul 15 18:17:12 1990
***************
*** 1,6 ****
  # $Source: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/kerberos/man/RCS/Imakefile,v $
! # $Author: jtkohl $
! # $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/kerberos/man/RCS/Imakefile,v 4.3 89/07/27 18:38:04 jtkohl Exp $
  #
  # Copyright 1987, 1988 by the Massachusetts Institute of Technology.
  #
--- 1,6 ----
  # $Source: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/kerberos/man/RCS/Imakefile,v $
! # $Author: epeisach $
! # $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/kerberos/man/RCS/Imakefile,v 4.4 90/07/15 18:16:50 epeisach Exp $
  #
  # Copyright 1987, 1988 by the Massachusetts Institute of Technology.
  #
***************
*** 18,24 ****
  	realm.point krb_realmofhost.3 krb_set_tkt_string.3 Imakefile \
  	krb.conf.5 krb.realms.5 \
  	rlogin.1 rsh.1 rcp.1 ksu.1 klogind.8 kshd.8 \
! 	tftpd.8 tcom.8 tftp.1
  
  manpage(1,kerberos.1)
  manpage(1,klist.1)
--- 18,24 ----
  	realm.point krb_realmofhost.3 krb_set_tkt_string.3 Imakefile \
  	krb.conf.5 krb.realms.5 \
  	rlogin.1 rsh.1 rcp.1 ksu.1 klogind.8 kshd.8 \
! 	tftpd.8 tcom.8 tftp.1 tf_util.3 tf_util.point
  
  manpage(1,kerberos.1)
  manpage(1,klist.1)
***************
*** 31,51 ****
--- 31,62 ----
  manpage(3,krb_sendauth.3)
  manpage(3,krb_realmofhost.3)
  manpage(3,krb_set_tkt_string.3)
+ manpage(3,tf_util.3)
  manpage(8,kadmin.8)
  manpage(8,kadmind.8)
  manpage(8,ksrvutil.8)
  manpage(5,krb.conf.5)
  manpage(5,krb.realms.5)
+ manpage(8,ext_srvtab.8)
  
+ manpage(8,kdb_destroy.8)
+ manpage(8,kdb_edit.8)
+ manpage(8,kdb_init.8)
+ manpage(8,kdb_util.8)
+ manpage(8,kstash.8)
+ 
  manpage(8,tftpd.8)
  manpage(8,tcom.8)
  manpage(1,tftp.1)
  
+ manpage(3,acl_check.3)
+ 
  # Berkeley-derived man pages
  manpage(1,rlogin.1)
  manpage(1,rsh.1)
  manpage(1,rcp.1)
  manpage(1,ksu.1)
+ manpage(3,kuserok.3)
  manpage(8,klogind.8)
  manpage(8,kshd.8)
  
***************
*** 52,64 ****
  # Set up "pointers" to the section 3 manpages.
  
  DES	= des_read_password \
! 	string_to_key \
! 	random_key \
  	des_set_key \
! 	ecb_encrypt \
! 	cbc_encrypt \
! 	pcbc_encrypt \
! 	cbc_cksum \
  	quad_cksum
  
  install:: des.point
--- 63,75 ----
  # Set up "pointers" to the section 3 manpages.
  
  DES	= des_read_password \
! 	des_string_to_key \
! 	des_random_key \
  	des_set_key \
! 	des_ecb_encrypt \
! 	des_cbc_encrypt \
! 	des_pcbc_encrypt \
! 	des_cbc_cksum \
  	quad_cksum
  
  install:: des.point
***************
*** 86,91 ****
--- 97,114 ----
  	for i in ${REALM} ; do \
  		${INSTALLFILE} realm.point ${DESTDIR}${MANDIR}/man3/$$i.3; \
  		done
+ TF	= \
+ 	tf_init \
+ 	tf_get_pname \
+ 	tf_get_pinst \
+ 	tf_get_cred \
+ 	tf_close
+ 
+ install:: tf_util.point
+ 	for i in ${TF} ; do \
+ 		${INSTALLFILE} tf_util.point ${DESTDIR}${MANDIR}/man3/$$i.3; \
+ 		done
+ 
  KRB	= \
  	krb_mk_req \
  	krb_rd_req \

home help back first fref pref prev next nref lref last post