[Serusers] hi

Evgeniy evgeniy at riscom.net
Mon Nov 24 09:54:26 CET 2003


On Friday 21 November 2003 16:55, you wrote:
> On Nov 21, 2003 at 15:58, Evgeniy <evgeniy at riscom.net> wrote:
> [...]
>
> > > It works for me on openbsd 3.2.
> >
> > OpenBSD 3.4 have changed binary format from aout to elf
> > maybe problem is here ?
> > i can send full install log or create ssh access to my system.
>
> Hmm, it seems that it changed the symbols which are exported. Maybe
> different link flags? (the symbols from ser are used by the modules, so
> they must be exported; adding -E to the gcc link command for ser takes
> care of this for all arhitectures, until now...).
>
> Could you send me (along with the full install log), the output of:
>
> nm ser
> nm -D ser    # this does not work on openbsd 3.2 because is a.out,
>              # nm doesn't even have the -D switch, but if the format is
>              # now elf, it should work
> objdump -T ser # same as above, in case nm does not have the -D switch
>
> same thing on one of the modules:
>
> nm modules/textops/textops.so
> nm -D modules/textops/textops.so  # or objdump -T ...

i did
this is the result log


>
> If I can't figure this out from the logs, I will ask you for the ssh
> access.
>
> Thanks,
> Andrei


-------------- next part --------------
00001fed t Letext
00001534 t Letext
00002768 t Letext
         U MDStringArray
20004054 A _DYNAMIC
20002f70 A _GLOBAL_OFFSET_TABLE_
200040cc A __bss_start
20003054 ? __got_end
20002f70 ? __got_start
         U __guard
         U __sF
         U __stack_smash_handler
200040cc A _edata
20004564 A _end
00001130 T _fini
00001100 T _init
         U add_lump_rpl
200043ac b address.35
2000422c b address.38
2000454c b address.53
20004260 b buff.27
200040e0 b buff.30
20004400 b buff.45
         U build_lump_rpl
         U build_res_buf_from_sip_req
         U children_no
20001ef8 d cmds
         U crcitt_string_array
         U debug
         U dont_fork
         U dprint
         U err2reason_phrase
20001f40 D exports
         U fclose
         U fifo
000011f8 t fixup_sl_send_reply
         U fm_free
         U fm_malloc
20001ee0 d fourbits2char
         U fprintf
         U fputs
         U get_send_socket
         U get_ticks
20004288 b he.31
20004108 b he.34
20004428 b he.49
200042a0 b hostname.32
20004120 b hostname.35
20004440 b hostname.50
00002348 T init_sl_stats
         U log_stderr
         U mem_block
         U mem_lock
         U memcpy
         U memset
00001514 t mod_destroy
00001150 t mod_init
20001ef4 D module_version
20004560 B modules
00001d80 t msg_send
         U open_reply_pipe
200043a4 b p_addr.34
20004224 b p_addr.37
20004544 b p_addr.52
200043a0 b p_aliases.33
20004220 b p_aliases.36
20004540 b p_aliases.51
         U parse_headers
20001ef0 d pathmax.127
         U prev_ser_error
         U print_dset
00001ff0 t print_sl_stats
         U process_no
2000423c b r.108
         U register_fifo_cmd
         U register_script_cb
         U reply_to_via
         U shm_block
00001bc8 T sl_filter_ACK
00001a9c T sl_reply_error
00001694 T sl_send_reply
00001f70 T sl_shutdown
00001540 T sl_startup
2000455c b sl_stats
000022ac t sl_stats_cmd
000026e4 T sl_stats_destroy
200043c0 b sl_tag
200043ec b sl_timeout
         U sleep
         U sock_info
         U sock_no
         U syslog
200043e8 b tag_suffix
         U tcp_children_no
         U tcp_disable
         U tcp_send
         U timer_list
         U udp_send
000026b8 T update_sl_failures
00002530 T update_sl_stats
         U update_sock_struct_from_via
000014f0 t w_sl_reply_error
000014c4 t w_sl_send_reply
-------------- next part --------------
         U MDStringArray
20004054 A _DYNAMIC
20002f70 A _GLOBAL_OFFSET_TABLE_
200040cc A __bss_start
20003054 ? __got_end
20002f70 ? __got_start
         U __guard
         U __sF
         U __stack_smash_handler
200040cc A _edata
20004564 A _end
00001130 T _fini
00001100 T _init
         U add_lump_rpl
         U build_lump_rpl
         U build_res_buf_from_sip_req
         U children_no
         U crcitt_string_array
         U debug
         U dont_fork
         U dprint
         U err2reason_phrase
20001f40 D exports
         U fclose
         U fifo
         U fm_free
         U fm_malloc
         U fprintf
         U fputs
         U get_send_socket
         U get_ticks
00002348 T init_sl_stats
         U log_stderr
         U mem_block
         U mem_lock
         U memcpy
         U memset
20001ef4 D module_version
20004560 B modules
         U open_reply_pipe
         U parse_headers
         U prev_ser_error
         U print_dset
         U process_no
         U register_fifo_cmd
         U register_script_cb
         U reply_to_via
         U shm_block
00001bc8 T sl_filter_ACK
00001a9c T sl_reply_error
00001694 T sl_send_reply
00001f70 T sl_shutdown
00001540 T sl_startup
000026e4 T sl_stats_destroy
         U sleep
         U sock_info
         U sock_no
         U syslog
         U tcp_children_no
         U tcp_disable
         U tcp_send
         U timer_list
         U udp_send
000026b8 T update_sl_failures
00002530 T update_sl_stats
         U update_sock_struct_from_via
-------------- next part --------------

./ser:     file format elf32-i386

DYNAMIC SYMBOL TABLE:
1c0014f8      DF *UND*	00000000 chroot
1c001508      DF *UND*	00000028 waitpid
1c001518      DF *UND*	00000000 ioctl
1c001528      DF *UND*	00000042 pause
1c001538      DF *UND*	00000019 dlerror
1c001548      DF *UND*	00000031 printf
1c001558      DF *UND*	00000000 connect
1c001568      DF *UND*	0000002a strerror
1c001578      DF *UND*	00000056 inet_pton
1c001588      DF *UND*	00000000 memmove
1c001598      DF *UND*	00000076 snprintf
1c0015a8      DF *UND*	00000000 pathconf
1c0015b8      DF *UND*	00000000 munmap
3c0234e8 g    DO *ABS*	00000000 _DYNAMIC
3c0224e8 g    DO .gotpad1	00000000 __got_end
1c0015c8      DF *UND*	000000c0 __stack_smash_handler
3c023560 g    DO .bss	00000004 errno
1c0015d8      DF *UND*	00000041 __srget
1c0015e8      DF *UND*	0000008f getprotobyname
1c0015f8      DF *UND*	00000000 getpid
1c001608      DF *UND*	0000002a fscanf
1c001618      DF *UND*	000000e6 fgets
1c001628      DF *UND*	00000000 memcpy
1c001638      DF *UND*	000000ef perror
1c001648      DF *UND*	00000131 system
1c001658      DF *UND*	000000b6 malloc
1c001668      DF *UND*	0000009c isatty
1c001678      DF *UND*	00000047 sleep
3c023564 g    DO .bss	00000004 optarg
1c001688      DF *UND*	00000000 recvfrom
1c001698      DF *UND*	00000495 gethostbyaddr
3c023568 g    DO .bss	00000004 opterr
1c0016a8      DF *UND*	00000000 socket
1c0016b8      DF *UND*	00000000 select
1c0016c8      DF *UND*	00000057 fflush
1c0016d8      DF *UND*	00000040 mmap
1c0016e8      DF *UND*	0000005c strncasecmp
3c023570 g    DO .bss	00000020 __guard
1c0016f8      DF *UND*	00000029 dlclose
1c001708      DF *UND*	00000030 send
1c001718      DF *UND*	000000a8 abort
1c00eb50 g    DF .text	000001af MD5Final
1c001728      DF *UND*	00000000 chmod
1c001738      DF *UND*	000001f2 strtol
1c001748      DF *UND*	00000180 uname
1c001758      DF *UND*	00000000 accept
1c001768      DF *UND*	00000000 write
3c022330 g    DO .gotpad0	00000000 __got_start
3c03e960 g    DO .bss	00000004 environ
1c001778      DF *UND*	0000002a fprintf
1c001788      DF *UND*	00000000 kill
1c001798      DF *UND*	00000029 ctime
1c0017a8      DF *UND*	00000000 bind
1c0017b8      DF *UND*	00000273 res_search
1c0017c8      DF *UND*	00000000 mkfifo
1c0017d8      DF *UND*	00000000 chdir
1c0017e8      DF *UND*	00000000 setsockopt
1c0017f8      DF *UND*	00000026 wait
3c01fe5c g    DO .data	00000004 __progname
1c001808      DF *UND*	00000027 rand
1c001818      DF *UND*	00000000 setgid
1c001828      DF *UND*	0000007f signal
1c001838      DF *UND*	00000000 read
1c001848      DF *UND*	0000002d openlog
1c001858      DF *UND*	00000000 sendmsg
1c001868      DF *UND*	00000027 closelog
1c001878      DF *UND*	00000000 strncmp
1c001888      DF *UND*	00000029 dlopen
1c001898      DF *UND*	00000039 strncpy
1c0018a8      DF *UND*	00000000 unlink
1c0018b8      DF *UND*	00000057 strcasecmp
1c0018c8      DF *UND*	00000000 sendto
1c0018d8      DF *UND*	000000da realloc
1c0018e8      DF *UND*	00000000 listen
1c0018f8      DF *UND*	000000cf fdopen
3c023590 g    DO .bss	00000108 __sF
1c001908      DF *UND*	00000000 fork
1c001918      DF *UND*	000000ab fread
1c001928      DF *UND*	00000029 dlsym
1c001938      DF *UND*	0000005a strdup
1c001948      DF *UND*	000002af regcomp
1c001958      DF *UND*	000000ab fopen
3c023560 g    DO *ABS*	00000000 __bss_start
1c001968      DF *UND*	0000002f getopt
1c001978      DF *UND*	00000000 memset
1c001988      DF *UND*	0000001c srand
1c001998      DF *UND*	000000d7 fclose
1c0019a8      DF *UND*	00000084 regexec
1c0019b8      DF *UND*	00000043 time
1c0019c8      DF *UND*	0000002a syslog
1c0019d8      DF *UND*	00000000 strcmp
1c0019e8      DF *UND*	00000453 getcwd
1c0019f8      DF *UND*	0000008f gethostbyname
1c001a08      DF *UND*	000000ec getpwnam
1c001a18      DF *UND*	00000059 sprintf
1c00f3c0 g    DF .text	00000031 MD5Init
1c001a28      DF *UND*	0000002a difftime
1c001a38      DF *UND*	00000104 atexit
1c00f3f4 g    DF .text	000000a4 MD5Update
3c023698 g    DO .bss	00000004 optopt
1c001a48      DF *UND*	00000000 getsockopt
1c001a58      DF *UND*	00000000 socketpair
1c001a68      DF *UND*	00000000 stat
1c001a78      DF *UND*	00000061 fwrite
3c023560 g    DO *ABS*	00000000 _edata
3c022330 g    DO *ABS*	00000000 _GLOBAL_OFFSET_TABLE_
3c13fecc g    DO *ABS*	00000000 _end
1c001a88      DF *UND*	0000024c freopen
1c001a98      DF *UND*	00000109 dn_expand
1c001aa8      DF *UND*	00000072 exit
1c001ab8      DF *UND*	0000005e getgrnam
1c001ac8      DF *UND*	00000446 gethostbyname2
1c001ad8      DF *UND*	00000027 atoi
3c02369c g    DO .bss	00000004 _ctype_
1c001ae8      DF *UND*	00000000 open
1c001af8      DF *UND*	00000096 regfree
1c001b08      DF *UND*	00000000 strchr
1c001b18      DF *UND*	00000055 fputs
1c001b28      DF *UND*	00000000 setsid
1c001b38      DF *UND*	00000000 recvmsg
1c001b48      DF *UND*	00000000 fcntl
1c001b58      DF *UND*	00000000 setuid
1c001b68      DF *UND*	00000000 close
1c001b78      DF *UND*	000021d9 vfprintf
1c001b88      DF *UND*	00000090 free
1c001b98      DF *UND*	00000000 getsockname


-------------- next part --------------

./sl.so:     file format elf32-i386

DYNAMIC SYMBOL TABLE:
00000134 l    d  .hash	00000000 
000003a4 l    d  .dynsym	00000000 
00000914 l    d  .dynstr	00000000 
00000c28 l    d  .rel.data	00000000 
00000c78 l    d  .rel.got	00000000 
00000d10 l    d  .rel.plt	00000000 
00000e28 l    d  .plt	00000000 
00001070 l    d  .text	00000000 
20000000 l    d  .rodata	00000000 
20001ec0 l    d  .data	00000000 
20001f60 l    d  .ctors	00000000 
20001f68 l    d  .dtors	00000000 
20002f70 l    d  .gotpad0	00000000 
20002f70 l    d  .got	00000000 
20003054 l    d  .gotpad1	00000000 
20004054 l    d  .dynamic	00000000 
200040cc l    d  .sbss	00000000 
200040e0 l    d  .bss	00000000 
00000000 l    d  .stab	00000000 
00000000 l    d  .stabstr	00000000 
00000000      D  *UND*	00000000 mem_lock
00000000      D  *UND*	00000000 process_no
00000000      D  *UND*	00000000 get_send_socket
20004054 g    DO *ABS*	00000000 _DYNAMIC
00000000      D  *UND*	00000000 mem_block
00001540 g    DF .text	00000154 sl_startup
00000000      D  *UND*	00000000 fm_malloc
20003054 g    DO .gotpad1	00000000 __got_end
00000000      D  *UND*	00000000 __stack_smash_handler
00000000      D  *UND*	00000000 dont_fork
00001f70 g    DF .text	0000007d sl_shutdown
00000000      D  *UND*	00000000 memcpy
00000000      D  *UND*	00000000 tcp_disable
00000000      D  *UND*	00000000 sock_no
00002530 g    DF .text	00000186 update_sl_stats
000026e4 g    DF .text	00000084 sl_stats_destroy
00000000      D  *UND*	00000000 sleep
00000000      D  *UND*	00000000 debug
00000000      D  *UND*	00000000 __guard
00001100 g    DF .text	0000002e _init
20004560 g    DO .bss	00000004 modules
00000000      D  *UND*	00000000 dprint
20002f70 g    DO .gotpad0	00000000 __got_start
00000000      D  *UND*	00000000 fprintf
20001ef4 g    DO .data	00000004 module_version
00000000      D  *UND*	00000000 fifo
00000000      D  *UND*	00000000 fm_free
00000000      D  *UND*	00000000 build_res_buf_from_sip_req
00000000      D  *UND*	00000000 MDStringArray
00000000      D  *UND*	00000000 add_lump_rpl
00001bc8 g    DF .text	000001b8 sl_filter_ACK
00000000      D  *UND*	00000000 open_reply_pipe
00000000      D  *UND*	00000000 build_lump_rpl
00000000      D  *UND*	00000000 prev_ser_error
00000000      D  *UND*	00000000 tcp_send
00000000      D  *UND*	00000000 register_fifo_cmd
00000000      D  *UND*	00000000 update_sock_struct_from_via
00000000      D  *UND*	00000000 __sF
00000000      D  *UND*	00000000 crcitt_string_array
00000000      D  *UND*	00000000 children_no
200040cc g    DO *ABS*	00000000 __bss_start
00000000      D  *UND*	00000000 memset
00000000      D  *UND*	00000000 parse_headers
00000000      D  *UND*	00000000 fclose
00000000      D  *UND*	00000000 syslog
00000000      D  *UND*	00000000 sock_info
00001130 g    DF .text	0000001b _fini
00000000      D  *UND*	00000000 reply_to_via
00000000      D  *UND*	00000000 print_dset
00000000      D  *UND*	00000000 udp_send
00000000      D  *UND*	00000000 get_ticks
00000000      D  *UND*	00000000 err2reason_phrase
00000000      D  *UND*	00000000 log_stderr
00001694 g    DF .text	00000406 sl_send_reply
200040cc g    DO *ABS*	00000000 _edata
20002f70 g    DO *ABS*	00000000 _GLOBAL_OFFSET_TABLE_
20004564 g    DO *ABS*	00000000 _end
00000000      D  *UND*	00000000 shm_block
00000000      D  *UND*	00000000 register_script_cb
00001a9c g    DF .text	00000129 sl_reply_error
00000000      D  *UND*	00000000 tcp_children_no
000026b8 g    DF .text	0000002b update_sl_failures
00002348 g    DF .text	000001e5 init_sl_stats
00000000      D  *UND*	00000000 fputs
00000000      D  *UND*	00000000 timer_list
20001f40 g    DO .data	00000020 exports


-------------- next part --------------
1c00f62c t Decode
1c00f498 t Encode
1c016de7 t Letext
1c016bd9 t Letext
1c017c24 t Letext
1c017879 t Letext
1c003355 t Letext
1c003718 t Letext
1c0042cd t Letext
1c004432 t Letext
1c0044a1 t Letext
1c0361c1 t Letext
1c033625 t Letext
1c0047e7 t Letext
1c005077 t Letext
1c031707 t Letext
1c0315db t Letext
1c03134d t Letext
1c030b40 t Letext
1c0307c5 t Letext
1c0301aa t Letext
1c02fc88 t Letext
1c02fbe9 t Letext
1c02d27a t Letext
1c02aaf1 t Letext
1c02992e t Letext
1c007067 t Letext
1c02910f t Letext
1c028451 t Letext
1c027f30 t Letext
1c007172 t Letext
1c027f30 t Letext
1c0273ba t Letext
1c02724b t Letext
1c026a0d t Letext
1c02676f t Letext
1c0264c5 t Letext
1c02624d t Letext
1c008ce1 t Letext
1c025dca t Letext
1c009a87 t Letext
1c0248ab t Letext
1c024650 t Letext
1c024649 t Letext
1c00a084 t Letext
1c024230 t Letext
1c024230 t Letext
1c024225 t Letext
1c02412f t Letext
1c02364a t Letext
1c022a5f t Letext
1c022772 t Letext
1c02138d t Letext
1c01dbd0 t Letext
1c01dbce t Letext
1c00eb4c t Letext
1c00f7f5 t Letext
1c01d390 t Letext
1c00f9cd t Letext
1c01d1a0 t Letext
1c01bc71 t Letext
1c00fe79 t Letext
1c01974c t Letext
1c00eb50 T MD5Final
1c00f3c0 T MD5Init
1c00ed00 t MD5Transform
1c00f3f4 T MD5Update
1c00f7c0 t MD5_memcpy
1c00f7dc t MD5_memset
1c00f800 T MDStringArray
3c020f60 d PADDING
3c0234e8 A _DYNAMIC
3c022330 A _GLOBAL_OFFSET_TABLE_
1c001bc8 T ___start
3c023560 A __bss_start
1c0361dc ? __fini
3c0224e8 ? __got_end
3c022330 ? __got_start
3c023570 B __guard
1c0014b8 ? __init
3c01fe5c D __progname
3c03e980 B __progname_storage
3c023590 B __sF
         U __srget
         U __stack_smash_handler
1c001bb0 T __start
3c027dcb b _c.104
3c0272ab b _c.104
3c0272ac b _c.105
3c03d887 b _c.161
3c02369c B _ctype_
3c023560 A _edata
3c13fecc A _end
1c024230 T _shm_resize
1c001bb0 T _start
1c01e8b0 T _tcpconn_find
1c01e66c T _tcpconn_rm
         U abort
         U accept
1c01a52c T add_actions
1c00bf50 T add_interfaces
1c0043cc T add_lump_rpl
1c017650 T add_proxy
3c027d6c b address.101
3c03e36c b address.133
3c03da0c b address.136
3c026eec b address.145
3c02d16c b address.35
3c02cd2c b address.35
3c02c8cc b address.35
3c02cbcc b address.35
3c03e4ec b address.35
3c03e1cc b address.35
3c0284cc b address.35
3c03e04c b address.35
3c03d2cc b address.35
3c0237ec b address.35
3c0270ec b address.35
3c03dd0c b address.35
3c02ce8c b address.35
3c03db8c b address.35
3c027f2c b address.35
3c02398c b address.35
3c023aec b address.35
3c023c4c b address.35
3c03d86c b address.35
3c03d6ec b address.35
3c02832c b address.35
3c03e66c b address.35
3c03d42c b address.38
3c026d6c b address.38
3c03e7cc b address.38
3c02862c b address.38
3c02cfec b address.38
3c02ca6c b address.38
3c03decc b address.38
3c02808c b address.38
3c027c0c b address.38
3c02724c b address.38
3c03e94c b address.38
3c03d58c b address.53
3c023dac b address.53
1c032e28 t addstr
3c020f38 D aliases
1c0037dc T anchor_lump
3c02a680 b answer.76
1c01d16c T append_action
1c0044b0 T append_branch
1c003d70 T append_new_lump
1c0067e0 t arg_cmd
         U atexit
         U atoi
         U bind
3c020f30 D bind_address
1c0315e0 T bind_dbmod
3c03f0cc B bind_idx
1c012700 T branch_builder
3c0206a8 d branch_iterator
3c023fe0 b branches
3c0280e0 b buf.167
3c02d180 b buf.45
3c0272c0 b buf1.112
3c0276c0 b buf2.113
3c03e220 b buff.125
3c03d8c0 b buff.128
3c026da0 b buff.137
3c0281e0 b buff.27
3c023840 b buff.27
3c0239a0 b buff.27
3c023b00 b buff.27
3c026fa0 b buff.27
3c027de0 b buff.27
3c028380 b buff.27
3c02c780 b buff.27
3c02ca80 b buff.27
3c02cbe0 b buff.27
3c02cd40 b buff.27
3c02d020 b buff.27
3c03d180 b buff.27
3c03d5a0 b buff.27
3c03d720 b buff.27
3c03da40 b buff.27
3c03dbc0 b buff.27
3c03df00 b buff.27
3c03e080 b buff.27
3c03e3a0 b buff.27
3c03e520 b buff.27
3c0236a0 b buff.27
3c03dd80 b buff.30
3c03e680 b buff.30
3c02cea0 b buff.30
3c03d2e0 b buff.30
3c026c20 b buff.30
3c027ac0 b buff.30
3c02c920 b buff.30
3c03e800 b buff.30
3c027f40 b buff.30
3c0284e0 b buff.30
3c027100 b buff.30
3c023c60 b buff.45
3c03d440 b buff.45
3c028680 b buff.75
3c027c20 b buff.93
1c0042d0 T build_lump_rpl
1c011010 T build_req_buf_from_sip_req
1c013044 T build_res_buf_from_sip_req
1c0116e4 T build_res_buf_from_sip_res
1c011afc T build_res_buf_with_body_from_sip_req
3c021000 d cb_id
3c020290 D ccitt_tab
3c020f40 D cfg_errors
3c020ecc D cfg_file
         U chdir
1c03012c T check_dig_cred
1c007628 T check_self
1c025d4c T check_transaction_quadruple
3c020ef4 D check_via
1c00fe80 t check_via_address
3c020ed4 D children_no
         U chmod
         U chroot
3c020f14 D chroot_dir
1c024650 T clean_hdr_field
1c00a090 T cleanup
1c0047d8 T clear_branches
1c010d1c T clen_builder
         U close
         U closelog
3c0206d8 d cmd_list
3c0212d8 D column
3c0212c8 d comment_nest
1c01afa8 t comp_ip
3c020798 d compiled
         U connect
3c021014 d connection_id
1c033494 t count
1c003520 T crc32file
3c020490 D crc_16_tab
3c01fe90 D crc_32_tab
1c00364c T crcitt_string
1c003360 T crcitt_string_array
         U ctime
1c00a2e0 T daemonize
3c13fe60 B dbf
3c020ee8 D debug
1c003720 T del_lump
1c006f5c T destroy_fifo
1c01db40 T destroy_modules
1c01d32c T destroy_script_cb
1c020f3c T destroy_tcp
1c022888 T destroy_timer
         U difftime
         U dlclose
         U dlerror
         U dlopen
         U dlsym
         U dn_expand
1c0196d8 T dns_a_parser
1c017f40 T dns_aaaa_parser
1c017ea0 T dns_cname_parser
1c017d10 T dns_naptr_parser
1c0196a4 T dns_skipname
1c017c30 T dns_srv_parser
1c001d00 T do_action
1c029640 t do_duplicate_rr
3c020eec D dont_fork
1c004440 T dprint
3c023de0 b dset.173
1c0247d4 T dump_hdr_field
1c0042ac T dup_lump_list
1c0039d4 t dup_lump_list_r
1c0289f0 T duplicate_params
1c029610 T duplicate_rr
1c02fbf0 T eat_line
3c03e960 B environ
1c004f98 T err2reason_phrase
3c023560 B errno
1c0047f0 T error_text
1c019d98 t eval_elem
1c01a3a0 T eval_expr
1c01d2ec T exec_post_cb
1c01d2a4 T exec_pre_cb
         U exit
3c13fe94 B f_tmp
3c03f780 B failure_rlist
         U fclose
         U fcntl
         U fdopen
         U fflush
         U fgets
3c0206c8 D fifo
3c0206cc D fifo_mode
3c03ea80 B fifo_pid
3c0206d0 d fifo_read
1c0056d0 T fifo_reply
1c005aa0 t fifo_server
3c026efc b fifo_stream
3c0206d4 d fifo_write
1c01d67c T find_export
1c01daf8 T find_module
1c01d77c T find_param_export
1c01deb8 T find_tcp_si
1c0199f0 t fix_actions
1c019750 t fix_expr
1c01a5a8 T fix_rls
1c007070 T flag_in_range
3c0207c0 d flags
1c023650 T fm_free
1c023f40 T fm_malloc
1c023e70 T fm_malloc_init
1c0236fc T fm_status
         U fopen
         U fork
1c0083c0 T forward_reply
1c007840 T forward_request
3c0211b8 d fourbits2char
3c021280 d fourbits2char
3c0206b4 d fourbits2char
3c02101c d fourbits2char
3c02126c d fourbits2char
3c021294 d fourbits2char
3c021258 d fourbits2char
3c021244 d fourbits2char
3c01fe64 d fourbits2char
3c021230 d fourbits2char
3c020fa0 d fourbits2char
3c020fb8 d fourbits2char
3c020690 d fourbits2char
3c02121c d fourbits2char
3c021044 d fourbits2char
3c020fcc d fourbits2char
3c021208 d fourbits2char
3c021058 d fourbits2char
3c0211f4 d fourbits2char
3c02106c d fourbits2char
3c0206f4 d fourbits2char
3c0211e0 d fourbits2char
3c0211cc d fourbits2char
3c021190 d fourbits2char
3c0211a4 d fourbits2char
3c01fe7c d fourbits2char
3c0206dc d fourbits2char
         U fprintf
         U fputs
         U fread
         U free
1c031550 T free_contact
1c031078 T free_contacts
1c0300e0 T free_credentials
1c0264ac T free_cseq
1c003c30 T free_duped_lump_list
1c0266e0 T free_event
1c026990 T free_expires
1c02486c T free_hdr_field_lst
1c0177bc T free_hostent
1c00426c T free_lump
1c00389c T free_lump_list
1c0043f8 T free_lump_rpl
1c028ce0 T free_params
1c0176e8 T free_proxy
1c0193d8 T free_rdata_list
1c025d98 T free_reply_lump
1c0294a4 T free_rr
1c025cc4 T free_sip_msg
1c02aaa0 T free_to
1c02fb84 T free_via_list
         U freopen
         U fscanf
         U fwrite
1c030108 T get_authorized_cred
1c0248b0 T get_hdr_field
1c007180 T get_out_socket
1c017fc4 T get_record
1c004de8 T get_reply_status
1c0074f0 T get_send_socket
1c022838 T get_ticks
         U getcwd
         U getgrnam
         U gethostbyaddr
         U gethostbyname
         U gethostbyname2
         U getopt
         U getpid
         U getprotobyname
         U getpwnam
         U getsockname
         U getsockopt
3c020f24 D gid
3c020f1c D group
1c00ab24 T handle_sigs
1c009974 T hashtest
1c008cf0 T hashtest_cycle
3c020ff0 d he.113
3c03e248 b he.129
3c03d8e8 b he.132
3c020720 d he.137
3c026dc8 b he.141
3c020fe0 d he.145
3c0206f0 d he.157
3c02c7a8 b he.31
3c03dbe8 b he.31
3c03da68 b he.31
3c023b28 b he.31
3c027e08 b he.31
3c02caa8 b he.31
3c023868 b he.31
3c03d748 b he.31
3c026fc8 b he.31
3c02cc08 b he.31
3c03df28 b he.31
3c03d5c8 b he.31
3c02cd68 b he.31
3c0283a8 b he.31
3c0236c8 b he.31
3c03e0a8 b he.31
3c0239c8 b he.31
3c03e548 b he.31
3c028208 b he.31
3c03d1a8 b he.31
3c02d048 b he.31
3c03e3c8 b he.31
3c027128 b he.34
3c02c948 b he.34
3c03e6a8 b he.34
3c028508 b he.34
3c026c48 b he.34
3c027f68 b he.34
3c03d308 b he.34
3c02cec8 b he.34
3c03e828 b he.34
3c027ae8 b he.34
3c03dda8 b he.34
3c03d468 b he.49
3c023c88 b he.49
3c020fec d he.50
3c020fb4 d he.56
3c027c48 b he.97
3c020840 d help_msg
1c016df0 t hostent_cpy
3c03e260 b hostname.130
3c03d900 b hostname.133
3c026de0 b hostname.142
3c026fe0 b hostname.32
3c0283c0 b hostname.32
3c02c7c0 b hostname.32
3c027e20 b hostname.32
3c0236e0 b hostname.32
3c02cac0 b hostname.32
3c02cc20 b hostname.32
3c02cd80 b hostname.32
3c02d060 b hostname.32
3c03d1c0 b hostname.32
3c03d5e0 b hostname.32
3c03d760 b hostname.32
3c03da80 b hostname.32
3c03dc00 b hostname.32
3c03df40 b hostname.32
3c03e0c0 b hostname.32
3c03e3e0 b hostname.32
3c03e560 b hostname.32
3c023b40 b hostname.32
3c0239e0 b hostname.32
3c023880 b hostname.32
3c028220 b hostname.32
3c027f80 b hostname.35
3c02c960 b hostname.35
3c03ddc0 b hostname.35
3c027b00 b hostname.35
3c03e6c0 b hostname.35
3c03e840 b hostname.35
3c02cee0 b hostname.35
3c026c60 b hostname.35
3c03d320 b hostname.35
3c027140 b hostname.35
3c028520 b hostname.35
3c023ca0 b hostname.50
3c03d480 b hostname.50
3c027c60 b hostname.98
3c020740 d id
1c010b94 T id_builder
         U inet_pton
1c004788 T init_branch_iterator
1c01db9c T init_child
1c0302a0 T init_dig_cred
1c01d97c t init_mod
1c01d88c t init_mod_child
1c01dbb8 T init_modules
1c024130 T init_pkg_mallocs
1c0241b4 T init_shm_mallocs
1c020a80 T init_tcp
1c022780 T init_timer
1c032bc0 t input
1c00412c T insert_cond_lump_after
1c0041cc T insert_cond_lump_before
1c003e14 T insert_new_lump
1c003ea8 T insert_new_lump_after
1c003f4c T insert_new_lump_before
1c003fec T insert_subst_lump_after
1c00408c T insert_subst_lump_before
1c00b2f4 T install_sigs
         U ioctl
3c02c8dc b ip.105
3c02c8f4 b ip.109
3c027d7c b ip.129
3c027d94 b ip.133
3c028348 b ip.137
3c028360 b ip.141
3c027268 b ip.149
3c027280 b ip.153
3c02863c b ip.42
3c028654 b ip.46
3c02809c b ip.48
3c0280b4 b ip.52
1c01aa18 t ip_addr2a
1c012adc t ip_addr2a
1c035c50 t ip_addr2a
1c00e324 t ip_addr2a
3c020f48 D is_main
         U isatty
1c00714c T isflagset
3c021034 d jiffies
         U kill
1c00aa3c t kill_all_children
1c006ff8 t kill_fifo_cmd
3c0212d4 D line
         U listen
1c01d390 T load_module
3c020ef0 D log_stderr
3c13fe98 B lst_tmp
1c01693c t lump_check_opt
1c013074 t lumps_len
1c00c310 T main
1c00b544 T main_loop
         U malloc
1c02ff98 T mark_authorized_cred
3c020ed0 D maxbuffer
3c03fe20 B mem_block
3c02103c D mem_lock
3c03fe40 B mem_pool
         U memcpy
3c020efc D memlog
         U memmove
         U memset
3c020f08 D mhomed
1c01d024 T mk_action
1c01d0b8 T mk_action3
1c01cfa4 T mk_elem
1c01cf2c T mk_exp
1c009a90 T mk_net
1c009b78 T mk_net_bitlen
1c0173b0 T mk_proxy
1c01753c T mk_proxy_from_ip
         U mkfifo
         U mmap
3c021004 D modules
3c020fe8 D msg_no
1c0088bc t msg_send
         U munmap
3c03f6e4 B my_argc
3c03f0c4 B my_argv
1c0091dc T new_hash
1c009554 T new_hash2
1c004798 T next_branch
3c0206a4 d nr_branches
3c03f700 B onreply_rlist
         U open
1c005e9c T open_fifo_server
1c0057c4 T open_reply_pipe
         U openlog
3c023564 B optarg
3c023568 B opterr
3c023698 B optopt
3c020ec8 D own_pgid
3c027d64 b p_addr.100
3c03e364 b p_addr.132
3c03da04 b p_addr.135
3c026ee4 b p_addr.144
3c023ae4 b p_addr.34
3c028324 b p_addr.34
3c02ce84 b p_addr.34
3c023c44 b p_addr.34
3c0270e4 b p_addr.34
3c02cd24 b p_addr.34
3c03db84 b p_addr.34
3c0237e4 b p_addr.34
3c03dd04 b p_addr.34
3c03d864 b p_addr.34
3c02cbc4 b p_addr.34
3c02c8c4 b p_addr.34
3c03e4e4 b p_addr.34
3c03d6e4 b p_addr.34
3c0284c4 b p_addr.34
3c03e044 b p_addr.34
3c023984 b p_addr.34
3c03d2c4 b p_addr.34
3c027f24 b p_addr.34
3c02d164 b p_addr.34
3c03e1c4 b p_addr.34
3c03e664 b p_addr.34
3c03dec4 b p_addr.37
3c026d64 b p_addr.37
3c03e944 b p_addr.37
3c03d424 b p_addr.37
3c028624 b p_addr.37
3c027c04 b p_addr.37
3c02cfe4 b p_addr.37
3c02ca64 b p_addr.37
3c028084 b p_addr.37
3c03e7c4 b p_addr.37
3c027244 b p_addr.37
3c023da4 b p_addr.52
3c03d584 b p_addr.52
3c03e360 b p_aliases.131
3c03da00 b p_aliases.134
3c026ee0 b p_aliases.143
3c03e1c0 b p_aliases.33
3c03e4e0 b p_aliases.33
3c03e040 b p_aliases.33
3c0270e0 b p_aliases.33
3c03dd00 b p_aliases.33
3c03db80 b p_aliases.33
3c023c40 b p_aliases.33
3c023ae0 b p_aliases.33
3c03d860 b p_aliases.33
3c03d6e0 b p_aliases.33
3c03d2c0 b p_aliases.33
3c02d160 b p_aliases.33
3c023980 b p_aliases.33
3c02ce80 b p_aliases.33
3c02cd20 b p_aliases.33
3c02cbc0 b p_aliases.33
3c027f20 b p_aliases.33
3c02c8c0 b p_aliases.33
3c0237e0 b p_aliases.33
3c0284c0 b p_aliases.33
3c028320 b p_aliases.33
3c03e660 b p_aliases.33
3c03dec0 b p_aliases.36
3c026d60 b p_aliases.36
3c028080 b p_aliases.36
3c027c00 b p_aliases.36
3c03e940 b p_aliases.36
3c03d420 b p_aliases.36
3c02ca60 b p_aliases.36
3c027240 b p_aliases.36
3c02cfe0 b p_aliases.36
3c028620 b p_aliases.36
3c03e7c0 b p_aliases.36
3c023da0 b p_aliases.51
3c03d580 b p_aliases.51
3c027d60 b p_aliases.99
1c031350 T parse_contact
1c030b40 T parse_contacts
1c025dd0 T parse_content_length
1c025ecc T parse_content_type_hdr
1c02fc90 T parse_credentials
1c026250 T parse_cseq
1c0301b0 T parse_digest_cred
1c0302b4 t parse_digest_params
1c0264d0 T parse_event
1c026770 T parse_expires
1c026a10 T parse_first_line
1c027250 T parse_from_header
1c02524c T parse_headers
1c0273c0 T parse_hname2
1c025898 T parse_msg
1c027f30 T parse_nameaddr
1c02d178 T parse_orig_ruri
1c0307d0 T parse_param_name
1c028e80 t parse_param_name
1c028460 T parse_params
1c029110 T parse_rr
1c02d0d4 T parse_sip_msg_uri
1c02a4ac T parse_to
1c029930 t parse_to_param
1c02ab00 T parse_uri
1c02ddfc T parse_via
1c02d280 t parse_via_param
         U pathconf
3c02127c d pathmax.100
3c021204 d pathmax.103
3c020fdc d pathmax.118
3c021254 d pathmax.124
3c0211dc d pathmax.124
3c021240 d pathmax.124
3c021054 d pathmax.127
3c01fe74 d pathmax.130
3c0206ec d pathmax.130
3c020fc8 d pathmax.139
3c021068 d pathmax.142
3c0206a0 d pathmax.142
3c0211c8 d pathmax.142
3c02102c d pathmax.145
3c02122c d pathmax.154
3c021218 d pathmax.82
3c021268 d pathmax.82
3c0211f0 d pathmax.82
3c02107c d pathmax.85
3c01fe8c d pathmax.85
3c020fb0 d pathmax.85
3c020704 d pathmax.85
3c0212a4 d pathmax.91
3c021290 d pathmax.91
3c0211a0 d pathmax.94
3c0206c4 d pathmax.94
3c0211b4 d pathmax.94
         U pause
         U perror
3c020f4c D pid_file
3c020f34 D port_no
3c020ffc d post_cb
3c020ff8 d pre_cb
3c0206b0 D prev_ser_error
1c01c3c8 T print_action
1c03158c T print_contact
1c0310c8 T print_contacts
1c02fda4 T print_cred
1c00eb14 T print_ct_constants
1c0045b8 T print_dset
1c02670c T print_event
1c0269b8 T print_expires
1c01bc80 T print_expr
1c0068c8 t print_fifo_cmd
1c009cfc T print_ip
1c0283d4 T print_nameaddr
1c009fe4 T print_net
1c028d98 T print_params
1c01a788 T print_rl
1c02958c T print_rr
1c006f90 t print_version_cmd
         U printf
1c022a60 T probe_max_receive_buffer
1c014090 t process_lumps
3c020f3c D process_no
3c020fe4 D proxies
1c006b40 t ps_fifo_cmd
3c020ee0 D pt
1c01af84 T push
1c00668c t pwd_cmd
3c03dd1c b r.105
3c03e1dc b r.105
3c03e05c b r.105
3c03d6fc b r.108
3c0237fc b r.111
3c02725c b r.111
3c0280cc b r.120
3c03db9c b r.123
3c023dbc b r.123
3c03d87c b r.123
3c02cffc b r.126
3c03dedc b r.135
3c03e200 b r.63
3c03dd40 b r.63
3c03dd58 b r.63
3c0272a0 b r.66
3c03d8a0 b r.66
3c023820 b r.66
3c027dc0 b r.66
3c03e50c b r.72
3c03e500 b r.72
3c03da20 b r.75
3c026d80 b r.75
3c03da2c b r.75
3c03e380 b r.81
3c03dd4c b r.84
3c02833c b r.99
         U rand
         U read
1c0054b0 T read_body
1c005304 T read_eol
1c0051cc T read_line
1c0053b4 T read_line_set
         U realloc
3c020ff4 d rec_lev.138
3c01fe78 d rec_lev.152
1c016be0 T receive_fd
1c017880 T receive_msg
1c0108e4 T received_builder
3c020f0c D received_dns
         U recvfrom
         U recvmsg
         U regcomp
         U regexec
         U regfree
1c01da58 T register_builtin_modules
1c006cb0 T register_core_fifo
1c005080 T register_fifo_cmd
1c01da60 T register_module
1c01d1a0 T register_script_cb
1c022934 T register_timer
1c0220cc T release_tcpconn
3c020f28 D reply_to_via
         U res_search
1c00712c T resetflag
3c03f740 B rlist
1c0109bc T rport_builder
3c13feb8 B rt
1c0031f8 T run_actions
         U select
         U send
1c01f98c t send2child
1c016d70 T send_fd
3c03f6e0 B sendipv4
3c03f0c8 B sendipv4_tcp
3c03eaa0 B sendipv6
3c03f0c0 B sendipv6_tcp
         U sendmsg
         U sendto
3c0206ac D ser_error
3c020f04 D server_signature
1c00f9d0 T set_mod_param
1c00faec T set_mod_param_regex
1c00710c T setflag
         U setgid
         U setsid
         U setsockopt
         U setuid
3c13fe40 B shm_block
1c028b20 T shm_duplicate_params
1c029628 T shm_duplicate_rr
1c028d18 T shm_free_params
1c029500 T shm_free_rr
1c024314 T shm_getmem
1c024574 T shm_mem_destroy
1c024624 T shm_mem_init
1c024478 T shm_mem_init_mallocs
3c020f44 D shm_mem_size
3c021040 d shm_mempool
3c020ee4 D sig_flag
1c00b104 t sig_usr
         U signal
1c01865c T sip_resolvehost
3c020f00 D sip_warning
1c031180 t skip_uri
         U sleep
         U snprintf
3c03f0e0 B sock_info
3c020f2c D sock_no
         U socket
         U socketpair
         U sprintf
         U srand
3c0212dc D startcolumn
         U stat
3c0212cc d state
1c009ee4 T stdout_print_ip
1c019428 t str2ip6
1c008a6c t str2ip6
1c00e894 t str2ip6
1c01b9f4 t str2ip6
         U strcasecmp
         U strchr
         U strcmp
         U strdup
         U strerror
         U strncasecmp
         U strncmp
         U strncpy
         U strtol
3c021130 d subtype_tree.150
3c020ef8 D syn_branch
         U syslog
         U system
3c03f7c0 B tcp_children
3c020ed8 D tcp_children_no
3c020edc D tcp_disable
3c03eac0 B tcp_info
1c01f494 T tcp_init
1c0210cc T tcp_init_children
1c01faa4 T tcp_main_loop
3c021018 D tcp_proto_no
1c021390 T tcp_read
1c0214f0 T tcp_read_headers
1c021c90 T tcp_read_req
1c02215c T tcp_receive_loop
1c01e9d0 T tcp_send
1c01e470 T tcpconn_add
3c021008 D tcpconn_addr_hash
1c01e11c T tcpconn_connect
1c0212f8 T tcpconn_get
3c02100c D tcpconn_id_hash
3c021010 D tcpconn_lock
1c01dbd0 T tcpconn_new
1c021378 T tcpconn_put
1c01e770 T tcpconn_rm
1c01f35c T tcpconn_timeout
         U time
3c021038 d timer_id
3c021030 D timer_list
1c0229d8 T timer_ticker
3c13fe8c B tmp
3c02c680 b tmp.80
1c0055b0 t trim_filename
3c0212d0 d tstr
3c021080 d type_tree.149
1c022dfc T udp_init
1c0231bc T udp_rcv_loop
1c023558 T udp_send
3c020f20 D uid
         U uname
3c03fe00 B unix_tcp_sock
         U unlink
3c026f00 b up_since
3c026f20 b up_since_ctime
1c007e40 T update_sock_struct_from_via
1c0069ac t uptime_fifo_cmd
3c020f18 D user
3c02077e d version
         U vfprintf
1c0128d8 T via_builder
3c13fe44 B via_cnt
         U wait
         U waitpid
1c010170 t warning_builder
1c006a54 t which_fifo_cmd
3c020f10 D working_dir
         U write
3c018420 r yy_accept
3c018e00 r yy_base
3c0212ac d yy_c_buf_p
3c01a420 r yy_chk
1c033010 T yy_create_buffer
3c0212a8 d yy_current_buffer
3c0193c0 r yy_def
1c033084 T yy_delete_buffer
3c03e7e4 b yy_did_buffer_switch_on_eof
3c018920 r yy_ec
1c03346c t yy_fatal_error
1c033284 t yy_flex_alloc
1c0332b0 t yy_flex_free
1c033298 t yy_flex_realloc
1c033128 T yy_flush_buffer
1c0328b0 t yy_get_next_buffer
1c0332c4 t yy_get_previous_state
3c03e7dc b yy_hold_char
3c0212b0 d yy_init
1c0330c8 T yy_init_buffer
3c03e7ec b yy_last_accepting_cpos
3c03e7e8 b yy_last_accepting_state
1c032fe0 T yy_load_buffer_state
3c018d20 r yy_meta
3c0212c0 d yy_more_flag
3c0212c4 d yy_more_len
3c03e7e0 b yy_n_chars
3c019980 r yy_nxt
1c033188 T yy_scan_buffer
1c032ca4 T yy_scan_bytes
1c03325c T yy_scan_string
3c0212b4 d yy_start
1c032f90 T yy_switch_to_buffer
1c0333c0 t yy_try_NUL_trans
3c13fec8 B yychar
3c01d696 R yycheck
3c13febc B yydebug
3c01bc3c R yydefred
3c01c08c R yydgoto
3c13fe9c B yyerrflag
1c033630 T yyerror
3c01c95e R yygindex
1c03369c t yygrowstack
3c0212b8 D yyin
3c01ba14 R yylen
3c13fe88 B yyleng
1c031710 T yylex
3c01b7ec R yylhs
3c13fec0 B yylval
3c13feac B yynerrs
3c0212bc D yyout
1c0337d8 T yyparse
3c0212e0 d yyrcsid
1c032f4c T yyrestart
3c01c50e R yyrindex
3c01c0be R yysindex
3c13feb4 B yyss
3c13fea0 B yysslim
3c13fea8 B yyssp
3c13fe90 B yystacksize
3c01c990 R yytable
3c13fe84 B yytext
3c13feb0 B yyval
3c13fec4 B yyvs
3c13fea4 B yyvsp
1c0361d0 T yywrap
-------------- next part --------------
1c00eb50 T MD5Final
1c00f3c0 T MD5Init
1c00f3f4 T MD5Update
3c0234e8 A _DYNAMIC
3c022330 A _GLOBAL_OFFSET_TABLE_
3c023560 A __bss_start
3c0224e8 ? __got_end
3c022330 ? __got_start
3c023570 B __guard
3c01fe5c D __progname
3c023590 B __sF
         U __srget
         U __stack_smash_handler
3c02369c B _ctype_
3c023560 A _edata
3c13fecc A _end
         U abort
         U accept
         U atexit
         U atoi
         U bind
         U chdir
         U chmod
         U chroot
         U close
         U closelog
         U connect
         U ctime
         U difftime
         U dlclose
         U dlerror
         U dlopen
         U dlsym
         U dn_expand
3c03e960 B environ
3c023560 B errno
         U exit
         U fclose
         U fcntl
         U fdopen
         U fflush
         U fgets
         U fopen
         U fork
         U fprintf
         U fputs
         U fread
         U free
         U freopen
         U fscanf
         U fwrite
         U getcwd
         U getgrnam
         U gethostbyaddr
         U gethostbyname
         U gethostbyname2
         U getopt
         U getpid
         U getprotobyname
         U getpwnam
         U getsockname
         U getsockopt
         U inet_pton
         U ioctl
         U isatty
         U kill
         U listen
         U malloc
         U memcpy
         U memmove
         U memset
         U mkfifo
         U mmap
         U munmap
         U open
         U openlog
3c023564 B optarg
3c023568 B opterr
3c023698 B optopt
         U pathconf
         U pause
         U perror
         U printf
         U rand
         U read
         U realloc
         U recvfrom
         U recvmsg
         U regcomp
         U regexec
         U regfree
         U res_search
         U select
         U send
         U sendmsg
         U sendto
         U setgid
         U setsid
         U setsockopt
         U setuid
         U signal
         U sleep
         U snprintf
         U socket
         U socketpair
         U sprintf
         U srand
         U stat
         U strcasecmp
         U strchr
         U strcmp
         U strdup
         U strerror
         U strncasecmp
         U strncmp
         U strncpy
         U strtol
         U syslog
         U system
         U time
         U uname
         U unlink
         U vfprintf
         U wait
         U waitpid
         U write


More information about the sr-users mailing list