mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 12:13:09 -04:00
"machine name" in ntalkd(8) request packets, when the destination and source are local. This should make talk(1) use much more pleasant for those security- conscious individuals who have chosen to bind talkd to "localhost". Previous to this change, talk(1) would require that the hostname of the machine, as retrieved by gethostname(3), resolved to a valid and reachable IPv4 address, using gethostbyname(3). This makes talk(1) dependent on a valid host entry for "localhost" in /etc/hosts (or the Domain Name System). PR: bin/23178 Submitted by: angui.sh admin (with cleanups) |
||
|---|---|---|
| .. | ||
| ctl.c | ||
| ctl_transact.c | ||
| display.c | ||
| get_addrs.c | ||
| get_iface.c | ||
| get_names.c | ||
| init_disp.c | ||
| invite.c | ||
| io.c | ||
| look_up.c | ||
| Makefile | ||
| msgs.c | ||
| talk.1 | ||
| talk.c | ||
| talk.h | ||
| talk_ctl.h | ||