1*7c478bd9Sstevel@tonic-gate# 2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START 3*7c478bd9Sstevel@tonic-gate# 4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only 6*7c478bd9Sstevel@tonic-gate# (the "License"). You may not use this file except in compliance 7*7c478bd9Sstevel@tonic-gate# with the License. 8*7c478bd9Sstevel@tonic-gate# 9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 12*7c478bd9Sstevel@tonic-gate# and limitations under the License. 13*7c478bd9Sstevel@tonic-gate# 14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 19*7c478bd9Sstevel@tonic-gate# 20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END 21*7c478bd9Sstevel@tonic-gate# 22*7c478bd9Sstevel@tonic-gate# 23*7c478bd9Sstevel@tonic-gate# Copyright 2003 Sun Microsystems, Inc. All rights reserved. 24*7c478bd9Sstevel@tonic-gate# Use is subject to license terms. 25*7c478bd9Sstevel@tonic-gate# 26*7c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 27*7c478bd9Sstevel@tonic-gate# 28*7c478bd9Sstevel@tonic-gate 29*7c478bd9Sstevel@tonic-gatemsgid "proxy_connect" 30*7c478bd9Sstevel@tonic-gatemsgid "tcp_connect" 31*7c478bd9Sstevel@tonic-gatemsgid "HTTP/1.1" 32*7c478bd9Sstevel@tonic-gatemsgid "Content-Type" 33*7c478bd9Sstevel@tonic-gatemsgid "Multipart/Mixed;" 34*7c478bd9Sstevel@tonic-gatemsgid "Boundary=" 35*7c478bd9Sstevel@tonic-gatemsgid "--" 36*7c478bd9Sstevel@tonic-gatemsgid "GET" 37*7c478bd9Sstevel@tonic-gatemsgid "HEAD" 38*7c478bd9Sstevel@tonic-gatemsgid "CONNECT %s:%d HTTP/1.0\r\n\r\n" 39*7c478bd9Sstevel@tonic-gatemsgid " %s" 40*7c478bd9Sstevel@tonic-gatemsgid "%s http://%s:%d%s HTTP/1.1\r\n" 41*7c478bd9Sstevel@tonic-gatemsgid "%s %s HTTP/1.1\r\n" 42*7c478bd9Sstevel@tonic-gatemsgid "Host: %s:%d\r\n" 43*7c478bd9Sstevel@tonic-gatemsgid "Connection: close\r\n" 44*7c478bd9Sstevel@tonic-gatemsgid "Connection: Keep-Alive\r\n" 45*7c478bd9Sstevel@tonic-gatemsgid "Range: bytes=%ld-" 46*7c478bd9Sstevel@tonic-gatemsgid "%ld" 47*7c478bd9Sstevel@tonic-gatemsgid "\r\n" 48*7c478bd9Sstevel@tonic-gatemsgid "%s:%s" 49*7c478bd9Sstevel@tonic-gatemsgid "Authorization: Basic %s\r\n" 50*7c478bd9Sstevel@tonic-gatemsgid "%s" 51*7c478bd9Sstevel@tonic-gatemsgid "HTTP" 52*7c478bd9Sstevel@tonic-gatemsgid "200" 53*7c478bd9Sstevel@tonic-gatemsgid "%08lx %s" 54*7c478bd9Sstevel@tonic-gatemsgid "" 55*7c478bd9Sstevel@tonic-gatemsgid "Content-Length" 56*7c478bd9Sstevel@tonic-gatemsgid "Transfer-Encoding" 57*7c478bd9Sstevel@tonic-gatemsgid "chunked" 58*7c478bd9Sstevel@tonic-gatemsgid "chunked;" 59*7c478bd9Sstevel@tonic-gatemsgid "panic" 60*7c478bd9Sstevel@tonic-gatemsgid "alert" 61*7c478bd9Sstevel@tonic-gatemsgid "crit" 62*7c478bd9Sstevel@tonic-gatemsgid "warn" 63*7c478bd9Sstevel@tonic-gatemsgid "info" 64*7c478bd9Sstevel@tonic-gatemsgid "debug" 65*7c478bd9Sstevel@tonic-gatemsgid "verbose" 66*7c478bd9Sstevel@tonic-gatemsgid "progress" 67*7c478bd9Sstevel@tonic-gatemsgid "none" 68*7c478bd9Sstevel@tonic-gatemsgid "libwanboot" 69*7c478bd9Sstevel@tonic-gatemsgid "?" 70*7c478bd9Sstevel@tonic-gatemsgid "%s %s %s: %s\n" 71*7c478bd9Sstevel@tonic-gatemsgid "/var/log/bootlog" 72*7c478bd9Sstevel@tonic-gatemsgid "a" 73*7c478bd9Sstevel@tonic-gatemsgid "/dev/urandom" 74*7c478bd9Sstevel@tonic-gatemsgid "sunw_p12_use_x509cert" 75*7c478bd9Sstevel@tonic-gatemsgid "sunw_p12_use_certfile" 76*7c478bd9Sstevel@tonic-gatemsgid "sunw_p12_use_pkey" 77*7c478bd9Sstevel@tonic-gatemsgid "sunw_p12_use_keyfile" 78*7c478bd9Sstevel@tonic-gatemsgid "sunw_p12_use_tastore" 79*7c478bd9Sstevel@tonic-gatemsgid "sunw_p12_use_trustfile" 80*7c478bd9Sstevel@tonic-gatemsgid "p12_read_file" 81*7c478bd9Sstevel@tonic-gatemsgid "p12_doparse" 82*7c478bd9Sstevel@tonic-gatemsgid "sunw_PKCS12_parse" 83*7c478bd9Sstevel@tonic-gatemsgid "sunw_PKCS12_contents" 84*7c478bd9Sstevel@tonic-gatemsgid "parse_one_bag" 85*7c478bd9Sstevel@tonic-gatemsgid "sunw_PKCS12_create" 86*7c478bd9Sstevel@tonic-gatemsgid "sunw_split_certs" 87*7c478bd9Sstevel@tonic-gatemsgid "sunw_find_localkeyid" 88*7c478bd9Sstevel@tonic-gatemsgid "sunw_set_localkeyid" 89*7c478bd9Sstevel@tonic-gatemsgid "sunw_get_localkeyid" 90*7c478bd9Sstevel@tonic-gatemsgid "sunw_set_fname" 91*7c478bd9Sstevel@tonic-gatemsgid "sunw_get_pkey_fname" 92*7c478bd9Sstevel@tonic-gatemsgid "sunw_append_keys" 93*7c478bd9Sstevel@tonic-gatemsgid "sunw_PEM_contents" 94*7c478bd9Sstevel@tonic-gatemsgid "pem_info" 95*7c478bd9Sstevel@tonic-gatemsgid "asc2bmpstring" 96*7c478bd9Sstevel@tonic-gatemsgid "utf82ascstr" 97*7c478bd9Sstevel@tonic-gatemsgid "findattr" 98*7c478bd9Sstevel@tonic-gatemsgid "type2attrib" 99*7c478bd9Sstevel@tonic-gatemsgid "move_certs" 100*7c478bd9Sstevel@tonic-gatemsgid "sunw_find_fname" 101*7c478bd9Sstevel@tonic-gatemsgid "parse_outer" 102*7c478bd9Sstevel@tonic-gatemsgid "Tue Jan 19 03:14:07 2038\n" 103*7c478bd9Sstevel@tonic-gatemsgid "%s?%s" 104*7c478bd9Sstevel@tonic-gatemsgid "\n" 105*7c478bd9Sstevel@tonic-gatemsgid "%s %s %s: %s\r" 106*7c478bd9Sstevel@tonic-gatemsgid "/?{}|^~[]`<>#%=\"\t" 107*7c478bd9Sstevel@tonic-gatemsgid "read_headerlines: %s" 108*7c478bd9Sstevel@tonic-gatemsgid "get_chunk_header: <%s>" 109*7c478bd9Sstevel@tonic-gatemsgid "<time> %s %s: [ID %u user.%s] %s" 110*7c478bd9Sstevel@tonic-gatemsgid "%s %s %s: [ID %u user.%s] %s\n" 111*7c478bd9Sstevel@tonic-gatemsgid "sunw_use_x509cert" 112*7c478bd9Sstevel@tonic-gatemsgid "sunw_use_pkey" 113*7c478bd9Sstevel@tonic-gatemsgid "sunw_use_tastore" 114*7c478bd9Sstevel@tonic-gatemsgid "checkfile" 115*7c478bd9Sstevel@tonic-gatemsgid "peer_CN = %s, host = %s" 116