I am unable to copy/push files to the server using a non-root account.
When I use the root account it works fine.
I have tried to upgrade openssh to the latest version but it has the same problem so I rolled back. This is a production web server and the webmaster uses a non-root account to copy files constantly.

I am issuing this command from the client host that scp to the troubled server. There is a core file created after this failed attempt. I also include the "string core" output at the end of this message. I'd like to submit the core file but do not know where to submit.
Here's the verbose outputs. Sorry about this long post.
Please help!
An Nguyen


bash-2.03# ls -al
total 4
drwxr-xr-x   2 install  www          512 Jan  3 13:57 .
drwxrwxr-x  30 install  staff       1024 Jan  3 08:34 ..
-rw-r--r--   1 root     other          0 Jan  3 13:57 emptyfile
bash-2.03#

bash-2.03# scp -v emptyfile [EMAIL PROTECTED]:/export/home/nguyena
Executing: program /usr/local/bin/ssh host ares, user nguyena, command scp -v -t /export/home/nguyena
OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Connecting to ares [130.65.3.107] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/1
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type -1
debug1: identity file /.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.2
debug1: match: OpenSSH_4.2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'ares' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:8
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/identity
debug1: Trying private key: /.ssh/id_rsa
debug1: Trying private key: /.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
[EMAIL PROTECTED]'s password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -t /export/home/nguyena
Segmentation Fault - core dumped
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.4 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 139
lost connection
bash-2.03#


No problem when using root account:

bash-2.03# scp -v emptyfile [EMAIL PROTECTED]:/export/home/nguyena
Executing: program /usr/local/bin/ssh host ares, user root, command scp -v -t /export/home/nguyena
OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Connecting to ares [130.65.3.107] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/1
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type -1
debug1: identity file /.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.2
debug1: match: OpenSSH_4.2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'ares' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:8
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/identity
debug1: Trying private key: /.ssh/id_rsa
debug1: Trying private key: /.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
[EMAIL PROTECTED]'s password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -t /export/home/nguyena
Sending file modes: C0644 0 emptyfile
Sink: C0644 0 emptyfile
emptyfile 100% 0 0.0KB/s 00:00
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.3 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0
bash-2.03#



CORE

scp -v -t /export/home/nguyena

CORE

SUNW,Sun-Fire-280R

CORE

CORE

libd

CORE

CORE

CORE

scp -v -t /export/home/nguyena

CORE

libd

CORE

SUNW,Sun-Fire-280R

CORE

CORE

SunOS

ares

Generic_108528-19

sun4u

CORE

CORE

CORE

libd

CORE

2005/05/24 17:32:43 avsm Exp $

@(#)$OpenBSD: misc.c,v 1.34 2005/07/08 09:26:18 dtucker Exp $

(fcntl(%d, F_GETFL, 0): %s

fd %d setting O_NONBLOCK

fd %d is O_NONBLOCK

fcntl(%d, F_SETFL, O_NONBLOCK): %s

fd %d clearing O_NONBLOCK

fd %d is not O_NONBLOCK

fcntl(%d, F_SETFL, ~O_NONBLOCK): %s

getsockopt TCP_NODELAY: %.100s

fd %d is TCP_NODELAY

fd %d setting TCP_NODELAY

setsockopt TCP_NODELAY: %.100s

tilde_expand_filename: ~username too long

tilde_expand_filename: No such user %s

tilde_expand_filename: No such uid %d

tilde_expand_filename: Path too long

percent_expand: NULL replacement

percent_expand: too many keys

percent_expand: string too long

percent_expand: unknown key %%%c

read_keyfile_line

%s: %s line %lu exceeds size limit

%02x

@(#)$OpenBSD: cleanup.c,v 1.1 2003/09/23 20:17:11 markus Exp $

h@(#)$Id: bsd-misc.c,v 1.27 2005/05/27 11:13:41 dtucker Exp $

unknown

%s: illegal option -- %c

%s: option requires an argument -- %c

/var/adm/utmpx

abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789._

Qank

/usr/lib/libnsl.so

((((( H

!"#$%&'()*+,-./0123456789:;<=>[EMAIL PROTECTED]|}~


00000000000000000000

0123456789ABCDEF

0123456789abcdef

01234567890

# +-.'0123456789h$

01234567890

# +-.'0123456789h$

INFINITY

NAN(

INFINITY

NAN(

INFINITY

NAN(

/usr/lib/locale/

/LC_MESSAGES/

/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin

-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

-D_LARGEFILE64_SOURCE

-D_LARGEFILE64_SOURCE

-Xa -Usun -Usparc -Uunix -Ui386 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

-Xa -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

-xarch=v9

-xarch=v9

-xarch=v9

-xarch=v9

-xarch=v9

-xarch=v9

ignore

mon.out

(NULL)

/etc/nsswitch.conf

/etc/nsswitch.conf

debug_eng_loop

debug_bind

debug_rpc

debug_calls

server

pref_srvr

pref_type

Regular expression too long

Out of memory

No previous regular expression

unmatched \(

missing ]

too many \(\) pairs

unmatched \)

localtime

/usr/share/lib/zoneinfo

/dev

/dev/term

/dev/pts

/dev/xt

/dev/tty

/dev/console

/dev/conslog

/dev/syscon

/dev/systty

/dev/wscons

NIS access from libc routines

NIS access from libc routines

NIS access from libc routines

success

failed to match

invalid collation element

trailing \ in pattern

newline found before end of pattern

number in \[0-9] invalid

[ ] imbalance or syntax error

( ) or \( \) imbalance

{ } or \{ \} imbalance

invalid endpoint in range

out of memory

?, *, +, or { } not preceded by valid regular expression

invalid character class type

syntax error

contents of { } or \{ \} invalid

internal error

invalid multibyte character

backtrack stack overflow: expression generates too many alternatives

^ anchor not at beginning of pattern

$ anchor not at end of pattern

/usr/lib/locale/

%I:%M:%S %p

INFINITY

NAN(

messages

ptem

ldterm

ttcompat

xdr_array: out of memory

xdr_reference: out of memory

oY7uVV0

6$w C

!nY)

7;+$g

0Vn29D}1

{:92

'L~|

/var/nis/

/var/nis/NIS_COLD_START

/var/nis/NIS_COLD_START

%s %s %s

local

remote

remote(%d)

remote(%d)

'%s':

NIS:

DNS:

"%d:%d:%d"

pref_only

/var/nis/.pref_servers

invalid TTL in %s

/var/nis/.pref_servers

(%d)

pref_only

%s.tmpXXXXXX

NIS+: writeColdStartFile cannot open file '%s' for writing: %m

NIS+: writeColdStartFile: fdopen() failed for '%s': %m

NIS+: writeColdStartFile: could not chmod cold_start file: %m

NIS+: writeColdStartFile: xdr_directory_obj failed

NIS+: writeColdStartFile: error while renaming '%s' to '%s': (%m)

/var/nis/NIS_COLD_START

/var/nis/NIS_COLD_START

/var/nis/NIS_COLD_START

/var/nis/NIS_COLD_START

Cold Start directory:

NisLocalCacheEntry[%d]:

dir_name:'%s'

Active servers:

can't create writer semaphore: %m

can't get writer value: %m

must be root to manage cache

can't create writer semaphore: %m

can't get writer value: %m

WARNING: cache already being managed: %m

can't clear write semaphore: %m

/var/nis/.NIS_PRIVATE_DIRCACHE

/var/nis/NIS_SHARED_DIRCACHE

can't stat %s: %m

can't mmap %s: %m

cache left in invalid state

/var/nis/.NIS_PRIVATE_DIRCACHE

/var/nis/.NIS_PRIVATE_DIRCACHE

can't create cache file: %m

error writing cache file: %m

short write to cache file (%d, %d)

/var/nis/.NIS_PRIVATE_DIRCACHE

NIS_SEM_MGR_UP semop failed: %m

msync failed: %m

NIS_SEM_MGR_UP semop failed: %m

Cold Start directory:

NisSharedCacheEntry[%d]:

dir_name:'

Active servers:

out of memory

/var/nis/.NIS_PRIVATE_DIRCACHE

can't open %s: %m

/var/nis/.NIS_PRIVATE_DIRCACHE

error writing to %s: %m

/var/nis/.NIS_PRIVATE_DIRCACHE

short write (%d, %d)

can't mmap %s: %m

/var/nis/.NIS_PRIVATE_DIRCACHE

corrupted cache (binding): 0x%x

corrupted cache (endpoint): 0x%x

/var/nis/NIS_SHARED_DIRCACHE

mapSharedCacheHeader: mmap("%s"): %m

/var/nis/NIS_SHARED_DIRCACHE

markSharedCacheInvalid: msync("%s"): %m

/var/nis/NIS_SHARED_DIRCACHE

markSharedCacheInvalid: munmap<old>: %m

/var/nis/.NIS_TEMPORARY_DIRCACHE

/var/nis/.NIS_TEMPORARY_DIRCACHE

updatePublicCache: open("%s"): %m

/var/nis/.NIS_TEMPORARY_DIRCACHE

updatePublicCache: write("%s"): %m

/var/nis/.NIS_TEMPORARY_DIRCACHE

/var/nis/.NIS_TEMPORARY_DIRCACHE

updatePublicCache: close("%s"): %m

/var/nis/.NIS_TEMPORARY_DIRCACHE

/var/nis/.NIS_TEMPORARY_DIRCACHE

/var/nis/.NIS_TEMPORARY_DIRCACHE

/var/nis/NIS_SHARED_DIRCACHE

updatePublicCache: rename: %m

/var/nis/.NIS_TEMPORARY_DIRCACHE

ticlts

NIS+ cache client: can't get rdev

NIS+ cache client: can't stat %d

NIS+ cache client: fd %d changed, old=0x%lx, new=0x%lx

Failed to load the new preferred server info. Reusing current list.

%s.tmp

/var/nis/.pref_servers

/var/nis/.pref_servers

cannot rename %s file

/var/nis/.pref_servers

pref_srvr

pref_srvr

pref_srvr

parse_info: out of memory

pref_type

pref_type

pref_type

parse_info: out of memory

get_line: out of memory

get_line: out of memory

/var/nis/client_info

loadLocalFile: gethostname failed [errno=%d]

client_info.org_dir.%s

out of memory

gethostname() failed [errno=%d]

[client=%s],client_info.org_dir.%s

[client=%s,attr=%s],client_info.org_dir.%s

pref_srvr

out of memory

127.0.0.0

[client=%s],client_info.org_dir.%s

[client=%s,attr=%s],client_info.org_dir.%s

pref_srvr

out of memory

0123456789abcdef

__dl_gen_dhkeys

__dl_gen_common_dhkeys

SUCCESSFUL

NO DEVICES AVAILABLE

WRONG TIME TO CALL

TALKING

CONVERSATION FAILED

BAD SEQUENCE CHECK

LOGIN FAILED

DIAL FAILED

BAD LOGIN/MACHINE COMBINATION

DEVICE LOCKED

ASSERT ERROR

SYSTEM NOT IN Systems FILE

CAN'T ACCESS DEVICE

DEVICE FAILED

WRONG MACHINE NAME

CALLBACK REQUIRED

REMOTE HAS A LCK FILE FOR ME

REMOTE DOES NOT KNOW ME

REMOTE REJECT AFTER LOGIN

REMOTE REJECT, UNKNOWN MESSAGE

STARTUP FAILED

CALLER SCRIPT FAILED

CALLBACK REQUIRED - LOOP

UNIX

UNIX

uucico

9600

uucico

dummy

Direct

/dev/

dummy

Direct

n2a: error

tpi_clts

tpi_cots

tpi_cots_ord

tpi_raw

NETPATH

timod

timod

timod

timod

No Error

Incorrect address format

Incorrect options format

Illegal permissions

Illegal file descriptor

Couldn't allocate address

Routine will place interface out of state

Illegal called/calling sequence number

System error

An event requires attention

Illegal amount of data

Buffer not large enough

Can't send message - (blocked)

No message currently available

Disconnect message not found

Unitdata error message not found

Incorrect flags specified

Orderly release message not found

Primitive not supported by provider

State is in process of changing

Unsupported structure type requested

Invalid transport provider name

Listener queue length limit is zero

Transport address is in use

Outstanding connection indications

Listener-acceptor transport provider mismatch

Connection acceptor has listen queue length limit greater than zero

Connection acceptor-listener address not same but required by transport

Incoming connection queue is full

Protocol error on transport primitive

: xdr_authsys_parms failed

hostname

groups

rpcbind

udp6

inet6

inet

.0.111

.0.37

datagram_n

rpcbind

FF02::202

netpath

files

publickey

files

publickey

could not get transport information

inet

rpcbind

ticotsord

datagram_v

netpath

time

timod

data

fifo

/var/run/rpc_door

exists and could not be removed

could not create

transport does not support data transfer

no suitable transport

do_accept: illegal transport

t_bind failed

nobody

ioctl:I_STR:TL_IOC_CREOPT

IFS=" "

udp6

rpcbind

/var/yp/binding

/var/yp/binding

/var/yp/binding

yp operation succeeded

args to yp function are bad

RPC failure on yp operation

can't bind to a server which serves domain

no such map in server's domain

no such key in map

internal yp server or client error

local resource allocation failure

no more records in map database

can't communicate with rpcbind

can't communicate with ypbind

can't communicate with ypserv

local domain name not set

yp map data base is bad

yp client/server version mismatch

permission denied

database is busy

unknown yp client error code

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

cred.org_dir

rpcbind

nisd

nisd

/etc/rpcsec/nisplussec.conf

NULL

inet

inet6

(nil)

Public Keys :

Public Key :

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

(nil)

Success

Probable success

Not found

Probably not found

Cache expired

NIS+ servers unreachable

Unknown object

Server busy, try again

Generic system error

First/Next chain broken

Permission denied

Not owner

Name not served by this server

Server out of memory

Object with same name exists

Not master server for this domain

Invalid object for operation

Malformed Name, or illegal name

Unable to create callback

Results sent to callback proc

Not Found, no such name

Name/entry isn't unique

Modification failed

Database for table does not exist

Entry/Table type mismatch

Link Points to illegal name

Partial Success

Too many attributes

Error in RPC subsystem

Missing or malformed attribute

Named object is not searchable

Error while talking to callback proc

Non-NIS+ namespace encountered

Illegal object type for operation

Passed object is not the same object on server

Modify operation failed

Query illegal for named table

Attempt to remove a non-empty table or directory

Error in accessing NIS+ cold start file... is NIS+ installed?

Full resync required for directory

NIS+ operation failed

NIS+ service is unavailable or not installed

Unable to authenticate NIS+ server

Unable to authenticate NIS+ client

No file space on server

Unable to create process on server

Master server busy, full dump rescheduled.

unknown error

nislib:get_group reason

NULL

NIS_LOOKUP

NIS_ADD

NIS_MODIFY

NIS_REMOVE

NIS_IBLIST

NIS_IBADD

NIS_IBMODIFY

NIS_IBREMOVE

NIS_IBFIRST

NIS_IBNEXT

NIS_FINDDIRECTORY

NIS_STATUS

NIS_DUMPLOG

NIS_DUMP

NIS_CALLBACK

NIS_CPTIME

NIS_CHECKPOINT

NIS_PING

NIS_SERVSTATE

NIS_MKDIR

NIS_RMDIR

NIS_UPDKEYS

auth

no auth

auth

no auth

auth

no auth

auth

no auth

auth

no auth

refreshing address

refreshed

refresh failed

(parent first)

(name first)

(master only)

nobody

NONE

unknown

rpcbind

/usr/lib/gss/

files

publickey

d4a0ba0250b6fd2ec626e7efd637df76c716e22d0944b88b

d4a0ba0250b6fd2ec626e7efd637df76c716e22d0944b88b

SUNW_OST_OSLIB

%s: unknown host (try again later)

SUNW_OST_OSLIB

%s: unknown host

SUNW_OST_OSLIB

socket: All ports in use

SUNW_OST_OSLIB

connect to address %s:

SUNW_OST_OSLIB

Trying %s...

SUNW_OST_OSLIB

write: setting up stderr

SUNW_OST_OSLIB

socket: protocol failure in circuit setup.

SUNW_OST_OSLIB

socket: protocol failure in circuit setup.

SUNW_OST_OSLIB

socket: protocol failure in circuit setup.

SUNW_OST_OSLIB

Protocol error, %s closed connection

SUNW_OST_OSLIB

Protocol error, %s sent %d bytes

SUNW_OST_OSLIB

%d: Address family not supported

SUNW_OST_OSLIB

%s: unknown host

SUNW_OST_OSLIB

%s: unknown host

default

login

password

notify

write

command

force

machine

SUNW_OST_OSLIB

Name (%s:%s):

SUNW_OST_OSLIB

Password (%s:%s):

SUNW_OST_OSLIB

Error - .netrc file not correct mode.

SUNW_OST_OSLIB

Remove password or correct mode.

SUNW_OST_OSLIB

Unknown .netrc option %s

icmp

loopback

inet

implink

chaos

ecma

datakit

ccitt

decnet

hylink

appletalk

ieee802

osinet

gosip

route

link

inet6

Pneed dictionary

stream end

file error

stream error

data error

insufficient memory

buffer error

incompatible version

1.2.3

incorrect header check

unknown compression method

invalid window size

unknown header flags set

header crc mismatch

invalid block type

invalid stored block lengths

too many length or distance symbols

invalid code lengths set

invalid literal/lengths set

invalid distances set

invalid literal/length code

invalid distance code

invalid distance too far back

invalid bit length repeat

incorrect data check

incorrect length check

invalid block type

invalid stored block lengths

too many length or distance symbols

invalid code lengths set

invalid literal/lengths set

invalid distances set

invalid literal/length code

invalid distance code

invalid distance too far back

invalid bit length repeat

inflate 1.2.3 Copyright 1995-2005 Mark Adler

invalid literal/length code

invalid distance code

invalid distance too far back

st_crl_start

STORE_list_private_key_end

STORE_list_private_key_endp

STORE_list_private_key_next

STORE_list_private_key_start

STORE_list_public_key_end

STORE_list_public_key_endp

STORE_list_public_key_next

STORE_list_public_key_start

STORE_modify_arbitrary

STORE_modify_certificate

STORE_modify_crl

STORE_modify_number

STORE_modify_private_key

STORE_modify_public_key

STORE_new_engine

STORE_new_method

STORE_parse_attrs_end

STORE_parse_attrs_endp

STORE_parse_attrs_next

STORE_parse_attrs_start

STORE_revoke_certificate

STORE_revoke_private_key

STORE_revoke_public_key

STORE_store_arbitrary

STORE_store_certificate

STORE_store_crl

STORE_store_number

STORE_store_private_key

STORE_store_public_key

already has a value

failed deleting arbitrary

failed deleting certificate

failed deleting key

failed deleting number

failed generating crl

failed generating key

failed getting arbitrary

failed getting certificate

failed getting key

failed getting number

failed listing certificates

failed listing keys

failed modifying arbitrary

failed modifying certificate

failed modifying crl

failed modifying number

failed modifying private key

failed modifying public key

failed revoking certificate

failed revoking key

failed storing arbitrary

failed storing certificate

failed storing key

failed storing number

not implemented

no control function

no delete arbitrary function

no delete number function

no delete object function

no generate crl function

no generate object function

no get object arbitrary function

no get object function

no get object number function

no list object endp function

no list object end function

no list object next function

no list object start function

no modify object function

no revoke object function

no store

no store object arbitrary function

no store object function

no store object number function

no value

X.509 Certificate

X.509 CRL

Private Key

Public Key

Number

Arbitrary Data

str_lib.c

str_meth.c

OpenSSL memory store interface

str_mem.c

pqueue.c

item

%lld

Ag*g*

g+g+

!"\kN

5Mj*

6[%U

PANIC

EMERG

EMR

ALERT

ALR

CRIT

CRI

ERROR

ERR

WARNING

WARN

WAR

NOTICE

NOTE

NOT

INFO

INF

DEBUG

DBG

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

?456789:;<=

!"#$%&'()*+,-./0123

0123456789ABCDEF

0123456789ABCDEF

POST %s HTTP/1.0

Content-Type: application/ocsp-request

Content-Length: %d

libc.so.1

\/usr/platform/$PLATFORM/lib/libc_psr.so.1

/usr/lib/libdl.so.1

Dlibdl.so.1

/usr/lib/ld.so.1

libgcc_s.so.1

/usr/local/lib

ld.so.1: scp: fatal:

@(#)adr.c 1.11 98/08/26 SMI

@(#)adrf.c 1.14 98/08/26 SMI

@(#)adrm.c 1.6 98/08/26 SMI

@(#)au_open.c 1.11 97/10/29 SMI

@(#)au_preselect.c 1.8 97/10/29 SMI

@(#)au_to.c 1.21 99/10/14 SMI

@(#)au_usermask.c 1.7 93/01/29 SMI

@(#)audit_allocate.c 1.8 99/10/14 SMI

@(#)audit_class.c 1.15 00/06/19 SMI

/etc/security/audit_class

@(#)audit_cron.c 1.18 02/11/01 SMI

@(#)audit_crontab.c 1.4 02/11/01 SMI

@(#)audit_at.c 1.4 02/11/01 SMI

@(#)audit_event.c 1.23 99/08/30 SMI

/etc/security/audit_event

@(#)audit_ftpd.c 1.19 99/10/14 SMI

@(#)audit_halt.c 1.14 98/03/23 SMI

@(#)audit_inetd.c 1.17 02/02/13 SMI

@(#)audit_init.c 1.2 97/10/29 SMI

@(#)audit_login.c 1.32 01/01/17 SMI

@(#)audit_mountd.c 1.19 99/10/14 SMI

@(#)audit_mgrs.c 1.4 00/04/07 SMI

@(#)audit_passwd.c 1.11 97/12/05 SMI

@(#)audit_reboot.c 1.14 98/03/23 SMI

@(#)audit_rexd.c 1.13 99/10/14 SMI

@(#)audit_rexecd.c 1.14 99/10/14 SMI

@(#)audit_settid.c 1.1 99/10/08 SMI

@(#)audit_shutdown.c 1.2 97/10/29 SMI

@(#)audit_su.c 1.12 99/10/14 SMI

@(#)audit_uadmin.c 1.4 98/03/23 SMI

@(#)audit_user.c 1.14 99/05/25 SMI

/etc/security/audit_user

@(#)bsm.c 1.20 99/10/14 SMI

@(#)generic.c 1.17 02/11/01 SMI

@(#)getacinfo.c 1.14 98/07/08 SMI

@(#)getauditflags.c 1.13 98/05/06 SMI

@(#)getdaent.c 1.5 97/10/29 SMI

@(#)getdment.c 1.5 97/10/29 SMI

@(#)getfaudflgs.c 1.7 97/10/29 SMI

invalid class

Used defaults instead of ancilary audit file

invalid event number

Cleared until first login

Account is locked

Normal password active

No password active

No password active

invalid user

/etc/security/audit_control

minfree:

dir:

flags:

naflags:

/etc/security/device_allocate

/etc/security/device_maps

/tmp/

.MQP

.MQD

.MQD

.MQN

.SEMD

.SHMD

0123456789

Private-key-format: v%s

Algorithm: %d (%s)

../common/inet/inet_net_pton.c

n >= 0 && n <= 15

../common/inet/inet_net_pton.c

n >= 0 && n <= 9

../common/inet/inet_net_pton.c

n >= 0 && n <= 9

../common/inet/inet_cidr_pton.c

n >= 0 && n <= 9

../common/inet/inet_cidr_pton.c

n >= 0 && n <= 9

../common/irs/gen.c

n < irs_nmap

../common/irs/gen.c

n < irs_nacc

../common/isc/ev_waits.c

first != NULL

../common/isc/ev_waits.c

this != NULL

../common/isc/ev_waits.c

wl->first != NULL

../common/isc/ev_waits.c

this != NULL

info:

notice:

warning:

error:

critical:

../common/isc/logging.c

lc != NULL

../common/isc/logging.c

lc != NULL

../common/isc/logging.c

lc != NULL

../common/isc/logging.c

lc != NULL

../common/isc/logging.c

chan != NULL

../common/isc/ev_streams.c

ctx->strDone == NULL

../common/isc/eventlib.c

revs >= 0

../common/isc/eventlib.c

revs >= 0

../common/isc/eventlib.c

tp == &t

none

../common/isc/eventlib.c

nextTimer || ctx->fdCount

../common/isc/ev_connects.c

(evmask & EV_READ) != 0

REQUIRE

ENSURE

INSIST

INVARIANT

../common/isc/memcluster.c

freelists != NULL

../common/isc/memcluster.c

stats[max_size].gets != 0

../common/isc/memcluster.c

stats[size].gets != 0

../common/isc/ctl_p.c

!allocated_p(*buf) && buf->used == 0

../common/isc/ctl_p.c

allocated_p(*buf)

../common/isc/ctl_clnt.c

ctx->state == connecting || ctx->state == connected

../common/isc/ctl_clnt.c

ctx->wrID.opaque == NULL

../common/isc/ctl_clnt.c

EMPTY(ctx->tran)

../common/isc/ctl_clnt.c

ctx->coID.opaque == NULL

../common/isc/ctl_clnt.c

ctx->state != destroyed

../common/isc/ctl_clnt.c

ctx->state == connecting || ctx->state == connected

../common/isc/ctl_clnt.c

ctx->rdID.opaque == NULL

../common/isc/ctl_clnt.c

ctx->coID.opaque == NULL

../common/isc/ctl_clnt.c

ctx->rdID.opaque != NULL

../common/isc/ctl_clnt.c

ctx != NULL

../common/isc/ctl_clnt.c

fd >= 0

../common/isc/ctl_clnt.c

evmask == EV_READ

../common/isc/ctl_clnt.c

ctx->state == connected

../common/isc/ctl_clnt.c

!EMPTY(ctx->tran)

Unexpected EOF

../common/isc/ctl_clnt.c

ctx->tiID.opaque == NULL

../common/isc/ctl_clnt.c

ctx->tiID.opaque != NULL

../common/isc/ctl_clnt.c

ctx->tiID.opaque != NULL

../common/isc/ctl_srvr.c

sess->state == initializing || sess->state == processing || sess->state == reading_data || sess->state == writing

../common/isc/ctl_srvr.c

sess->wrtiID.opaque == NULL

../common/isc/ctl_srvr.c

sess->wrID.opaque == NULL

../common/isc/ctl_srvr.c

sess->state == initializing || sess->state == writing || sess->state == reading || sess->state == processing || sess->state == reading_data || sess->state == idling

../common/isc/ctl_srvr.c

sess->sock != -1

../common/isc/ctl_srvr.c

sess->state == initializing || sess->state == writing || sess->state == processing || sess->state == idling

../common/isc/ctl_srvr.c

sess->rdtiID.opaque == NULL

../common/isc/ctl_srvr.c

sess->rdID.opaque == NULL

../common/isc/ctl_srvr.c

sess->state == reading || sess->state == reading_data

../common/isc/ctl_srvr.c

sess->rdID.opaque != NULL

../common/isc/ctl_srvr.c

sess != NULL

../common/isc/ctl_srvr.c

fd >= 0

../common/isc/ctl_srvr.c

evmask == EV_READ

../common/isc/ctl_srvr.c

sess->state == reading || sess->state == reading_data

Unexpected EOF

../common/isc/ctl_srvr.c

sess->verb != NULL

../common/isc/ctl_srvr.c

sess->state == writing

../common/isc/ctl_srvr.c

sess->state == reading

../common/isc/ctl_srvr.c

allocated_p(sess->inbuf)

../common/isc/ctl_srvr.c

sess->state == writing

../common/isc/ctl_srvr.c

fd == sess->sock

../common/isc/ctl_srvr.c

sess->wrtiID.opaque != NULL

../common/isc/ctl_srvr.c

allocated_p(sess->outbuf)

../common/isc/ctl_srvr.c

sess->verb != NULL

../common/isc/ctl_srvr.c

!lastverb_p(this)

../common/isc/ctl_srvr.c

(respflags & CTL_MORE) != 0

record too long to print

../common/nameser/ns_print.c

len <= *buflen

CHAOS

HESIOD

NONE

QUERY

ANSWER

AUTHORITY

ADDITIONAL

ZONE

PREREQUISITE

UPDATE

ADDITIONAL

RSA KEY with MD5 hash

Diffie Hellman

Digital Signature Algorithm

EXPIREONLY

No algorithm

PRIVATE

Algorithm obtained from OID

PKIX

PKIX (X.509v3) Certificate

SPKI

SPKI certificate

PGP certificate

URL Private

OID Private

address

name server

mail destination (deprecated)

mail forwarder (deprecated)

CNAME

canonical name

start of authority

mailbox

mail group member

mail rename

NULL

null

well-known service (deprecated)

domain name pointer

HINFO

host information

MINFO

mailbox information

mail exchanger

text

responsible person

AFSDB

DCE or AFS server

X25 address

ISDN

ISDN address

router

NSAP

nsap address

NSAP_PTR

domain name pointer

signature

mapping information

GPOS

geographical position (withdrawn)

AAAA

IPv6 address

location

next valid name (unimplemented)

endpoint identifier (unimplemented)

NIMLOC

NIMROD locator (unimplemented)

server selection

ATMA

ATM address (unimplemented)

TSIG

transaction signature

IXFR

incremental zone transfer

AXFR

zone transfer

ZXFR

compressed zone transfer

MAILB

mailbox-related data (deprecated)

MAILA

mail agent (deprecated)

NAPTR

URN Naming Authority

Key Exchange

CERT

Certificate

"any"

NOERROR

no error

FORMERR

format error

SERVFAIL

server failed

NXDOMAIN

no such domain name

NOTIMP

not implemented

REFUSED

refused

YXDOMAIN

domain name exists

YXRRSET

rrset exists

NXRRSET

rrset doesn't exist

NOTAUTH

not authoritative

NOTZONE

Not in zone

BADSIG

bad signature

BADKEY

bad key

BADTIME

bad time

<Nil>

/usr/lib/dns/dnssafe.so.1

dst_bsafe_init

/usr/lib/dns/sparcv9/dnssafe.so.1

dst_bsafe_init

/usr/lib/dns/cylink.so.1

dst_eay_dss_init

/usr/lib/dns/sparcv9/cylink.so.1

dst_eay_dss_init

/usr/lib/dns/cylink.so.1

dst_cylink_init

/usr/lib/dns/sparcv9/cylink.so.1

dst_cylink_init

/usr/lib/dns/dnssafe.so.1

dst_md5_hmac_init

/usr/lib/dns/sparcv9/dnssafe.so.1

dst_hmac_md5_init

/usr/lib/dns/dnssafe.so.1

dst_rsaref_init

/usr/lib/dns/sparcv9/dnssafe.so.1

dst_rsaref_init

/usr/lib/dns/irs.so.1

irs_irp_acc

/usr/lib/dns/sparcv9/irs.so.1

irs_irp_acc

/usr/lib/ld.so.1

P/usr/lib/ld.so.1

/usr/local/ssl/lib

/usr/local/lib

\/usr/local/BerkeleyDB.4.2/lib

/usr/openwin/lib

/usr/lib

0/usr/lib/libresolv.so.2

libresolv.so.2

.0.9.8

/usr/local/ssl/lib/libcrypto.so.0.9.8

libcrypto.so.0.9.8

/usr/lib/librt.so.1

hlibrt.so.1

0/usr/lib/libbsm.so.1

libbsm.so.1

/usr/local/lib/libz.so

libz.so

</usr/lib/libsocket.so.1

libsocket.so.1

/usr/lib/libnsl.so.1

libnsl.so.1

((((( H

!"#$%&'()*+,-./0123456789:;<=>[EMAIL PROTECTED]|}~

ptem

ldterm

ttcompat

/usr/lib/libgcc_s.so.1

.so.1

/libc.so.1

}h

dlibc.so.1

/usr/lib/libc.so.1

/usr/local/lib

eyDB.4.2/lib

libgcc_s.so.1

~ufs

/usr/lib/ld.so.1

/export/home/nguyena

HOME=/export/home/nguyena

LOGNAME=nguyena

MAIL=/var/mail//nguyena

PATH=/usr/bin:/opt/local/bin

SHELL=/bin/sh

SSH_CLIENT=130.65.3.105 53804 22

SSH_CONNECTION=130.65.3.105 53804 130.65.3.107 22

TZ=US/Pacific

USER=nguyena

SUNW,Sun-Fire-280R

/usr/bin/scp



Reply via email to