mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	This automatically-generated patch converts 703 function definitions in glibc from old-style K&R to prototype-style. This conversion is deliberately simplistic, excluding any tricky cases as even a patch covering only simple cases is still very large. Currently excluded are: sysdeps files (to improve test coverage for the initial patch); files containing assertions (to avoid line number changes so that generated libraries can be compared); any cases where the generated function declaration would involve lines over 79 characters and so need to be wrapped; any cases with array parameters or other cases where parameter declarators don't end with the parameter name; any other cases that my script didn't parse. I didn't try to make the ChangeLog generation indicate when function definitions are conditional; it just lists the functions changed without regard to that. Tested for x86_64 and x86 (testsuite, and that installed stripped shared libraries are unchanged by the patch). * crypt/cert.c (good_bye): Convert to prototype-style function definition. (get8): Likewise. (put8): Likewise. * crypt/crypt-entry.c (crypt): Likewise. (__fcrypt): Likewise. * crypt/crypt_util.c (_ufc_prbits): Likewise. (_ufc_set_bits): Likewise. (_ufc_clearmem): Likewise. (__init_des_r): Likewise. (shuffle_sb): Likewise. (shuffle_sb): Likewise. (_ufc_setup_salt_r): Likewise. (_ufc_mk_keytab_r): Likewise. (_ufc_dofinalperm_r): Likewise. (encrypt): Likewise. (__setkey_r): Likewise. (setkey): Likewise. * crypt/md5.c (md5_init_ctx): Likewise. (md5_read_ctx): Likewise. (md5_finish_ctx): Likewise. (md5_stream): Likewise. (md5_buffer): Likewise. (md5_process_bytes): Likewise. * crypt/sha256.c (__sha256_init_ctx): Likewise. (__sha256_finish_ctx): Likewise. (__sha256_process_bytes): Likewise. * crypt/sha512.c (__sha512_init_ctx): Likewise. (__sha512_finish_ctx): Likewise. (__sha512_process_bytes): Likewise. * ctype/isctype.c (__isctype): Likewise. * debug/backtrace.c (__backtrace): Likewise. * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise. * debug/fgets_chk.c (__fgets_chk): Likewise. * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise. * debug/memcpy_chk.c (__memcpy_chk): Likewise. * debug/memmove_chk.c (MEMMOVE_CHK): Likewise. * debug/mempcpy_chk.c (__mempcpy_chk): Likewise. * debug/memset_chk.c (__memset_chk): Likewise. * debug/strcat_chk.c (__strcat_chk): Likewise. * debug/strncat_chk.c (__strncat_chk): Likewise. * debug/strncpy_chk.c (__strncpy_chk): Likewise. * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise. * dirent/dirfd.c (dirfd): Likewise. * dirent/getdents.c (__getdirentries): Likewise. * dirent/getdents64.c (getdirentries64): Likewise. * dirent/rewinddir.c (__rewinddir): Likewise. * dirent/seekdir.c (seekdir): Likewise. * dirent/telldir.c (telldir): Likewise. * elf/sln.c (makesymlinks): Likewise. (makesymlink): Likewise. * gmon/gmon.c (__moncontrol): Likewise. (__monstartup): Likewise. (write_hist): Likewise. (write_call_graph): Likewise. (write_bb_counts): Likewise. * grp/setgroups.c (setgroups): Likewise. * inet/inet_lnaof.c (inet_lnaof): Likewise. * inet/inet_net.c (inet_network): Likewise. * inet/inet_netof.c (inet_netof): Likewise. * inet/rcmd.c (rresvport_af): Likewise. (rresvport): Likewise. * io/access.c (__access): Likewise. * io/chdir.c (__chdir): Likewise. * io/chmod.c (__chmod): Likewise. * io/chown.c (__chown): Likewise. * io/close.c (__close): Likewise. * io/creat.c (creat): Likewise. * io/creat64.c (creat64): Likewise. * io/dup.c (__dup): Likewise. * io/dup2.c (__dup2): Likewise. * io/dup3.c (__dup3): Likewise. * io/euidaccess.c (__euidaccess): Likewise. * io/faccessat.c (faccessat): Likewise. * io/fchmod.c (__fchmod): Likewise. * io/fchmodat.c (fchmodat): Likewise. * io/fchown.c (__fchown): Likewise. * io/fchownat.c (fchownat): Likewise. * io/fcntl.c (__fcntl): Likewise. * io/flock.c (__flock): Likewise. * io/fts.c (fts_load): Likewise. (fts_close): Likewise. (fts_read): Likewise. (fts_set): Likewise. (fts_children): Likewise. (fts_build): Likewise. (fts_stat): Likewise. (fts_sort): Likewise. (fts_alloc): Likewise. (fts_lfree): Likewise. (fts_palloc): Likewise. (fts_padjust): Likewise. (fts_maxarglen): Likewise. (fts_safe_changedir): Likewise. * io/getwd.c (getwd): Likewise. * io/isatty.c (__isatty): Likewise. * io/lchown.c (__lchown): Likewise. * io/link.c (__link): Likewise. * io/linkat.c (linkat): Likewise. * io/lseek.c (__libc_lseek): Likewise. * io/mkdir.c (__mkdir): Likewise. * io/mkdirat.c (mkdirat): Likewise. * io/mkfifo.c (mkfifo): Likewise. * io/mkfifoat.c (mkfifoat): Likewise. * io/open.c (__libc_open): Likewise. * io/open64.c (__libc_open64): Likewise. * io/readlink.c (__readlink): Likewise. * io/readlinkat.c (readlinkat): Likewise. * io/rmdir.c (__rmdir): Likewise. * io/symlink.c (__symlink): Likewise. * io/symlinkat.c (symlinkat): Likewise. * io/ttyname.c (ttyname): Likewise. * io/ttyname_r.c (__ttyname_r): Likewise. * io/umask.c (__umask): Likewise. * io/unlink.c (__unlink): Likewise. * io/unlinkat.c (unlinkat): Likewise. * io/utime.c (utime): Likewise. * libio/clearerr.c (clearerr): Likewise. * libio/clearerr_u.c (clearerr_unlocked): Likewise. * libio/feof.c (_IO_feof): Likewise. * libio/feof_u.c (feof_unlocked): Likewise. * libio/ferror.c (_IO_ferror): Likewise. * libio/ferror_u.c (ferror_unlocked): Likewise. * libio/filedoalloc.c (_IO_file_doallocate): Likewise. * libio/fileno.c (__fileno): Likewise. * libio/fputc.c (fputc): Likewise. * libio/fputc_u.c (fputc_unlocked): Likewise. * libio/fputwc.c (fputwc): Likewise. * libio/fputwc_u.c (fputwc_unlocked): Likewise. * libio/freopen.c (freopen): Likewise. * libio/freopen64.c (freopen64): Likewise. * libio/fseek.c (fseek): Likewise. * libio/fseeko.c (fseeko): Likewise. * libio/fseeko64.c (fseeko64): Likewise. * libio/ftello.c (__ftello): Likewise. * libio/ftello64.c (ftello64): Likewise. * libio/fwide.c (fwide): Likewise. * libio/genops.c (_IO_un_link): Likewise. (_IO_link_in): Likewise. (_IO_least_marker): Likewise. (_IO_switch_to_main_get_area): Likewise. (_IO_switch_to_backup_area): Likewise. (_IO_switch_to_get_mode): Likewise. (_IO_free_backup_area): Likewise. (_IO_switch_to_put_mode): Likewise. (__overflow): Likewise. (__underflow): Likewise. (__uflow): Likewise. (_IO_setb): Likewise. (_IO_doallocbuf): Likewise. (_IO_default_underflow): Likewise. (_IO_default_uflow): Likewise. (_IO_default_xsputn): Likewise. (_IO_sgetn): Likewise. (_IO_default_xsgetn): Likewise. (_IO_sync): Likewise. (_IO_default_setbuf): Likewise. (_IO_default_seekpos): Likewise. (_IO_default_doallocate): Likewise. (_IO_init): Likewise. (_IO_old_init): Likewise. (_IO_default_sync): Likewise. (_IO_default_finish): Likewise. (_IO_default_seekoff): Likewise. (_IO_sputbackc): Likewise. (_IO_sungetc): Likewise. (_IO_set_column): Likewise. (_IO_set_column): Likewise. (_IO_adjust_column): Likewise. (_IO_get_column): Likewise. (_IO_init_marker): Likewise. (_IO_remove_marker): Likewise. (_IO_marker_difference): Likewise. (_IO_marker_delta): Likewise. (_IO_seekmark): Likewise. (_IO_unsave_markers): Likewise. (_IO_nobackup_pbackfail): Likewise. (_IO_default_pbackfail): Likewise. (_IO_default_seek): Likewise. (_IO_default_stat): Likewise. (_IO_default_read): Likewise. (_IO_default_write): Likewise. (_IO_default_showmanyc): Likewise. (_IO_default_imbue): Likewise. (_IO_iter_next): Likewise. (_IO_iter_file): Likewise. * libio/getc.c (_IO_getc): Likewise. * libio/getwc.c (_IO_getwc): Likewise. * libio/iofclose.c (_IO_new_fclose): Likewise. * libio/iofdopen.c (_IO_new_fdopen): Likewise. * libio/iofflush.c (_IO_fflush): Likewise. * libio/iofflush_u.c (__fflush_unlocked): Likewise. * libio/iofgetpos.c (_IO_new_fgetpos): Likewise. * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise. * libio/iofgets.c (_IO_fgets): Likewise. * libio/iofgets_u.c (__fgets_unlocked): Likewise. * libio/iofgetws.c (fgetws): Likewise. * libio/iofgetws_u.c (fgetws_unlocked): Likewise. * libio/iofopen64.c (_IO_fopen64): Likewise. * libio/iofopncook.c (_IO_cookie_read): Likewise. (_IO_cookie_write): Likewise. (_IO_cookie_seek): Likewise. (_IO_cookie_close): Likewise. (_IO_cookie_seekoff): Likewise. (_IO_old_cookie_seek): Likewise. * libio/iofputs.c (_IO_fputs): Likewise. * libio/iofputs_u.c (__fputs_unlocked): Likewise. * libio/iofputws.c (fputws): Likewise. * libio/iofputws_u.c (fputws_unlocked): Likewise. * libio/iofread.c (_IO_fread): Likewise. * libio/iofread_u.c (__fread_unlocked): Likewise. * libio/iofsetpos.c (_IO_new_fsetpos): Likewise. * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise. * libio/ioftell.c (_IO_ftell): Likewise. * libio/iofwrite.c (_IO_fwrite): Likewise. * libio/iogetdelim.c (_IO_getdelim): Likewise. * libio/iogets.c (_IO_gets): Likewise. * libio/iopadn.c (_IO_padn): Likewise. * libio/iopopen.c (_IO_new_proc_open): Likewise. (_IO_new_popen): Likewise. (_IO_new_proc_close): Likewise. * libio/ioputs.c (_IO_puts): Likewise. * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise. (_IO_seekoff): Likewise. * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise. (_IO_seekpos): Likewise. * libio/iosetbuffer.c (_IO_setbuffer): Likewise. * libio/iosetvbuf.c (_IO_setvbuf): Likewise. * libio/ioungetc.c (_IO_ungetc): Likewise. * libio/ioungetwc.c (ungetwc): Likewise. * libio/iovdprintf.c (_IO_vdprintf): Likewise. * libio/iovsscanf.c (_IO_vsscanf): Likewise. * libio/iowpadn.c (_IO_wpadn): Likewise. * libio/libc_fatal.c (__libc_fatal): Likewise. * libio/memstream.c (__open_memstream): Likewise. (_IO_mem_sync): Likewise. (_IO_mem_finish): Likewise. * libio/oldfileops.c (_IO_old_file_init): Likewise. (_IO_old_file_close_it): Likewise. (_IO_old_file_finish): Likewise. (_IO_old_file_fopen): Likewise. (_IO_old_file_attach): Likewise. (_IO_old_file_setbuf): Likewise. (_IO_old_do_write): Likewise. (old_do_write): Likewise. (_IO_old_file_underflow): Likewise. (_IO_old_file_overflow): Likewise. (_IO_old_file_sync): Likewise. (_IO_old_file_seekoff): Likewise. (_IO_old_file_write): Likewise. (_IO_old_file_xsputn): Likewise. * libio/oldiofclose.c (_IO_old_fclose): Likewise. * libio/oldiofdopen.c (_IO_old_fdopen): Likewise. * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise. * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise. * libio/oldiofopen.c (_IO_old_fopen): Likewise. * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise. * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise. * libio/oldiopopen.c (_IO_old_proc_open): Likewise. (_IO_old_popen): Likewise. (_IO_old_proc_close): Likewise. * libio/oldpclose.c (__old_pclose): Likewise. * libio/pclose.c (__new_pclose): Likewise. * libio/peekc.c (_IO_peekc_locked): Likewise. * libio/putc.c (_IO_putc): Likewise. * libio/putc_u.c (putc_unlocked): Likewise. * libio/putchar.c (putchar): Likewise. * libio/putchar_u.c (putchar_unlocked): Likewise. * libio/putwc.c (putwc): Likewise. * libio/putwc_u.c (putwc_unlocked): Likewise. * libio/putwchar.c (putwchar): Likewise. * libio/putwchar_u.c (putwchar_unlocked): Likewise. * libio/rewind.c (rewind): Likewise. * libio/setbuf.c (setbuf): Likewise. * libio/setlinebuf.c (setlinebuf): Likewise. * libio/vasprintf.c (_IO_vasprintf): Likewise. * libio/vscanf.c (_IO_vscanf): Likewise. * libio/vsnprintf.c (_IO_strn_overflow): Likewise. * libio/vswprintf.c (_IO_wstrn_overflow): Likewise. * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise. * libio/wgenops.c (_IO_least_wmarker): Likewise. (_IO_switch_to_main_wget_area): Likewise. (_IO_switch_to_wbackup_area): Likewise. (_IO_wsetb): Likewise. (_IO_wdefault_pbackfail): Likewise. (_IO_wdefault_finish): Likewise. (_IO_wdefault_uflow): Likewise. (__woverflow): Likewise. (__wuflow): Likewise. (__wunderflow): Likewise. (_IO_wdefault_xsputn): Likewise. (_IO_wdefault_xsgetn): Likewise. (_IO_wdoallocbuf): Likewise. (_IO_wdefault_doallocate): Likewise. (_IO_switch_to_wget_mode): Likewise. (_IO_free_wbackup_area): Likewise. (_IO_switch_to_wput_mode): Likewise. (_IO_sputbackwc): Likewise. (_IO_sungetwc): Likewise. (_IO_adjust_wcolumn): Likewise. (_IO_init_wmarker): Likewise. (_IO_wmarker_delta): Likewise. (_IO_seekwmark): Likewise. (_IO_unsave_wmarkers): Likewise. * libio/wmemstream.c (open_wmemstream): Likewise. (_IO_wmem_sync): Likewise. (_IO_wmem_finish): Likewise. * locale/nl_langinfo.c (nl_langinfo): Likewise. * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise. * locale/programs/simple-hash.c (init_hash): Likewise. (delete_hash): Likewise. (insert_entry): Likewise. (set_entry): Likewise. (next_prime): Likewise. (is_prime): Likewise. * locale/programs/xmalloc.c (fixup_null_alloc): Likewise. (xmalloc): Likewise. (xrealloc): Likewise. * locale/programs/xstrdup.c (xstrdup): Likewise. * localedata/collate-test.c (xstrcoll): Likewise. * localedata/xfrm-test.c (xstrcmp): Likewise. * login/getlogin_r.c (__getlogin_r): Likewise. * login/getpt.c (__posix_openpt): Likewise. * login/login_tty.c (login_tty): Likewise. * login/setlogin.c (setlogin): Likewise. * mach/msg-destroy.c (__mach_msg_destroy): Likewise. (mach_msg_destroy_port): Likewise. (mach_msg_destroy_memory): Likewise. * malloc/mcheck.c (flood): Likewise. * misc/acct.c (acct): Likewise. * misc/brk.c (__brk): Likewise. * misc/chflags.c (chflags): Likewise. * misc/chroot.c (chroot): Likewise. * misc/fchflags.c (fchflags): Likewise. * misc/fstab.c (getfsspec): Likewise. (getfsfile): Likewise. * misc/fsync.c (fsync): Likewise. * misc/ftruncate.c (__ftruncate): Likewise. * misc/ftruncate64.c (__ftruncate64): Likewise. * misc/getdomain.c (getdomainname): Likewise. (getdomainname): Likewise. * misc/gethostname.c (__gethostname): Likewise. * misc/getpass.c (getpass): Likewise. * misc/getttyent.c (skip): Likewise. (value): Likewise. * misc/gtty.c (gtty): Likewise. * misc/hsearch.c (hsearch): Likewise. (hcreate): Likewise. * misc/hsearch_r.c (__hcreate_r): Likewise. (__hdestroy_r): Likewise. * misc/ioctl.c (__ioctl): Likewise. * misc/mkdtemp.c (mkdtemp): Likewise. * misc/mkostemp.c (mkostemp): Likewise. * misc/mkostemp64.c (mkostemp64): Likewise. * misc/mkostemps.c (mkostemps): Likewise. * misc/mkostemps64.c (mkostemps64): Likewise. * misc/mkstemp.c (mkstemp): Likewise. * misc/mkstemp64.c (mkstemp64): Likewise. * misc/mkstemps.c (mkstemps): Likewise. * misc/mkstemps64.c (mkstemps64): Likewise. * misc/mktemp.c (__mktemp): Likewise. * misc/preadv.c (preadv): Likewise. * misc/preadv64.c (preadv64): Likewise. * misc/pwritev.c (pwritev): Likewise. * misc/pwritev64.c (pwritev64): Likewise. * misc/readv.c (__readv): Likewise. * misc/revoke.c (revoke): Likewise. * misc/setdomain.c (setdomainname): Likewise. * misc/setegid.c (setegid): Likewise. * misc/seteuid.c (seteuid): Likewise. * misc/sethostid.c (sethostid): Likewise. * misc/sethostname.c (sethostname): Likewise. * misc/setregid.c (__setregid): Likewise. * misc/setreuid.c (__setreuid): Likewise. * misc/sstk.c (sstk): Likewise. * misc/stty.c (stty): Likewise. * misc/syscall.c (syscall): Likewise. * misc/syslog.c (setlogmask): Likewise. * misc/truncate.c (__truncate): Likewise. * misc/truncate64.c (truncate64): Likewise. * misc/ualarm.c (ualarm): Likewise. * misc/usleep.c (usleep): Likewise. * misc/ustat.c (ustat): Likewise. * misc/writev.c (__writev): Likewise. * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise. * nptl/old_pthread_cond_broadcast.c (__pthread_cond_broadcast_2_0): Likewise. * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0): Likewise. * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0): Likewise. * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0): Likewise. * nptl/pt-raise.c (raise): Likewise. * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy): Likewise. * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise. * nptl/pthread_barrierattr_destroy.c (pthread_barrierattr_destroy): Likewise. * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init): Likewise. * nptl/pthread_barrierattr_setpshared.c (pthread_barrierattr_setpshared): Likewise. * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast): Likewise. * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise. * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise. * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise. * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy): Likewise. * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock): Likewise. * nptl/pthread_condattr_getpshared.c (pthread_condattr_getpshared): Likewise. * nptl/pthread_condattr_init.c (__pthread_condattr_init): Likewise. * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared): Likewise. * nptl/pthread_detach.c (pthread_detach): Likewise. * nptl/pthread_equal.c (__pthread_equal): Likewise. * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise. * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise. * nptl/pthread_key_delete.c (pthread_key_delete): Likewise. * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent): Likewise. * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy): Likewise. * nptl/pthread_mutex_getprioceiling.c (pthread_mutex_getprioceiling): Likewise. * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy): Likewise. * nptl/pthread_mutexattr_getprotocol.c (pthread_mutexattr_getprotocol): Likewise. * nptl/pthread_mutexattr_getpshared.c (pthread_mutexattr_getpshared): Likewise. * nptl/pthread_mutexattr_getrobust.c (pthread_mutexattr_getrobust): Likewise. * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype): Likewise. * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise. * nptl/pthread_mutexattr_setprioceiling.c (pthread_mutexattr_setprioceiling): Likewise. * nptl/pthread_mutexattr_setprotocol.c (pthread_mutexattr_setprotocol): Likewise. * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared): Likewise. * nptl/pthread_mutexattr_setrobust.c (pthread_mutexattr_setrobust): Likewise. * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype): Likewise. * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy): Likewise. * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy): Likewise. * nptl/pthread_rwlockattr_getkind_np.c (pthread_rwlockattr_getkind_np): Likewise. * nptl/pthread_rwlockattr_getpshared.c (pthread_rwlockattr_getpshared): Likewise. * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init): Likewise. * nptl/pthread_rwlockattr_setkind_np.c (pthread_rwlockattr_setkind_np): Likewise. * nptl/pthread_rwlockattr_setpshared.c (pthread_rwlockattr_setpshared): Likewise. * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Likewise. * nptl/pthread_setcanceltype.c (__pthread_setcanceltype): Likewise. * nptl/pthread_setconcurrency.c (pthread_setconcurrency): Likewise. * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise. * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise. * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise. * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise. * nptl/sem_close.c (sem_close): Likewise. * nptl/sem_destroy.c (__new_sem_destroy): Likewise. * nptl/sem_init.c (__old_sem_init): Likewise. * nptl/sigaction.c (__sigaction): Likewise. * nptl/unregister-atfork.c (__unregister_atfork): Likewise. * posix/_exit.c (_exit): Likewise. * posix/alarm.c (alarm): Likewise. * posix/confstr.c (confstr): Likewise. * posix/fpathconf.c (__fpathconf): Likewise. * posix/getgroups.c (__getgroups): Likewise. * posix/getpgid.c (__getpgid): Likewise. * posix/group_member.c (__group_member): Likewise. * posix/pathconf.c (__pathconf): Likewise. * posix/sched_getaffinity.c (sched_getaffinity): Likewise. * posix/sched_setaffinity.c (sched_setaffinity): Likewise. * posix/setgid.c (__setgid): Likewise. * posix/setpgid.c (__setpgid): Likewise. * posix/setuid.c (__setuid): Likewise. * posix/sleep.c (__sleep): Likewise. * posix/sysconf.c (__sysconf): Likewise. * posix/times.c (__times): Likewise. * posix/uname.c (__uname): Likewise. * posix/waitid.c (__waitid): Likewise. * pwd/getpw.c (__getpw): Likewise. * resolv/base64.c (b64_pton): Likewise. * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise. * resolv/gethnamaddr.c (Dprintf): Likewise. (gethostbyname): Likewise. (gethostbyname2): Likewise. (gethostbyaddr): Likewise. (_sethtent): Likewise. (_gethtbyname): Likewise. (_gethtbyname2): Likewise. (_gethtbyaddr): Likewise. (map_v4v6_address): Likewise. (map_v4v6_hostent): Likewise. (addrsort): Likewise. (ht_sethostent): Likewise. (ht_gethostbyname): Likewise. (ht_gethostbyaddr): Likewise. * resolv/inet_net_ntop.c (inet_net_ntop): Likewise. (inet_net_ntop_ipv4): Likewise. * resolv/inet_neta.c (inet_neta): Likewise. * resolv/inet_ntop.c (inet_ntop): Likewise. (inet_ntop4): Likewise. (inet_ntop6): Likewise. * resolv/inet_pton.c (__inet_pton): Likewise. (inet_pton4): Likewise. (inet_pton6): Likewise. * resolv/res_debug.c (loc_aton): Likewise. (loc_ntoa): Likewise. * resource/getpriority.c (__getpriority): Likewise. * resource/getrusage.c (__getrusage): Likewise. * resource/nice.c (nice): Likewise. * resource/setpriority.c (__setpriority): Likewise. * resource/setrlimit64.c (setrlimit64): Likewise. * resource/vlimit.c (vlimit): Likewise. * resource/vtimes.c (vtimes): Likewise. * rt/aio_error.c (aio_error): Likewise. * rt/aio_return.c (aio_return): Likewise. * rt/aio_sigqueue.c (__aio_sigqueue): Likewise. * signal/kill.c (__kill): Likewise. * signal/killpg.c (killpg): Likewise. * signal/raise.c (raise): Likewise. * signal/sigaction.c (__sigaction): Likewise. * signal/sigaddset.c (sigaddset): Likewise. * signal/sigaltstack.c (sigaltstack): Likewise. * signal/sigandset.c (sigandset): Likewise. * signal/sigblock.c (__sigblock): Likewise. * signal/sigdelset.c (sigdelset): Likewise. * signal/sigempty.c (sigemptyset): Likewise. * signal/sigfillset.c (sigfillset): Likewise. * signal/sighold.c (sighold): Likewise. * signal/sigignore.c (sigignore): Likewise. * signal/sigintr.c (siginterrupt): Likewise. * signal/sigisempty.c (sigisemptyset): Likewise. * signal/sigismem.c (sigismember): Likewise. * signal/signal.c (signal): Likewise. * signal/sigorset.c (sigorset): Likewise. * signal/sigpause.c (__sigpause): Likewise. * signal/sigpending.c (sigpending): Likewise. * signal/sigprocmask.c (__sigprocmask): Likewise. * signal/sigrelse.c (sigrelse): Likewise. * signal/sigreturn.c (__sigreturn): Likewise. * signal/sigset.c (sigset): Likewise. * signal/sigsetmask.c (__sigsetmask): Likewise. * signal/sigstack.c (sigstack): Likewise. * signal/sigsuspend.c (__sigsuspend): Likewise. * signal/sigvec.c (sigvec_wrapper_handler): Likewise. * signal/sysv_signal.c (__sysv_signal): Likewise. * socket/accept.c (accept): Likewise. * socket/accept4.c (__libc_accept4): Likewise. * socket/bind.c (__bind): Likewise. * socket/connect.c (__connect): Likewise. * socket/getpeername.c (getpeername): Likewise. * socket/getsockname.c (__getsockname): Likewise. * socket/getsockopt.c (getsockopt): Likewise. * socket/listen.c (__listen): Likewise. * socket/recv.c (__recv): Likewise. * socket/recvmsg.c (__recvmsg): Likewise. * socket/send.c (__send): Likewise. * socket/sendmsg.c (__sendmsg): Likewise. * socket/shutdown.c (shutdown): Likewise. * socket/sockatmark.c (sockatmark): Likewise. * socket/socket.c (__socket): Likewise. * stdio-common/ctermid.c (ctermid): Likewise. * stdio-common/cuserid.c (cuserid): Likewise. * stdio-common/printf-prs.c (parse_printf_format): Likewise. * stdio-common/remove.c (remove): Likewise. * stdio-common/rename.c (rename): Likewise. * stdio-common/renameat.c (renameat): Likewise. * stdio-common/tempname.c (__gen_tempname): Likewise. * stdio-common/xbug.c (InitBuffer): Likewise. (AppendToBuffer): Likewise. (ReadFile): Likewise. * stdlib/a64l.c (a64l): Likewise. * stdlib/drand48_r.c (drand48_r): Likewise. * stdlib/getcontext.c (getcontext): Likewise. * stdlib/getenv.c (getenv): Likewise. * stdlib/l64a.c (l64a): Likewise. * stdlib/llabs.c (llabs): Likewise. * stdlib/lldiv.c (lldiv): Likewise. * stdlib/lrand48_r.c (lrand48_r): Likewise. * stdlib/mrand48_r.c (mrand48_r): Likewise. * stdlib/putenv.c (putenv): Likewise. * stdlib/random.c (__srandom): Likewise. (__initstate): Likewise. (__setstate): Likewise. * stdlib/random_r.c (__srandom_r): Likewise. (__setstate_r): Likewise. (__random_r): Likewise. * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise. * stdlib/setcontext.c (setcontext): Likewise. * stdlib/setenv.c (setenv): Likewise. (unsetenv): Likewise. * stdlib/srand48.c (srand48): Likewise. * stdlib/srand48_r.c (__srand48_r): Likewise. * stdlib/swapcontext.c (swapcontext): Likewise. * stdlib/system.c (__libc_system): Likewise. * stdlib/tst-strtod.c (expand): Likewise. * stdlib/tst-strtol.c (expand): Likewise. * stdlib/tst-strtoll.c (expand): Likewise. * streams/fattach.c (fattach): Likewise. * streams/fdetach.c (fdetach): Likewise. * streams/getmsg.c (getmsg): Likewise. * streams/isastream.c (isastream): Likewise. * string/ffs.c (__ffs): Likewise. * string/ffsll.c (ffsll): Likewise. * string/memcmp.c (memcmp_common_alignment): Likewise. (memcmp_not_common_alignment): Likewise. (MEMCMP): Likewise. * string/memcpy.c (memcpy): Likewise. * string/memmove.c (MEMMOVE): Likewise. * string/memset.c (memset): Likewise. * string/rawmemchr.c (RAWMEMCHR): Likewise. * string/strchrnul.c (STRCHRNUL): Likewise. * string/strerror.c (strerror): Likewise. * string/strndup.c (__strndup): Likewise. * string/strverscmp.c (__strverscmp): Likewise. * sunrpc/clnt_raw.c (clntraw_freeres): Likewise. * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise. (clnttcp_freeres): Likewise. * sunrpc/clnt_unix.c (clntunix_freeres): Likewise. * sunrpc/pmap_prot.c (xdr_pmap): Likewise. * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise. * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise. * sunrpc/rpc_prot.c (xdr_replymsg): Likewise. (xdr_callhdr): Likewise. * sunrpc/rpcinfo.c (udpping): Likewise. (tcpping): Likewise. (pstatus): Likewise. (pmapdump): Likewise. (brdcst): Likewise. (deletereg): Likewise. (getprognum): Likewise. (getvers): Likewise. (get_inet_address): Likewise. * sunrpc/svc_raw.c (svcraw_recv): Likewise. * sunrpc/svc_udp.c (svcudp_create): Likewise. (svcudp_stat): Likewise. (svcudp_recv): Likewise. (svcudp_reply): Likewise. (svcudp_getargs): Likewise. (svcudp_freeargs): Likewise. (svcudp_destroy): Likewise. * sunrpc/xdr.c (xdr_bytes): Likewise. (xdr_netobj): Likewise. (xdr_string): Likewise. (xdr_wrapstring): Likewise. * sunrpc/xdr_float.c (xdr_float): Likewise. (xdr_double): Likewise. * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise. * sunrpc/xdr_ref.c (xdr_pointer): Likewise. * sysvipc/ftok.c (ftok): Likewise. * sysvipc/msgctl.c (msgctl): Likewise. * sysvipc/msgget.c (msgget): Likewise. * sysvipc/msgrcv.c (msgrcv): Likewise. * sysvipc/msgsnd.c (msgsnd): Likewise. * sysvipc/semget.c (semget): Likewise. * sysvipc/semop.c (semop): Likewise. * sysvipc/shmat.c (shmat): Likewise. * sysvipc/shmctl.c (shmctl): Likewise. * sysvipc/shmdt.c (shmdt): Likewise. * sysvipc/shmget.c (shmget): Likewise. * termios/cfmakeraw.c (cfmakeraw): Likewise. * termios/speed.c (cfgetospeed): Likewise. (cfgetispeed): Likewise. (cfsetospeed): Likewise. (cfsetispeed): Likewise. * termios/tcflow.c (tcflow): Likewise. * termios/tcflush.c (tcflush): Likewise. * termios/tcgetattr.c (__tcgetattr): Likewise. * termios/tcgetpgrp.c (tcgetpgrp): Likewise. * termios/tcgetsid.c (tcgetsid): Likewise. * termios/tcsendbrk.c (tcsendbreak): Likewise. * termios/tcsetpgrp.c (tcsetpgrp): Likewise. * time/adjtime.c (__adjtime): Likewise. * time/dysize.c (dysize): Likewise. * time/ftime.c (ftime): Likewise. * time/getitimer.c (__getitimer): Likewise. * time/gettimeofday.c (__gettimeofday): Likewise. * time/gmtime.c (__gmtime_r): Likewise. (gmtime): Likewise. * time/localtime.c (__localtime_r): Likewise. (localtime): Likewise. * time/offtime.c (__offtime): Likewise. * time/settimeofday.c (__settimeofday): Likewise. * time/stime.c (stime): Likewise. * time/strftime_l.c (tm_diff): Likewise. (iso_week_days): Likewise. * time/strptime.c (strptime): Likewise. * time/time.c (time): Likewise. * time/timespec_get.c (timespec_get): Likewise. * time/tzset.c (tzset_internal): Likewise. (compute_change): Likewise. (__tz_compute): Likewise. * wcsmbs/btowc.c (__btowc): Likewise. * wcsmbs/mbrlen.c (__mbrlen): Likewise. * wcsmbs/mbsinit.c (__mbsinit): Likewise. * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise. * wcsmbs/wcpcpy.c (__wcpcpy): Likewise. * wcsmbs/wcpncpy.c (__wcpncpy): Likewise. * wcsmbs/wcscat.c (__wcscat): Likewise. * wcsmbs/wcschrnul.c (__wcschrnul): Likewise. * wcsmbs/wcscmp.c (WCSCMP): Likewise. * wcsmbs/wcscpy.c (WCSCPY): Likewise. * wcsmbs/wcscspn.c (wcscspn): Likewise. * wcsmbs/wcsdup.c (wcsdup): Likewise. * wcsmbs/wcslen.c (__wcslen): Likewise. * wcsmbs/wcsncat.c (WCSNCAT): Likewise. * wcsmbs/wcsncmp.c (WCSNCMP): Likewise. * wcsmbs/wcsncpy.c (__wcsncpy): Likewise. * wcsmbs/wcsnlen.c (__wcsnlen): Likewise. * wcsmbs/wcspbrk.c (wcspbrk): Likewise. * wcsmbs/wcsrchr.c (WCSRCHR): Likewise. * wcsmbs/wcsspn.c (wcsspn): Likewise. * wcsmbs/wcsstr.c (wcsstr): Likewise. * wcsmbs/wcstok.c (wcstok): Likewise. * wcsmbs/wctob.c (wctob): Likewise. * wcsmbs/wmemchr.c (__wmemchr): Likewise. * wcsmbs/wmemcmp.c (WMEMCMP): Likewise. * wcsmbs/wmemcpy.c (__wmemcpy): Likewise. * wcsmbs/wmemmove.c (__wmemmove): Likewise. * wcsmbs/wmempcpy.c (__wmempcpy): Likewise. * wcsmbs/wmemset.c (__wmemset): Likewise. * wctype/wcfuncs.c (__towlower): Likewise. (__towupper): Likewise.
		
			
				
	
	
		
			1044 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			1044 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * ++Copyright++ 1985, 1988, 1993
 | |
|  * -
 | |
|  * Copyright (c) 1985, 1988, 1993
 | |
|  *    The Regents of the University of California.  All rights reserved.
 | |
|  *
 | |
|  * Redistribution and use in source and binary forms, with or without
 | |
|  * modification, are permitted provided that the following conditions
 | |
|  * are met:
 | |
|  * 1. Redistributions of source code must retain the above copyright
 | |
|  *    notice, this list of conditions and the following disclaimer.
 | |
|  * 2. Redistributions in binary form must reproduce the above copyright
 | |
|  *    notice, this list of conditions and the following disclaimer in the
 | |
|  *    documentation and/or other materials provided with the distribution.
 | |
|  * 4. Neither the name of the University nor the names of its contributors
 | |
|  *    may be used to endorse or promote products derived from this software
 | |
|  *    without specific prior written permission.
 | |
|  *
 | |
|  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 | |
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 | |
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 | |
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 | |
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 | |
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 | |
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 | |
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 | |
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 | |
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 | |
|  * SUCH DAMAGE.
 | |
|  * -
 | |
|  * Portions Copyright (c) 1993 by Digital Equipment Corporation.
 | |
|  *
 | |
|  * Permission to use, copy, modify, and distribute this software for any
 | |
|  * purpose with or without fee is hereby granted, provided that the above
 | |
|  * copyright notice and this permission notice appear in all copies, and that
 | |
|  * the name of Digital Equipment Corporation not be used in advertising or
 | |
|  * publicity pertaining to distribution of the document or software without
 | |
|  * specific, written prior permission.
 | |
|  *
 | |
|  * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
 | |
|  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
 | |
|  * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
 | |
|  * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 | |
|  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 | |
|  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 | |
|  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 | |
|  * SOFTWARE.
 | |
|  * -
 | |
|  * --Copyright--
 | |
|  */
 | |
| 
 | |
| /* XXX This file is not used by any of the resolver functions implemented by
 | |
|    glibc (i.e. get*info and gethostby*).  It cannot be removed however because
 | |
|    it exports symbols in the libresolv ABI.  The file is not maintained any
 | |
|    more, nor are these functions.  */
 | |
| 
 | |
| #if defined(LIBC_SCCS) && !defined(lint)
 | |
| static char sccsid[] = "@(#)gethostnamadr.c	8.1 (Berkeley) 6/4/93";
 | |
| #endif /* LIBC_SCCS and not lint */
 | |
| 
 | |
| #include <sys/types.h>
 | |
| #include <sys/param.h>
 | |
| #include <sys/socket.h>
 | |
| #include <netinet/in.h>
 | |
| #include <arpa/inet.h>
 | |
| #include <arpa/nameser.h>
 | |
| 
 | |
| #include <stdio.h>
 | |
| #include <netdb.h>
 | |
| #include <resolv.h>
 | |
| #include <ctype.h>
 | |
| #include <errno.h>
 | |
| #include <syslog.h>
 | |
| 
 | |
| #define RESOLVSORT
 | |
| 
 | |
| #ifndef LOG_AUTH
 | |
| # define LOG_AUTH 0
 | |
| #endif
 | |
| 
 | |
| #define MULTI_PTRS_ARE_ALIASES 1	/* XXX - experimental */
 | |
| 
 | |
| #if defined(BSD) && (BSD >= 199103) && defined(AF_INET6)
 | |
| # include <stdlib.h>
 | |
| # include <string.h>
 | |
| #else
 | |
| # include "../conf/portability.h"
 | |
| #endif
 | |
| 
 | |
| #if defined(USE_OPTIONS_H)
 | |
| # include <../conf/options.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef SPRINTF_CHAR
 | |
| # define SPRINTF(x) strlen(sprintf/**/x)
 | |
| #else
 | |
| # define SPRINTF(x) ((size_t)sprintf x)
 | |
| #endif
 | |
| 
 | |
| #define	MAXALIASES	35
 | |
| #define	MAXADDRS	35
 | |
| 
 | |
| static const char AskedForGot[] =
 | |
| 			  "gethostby*.getanswer: asked for \"%s\", got \"%s\"";
 | |
| 
 | |
| static char *h_addr_ptrs[MAXADDRS + 1];
 | |
| 
 | |
| static struct hostent host;
 | |
| static char *host_aliases[MAXALIASES];
 | |
| static char hostbuf[8*1024];
 | |
| static u_char host_addr[16];	/* IPv4 or IPv6 */
 | |
| static FILE *hostf = NULL;
 | |
| static int stayopen = 0;
 | |
| 
 | |
| static void map_v4v6_address (const char *src, char *dst) __THROW;
 | |
| static void map_v4v6_hostent (struct hostent *hp, char **bp, int *len) __THROW;
 | |
| 
 | |
| #ifdef RESOLVSORT
 | |
| extern void addrsort (char **, int) __THROW;
 | |
| #endif
 | |
| 
 | |
| #if PACKETSZ > 65536
 | |
| #define	MAXPACKET	PACKETSZ
 | |
| #else
 | |
| #define	MAXPACKET	65536
 | |
| #endif
 | |
| 
 | |
| /* As per RFC 1034 and 1035 a host name cannot exceed 255 octets in length.  */
 | |
| #ifdef MAXHOSTNAMELEN
 | |
| # undef MAXHOSTNAMELEN
 | |
| #endif
 | |
| #define MAXHOSTNAMELEN 256
 | |
| 
 | |
| typedef union {
 | |
|     HEADER hdr;
 | |
|     u_char buf[MAXPACKET];
 | |
| } querybuf;
 | |
| 
 | |
| typedef union {
 | |
|     int32_t al;
 | |
|     char ac;
 | |
| } align;
 | |
| 
 | |
| #ifndef h_errno
 | |
| extern int h_errno;
 | |
| #endif
 | |
| 
 | |
| #ifdef DEBUG
 | |
| static void
 | |
| Dprintf (char *msg, int num)
 | |
| {
 | |
| 	if (_res.options & RES_DEBUG) {
 | |
| 		int save = errno;
 | |
| 
 | |
| 		printf(msg, num);
 | |
| 		__set_errno (save);
 | |
| 	}
 | |
| }
 | |
| #else
 | |
| # define Dprintf(msg, num) /*nada*/
 | |
| #endif
 | |
| 
 | |
| #define BOUNDED_INCR(x) \
 | |
| 	do { \
 | |
| 		cp += x; \
 | |
| 		if (cp > eom) { \
 | |
| 			__set_h_errno (NO_RECOVERY); \
 | |
| 			return (NULL); \
 | |
| 		} \
 | |
| 	} while (0)
 | |
| 
 | |
| #define BOUNDS_CHECK(ptr, count) \
 | |
| 	do { \
 | |
| 		if ((ptr) + (count) > eom) { \
 | |
| 			__set_h_errno (NO_RECOVERY); \
 | |
| 			return (NULL); \
 | |
| 		} \
 | |
| 	} while (0)
 | |
| 
 | |
| 
 | |
| static struct hostent *
 | |
| getanswer (const querybuf *answer, int anslen, const char *qname, int qtype)
 | |
| {
 | |
| 	const HEADER *hp;
 | |
| 	const u_char *cp;
 | |
| 	int n;
 | |
| 	const u_char *eom, *erdata;
 | |
| 	char *bp, **ap, **hap;
 | |
| 	int type, class, buflen, ancount, qdcount;
 | |
| 	int haveanswer, had_error;
 | |
| 	int toobig = 0;
 | |
| 	char tbuf[MAXDNAME];
 | |
| 	const char *tname;
 | |
| 	int (*name_ok) (const char *);
 | |
| 
 | |
| 	tname = qname;
 | |
| 	host.h_name = NULL;
 | |
| 	eom = answer->buf + anslen;
 | |
| 	switch (qtype) {
 | |
| 	case T_A:
 | |
| 	case T_AAAA:
 | |
| 		name_ok = res_hnok;
 | |
| 		break;
 | |
| 	case T_PTR:
 | |
| 		name_ok = res_dnok;
 | |
| 		break;
 | |
| 	default:
 | |
| 		return (NULL);	/* XXX should be abort(); */
 | |
| 	}
 | |
| 	/*
 | |
| 	 * find first satisfactory answer
 | |
| 	 */
 | |
| 	hp = &answer->hdr;
 | |
| 	ancount = ntohs(hp->ancount);
 | |
| 	qdcount = ntohs(hp->qdcount);
 | |
| 	bp = hostbuf;
 | |
| 	buflen = sizeof hostbuf;
 | |
| 	cp = answer->buf;
 | |
| 	BOUNDED_INCR(HFIXEDSZ);
 | |
| 	if (qdcount != 1) {
 | |
| 		__set_h_errno (NO_RECOVERY);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	n = dn_expand(answer->buf, eom, cp, bp, buflen);
 | |
| 	if ((n < 0) || !(*name_ok)(bp)) {
 | |
| 		__set_h_errno (NO_RECOVERY);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	BOUNDED_INCR(n + QFIXEDSZ);
 | |
| 	if (qtype == T_A || qtype == T_AAAA) {
 | |
| 		/* res_send() has already verified that the query name is the
 | |
| 		 * same as the one we sent; this just gets the expanded name
 | |
| 		 * (i.e., with the succeeding search-domain tacked on).
 | |
| 		 */
 | |
| 		n = strlen(bp) + 1;		/* for the \0 */
 | |
| 		if (n >= MAXHOSTNAMELEN) {
 | |
| 			__set_h_errno (NO_RECOVERY);
 | |
| 			return (NULL);
 | |
| 		}
 | |
| 		host.h_name = bp;
 | |
| 		bp += n;
 | |
| 		buflen -= n;
 | |
| 		/* The qname can be abbreviated, but h_name is now absolute. */
 | |
| 		qname = host.h_name;
 | |
| 	}
 | |
| 	ap = host_aliases;
 | |
| 	*ap = NULL;
 | |
| 	host.h_aliases = host_aliases;
 | |
| 	hap = h_addr_ptrs;
 | |
| 	*hap = NULL;
 | |
| 	host.h_addr_list = h_addr_ptrs;
 | |
| 	haveanswer = 0;
 | |
| 	had_error = 0;
 | |
| 	while (ancount-- > 0 && cp < eom && !had_error) {
 | |
| 		n = dn_expand(answer->buf, eom, cp, bp, buflen);
 | |
| 		if ((n < 0) || !(*name_ok)(bp)) {
 | |
| 			had_error++;
 | |
| 			continue;
 | |
| 		}
 | |
| 		cp += n;			/* name */
 | |
| 		BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ);
 | |
| 		type = ns_get16(cp);
 | |
| 		cp += INT16SZ;			/* type */
 | |
| 		class = ns_get16(cp);
 | |
| 		cp += INT16SZ + INT32SZ;	/* class, TTL */
 | |
| 		n = ns_get16(cp);
 | |
| 		cp += INT16SZ;			/* len */
 | |
| 		BOUNDS_CHECK(cp, n);
 | |
| 		erdata = cp + n;
 | |
| 		if (class != C_IN) {
 | |
| 			/* XXX - debug? syslog? */
 | |
| 			cp += n;
 | |
| 			continue;		/* XXX - had_error++ ? */
 | |
| 		}
 | |
| 		if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
 | |
| 			if (ap >= &host_aliases[MAXALIASES-1])
 | |
| 				continue;
 | |
| 			n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
 | |
| 			if ((n < 0) || !(*name_ok)(tbuf)) {
 | |
| 				had_error++;
 | |
| 				continue;
 | |
| 			}
 | |
| 			cp += n;
 | |
| 			if (cp != erdata) {
 | |
| 				__set_h_errno (NO_RECOVERY);
 | |
| 				return (NULL);
 | |
| 			}
 | |
| 			/* Store alias. */
 | |
| 			*ap++ = bp;
 | |
| 			n = strlen(bp) + 1;	/* for the \0 */
 | |
| 			if (n >= MAXHOSTNAMELEN) {
 | |
| 				had_error++;
 | |
| 				continue;
 | |
| 			}
 | |
| 			bp += n;
 | |
| 			buflen -= n;
 | |
| 			/* Get canonical name. */
 | |
| 			n = strlen(tbuf) + 1;	/* for the \0 */
 | |
| 			if (n > buflen || n >= MAXHOSTNAMELEN) {
 | |
| 				had_error++;
 | |
| 				continue;
 | |
| 			}
 | |
| 			strcpy(bp, tbuf);
 | |
| 			host.h_name = bp;
 | |
| 			bp += n;
 | |
| 			buflen -= n;
 | |
| 			continue;
 | |
| 		}
 | |
| 		if (qtype == T_PTR && type == T_CNAME) {
 | |
| 			n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
 | |
| 			if (n < 0 || !res_dnok(tbuf)) {
 | |
| 				had_error++;
 | |
| 				continue;
 | |
| 			}
 | |
| 			cp += n;
 | |
| 			if (cp != erdata) {
 | |
| 				__set_h_errno (NO_RECOVERY);
 | |
| 				return (NULL);
 | |
| 			}
 | |
| 			/* Get canonical name. */
 | |
| 			n = strlen(tbuf) + 1;	/* for the \0 */
 | |
| 			if (n > buflen || n >= MAXHOSTNAMELEN) {
 | |
| 				had_error++;
 | |
| 				continue;
 | |
| 			}
 | |
| 			strcpy(bp, tbuf);
 | |
| 			tname = bp;
 | |
| 			bp += n;
 | |
| 			buflen -= n;
 | |
| 			continue;
 | |
| 		}
 | |
| 		if (type != qtype) {
 | |
| 			/* Log a low priority message if we get an unexpected
 | |
| 			 * record, but skip it if we are using DNSSEC since it
 | |
| 			 * uses many different types in responses that do not
 | |
| 			 * match QTYPE.
 | |
| 			 */
 | |
| 			if ((_res.options & RES_USE_DNSSEC) == 0) {
 | |
| 				syslog(LOG_NOTICE|LOG_AUTH,
 | |
| 	       "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"",
 | |
| 					qname, p_class(C_IN), p_type(qtype),
 | |
| 					p_type(type));
 | |
| 			}
 | |
| 			cp += n;
 | |
| 			continue;		/* XXX - had_error++ ? */
 | |
| 		}
 | |
| 		switch (type) {
 | |
| 		case T_PTR:
 | |
| 			if (strcasecmp(tname, bp) != 0) {
 | |
| 				syslog(LOG_NOTICE|LOG_AUTH,
 | |
| 				       AskedForGot, qname, bp);
 | |
| 				cp += n;
 | |
| 				continue;	/* XXX - had_error++ ? */
 | |
| 			}
 | |
| 			n = dn_expand(answer->buf, eom, cp, bp, buflen);
 | |
| 			if ((n < 0) || !res_hnok(bp)) {
 | |
| 				had_error++;
 | |
| 				break;
 | |
| 			}
 | |
| #if MULTI_PTRS_ARE_ALIASES
 | |
| 			cp += n;
 | |
| 			if (cp != erdata) {
 | |
| 				__set_h_errno (NO_RECOVERY);
 | |
| 				return (NULL);
 | |
| 			}
 | |
| 			if (!haveanswer)
 | |
| 				host.h_name = bp;
 | |
| 			else if (ap < &host_aliases[MAXALIASES-1])
 | |
| 				*ap++ = bp;
 | |
| 			else
 | |
| 				n = -1;
 | |
| 			if (n != -1) {
 | |
| 				n = strlen(bp) + 1;	/* for the \0 */
 | |
| 				if (n >= MAXHOSTNAMELEN) {
 | |
| 					had_error++;
 | |
| 					break;
 | |
| 				}
 | |
| 				bp += n;
 | |
| 				buflen -= n;
 | |
| 			}
 | |
| 			break;
 | |
| #else
 | |
| 			host.h_name = bp;
 | |
| 			if (_res.options & RES_USE_INET6) {
 | |
| 				n = strlen(bp) + 1;	/* for the \0 */
 | |
| 				if (n >= MAXHOSTNAMELEN) {
 | |
| 					had_error++;
 | |
| 					break;
 | |
| 				}
 | |
| 				bp += n;
 | |
| 				buflen -= n;
 | |
| 				map_v4v6_hostent(&host, &bp, &buflen);
 | |
| 			}
 | |
| 			__set_h_errno (NETDB_SUCCESS);
 | |
| 			return (&host);
 | |
| #endif
 | |
| 		case T_A:
 | |
| 		case T_AAAA:
 | |
| 			if (strcasecmp(host.h_name, bp) != 0) {
 | |
| 				syslog(LOG_NOTICE|LOG_AUTH,
 | |
| 				       AskedForGot, host.h_name, bp);
 | |
| 				cp += n;
 | |
| 				continue;	/* XXX - had_error++ ? */
 | |
| 			}
 | |
| 			if (n != host.h_length) {
 | |
| 				cp += n;
 | |
| 				continue;
 | |
| 			}
 | |
| 			if (!haveanswer) {
 | |
| 				int nn;
 | |
| 
 | |
| 				host.h_name = bp;
 | |
| 				nn = strlen(bp) + 1;	/* for the \0 */
 | |
| 				bp += nn;
 | |
| 				buflen -= nn;
 | |
| 			}
 | |
| 
 | |
| 			/* XXX: when incrementing bp, we have to decrement
 | |
| 			 * buflen by the same amount --okir */
 | |
| 			buflen -= sizeof(align) - ((u_long)bp % sizeof(align));
 | |
| 
 | |
| 			bp += sizeof(align) - ((u_long)bp % sizeof(align));
 | |
| 
 | |
| 			if (bp + n >= &hostbuf[sizeof hostbuf]) {
 | |
| 				Dprintf("size (%d) too big\n", n);
 | |
| 				had_error++;
 | |
| 				continue;
 | |
| 			}
 | |
| 			if (hap >= &h_addr_ptrs[MAXADDRS-1]) {
 | |
| 				if (!toobig++) {
 | |
| 					Dprintf("Too many addresses (%d)\n",
 | |
| 						MAXADDRS);
 | |
| 				}
 | |
| 				cp += n;
 | |
| 				continue;
 | |
| 			}
 | |
| 			memmove(*hap++ = bp, cp, n);
 | |
| 			bp += n;
 | |
| 			buflen -= n;
 | |
| 			cp += n;
 | |
| 			if (cp != erdata) {
 | |
| 				__set_h_errno (NO_RECOVERY);
 | |
| 				return (NULL);
 | |
| 			}
 | |
| 			break;
 | |
| 		default:
 | |
| 			abort();
 | |
| 		}
 | |
| 		if (!had_error)
 | |
| 			haveanswer++;
 | |
| 	}
 | |
| 	if (haveanswer) {
 | |
| 		*ap = NULL;
 | |
| 		*hap = NULL;
 | |
| # if defined(RESOLVSORT)
 | |
| 		/*
 | |
| 		 * Note: we sort even if host can take only one address
 | |
| 		 * in its return structures - should give it the "best"
 | |
| 		 * address in that case, not some random one
 | |
| 		 */
 | |
| 		if (_res.nsort && haveanswer > 1 && qtype == T_A)
 | |
| 			addrsort(h_addr_ptrs, haveanswer);
 | |
| # endif /*RESOLVSORT*/
 | |
| 		if (!host.h_name) {
 | |
| 			n = strlen(qname) + 1;	/* for the \0 */
 | |
| 			if (n > buflen || n >= MAXHOSTNAMELEN)
 | |
| 				goto no_recovery;
 | |
| 			strcpy(bp, qname);
 | |
| 			host.h_name = bp;
 | |
| 			bp += n;
 | |
| 			buflen -= n;
 | |
| 		}
 | |
| 		if (_res.options & RES_USE_INET6)
 | |
| 			map_v4v6_hostent(&host, &bp, &buflen);
 | |
| 		__set_h_errno (NETDB_SUCCESS);
 | |
| 		return (&host);
 | |
| 	}
 | |
|  no_recovery:
 | |
| 	__set_h_errno (NO_RECOVERY);
 | |
| 	return (NULL);
 | |
| }
 | |
| 
 | |
| extern struct hostent *gethostbyname2(const char *name, int af);
 | |
| libresolv_hidden_proto (gethostbyname2)
 | |
| 
 | |
| struct hostent *
 | |
| gethostbyname (const char *name)
 | |
| {
 | |
| 	struct hostent *hp;
 | |
| 
 | |
| 	if (__res_maybe_init (&_res, 0) == -1) {
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	if (_res.options & RES_USE_INET6) {
 | |
| 		hp = gethostbyname2(name, AF_INET6);
 | |
| 		if (hp)
 | |
| 			return (hp);
 | |
| 	}
 | |
| 	return (gethostbyname2(name, AF_INET));
 | |
| }
 | |
| 
 | |
| struct hostent *
 | |
| gethostbyname2 (const char *name, int af)
 | |
| {
 | |
| 	union
 | |
| 	{
 | |
| 	  querybuf *buf;
 | |
| 	  u_char *ptr;
 | |
| 	} buf;
 | |
| 	querybuf *origbuf;
 | |
| 	const char *cp;
 | |
| 	char *bp;
 | |
| 	int n, size, type, len;
 | |
| 	struct hostent *ret;
 | |
| 
 | |
| 	if (__res_maybe_init (&_res, 0) == -1) {
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 
 | |
| 	switch (af) {
 | |
| 	case AF_INET:
 | |
| 		size = INADDRSZ;
 | |
| 		type = T_A;
 | |
| 		break;
 | |
| 	case AF_INET6:
 | |
| 		size = IN6ADDRSZ;
 | |
| 		type = T_AAAA;
 | |
| 		break;
 | |
| 	default:
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		__set_errno (EAFNOSUPPORT);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 
 | |
| 	host.h_addrtype = af;
 | |
| 	host.h_length = size;
 | |
| 
 | |
| 	/*
 | |
| 	 * if there aren't any dots, it could be a user-level alias.
 | |
| 	 * this is also done in res_query() since we are not the only
 | |
| 	 * function that looks up host names.
 | |
| 	 */
 | |
| 	if (!strchr(name, '.') && (cp = __hostalias(name)))
 | |
| 		name = cp;
 | |
| 
 | |
| 	/*
 | |
| 	 * disallow names consisting only of digits/dots, unless
 | |
| 	 * they end in a dot.
 | |
| 	 */
 | |
| 	if (isdigit(name[0]))
 | |
| 		for (cp = name;; ++cp) {
 | |
| 			if (!*cp) {
 | |
| 				if (*--cp == '.')
 | |
| 					break;
 | |
| 				/*
 | |
| 				 * All-numeric, no dot at the end.
 | |
| 				 * Fake up a hostent as if we'd actually
 | |
| 				 * done a lookup.
 | |
| 				 */
 | |
| 				if (inet_pton(af, name, host_addr) <= 0) {
 | |
| 					__set_h_errno (HOST_NOT_FOUND);
 | |
| 					return (NULL);
 | |
| 				}
 | |
| 				strncpy(hostbuf, name, MAXDNAME);
 | |
| 				hostbuf[MAXDNAME] = '\0';
 | |
| 				bp = hostbuf + MAXDNAME;
 | |
| 				len = sizeof hostbuf - MAXDNAME;
 | |
| 				host.h_name = hostbuf;
 | |
| 				host.h_aliases = host_aliases;
 | |
| 				host_aliases[0] = NULL;
 | |
| 				h_addr_ptrs[0] = (char *)host_addr;
 | |
| 				h_addr_ptrs[1] = NULL;
 | |
| 				host.h_addr_list = h_addr_ptrs;
 | |
| 				if (_res.options & RES_USE_INET6)
 | |
| 					map_v4v6_hostent(&host, &bp, &len);
 | |
| 				__set_h_errno (NETDB_SUCCESS);
 | |
| 				return (&host);
 | |
| 			}
 | |
| 			if (!isdigit(*cp) && *cp != '.')
 | |
| 				break;
 | |
| 	       }
 | |
| 	if ((isxdigit(name[0]) && strchr(name, ':') != NULL) ||
 | |
| 	    name[0] == ':')
 | |
| 		for (cp = name;; ++cp) {
 | |
| 			if (!*cp) {
 | |
| 				if (*--cp == '.')
 | |
| 					break;
 | |
| 				/*
 | |
| 				 * All-IPv6-legal, no dot at the end.
 | |
| 				 * Fake up a hostent as if we'd actually
 | |
| 				 * done a lookup.
 | |
| 				 */
 | |
| 				if (inet_pton(af, name, host_addr) <= 0) {
 | |
| 					__set_h_errno (HOST_NOT_FOUND);
 | |
| 					return (NULL);
 | |
| 				}
 | |
| 				strncpy(hostbuf, name, MAXDNAME);
 | |
| 				hostbuf[MAXDNAME] = '\0';
 | |
| 				bp = hostbuf + MAXDNAME;
 | |
| 				len = sizeof hostbuf - MAXDNAME;
 | |
| 				host.h_name = hostbuf;
 | |
| 				host.h_aliases = host_aliases;
 | |
| 				host_aliases[0] = NULL;
 | |
| 				h_addr_ptrs[0] = (char *)host_addr;
 | |
| 				h_addr_ptrs[1] = NULL;
 | |
| 				host.h_addr_list = h_addr_ptrs;
 | |
| 				__set_h_errno (NETDB_SUCCESS);
 | |
| 				return (&host);
 | |
| 			}
 | |
| 			if (!isxdigit(*cp) && *cp != ':' && *cp != '.')
 | |
| 				break;
 | |
| 		}
 | |
| 
 | |
| 	buf.buf = origbuf = (querybuf *) alloca (1024);
 | |
| 
 | |
| 	if ((n = __libc_res_nsearch(&_res, name, C_IN, type, buf.buf->buf, 1024,
 | |
| 				    &buf.ptr, NULL, NULL, NULL, NULL)) < 0) {
 | |
| 		if (buf.buf != origbuf)
 | |
| 			free (buf.buf);
 | |
| 		Dprintf("res_nsearch failed (%d)\n", n);
 | |
| 		if (errno == ECONNREFUSED)
 | |
| 			return (_gethtbyname2(name, af));
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	ret = getanswer(buf.buf, n, name, type);
 | |
| 	if (buf.buf != origbuf)
 | |
| 		free (buf.buf);
 | |
| 	return ret;
 | |
| }
 | |
| libresolv_hidden_def (gethostbyname2)
 | |
| 
 | |
| struct hostent *
 | |
| gethostbyaddr (const void *addr, socklen_t len, int af)
 | |
| {
 | |
| 	const u_char *uaddr = (const u_char *)addr;
 | |
| 	static const u_char mapped[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0xff,0xff };
 | |
| 	static const u_char tunnelled[] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0,0 };
 | |
| 	int n;
 | |
| 	socklen_t size;
 | |
| 	union
 | |
| 	{
 | |
| 	  querybuf *buf;
 | |
| 	  u_char *ptr;
 | |
| 	} buf;
 | |
| 	querybuf *orig_buf;
 | |
| 	struct hostent *hp;
 | |
| 	char qbuf[MAXDNAME+1], *qp = NULL;
 | |
| #ifdef SUNSECURITY
 | |
| 	struct hostent *rhp;
 | |
| 	char **haddr;
 | |
| 	u_long old_options;
 | |
| 	char hname2[MAXDNAME+1];
 | |
| #endif /*SUNSECURITY*/
 | |
| 
 | |
| 	if (__res_maybe_init (&_res, 0) == -1) {
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	if (af == AF_INET6 && len == IN6ADDRSZ &&
 | |
| 	    (!memcmp(uaddr, mapped, sizeof mapped) ||
 | |
| 	     !memcmp(uaddr, tunnelled, sizeof tunnelled))) {
 | |
| 		/* Unmap. */
 | |
| 		addr += sizeof mapped;
 | |
| 		uaddr += sizeof mapped;
 | |
| 		af = AF_INET;
 | |
| 		len = INADDRSZ;
 | |
| 	}
 | |
| 	switch (af) {
 | |
| 	case AF_INET:
 | |
| 		size = INADDRSZ;
 | |
| 		break;
 | |
| 	case AF_INET6:
 | |
| 		size = IN6ADDRSZ;
 | |
| 		break;
 | |
| 	default:
 | |
| 		__set_errno (EAFNOSUPPORT);
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	if (size != len) {
 | |
| 		__set_errno (EINVAL);
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	switch (af) {
 | |
| 	case AF_INET:
 | |
| 		(void) sprintf(qbuf, "%u.%u.%u.%u.in-addr.arpa",
 | |
| 			       (uaddr[3] & 0xff),
 | |
| 			       (uaddr[2] & 0xff),
 | |
| 			       (uaddr[1] & 0xff),
 | |
| 			       (uaddr[0] & 0xff));
 | |
| 		break;
 | |
| 	case AF_INET6:
 | |
| 		qp = qbuf;
 | |
| 		for (n = IN6ADDRSZ - 1; n >= 0; n--) {
 | |
| 			qp += SPRINTF((qp, "%x.%x.",
 | |
| 				       uaddr[n] & 0xf,
 | |
| 				       (uaddr[n] >> 4) & 0xf));
 | |
| 		}
 | |
| 		strcpy(qp, "ip6.arpa");
 | |
| 		break;
 | |
| 	default:
 | |
| 		abort();
 | |
| 	}
 | |
| 
 | |
| 	buf.buf = orig_buf = (querybuf *) alloca (1024);
 | |
| 
 | |
| 	n = __libc_res_nquery(&_res, qbuf, C_IN, T_PTR, buf.buf->buf, 1024,
 | |
| 			      &buf.ptr, NULL, NULL, NULL, NULL);
 | |
| 	if (n < 0 && af == AF_INET6 && (_res.options & RES_NOIP6DOTINT) == 0) {
 | |
| 		strcpy(qp, "ip6.int");
 | |
| 		n = __libc_res_nquery(&_res, qbuf, C_IN, T_PTR, buf.buf->buf,
 | |
| 				      buf.buf != orig_buf ? MAXPACKET : 1024,
 | |
| 				      &buf.ptr, NULL, NULL, NULL, NULL);
 | |
| 	}
 | |
| 	if (n < 0) {
 | |
| 		if (buf.buf != orig_buf)
 | |
| 			free (buf.buf);
 | |
| 		Dprintf("res_nquery failed (%d)\n", n);
 | |
| 		if (errno == ECONNREFUSED)
 | |
| 			return (_gethtbyaddr(addr, len, af));
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	hp = getanswer(buf.buf, n, qbuf, T_PTR);
 | |
| 	if (buf.buf != orig_buf)
 | |
| 		free (buf.buf);
 | |
| 	if (!hp)
 | |
| 		return (NULL);	/* h_errno was set by getanswer() */
 | |
| #ifdef SUNSECURITY
 | |
| 	if (af == AF_INET) {
 | |
| 	    /*
 | |
| 	     * turn off search as the name should be absolute,
 | |
| 	     * 'localhost' should be matched by defnames
 | |
| 	     */
 | |
| 	    strncpy(hname2, hp->h_name, MAXDNAME);
 | |
| 	    hname2[MAXDNAME] = '\0';
 | |
| 	    old_options = _res.options;
 | |
| 	    _res.options &= ~RES_DNSRCH;
 | |
| 	    _res.options |= RES_DEFNAMES;
 | |
| 	    if (!(rhp = gethostbyname(hname2))) {
 | |
| 		syslog(LOG_NOTICE|LOG_AUTH,
 | |
| 		       "gethostbyaddr: No A record for %s (verifying [%s])",
 | |
| 		       hname2, inet_ntoa(*((struct in_addr *)addr)));
 | |
| 		_res.options = old_options;
 | |
| 		__set_h_errno (HOST_NOT_FOUND);
 | |
| 		return (NULL);
 | |
| 	    }
 | |
| 	    _res.options = old_options;
 | |
| 	    for (haddr = rhp->h_addr_list; *haddr; haddr++)
 | |
| 		if (!memcmp(*haddr, addr, INADDRSZ))
 | |
| 			break;
 | |
| 	    if (!*haddr) {
 | |
| 		syslog(LOG_NOTICE|LOG_AUTH,
 | |
| 		       "gethostbyaddr: A record of %s != PTR record [%s]",
 | |
| 		       hname2, inet_ntoa(*((struct in_addr *)addr)));
 | |
| 		__set_h_errno (HOST_NOT_FOUND);
 | |
| 		return (NULL);
 | |
| 	    }
 | |
| 	}
 | |
| #endif /*SUNSECURITY*/
 | |
| 	hp->h_addrtype = af;
 | |
| 	hp->h_length = len;
 | |
| 	memmove(host_addr, addr, len);
 | |
| 	h_addr_ptrs[0] = (char *)host_addr;
 | |
| 	h_addr_ptrs[1] = NULL;
 | |
| 	if (af == AF_INET && (_res.options & RES_USE_INET6)) {
 | |
| 		map_v4v6_address((char*)host_addr, (char*)host_addr);
 | |
| 		hp->h_addrtype = AF_INET6;
 | |
| 		hp->h_length = IN6ADDRSZ;
 | |
| 	}
 | |
| 	__set_h_errno (NETDB_SUCCESS);
 | |
| 	return (hp);
 | |
| }
 | |
| 
 | |
| void
 | |
| _sethtent (int f)
 | |
| {
 | |
| 	if (!hostf)
 | |
| 		hostf = fopen(_PATH_HOSTS, "rce" );
 | |
| 	else
 | |
| 		rewind(hostf);
 | |
| 	stayopen = f;
 | |
| }
 | |
| libresolv_hidden_def (_sethtent)
 | |
| 
 | |
| void
 | |
| _endhtent (void)
 | |
| {
 | |
| 	if (hostf && !stayopen) {
 | |
| 		(void) fclose(hostf);
 | |
| 		hostf = NULL;
 | |
| 	}
 | |
| }
 | |
| 
 | |
| struct hostent *
 | |
| _gethtent (void)
 | |
| {
 | |
| 	char *p;
 | |
| 	char *cp, **q;
 | |
| 	int af, len;
 | |
| 
 | |
| 	if (!hostf && !(hostf = fopen(_PATH_HOSTS, "rce" ))) {
 | |
| 		__set_h_errno (NETDB_INTERNAL);
 | |
| 		return (NULL);
 | |
| 	}
 | |
|  again:
 | |
| 	if (!(p = fgets(hostbuf, sizeof hostbuf, hostf))) {
 | |
| 		__set_h_errno (HOST_NOT_FOUND);
 | |
| 		return (NULL);
 | |
| 	}
 | |
| 	if (*p == '#')
 | |
| 		goto again;
 | |
| 	if (!(cp = strpbrk(p, "#\n")))
 | |
| 		goto again;
 | |
| 	*cp = '\0';
 | |
| 	if (!(cp = strpbrk(p, " \t")))
 | |
| 		goto again;
 | |
| 	*cp++ = '\0';
 | |
| 	if (inet_pton(AF_INET6, p, host_addr) > 0) {
 | |
| 		af = AF_INET6;
 | |
| 		len = IN6ADDRSZ;
 | |
| 	} else if (inet_pton(AF_INET, p, host_addr) > 0) {
 | |
| 		if (_res.options & RES_USE_INET6) {
 | |
| 			map_v4v6_address((char*)host_addr, (char*)host_addr);
 | |
| 			af = AF_INET6;
 | |
| 			len = IN6ADDRSZ;
 | |
| 		} else {
 | |
| 			af = AF_INET;
 | |
| 			len = INADDRSZ;
 | |
| 		}
 | |
| 	} else {
 | |
| 		goto again;
 | |
| 	}
 | |
| 	h_addr_ptrs[0] = (char *)host_addr;
 | |
| 	h_addr_ptrs[1] = NULL;
 | |
| 	host.h_addr_list = h_addr_ptrs;
 | |
| 	host.h_length = len;
 | |
| 	host.h_addrtype = af;
 | |
| 	while (*cp == ' ' || *cp == '\t')
 | |
| 		cp++;
 | |
| 	host.h_name = cp;
 | |
| 	q = host.h_aliases = host_aliases;
 | |
| 	if ((cp = strpbrk(cp, " \t")))
 | |
| 		*cp++ = '\0';
 | |
| 	while (cp && *cp) {
 | |
| 		if (*cp == ' ' || *cp == '\t') {
 | |
| 			cp++;
 | |
| 			continue;
 | |
| 		}
 | |
| 		if (q < &host_aliases[MAXALIASES - 1])
 | |
| 			*q++ = cp;
 | |
| 		if ((cp = strpbrk(cp, " \t")))
 | |
| 			*cp++ = '\0';
 | |
| 	}
 | |
| 	*q = NULL;
 | |
| 	__set_h_errno (NETDB_SUCCESS);
 | |
| 	return (&host);
 | |
| }
 | |
| libresolv_hidden_def (_gethtent)
 | |
| 
 | |
| struct hostent *
 | |
| _gethtbyname (const char *name)
 | |
| {
 | |
| 	struct hostent *hp;
 | |
| 
 | |
| 	if (_res.options & RES_USE_INET6) {
 | |
| 		hp = _gethtbyname2(name, AF_INET6);
 | |
| 		if (hp)
 | |
| 			return (hp);
 | |
| 	}
 | |
| 	return (_gethtbyname2(name, AF_INET));
 | |
| }
 | |
| 
 | |
| struct hostent *
 | |
| _gethtbyname2 (const char *name, int af)
 | |
| {
 | |
| 	struct hostent *p;
 | |
| 	char **cp;
 | |
| 
 | |
| 	_sethtent(0);
 | |
| 	while ((p = _gethtent())) {
 | |
| 		if (p->h_addrtype != af)
 | |
| 			continue;
 | |
| 		if (strcasecmp(p->h_name, name) == 0)
 | |
| 			break;
 | |
| 		for (cp = p->h_aliases; *cp != 0; cp++)
 | |
| 			if (strcasecmp(*cp, name) == 0)
 | |
| 				goto found;
 | |
| 	}
 | |
|  found:
 | |
| 	_endhtent();
 | |
| 	return (p);
 | |
| }
 | |
| libresolv_hidden_def (_gethtbyname2)
 | |
| 
 | |
| struct hostent *
 | |
| _gethtbyaddr (const char *addr, size_t len, int af)
 | |
| {
 | |
| 	struct hostent *p;
 | |
| 
 | |
| 	_sethtent(0);
 | |
| 	while ((p = _gethtent()))
 | |
| 		if (p->h_addrtype == af && !memcmp(p->h_addr, addr, len))
 | |
| 			break;
 | |
| 	_endhtent();
 | |
| 	return (p);
 | |
| }
 | |
| libresolv_hidden_def (_gethtbyaddr)
 | |
| 
 | |
| static void
 | |
| map_v4v6_address (const char *src, char *dst)
 | |
| {
 | |
| 	u_char *p = (u_char *)dst;
 | |
| 	char tmp[INADDRSZ];
 | |
| 	int i;
 | |
| 
 | |
| 	/* Stash a temporary copy so our caller can update in place. */
 | |
| 	memcpy(tmp, src, INADDRSZ);
 | |
| 	/* Mark this ipv6 addr as a mapped ipv4. */
 | |
| 	for (i = 0; i < 10; i++)
 | |
| 		*p++ = 0x00;
 | |
| 	*p++ = 0xff;
 | |
| 	*p++ = 0xff;
 | |
| 	/* Retrieve the saved copy and we're done. */
 | |
| 	memcpy((void*)p, tmp, INADDRSZ);
 | |
| }
 | |
| 
 | |
| static void
 | |
| map_v4v6_hostent (struct hostent *hp, char **bpp, int *lenp)
 | |
| {
 | |
| 	char **ap;
 | |
| 
 | |
| 	if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
 | |
| 		return;
 | |
| 	hp->h_addrtype = AF_INET6;
 | |
| 	hp->h_length = IN6ADDRSZ;
 | |
| 	for (ap = hp->h_addr_list; *ap; ap++) {
 | |
| 		int i = sizeof(align) - ((u_long)*bpp % sizeof(align));
 | |
| 
 | |
| 		if (*lenp < (i + IN6ADDRSZ)) {
 | |
| 			/* Out of memory.  Truncate address list here.  XXX */
 | |
| 			*ap = NULL;
 | |
| 			return;
 | |
| 		}
 | |
| 		*bpp += i;
 | |
| 		*lenp -= i;
 | |
| 		map_v4v6_address(*ap, *bpp);
 | |
| 		*ap = *bpp;
 | |
| 		*bpp += IN6ADDRSZ;
 | |
| 		*lenp -= IN6ADDRSZ;
 | |
| 	}
 | |
| }
 | |
| 
 | |
| #ifdef RESOLVSORT
 | |
| extern void
 | |
| addrsort (char **ap, int num)
 | |
| {
 | |
| 	int i, j;
 | |
| 	char **p;
 | |
| 	short aval[MAXADDRS];
 | |
| 	int needsort = 0;
 | |
| 
 | |
| 	p = ap;
 | |
| 	for (i = 0; i < num; i++, p++) {
 | |
| 	    for (j = 0 ; (unsigned)j < _res.nsort; j++)
 | |
| 		if (_res.sort_list[j].addr.s_addr ==
 | |
| 		    (((struct in_addr *)(*p))->s_addr & _res.sort_list[j].mask))
 | |
| 			break;
 | |
| 	    aval[i] = j;
 | |
| 	    if (needsort == 0 && i > 0 && j < aval[i-1])
 | |
| 		needsort = i;
 | |
| 	}
 | |
| 	if (!needsort)
 | |
| 	    return;
 | |
| 
 | |
| 	while (needsort < num) {
 | |
| 	    for (j = needsort - 1; j >= 0; j--) {
 | |
| 		if (aval[j] > aval[j+1]) {
 | |
| 		    char *hp;
 | |
| 
 | |
| 		    i = aval[j];
 | |
| 		    aval[j] = aval[j+1];
 | |
| 		    aval[j+1] = i;
 | |
| 
 | |
| 		    hp = ap[j];
 | |
| 		    ap[j] = ap[j+1];
 | |
| 		    ap[j+1] = hp;
 | |
| 
 | |
| 		} else
 | |
| 		    break;
 | |
| 	    }
 | |
| 	    needsort++;
 | |
| 	}
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #if defined(BSD43_BSD43_NFS) || defined(sun)
 | |
| /* some libc's out there are bound internally to these names (UMIPS) */
 | |
| void
 | |
| ht_sethostent (int stayopen)
 | |
| {
 | |
| 	_sethtent(stayopen);
 | |
| }
 | |
| 
 | |
| void
 | |
| ht_endhostent (void)
 | |
| {
 | |
| 	_endhtent();
 | |
| }
 | |
| 
 | |
| struct hostent *
 | |
| ht_gethostbyname (char *name)
 | |
| {
 | |
| 	return (_gethtbyname(name));
 | |
| }
 | |
| 
 | |
| struct hostent *
 | |
| ht_gethostbyaddr (const char *addr, size_t len, int af)
 | |
| {
 | |
| 	return (_gethtbyaddr(addr, len, af));
 | |
| }
 | |
| 
 | |
| struct hostent *
 | |
| gethostent (void)
 | |
| {
 | |
| 	return (_gethtent());
 | |
| }
 | |
| 
 | |
| void
 | |
| dns_service (void)
 | |
| {
 | |
| 	return;
 | |
| }
 | |
| 
 | |
| #undef dn_skipname
 | |
| dn_skipname(comp_dn, eom)
 | |
| 	const u_char *comp_dn, *eom;
 | |
| {
 | |
| 	return (__dn_skipname(comp_dn, eom));
 | |
| }
 | |
| #endif /*old-style libc with yp junk in it*/
 |