DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 30th September 2010
zazen zazen is offline
Port Guard
 
Join Date: Feb 2009
Posts: 12
Default OpenBSD/pf without compiler HOWTO update?

Hi all

Is there anyone who could help me with some links or some method of updating a firewall running OBSD/PF ?

The book "building firewalls with OB & PF" only states that it is unwise to install the compiler on a firewall. But it provides only a very shallow explanation of how to go about updating without it.

Building the packages on a remote machine is all very well but, once the packages are installed on the remote machine how can I possibly figure out how to get all that stuff on the firewall or what exactly has to be moved changed updated etc....for that matter, some of these "make install"s spit out a couple of pages of output onto the terminal.

kind regards,
Reply With Quote
  #2   (View Single Post)  
Old 30th September 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by zazen View Post
Is there anyone who could help me with some links or some method of updating a firewall running OBSD/PF ?
It is worth studying the Upgrade Guide:

http://www.openbsd.org/faq/upgrade47.html

Also, installing from USB was discussed here some time back:

http://www.daemonforums.org/showthread.php?t=4576
Quote:
The book "building firewalls with OB & PF" only states that it is unwise to install the compiler on a firewall.
This is not a hard & fast opinion. In fact, the project developers were arguing on misc@ that not having a compiler available causes too many to take less than secure shortcuts:

http://marc.info/?t=114654956200001&r=1&w=2
Quote:
Building the packages on a remote machine is all very well but, once the packages are installed on the remote machine how can I possibly figure out how to get all that stuff on the firewall...
Install the packages on the firewall pointing PKG_PATH to the build machine.
Quote:
... or what exactly has to be moved changed updated etc....
Figuring out what needs to be upgraded has been recently discussed here:

http://www.daemonforums.org/showthre...3873#post33873
Quote:
for that matter, some of these "make install"s spit out a couple of pages of output onto the terminal.
I suspect you are saying the firewall is running headless. If connecting to the firewall via SSH is not possible on the internal interface, why not connect a null modem cable from a laptop & monitor updates/installations from a serial connection?
Reply With Quote
  #3   (View Single Post)  
Old 30th September 2010
zazen zazen is offline
Port Guard
 
Join Date: Feb 2009
Posts: 12
Red face

first off, thanks a lot for all the info and links

Quote:
I suspect you are saying the firewall is running headless. If connecting to the firewall via SSH is not possible on the internal interface, why not connect a null modem cable from a laptop & monitor updates/installations from a serial connection?
Reply With Quote
Sorry for the confusion, what i meant was that the book states that the output (on the "build machine") of "make install" provides the info on what has been done and subsequently what has to be done on the firewall.
As I usually rely on things like ports or Slackbuilds I am somewhat at a loss of how to "read" the info. as an example this is the output of the make install of the 001 patch for 4.7
Code:
# make install

install -c -o root -g bin -m 600 libkrb5.a  /usr/lib/libkrb5.a
ranlib -t /usr/lib/libkrb5.a
chmod 444 /usr/lib/libkrb5.a
install -c -o root -g bin -m 600  libkrb5_p.a /usr/lib
ranlib -t /usr/lib/libkrb5_p.a
chmod 444 /usr/lib/libkrb5_p.a
install -c -o root -g bin -m 600  libkrb5_pic.a /usr/lib
ranlib -t /usr/lib/libkrb5_pic.a
chmod 444 /usr/lib/libkrb5_pic.a
install -c -o root -g bin -m 444  libkrb5.so.17.0 /usr/lib
install -c -o root -g bin -m 444  llib-lkrb5.ln /usr/libdata/lint
for f in kafs asn1 com_err; do  ln -f /usr/lib/libkrb5.so.17.0  /usr/lib/lib$f.so.17.0 ; done
for f in kafs asn1 com_err; do  if [ -f /usr/lib/libkrb5_pic.a ]; then  ln -f /usr/lib/libkrb5_pic.a  /usr/lib/lib${f}_pic.a ; fi  done
for f in kafs asn1 com_err hdb; do  ln -f /usr/lib/libkrb5.a  /usr/lib/lib$f.a ;  done
for f in kafs asn1 com_err hdb; do  ln -f /usr/lib/libkrb5_p.a  /usr/lib/lib${f}_p.a ;  done
install -c -o root -g bin -m 444 kafs.cat3 /usr/share/man/cat3/kafs.0
install -c -o root -g bin -m 444 getarg.cat3 /usr/share/man/cat3/getarg.0
install -c -o root -g bin -m 444 parse_time.cat3 /usr/share/man/cat3/parse_time.0
install -c -o root -g bin -m 444 rtbl.cat3 /usr/share/man/cat3/rtbl.0
install -c -o root -g bin -m 444 krb524_convert_creds_kdc.cat3 /usr/share/man/cat3/krb524_convert_creds_kdc.0
install -c -o root -g bin -m 444 krb5_acl_match_file.cat3 /usr/share/man/cat3/krb5_acl_match_file.0
install -c -o root -g bin -m 444 krb5.conf.cat5 /usr/share/man/cat5/krb5.conf.0
install -c -o root -g bin -m 444 kerberos.cat8 /usr/share/man/cat8/kerberos.0
install -c -o root -g bin -m 444 krb5.cat3 /usr/share/man/cat3/krb5.0
install -c -o root -g bin -m 444 krb5_init_context.cat3 /usr/share/man/cat3/krb5_init_context.0
install -c -o root -g bin -m 444 krb5_warn.cat3 /usr/share/man/cat3/krb5_warn.0
install -c -o root -g bin -m 444 krb5_425_conv_principal.cat3 /usr/share/man/cat3/krb5_425_conv_principal.0
install -c -o root -g bin -m 444 krb5_appdefault.cat3 /usr/share/man/cat3/krb5_appdefault.0
install -c -o root -g bin -m 444 krb5_config.cat3 /usr/share/man/cat3/krb5_config.0
install -c -o root -g bin -m 444 krb5_openlog.cat3 /usr/share/man/cat3/krb5_openlog.0
install -c -o root -g bin -m 444 krb5_auth_context.cat3 /usr/share/man/cat3/krb5_auth_context.0
install -c -o root -g bin -m 444 krb5_context.cat3 /usr/share/man/cat3/krb5_context.0
install -c -o root -g bin -m 444 krb5_create_checksum.cat3 /usr/share/man/cat3/krb5_create_checksum.0
install -c -o root -g bin -m 444 krb5_crypto_init.cat3 /usr/share/man/cat3/krb5_crypto_init.0
install -c -o root -g bin -m 444 krb5_encrypt.cat3 /usr/share/man/cat3/krb5_encrypt.0
install -c -o root -g bin -m 444 krb5_keytab.cat3 /usr/share/man/cat3/krb5_keytab.0
install -c -o root -g bin -m 444 krb5_verify_user.cat3 /usr/share/man/cat3/krb5_verify_user.0
install -c -o root -g bin -m 444 krb5_set_password.cat3 /usr/share/man/cat3/krb5_set_password.0
install -c -o root -g bin -m 444 krb5_ccache.cat3 /usr/share/man/cat3/krb5_ccache.0
install -c -o root -g bin -m 444 krb5_address.cat3 /usr/share/man/cat3/krb5_address.0
install -c -o root -g bin -m 444 krb5_aname_to_localname.cat3 /usr/share/man/cat3/krb5_aname_to_localname.0
install -c -o root -g bin -m 444 krb5_data.cat3 /usr/share/man/cat3/krb5_data.0
install -c -o root -g bin -m 444 krb5_get_all_client_addrs.cat3 /usr/share/man/cat3/krb5_get_all_client_addrs.0
install -c -o root -g bin -m 444 krb5_get_krbhst.cat3 /usr/share/man/cat3/krb5_get_krbhst.0
install -c -o root -g bin -m 444 krb5_krbhst_init.cat3 /usr/share/man/cat3/krb5_krbhst_init.0
install -c -o root -g bin -m 444 krb5_kuserok.cat3 /usr/share/man/cat3/krb5_kuserok.0
install -c -o root -g bin -m 444 krb5_set_default_realm.cat3 /usr/share/man/cat3/krb5_set_default_realm.0
install -c -o root -g bin -m 444 krb5_timeofday.cat3 /usr/share/man/cat3/krb5_timeofday.0
install -c -o root -g bin -m 444 krb5_get_init_creds.cat3 /usr/share/man/cat3/krb5_get_init_creds.0
install -c -o root -g bin -m 444 krb5_verify_init_creds.cat3 /usr/share/man/cat3/krb5_verify_init_creds.0
install -c -o root -g bin -m 444 krb5_c_make_checksum.cat3 /usr/share/man/cat3/krb5_c_make_checksum.0
install -c -o root -g bin -m 444 krb5_check_transited.cat3 /usr/share/man/cat3/krb5_check_transited.0
install -c -o root -g bin -m 444 krb5_compare_creds.cat3 /usr/share/man/cat3/krb5_compare_creds.0
install -c -o root -g bin -m 444 krb5_creds.cat3 /usr/share/man/cat3/krb5_creds.0
install -c -o root -g bin -m 444 krb5_eai_to_heim_errno.cat3 /usr/share/man/cat3/krb5_eai_to_heim_errno.0
install -c -o root -g bin -m 444 krb5_expand_hostname.cat3 /usr/share/man/cat3/krb5_expand_hostname.0
install -c -o root -g bin -m 444 krb5_find_padata.cat3 /usr/share/man/cat3/krb5_find_padata.0
install -c -o root -g bin -m 444 krb5_generate_random_block.cat3 /usr/share/man/cat3/krb5_generate_random_block.0
install -c -o root -g bin -m 444 krb5_get_credentials.cat3 /usr/share/man/cat3/krb5_get_credentials.0
install -c -o root -g bin -m 444 krb5_get_forwarded_creds.cat3 /usr/share/man/cat3/krb5_get_forwarded_creds.0
install -c -o root -g bin -m 444 krb5_get_in_cred.cat3 /usr/share/man/cat3/krb5_get_in_cred.0
install -c -o root -g bin -m 444 krb5_getportbyname.cat3 /usr/share/man/cat3/krb5_getportbyname.0
install -c -o root -g bin -m 444 krb5_is_thread_safe.cat3 /usr/share/man/cat3/krb5_is_thread_safe.0
install -c -o root -g bin -m 444 krb5_keyblock.cat3 /usr/share/man/cat3/krb5_keyblock.0
install -c -o root -g bin -m 444 krb5_mk_safe.cat3 /usr/share/man/cat3/krb5_mk_safe.0
install -c -o root -g bin -m 444 krb5_principal.cat3 /usr/share/man/cat3/krb5_principal.0
install -c -o root -g bin -m 444 krb5_rcache.cat3 /usr/share/man/cat3/krb5_rcache.0
install -c -o root -g bin -m 444 krb5_rd_error.cat3 /usr/share/man/cat3/krb5_rd_error.0
install -c -o root -g bin -m 444 krb5_rd_safe.cat3 /usr/share/man/cat3/krb5_rd_safe.0
install -c -o root -g bin -m 444 krb5_storage.cat3 /usr/share/man/cat3/krb5_storage.0
install -c -o root -g bin -m 444 krb5_string_to_key.cat3 /usr/share/man/cat3/krb5_string_to_key.0
install -c -o root -g bin -m 444 krb5_ticket.cat3 /usr/share/man/cat3/krb5_ticket.0
install -c -o root -g bin -m 444 com_err.cat3 /usr/share/man/cat3/com_err.0
/usr/share/man/cat3/k_hasafs.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/k_pioctl.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/k_unlog.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/k_setpag.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/k_afs_cell_of_file.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/kafs_set_verbose.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/kafs_settoken_rxkad.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/kafs_settoken.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/krb_afslog.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/krb_afslog_uid.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/kafs_settoken5.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/krb5_afslog.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/krb5_afslog_uid.0 -> /usr/share/man/cat3/kafs.0
/usr/share/man/cat3/arg_printusage.0 -> /usr/share/man/cat3/getarg.0
/usr/share/man/cat3/print_time_table.0 -> /usr/share/man/cat3/parse_time.0
/usr/share/man/cat3/unparse_time.0 -> /usr/share/man/cat3/parse_time.0
/usr/share/man/cat3/unparse_time_approx.0 -> /usr/share/man/cat3/parse_time.0
/usr/share/man/cat3/rtbl_create.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_destroy.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_set_flags.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_get_flags.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_set_prefix.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_set_separator.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_set_column_prefix.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_set_column_affix_by_id.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_add_column.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_add_column_by_id.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_add_column_entry.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_add_column_entry_by_id.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_new_row.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/rtbl_format.0 -> /usr/share/man/cat3/rtbl.0
/usr/share/man/cat3/krb524_convert_creds_kdc_ccache.0 -> /usr/share/man/cat3/krb524_convert_creds_kdc.0
/usr/share/man/cat3/krb5_acl_match_string.0 -> /usr/share/man/cat3/krb5_acl_match_file.0
/usr/share/man/cat3/krb5_free_context.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_init_ets.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_add_et_list.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_add_extra_addresses.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_add_ignore_addresses.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_get_extra_addresses.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_get_ignore_addresses.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_set_extra_addresses.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_set_ignore_addresses.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_set_fcache_version.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_get_fcache_version.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_set_config_files.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_prepend_config_files.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_prepend_config_files_default.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_get_default_config_files.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_free_config_files.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_set_use_admin_kdc.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_get_use_admin_kdc.0 -> /usr/share/man/cat3/krb5_init_context.0
/usr/share/man/cat3/krb5_abort.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_abortx.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_clear_error_string.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_err.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_errx.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_free_error_string.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_get_err_text.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_get_error_string.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_have_error_string.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_set_error_string.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_set_warn_dest.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_vabort.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_vabortx.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_verr.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_verrx.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_vset_error_string.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_vwarn.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_vwarnx.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_warnx.0 -> /usr/share/man/cat3/krb5_warn.0
/usr/share/man/cat3/krb5_425_conv_principal_ext.0 -> /usr/share/man/cat3/krb5_425_conv_principal.0
/usr/share/man/cat3/krb5_524_conv_principal.0 -> /usr/share/man/cat3/krb5_425_conv_principal.0
/usr/share/man/cat3/krb5_appdefault_boolean.0 -> /usr/share/man/cat3/krb5_appdefault.0
/usr/share/man/cat3/krb5_appdefault_string.0 -> /usr/share/man/cat3/krb5_appdefault.0
/usr/share/man/cat3/krb5_appdefault_time.0 -> /usr/share/man/cat3/krb5_appdefault.0
/usr/share/man/cat3/krb5_config_file_free.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_free_strings.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_bool.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_bool_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_int.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_int_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_list.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_next.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_string.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_string_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_strings.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_time.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_get_time_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_parse_file.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_parse_file_multi.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_bool.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_bool_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_int.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_int_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_list.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_next.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_string.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_string_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_strings.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_time.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_config_vget_time_default.0 -> /usr/share/man/cat3/krb5_config.0
/usr/share/man/cat3/krb5_initlog.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_closelog.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_addlog_dest.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_addlog_func.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_log.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_vlog.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_log_msg.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_vlog_msg.0 -> /usr/share/man/cat3/krb5_openlog.0
/usr/share/man/cat3/krb5_auth_con_addflags.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_free.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_genaddrs.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_generatelocalsubkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getaddrs.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getauthenticator.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getflags.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getlocalsubkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getrcache.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getremotesubkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_getuserkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_init.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_initivector.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_removeflags.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setaddrs.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setaddrs_from_fd.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setflags.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setivector.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setlocalsubkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setrcache.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setremotesubkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_con_setuserkey.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_getcksumtype.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_getkeytype.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_getlocalseqnumber.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_getremoteseqnumber.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_setcksumtype.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_setkeytype.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_setlocalseqnumber.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_auth_setremoteseqnumber.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_free_authenticator.0 -> /usr/share/man/cat3/krb5_auth_context.0
/usr/share/man/cat3/krb5_checksum.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_checksum_disable.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_checksum_is_collision_proof.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_checksum_is_keyed.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_checksumsize.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_cksumtype_valid.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_copy_checksum.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_crypto_get_checksum_type.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_free_checksum.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_free_checksum_contents.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_hmac.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_verify_checksum.0 -> /usr/share/man/cat3/krb5_create_checksum.0
/usr/share/man/cat3/krb5_crypto_destroy.0 -> /usr/share/man/cat3/krb5_crypto_init.0
/usr/share/man/cat3/krb5_crypto_getblocksize.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_crypto_getconfoundersize.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_crypto_getenctype.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_crypto_getpadsize.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_decrypt.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_decrypt_EncryptedData.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_decrypt_ivec.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_decrypt_ticket.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_encrypt_EncryptedData.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_encrypt_ivec.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_enctype_disable.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_enctype_keysize.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_enctype_to_string.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_enctype_valid.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_get_wrapped_length.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_string_to_enctype.0 -> /usr/share/man/cat3/krb5_encrypt.0
/usr/share/man/cat3/krb5_kt_ops.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_keytab_entry.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_cursor.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_add_entry.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_close.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_compare.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_copy_entry_contents.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_default.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_default_modify_name.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_default_name.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_end_seq_get.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_free_entry.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_get_entry.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_get_name.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_get_type.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_next_entry.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_read_service_key.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_register.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_remove_entry.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_resolve.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_kt_start_seq_get.0 -> /usr/share/man/cat3/krb5_keytab.0
/usr/share/man/cat3/krb5_verify_user_lrealm.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_user_opt.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_opt_init.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_opt_set_ccache.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_opt_set_flags.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_opt_set_service.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_opt_set_secure.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_verify_opt_set_keytab.0 -> /usr/share/man/cat3/krb5_verify_user.0
/usr/share/man/cat3/krb5_change_password.0 -> /usr/share/man/cat3/krb5_set_password.0
/usr/share/man/cat3/krb5_set_password_using_ccache.0 -> /usr/share/man/cat3/krb5_set_password.0
/usr/share/man/cat3/krb5_passwd_result_to_string.0 -> /usr/share/man/cat3/krb5_set_password.0
/usr/share/man/cat3/krb5_cc_cursor.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_ops.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_fcc_ops.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_mcc_ops.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_clear_mcred.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_close.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_copy_cache.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_default.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_default_name.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_destroy.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_end_seq_get.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_gen_new.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_get_name.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_get_ops.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_get_prefix_ops.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_get_principal.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_get_type.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_get_version.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_initialize.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_next_cred.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_next_cred_match.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_new_unique.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_register.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_remove_cred.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_resolve.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_retrieve_cred.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_set_default_name.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_set_flags.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_cc_store_cred.0 -> /usr/share/man/cat3/krb5_ccache.0
/usr/share/man/cat3/krb5_addresses.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_sockaddr2address.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_sockaddr2port.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_addr2sockaddr.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_max_sockaddr_size.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_sockaddr_uninteresting.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_h_addr2sockaddr.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_h_addr2addr.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_anyaddr.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_print_address.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_parse_address.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_address_order.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_address_compare.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_address_search.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_free_address.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_free_addresses.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_copy_address.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_copy_addresses.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_append_addresses.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_make_addrport.0 -> /usr/share/man/cat3/krb5_address.0
/usr/share/man/cat3/krb5_data_zero.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_data_free.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_free_data_contents.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_free_data.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_data_alloc.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_data_realloc.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_data_copy.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_copy_data.0 -> /usr/share/man/cat3/krb5_data.0
/usr/share/man/cat3/krb5_get_all_server_addrs.0 -> /usr/share/man/cat3/krb5_get_all_client_addrs.0
/usr/share/man/cat3/krb5_get_krb_admin_hst.0 -> /usr/share/man/cat3/krb5_get_krbhst.0
/usr/share/man/cat3/krb5_get_krb_changepw_hst.0 -> /usr/share/man/cat3/krb5_get_krbhst.0
/usr/share/man/cat3/krb5_get_krb524hst.0 -> /usr/share/man/cat3/krb5_get_krbhst.0
/usr/share/man/cat3/krb5_free_krbhst.0 -> /usr/share/man/cat3/krb5_get_krbhst.0
/usr/share/man/cat3/krb5_krbhst_init_flags.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_krbhst_next.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_krbhst_next_as_string.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_krbhst_reset.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_krbhst_free.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_krbhst_format_string.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_krbhst_get_addrinfo.0 -> /usr/share/man/cat3/krb5_krbhst_init.0
/usr/share/man/cat3/krb5_copy_host_realm.0 -> /usr/share/man/cat3/krb5_set_default_realm.0
/usr/share/man/cat3/krb5_free_host_realm.0 -> /usr/share/man/cat3/krb5_set_default_realm.0
/usr/share/man/cat3/krb5_get_default_realm.0 -> /usr/share/man/cat3/krb5_set_default_realm.0
/usr/share/man/cat3/krb5_get_default_realms.0 -> /usr/share/man/cat3/krb5_set_default_realm.0
/usr/share/man/cat3/krb5_get_host_realm.0 -> /usr/share/man/cat3/krb5_set_default_realm.0
/usr/share/man/cat3/krb5_set_real_time.0 -> /usr/share/man/cat3/krb5_timeofday.0
/usr/share/man/cat3/krb5_us_timeofday.0 -> /usr/share/man/cat3/krb5_timeofday.0
/usr/share/man/cat3/krb5_format_time.0 -> /usr/share/man/cat3/krb5_timeofday.0
/usr/share/man/cat3/krb5_string_to_deltat.0 -> /usr/share/man/cat3/krb5_timeofday.0
/usr/share/man/cat3/krb5_get_init_creds_keytab.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_alloc.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_free.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_init.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_address_list.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_anonymous.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_default_flags.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_etype_list.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_forwardable.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_pa_password.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_paq_request.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_preauth_list.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_proxiable.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_renew_life.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_salt.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_opt_set_tkt_life.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_get_init_creds_password.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_prompt.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_prompter_posix.0 -> /usr/share/man/cat3/krb5_get_init_creds.0
/usr/share/man/cat3/krb5_verify_init_creds_opt_init.0 -> /usr/share/man/cat3/krb5_verify_init_creds.0
/usr/share/man/cat3/krb5_verify_init_creds_opt_set_ap_req_nofail.0 -> /usr/share/man/cat3/krb5_verify_init_creds.0
/usr/share/man/cat3/krb5_c_block_size.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_decrypt.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_encrypt.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_encrypt_length.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_enctype_compare.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_get_checksum.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_is_coll_proof_cksum.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_is_keyed_cksum.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_make_random_key.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_set_checksum.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_valid_cksumtype.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_valid_enctype.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_verify_checksum.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_c_checksum_length.0 -> /usr/share/man/cat3/krb5_c_make_checksum.0
/usr/share/man/cat3/krb5_check_transited_realms.0 -> /usr/share/man/cat3/krb5_check_transited.0
/usr/share/man/cat3/krb5_domain_x500_decode.0 -> /usr/share/man/cat3/krb5_check_transited.0
/usr/share/man/cat3/krb5_domain_x500_encode.0 -> /usr/share/man/cat3/krb5_check_transited.0
/usr/share/man/cat3/krb5_copy_creds.0 -> /usr/share/man/cat3/krb5_creds.0
/usr/share/man/cat3/krb5_copy_creds_contents.0 -> /usr/share/man/cat3/krb5_creds.0
/usr/share/man/cat3/krb5_free_creds.0 -> /usr/share/man/cat3/krb5_creds.0
/usr/share/man/cat3/krb5_free_cred_contents.0 -> /usr/share/man/cat3/krb5_creds.0
/usr/share/man/cat3/krb5_h_errno_to_heim_errno.0 -> /usr/share/man/cat3/krb5_eai_to_heim_errno.0
/usr/share/man/cat3/krb5_expand_hostname_realms.0 -> /usr/share/man/cat3/krb5_expand_hostname.0
/usr/share/man/cat3/krb5_padata_add.0 -> /usr/share/man/cat3/krb5_find_padata.0
/usr/share/man/cat3/krb5_get_credentials_with_flags.0 -> /usr/share/man/cat3/krb5_get_credentials.0
/usr/share/man/cat3/krb5_get_cred_from_kdc.0 -> /usr/share/man/cat3/krb5_get_credentials.0
/usr/share/man/cat3/krb5_get_cred_from_kdc_opt.0 -> /usr/share/man/cat3/krb5_get_credentials.0
/usr/share/man/cat3/krb5_get_kdc_cred.0 -> /usr/share/man/cat3/krb5_get_credentials.0
/usr/share/man/cat3/krb5_fwd_tgt_creds.0 -> /usr/share/man/cat3/krb5_get_forwarded_creds.0
/usr/share/man/cat3/krb5_get_in_tkt.0 -> /usr/share/man/cat3/krb5_get_in_cred.0
/usr/share/man/cat3/krb5_get_in_tkt_with_password.0 -> /usr/share/man/cat3/krb5_get_in_cred.0
/usr/share/man/cat3/krb5_get_in_tkt_with_keytab.0 -> /usr/share/man/cat3/krb5_get_in_cred.0
/usr/share/man/cat3/krb5_get_in_tkt_with_skey.0 -> /usr/share/man/cat3/krb5_get_in_cred.0
/usr/share/man/cat3/krb5_free_kdc_rep.0 -> /usr/share/man/cat3/krb5_get_in_cred.0
/usr/share/man/cat3/krb5_password_key_proc.0 -> /usr/share/man/cat3/krb5_get_in_cred.0
/usr/share/man/cat3/krb5_keyblock_get_enctype.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_copy_keyblock.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_copy_keyblock_contents.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_free_keyblock.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_free_keyblock_contents.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_generate_random_keyblock.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_generate_subkey.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_generate_subkey_extended.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_keyblock_init.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_keyblock_zero.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_random_to_key.0 -> /usr/share/man/cat3/krb5_keyblock.0
/usr/share/man/cat3/krb5_mk_priv.0 -> /usr/share/man/cat3/krb5_mk_safe.0
/usr/share/man/cat3/krb5_get_default_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_build_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_build_principal_ext.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_build_principal_va.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_build_principal_va_ext.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_copy_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_free_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_make_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_parse_name.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_princ_realm.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_princ_set_realm.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_compare.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_compare_any_realm.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_get_comp_string.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_get_realm.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_get_type.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_match.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_principal_set_type.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_realm_compare.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_sname_to_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_sock_to_principal.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_unparse_name.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_unparse_name_fixed.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_unparse_name_fixed_short.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_unparse_name_short.0 -> /usr/share/man/cat3/krb5_principal.0
/usr/share/man/cat3/krb5_rc_close.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_default.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_default_name.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_default_type.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_destroy.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_expunge.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_get_lifespan.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_get_name.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_get_type.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_initialize.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_recover.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_resolve.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_resolve_full.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_resolve_type.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_rc_store.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_get_server_rcache.0 -> /usr/share/man/cat3/krb5_rcache.0
/usr/share/man/cat3/krb5_free_error.0 -> /usr/share/man/cat3/krb5_rd_error.0
/usr/share/man/cat3/krb5_free_error_contents.0 -> /usr/share/man/cat3/krb5_rd_error.0
/usr/share/man/cat3/krb5_error_from_rd_error.0 -> /usr/share/man/cat3/krb5_rd_error.0
/usr/share/man/cat3/krb5_rd_priv.0 -> /usr/share/man/cat3/krb5_rd_safe.0
/usr/share/man/cat3/krb5_storage_emem.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_from_data.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_from_fd.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_from_mem.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_set_flags.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_clear_flags.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_is_flags.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_set_byteorder.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_get_byteorder.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_set_eof_code.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_seek.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_read.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_write.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_free.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_storage_to_data.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_int32.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_int32.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_int16.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_int16.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_int8.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_int8.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_data.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_data.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_string.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_string.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_stringz.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_stringz.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_principal.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_principal.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_keyblock.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_keyblock.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_times.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_times.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_address.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_address.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_addrs.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_addrs.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_authdata.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_authdata.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_store_creds.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_ret_creds.0 -> /usr/share/man/cat3/krb5_storage.0
/usr/share/man/cat3/krb5_string_to_key_data.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_string_to_key_data_salt.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_string_to_key_data_salt_opaque.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_string_to_key_derived.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_string_to_key_salt.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_string_to_key_salt_opaque.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_get_pw_salt.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_free_salt.0 -> /usr/share/man/cat3/krb5_string_to_key.0
/usr/share/man/cat3/krb5_free_ticket.0 -> /usr/share/man/cat3/krb5_ticket.0
/usr/share/man/cat3/krb5_copy_ticket.0 -> /usr/share/man/cat3/krb5_ticket.0
/usr/share/man/cat3/krb5_ticket_get_authorization_data_type.0 -> /usr/share/man/cat3/krb5_ticket.0
/usr/share/man/cat3/krb5_ticket_get_client.0 -> /usr/share/man/cat3/krb5_ticket.0
/usr/share/man/cat3/krb5_ticket_get_server.0 -> /usr/share/man/cat3/krb5_ticket.0


anyway, thanks for all the info and links I'll first read through all of them.

kind regards,
Reply With Quote
  #4   (View Single Post)  
Old 30th September 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Just for your edification: admins can install the compiler set onto the running system, if desired. See FAQ 4.11
Reply With Quote
  #5   (View Single Post)  
Old 30th September 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by zazen View Post
...as an example this is the output of the make install of the 001 patch for 4.7
Two more points to consider.
  • Not to contradict my earlier message, but there are multiple ways of administering systems -- especially those which are single (or minimally) purposed like firewalls. Systems which may not have the most aggressive complement of hardware because their designated purpose doesn't require it, so building on these environments can be painfully slow.

    One thing you might consider is to build a fully patched release (see Section 5.4 of the FAQ...) on your beefiest hardware & simply install/upgrade the resulting kernel(s) + file sets on every other machine which runs OpenBSD. Otherwise, if you have 3 computers running OpenBSD, you will end up patching & rebuilding all three -- which can consume a lot of time & duplicated effort.

    Of course, if you only have one OpenBSD system, this kind of scaled administration doesn't work.
  • As for the voluminous output which is typically seen upon rebuilding, that is to be expected given the complexity of building kernels alone or kernels + userland. After all, the operating system comprises thousands of files. You will get used to it with practice & repetition.

    As for specifics, the errata page states for patch #1:
    Quote:
    When decrypting packets, the internal decryption functions were not paranoid enough in checking for underruns, which could potentially lead to crashes.
    The comment at the top of patch #1 states:
    Code:
    Apply by doing:
    	cd /usr/src
    	patch -p0 < 001_kerberos.patch
    
    Rebuild and install the Kerberos 5 library:
    	cd lib/libkrb5
    	make obj
    	make depend
    	make
    	make install
    
    And then rebuild and install the Kerberos 5 KDC:
    	cd ../../kerberosV/libexec/kdc
    	make obj
    	make depend
    	make
    	make install
    So, there were issues found with the Kerberos library. If more details are needed, the source is available, & the patch file itself is a diff(1) of the necessary changes. Looking at the related manpages can also be educational. Beginning with the kerberos(8) manpage would be a good start to gain context.
Reply With Quote
  #6   (View Single Post)  
Old 5th October 2010
zazen zazen is offline
Port Guard
 
Join Date: Feb 2009
Posts: 12
Default

Thanks!

I also found this
http://labs.calyptix.com/openbsd-bin...hes-chroot.php
http://openbsdbinpatch.sourceforge.net/

looks promising, will try this out over the weekend.

gtz.

Last edited by zazen; 5th October 2010 at 01:19 PM.
Reply With Quote
  #7   (View Single Post)  
Old 26th June 2011
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

rsync can be used to sync a build machine to a production firewall.

/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.
Reply With Quote
Reply

Tags
firewall, patch, pf

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HOWTO: mounting an USB device as normal non-root user in OpenBSD J65nko Guides 6 20th May 2017 12:03 PM
HOWTO: Update BIOS Using CD vermaden Guides 7 14th March 2010 10:22 AM
Facebook's PHP compiler J65nko News 9 5th February 2010 02:09 PM
Howto Compile in OpenBSD 4.5 shep OpenBSD Packages and Ports 2 7th May 2009 11:25 PM
pcc compiler question ChineseBroccoli FreeBSD General 1 11th June 2008 11:29 PM


All times are GMT. The time now is 06:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick