net.c 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675
  1. /*
  2. * Copyright (C) 1997 Robey Pointer
  3. * Copyright (C) 1999 - 2002 Eggheads Development Team
  4. * Copyright (C) 2002 - 2010 Bryan Drewery
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License
  8. * as published by the Free Software Foundation; either version 2
  9. * of the License, or (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. */
  20. /*
  21. * net.c -- handles:
  22. * all raw network i/o
  23. *
  24. */
  25. #include <fcntl.h>
  26. #include "common.h"
  27. #include "net.h"
  28. #include "socket.h"
  29. #include "misc.h"
  30. #include "main.h"
  31. #include "debug.h"
  32. #include "dccutil.h"
  33. #include "enclink.h"
  34. #include "egg_timer.h"
  35. #include "traffic.h"
  36. #include "adns.h"
  37. #include <bdlib/src/String.h>
  38. #include <bdlib/src/Stream.h>
  39. #include <limits.h>
  40. #include <string.h>
  41. #include <netdb.h>
  42. #include <signal.h>
  43. #include <sys/types.h>
  44. #include <sys/socket.h>
  45. #include <setjmp.h>
  46. #if HAVE_SYS_SELECT_H
  47. # include <sys/select.h>
  48. #endif /* HAVE_SYS_SELECT_H */
  49. #include <netinet/in.h>
  50. #include <arpa/inet.h>
  51. #include <errno.h>
  52. #include <sys/stat.h>
  53. #if HAVE_UNISTD_H
  54. # include <unistd.h>
  55. #endif /* HAVE_UNITSTD_H */
  56. extern egg_traffic_t traffic;
  57. union sockaddr_union cached_myip4_so;
  58. #ifdef USE_IPV6
  59. union sockaddr_union cached_myip6_so;
  60. #endif /* USE_IPV6 */
  61. bool cached_ip = 0; /* Set to 1 after cache_my_ip is called */
  62. bool identd_hack = 0; /* identd_open() won't work on most servers, dont even bother warning. */
  63. char botuser[21] = ""; /* Username of the user running the bot */
  64. int socks_total = 0; /* total number of sockets */
  65. sock_list *socklist = NULL; /* Enough to be safe */
  66. int MAXSOCKS = 0;
  67. jmp_buf alarmret; /* Env buffer for alarm() returns */
  68. /* This *MUST* be an ip */
  69. char firewall[121] = ""; /* Socks server for firewall */
  70. port_t firewallport = 1080; /* Default port of Sock4/5 firewalls */
  71. /* Types of proxy */
  72. #define PROXY_SOCKS 1
  73. #define PROXY_SUN 2
  74. #define PROXY_HTTP 3
  75. /* I need an UNSIGNED long for dcc type stuff
  76. */
  77. unsigned long my_atoul(const char *s)
  78. {
  79. unsigned long ret = 0;
  80. while ((*s >= '0') && (*s <= '9')) {
  81. ret *= 10;
  82. ret += ((*s) - '0');
  83. ++s;
  84. }
  85. return ret;
  86. }
  87. /* get the protocol used on a socket */
  88. int sockprotocol(int sock)
  89. {
  90. struct sockaddr sa;
  91. socklen_t socklen = sizeof(sa);
  92. bzero(&sa, socklen);
  93. if (getsockname(sock, &sa, &socklen))
  94. return -1;
  95. else
  96. return sa.sa_family;
  97. }
  98. /* AF_INET-independent resolving routine */
  99. static int get_ip(char *hostname, union sockaddr_union *so, int dns_type)
  100. {
  101. if (!hostname || (hostname && !hostname[0]))
  102. return 1;
  103. memset(so, 0, sizeof(union sockaddr_union));
  104. debug1("get_ip(%s)", hostname);
  105. bd::Array<bd::String> hosts = dns_lookup_block(hostname, 10, dns_type);
  106. if (hosts.length() == 0)
  107. return -1;
  108. my_addr_t addr;
  109. get_addr(bd::String(hosts[0]).c_str(), &addr);
  110. if (addr.family == AF_INET) {
  111. so->sin.sin_family = AF_INET;
  112. memcpy(&so->sin.sin_addr, &addr.u.addr, sizeof(addr.u.addr));
  113. #ifdef USE_IPV6
  114. } else if (addr.family == AF_INET6) {
  115. so->sin6.sin6_family = AF_INET6;
  116. memcpy(&so->sin6.sin6_addr, &addr.u.addr6, sizeof(addr.u.addr6));
  117. #endif
  118. }
  119. return 0;
  120. }
  121. /* Initialize the socklist
  122. */
  123. void init_net()
  124. {
  125. MAXSOCKS = max_dcc + 10;
  126. if (socklist)
  127. socklist = (sock_list *) my_realloc((void *) socklist, sizeof(sock_list) * MAXSOCKS);
  128. else
  129. socklist = (sock_list *) my_calloc(1, sizeof(sock_list) * MAXSOCKS);
  130. for (int i = 0; i < MAXSOCKS; i++) {
  131. bzero(&socklist[i], sizeof(socklist[i]));
  132. socklist[i].flags = SOCK_UNUSED;
  133. #ifdef EGG_SSL_EXT
  134. socklist[i].ssl = NULL;
  135. #endif
  136. socklist[i].sock = -1;
  137. }
  138. }
  139. /* Get my ipv? ip
  140. */
  141. char *myipstr(int af_type)
  142. {
  143. if (cached_ip) {
  144. #ifdef USE_IPV6
  145. if (af_type == AF_INET6) {
  146. static char s[UHOSTLEN + 1] = "";
  147. inet_ntop(AF_INET6, &cached_myip6_so.sin6.sin6_addr, s, 119);
  148. s[120] = 0;
  149. return s;
  150. } else
  151. #endif /* USE_IPV6 */
  152. if (af_type == AF_INET) {
  153. static char s[UHOSTLEN + 1] = "";
  154. inet_ntop(AF_INET, &cached_myip4_so.sin.sin_addr, s, 119);
  155. s[120] = 0;
  156. return s;
  157. }
  158. }
  159. return "";
  160. }
  161. /* Get my ip number
  162. */
  163. in_addr_t getmyip() {
  164. return cached_myip4_so.sin.sin_addr.s_addr;
  165. }
  166. /* see if it's necessary to set inaddr_any... because if we can't resolve, we die anyway */
  167. void cache_my_ip()
  168. {
  169. #ifdef no
  170. cached_myip6_so.sin6.sin6_family = AF_INET6;
  171. cached_myip6_so.sin6.sin6_addr = in6addr_any;
  172. cached_myip4_so.sin.sin_family = AF_INET;
  173. cached_myip4_so.sin.sin_addr.s_addr = INADDR_ANY;
  174. #endif
  175. int error = 0;
  176. debug0("cache_my_ip()");
  177. memset(&cached_myip4_so, 0, sizeof(union sockaddr_union));
  178. #ifdef USE_IPV6
  179. bool any = 0;
  180. memset(&cached_myip6_so, 0, sizeof(union sockaddr_union));
  181. if (conf.bot->net.ip6) {
  182. if (get_ip(conf.bot->net.ip6, &cached_myip6_so, DNS_LOOKUP_AAAA))
  183. any = 1;
  184. } else if (conf.bot->net.host6) {
  185. if (get_ip(conf.bot->net.host6, &cached_myip6_so, DNS_LOOKUP_AAAA))
  186. any = 1;
  187. } else
  188. any = 1;
  189. if (any) {
  190. cached_myip6_so.sin6.sin6_family = AF_INET6;
  191. cached_myip6_so.sin6.sin6_addr = in6addr_any;
  192. }
  193. #endif /* USE_IPV6 */
  194. if (conf.bot->net.ip) {
  195. if (get_ip(conf.bot->net.ip, &cached_myip4_so, DNS_LOOKUP_A))
  196. error = 1;
  197. } else if (conf.bot->net.host) {
  198. if (get_ip(conf.bot->net.host, &cached_myip4_so, DNS_LOOKUP_A))
  199. error = 2;
  200. } else {
  201. /*
  202. char s[121] = "";
  203. gethostname(s, sizeof(s));
  204. if (get_ip(s, &cached_myip4_so)) {
  205. */
  206. /* error = 3; */
  207. cached_myip4_so.sin.sin_family = AF_INET;
  208. cached_myip4_so.sin.sin_addr.s_addr = INADDR_ANY;
  209. // }
  210. }
  211. if (error) {
  212. putlog(LOG_DEBUG, "*", "Hostname self-lookup error: %d", error);
  213. fatal("Hostname self-lookup failed.", 0);
  214. }
  215. cached_ip = 1;
  216. }
  217. /* Sets/Unsets options for a specific socket.
  218. *
  219. * Returns: 0 - on success
  220. * -1 - socket not found
  221. * -2 - illegal operation
  222. */
  223. int sockoptions(int sock, int operation, int sock_options)
  224. {
  225. int i = -1;
  226. if ((i = findanysnum(sock)) != -1) {
  227. if (operation == EGG_OPTION_SET)
  228. socklist[i].flags |= sock_options;
  229. else if (operation == EGG_OPTION_UNSET)
  230. socklist[i].flags &= ~sock_options;
  231. else
  232. return -2;
  233. return 0;
  234. }
  235. return -1;
  236. }
  237. int
  238. sock_read(bd::Stream& stream)
  239. {
  240. int fd = -1;
  241. bd::String buf, type;
  242. while (stream.tell() < stream.length()) {
  243. buf = stream.getline().chomp();
  244. if (buf == STR("+sock"))
  245. return fd;
  246. type = newsplit(buf);
  247. if (type == STR("sock")) {
  248. int sock = atoi(newsplit(buf).c_str()), options = atoi(newsplit(buf).c_str());
  249. fd = allocsock(sock, options);
  250. }
  251. if (fd >= 0) {
  252. #ifdef USE_IPV6
  253. if (type == STR("af"))
  254. socklist[fd].af = atoi(buf.c_str());
  255. #endif
  256. if (type == STR("host"))
  257. socklist[fd].host = strdup(buf.c_str());
  258. if (type == STR("port"))
  259. socklist[fd].port = atoi(buf.c_str());
  260. }
  261. }
  262. return -1;
  263. }
  264. void
  265. sock_write(bd::Stream &stream, int fd)
  266. {
  267. if (socklist[fd].sock > 0) {
  268. bd::String buf;
  269. stream << bd::String::printf(STR("-sock\n"));
  270. stream << bd::String::printf(STR("sock %d %d\n"), socklist[fd].sock, socklist[fd].flags);
  271. #ifdef USE_IPV6
  272. stream << bd::String::printf(STR("af %u\n"), socklist[fd].af);
  273. #endif
  274. if (socklist[fd].host)
  275. stream << bd::String::printf(STR("host %s\n"), socklist[fd].host);
  276. if (socklist[fd].port)
  277. stream << bd::String::printf(STR("port %d\n"), socklist[fd].port);
  278. stream << bd::String::printf(STR("+sock\n"));
  279. }
  280. }
  281. /* Return a free entry in the socket entry
  282. */
  283. int allocsock(int sock, int options)
  284. {
  285. for (int i = 0; i < MAXSOCKS; i++) {
  286. if (socklist[i].flags & SOCK_UNUSED) {
  287. /* yay! there is table space */
  288. socklist[i].inbuf = NULL;
  289. socklist[i].outbuf = NULL;
  290. socklist[i].flags = options;
  291. socklist[i].sock = sock;
  292. socklist[i].encstatus = 0;
  293. socklist[i].enclink = -1;
  294. socklist[i].gz = 0;
  295. bzero(&(socklist[i].okey), ENC_KEY_LEN + 1);
  296. bzero(&(socklist[i].ikey), ENC_KEY_LEN + 1);
  297. socks_total++;
  298. sdprintf("allocsock(%d) = %d", i, sock);
  299. return i;
  300. }
  301. }
  302. fatal("Socket table is full!", 0);
  303. return -1; /* Never reached */
  304. }
  305. /* Request a normal socket for i/o
  306. */
  307. void setsock(int sock, int options)
  308. {
  309. int i = allocsock(sock, options);
  310. bool parm;
  311. if (((sock != STDOUT) || backgrd) && !(socklist[i].flags & SOCK_NONSOCK)) {
  312. parm = 1;
  313. setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, (void *) &parm, sizeof(int));
  314. parm = 0;
  315. setsockopt(sock, SOL_SOCKET, SO_LINGER, (void *) &parm, sizeof(int));
  316. }
  317. if (options & SOCK_LISTEN) {
  318. /* Tris says this lets us grab the same port again next time */
  319. parm = 1;
  320. setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void *) &parm, sizeof(int));
  321. }
  322. /* Yay async i/o ! */
  323. fcntl(sock, F_SETFL, O_NONBLOCK);
  324. }
  325. #ifdef USE_IPV6
  326. int real_getsock(int options, int af_def, const char *fname, int line)
  327. {
  328. #else
  329. int real_getsock(int options, const char *fname, int line)
  330. {
  331. int af_def = AF_INET;
  332. #endif /* USE_IPV6 */
  333. int sock = -1;
  334. if (!af_def)
  335. af_def = AF_INET;
  336. sock = socket(af_def, SOCK_STREAM, 0);
  337. if (sock >= 0)
  338. setsock(sock, options);
  339. else if (!identd_hack)
  340. putlog(LOG_WARNING, "*", "Warning: Can't create new socket! (%s:%d): %s", fname, line, strerror(errno));
  341. else if (identd_hack)
  342. identd_hack = 0;
  343. return sock;
  344. }
  345. /* Done with a socket
  346. */
  347. void real_killsock(register int sock, const char *file, int line)
  348. {
  349. if (sock < 0) {
  350. putlog(LOG_ERRORS, "*", "Attempt to kill socket -1 %s:%d", file, line);
  351. return;
  352. }
  353. int i = -1;
  354. if ((i = findanysnum(sock)) != -1) {
  355. #ifdef EGG_SSL_EXT
  356. if (socklist[i].ssl) {
  357. SSL_shutdown(socklist[i].ssl);
  358. SSL_free(socklist[i].ssl);
  359. socklist[i].ssl = NULL;
  360. }
  361. #endif
  362. close(socklist[i].sock);
  363. if (socklist[i].inbuf != NULL) {
  364. delete socklist[i].inbuf;
  365. socklist[i].inbuf = NULL;
  366. }
  367. if (socklist[i].outbuf != NULL) {
  368. delete socklist[i].outbuf;
  369. socklist[i].outbuf = NULL;
  370. }
  371. if (socklist[i].host)
  372. free(socklist[i].host);
  373. bzero(&socklist[i], sizeof(socklist[i]));
  374. socklist[i].flags = SOCK_UNUSED;
  375. socks_total--;
  376. sdprintf("killsock(%d, %s, %d) (socklist: %d)", sock, file, line, i);
  377. return;
  378. }
  379. putlog(LOG_MISC, "*", "Attempt to kill un-allocated socket %d %s:%d !!", sock, file, line);
  380. }
  381. /* Send connection request to proxy
  382. */
  383. static int proxy_connect(int sock, const char *ip, port_t port, int proxy_type)
  384. {
  385. sdprintf("proxy_connect(%d, %s, %d, %d)", sock, ip, port, proxy_type);
  386. #ifdef USE_IPV6
  387. unsigned char x[32] = "";
  388. int af_ty = sockprotocol(sock);
  389. #else
  390. unsigned char x[10] = "";
  391. #endif /* USE_IPV6 */
  392. char s[256] = "";
  393. /* socks proxy */
  394. if (proxy_type == PROXY_SOCKS) {
  395. /* numeric IP? */
  396. if (is_dotted_ip(ip)) {
  397. in_addr_t ipaddr = ((in_addr_t) inet_addr(ip));
  398. memcpy(x, &ipaddr, 4);
  399. } else { /* if not resolved, resolve it with blocking calls.. (shouldn't happen ever) */
  400. return -1;
  401. }
  402. int i = -1;
  403. if ((i = findanysnum(sock)) != -1)
  404. socklist[i].flags |= SOCK_PROXYWAIT;
  405. #ifdef USE_IPV6
  406. if (af_ty == AF_INET6)
  407. simple_snprintf(s, sizeof s,
  408. "\004\001%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%s",
  409. (port >> 8) % 256, (port % 256), x[0], x[1], x[2], x[3],
  410. x[4], x[5], x[6], x[7], x[9], x[9], x[10], x[11], x[12],
  411. x[13], x[14], x[15], botuser);
  412. else
  413. #endif /* USE_IPV6 */
  414. simple_snprintf(s, sizeof s, "\004\001%c%c%c%c%c%c%s", (port >> 8) % 256,
  415. (port % 256), x[0], x[1], x[2], x[3], botuser);
  416. tputs(sock, s, strlen(botuser) + 9);
  417. } else if (proxy_type == PROXY_SUN) {
  418. size_t len = simple_snprintf(s, sizeof s, "%s %d\n", ip, port);
  419. tputs(sock, s, len);
  420. } else if (proxy_type == PROXY_HTTP) {
  421. size_t len = simple_snprintf(s, sizeof s, "CONNECT %s:%d\n\n", ip, port);
  422. tputs(sock, s, len);
  423. }
  424. return sock;
  425. }
  426. /* FIXME: REPLACE WITH SOCK_NAME() */
  427. void initialize_sockaddr(int af_type, const char *host, port_t port, union sockaddr_union *so)
  428. {
  429. bzero(so, sizeof(*so));
  430. so->sa.sa_family = af_type;
  431. if (af_type == AF_INET) {
  432. so->sin.sin_family = AF_INET;
  433. if (host) {
  434. inet_pton(AF_INET, host, &so->sin.sin_addr);
  435. so->sin.sin_port = htons(port);
  436. } else {
  437. so->sin.sin_addr.s_addr = getmyip();
  438. }
  439. #ifdef USE_IPV6
  440. } else {
  441. so->sin6.sin6_family = AF_INET6;
  442. if (host) {
  443. inet_pton(AF_INET6, host, &so->sin6.sin6_addr);
  444. so->sin6.sin6_port = htons(port);
  445. } else {
  446. memcpy(&so->sin6.sin6_addr, &cached_myip6_so.sin6.sin6_addr, 16);
  447. }
  448. #endif /* USE_IPV6 */
  449. }
  450. }
  451. /* Starts a connection attempt to a socket
  452. *
  453. * If given a normal hostname, this will be resolved to the corresponding
  454. * IP address first. PLEASE try to use the non-blocking dns functions
  455. * instead and then call this function with the IP address to avoid blocking.
  456. *
  457. * returns <0 if connection refused:
  458. * -1 strerror()/errno type error
  459. * -2 can't resolve hostname
  460. */
  461. int open_telnet_raw(int sock, const char *ipIn, port_t sport, bool proxy_on, int identd)
  462. {
  463. static port_t port = 0;
  464. union sockaddr_union so;
  465. char ip[121] = "";
  466. int is_resolved = 0;
  467. volatile int proxy_type = 0, proxy = proxy_on;
  468. /* firewall? use socks */
  469. if (proxy) {
  470. switch (firewall[0]) {
  471. case '!':
  472. proxy_type = PROXY_SUN;
  473. strlcpy(ip, &firewall[1], sizeof(ip));
  474. break;
  475. case '@':
  476. proxy_type = PROXY_HTTP;
  477. strlcpy(ip, &firewall[1], sizeof(ip));
  478. break;
  479. default:
  480. proxy_type = PROXY_SOCKS;
  481. strlcpy(ip, firewall, sizeof(ip));
  482. break;
  483. }
  484. port = firewallport;
  485. } else {
  486. proxy_type = 0;
  487. strlcpy(ip, ipIn, sizeof(ip));
  488. port = sport;
  489. }
  490. socklen_t socklen;
  491. if (sport) {
  492. /* figure out which ip to bind to locally (v4 or v6) based on what the host ip is .. */
  493. if ((is_resolved = is_dotted_ip(ip))) { /* already resolved */
  494. /* bind to our cached ip for v4/v6 depending on what the ip is */
  495. initialize_sockaddr(is_resolved, NULL, 0, &so);
  496. if (bind(sock, &so.sa, SIZEOF_SOCKADDR(so)) < 0) {
  497. putlog(LOG_DEBUG, "*", "Failed to bind to socket %d: %s", sock, strerror(errno));
  498. killsock(sock);
  499. return -1;
  500. }
  501. /* initialize so for connect using the host/port */
  502. initialize_sockaddr(is_resolved, ip, port, &so);
  503. } else { /* if not resolved, resolve it with blocking calls.. (shouldn't happen ever) */
  504. sdprintf("WARNING: open_telnet_raw(%s,%d) was passed an unresolved hostname.", ip, port);
  505. killsock(sock);
  506. return -1;
  507. }
  508. socklen = SIZEOF_SOCKADDR(so);
  509. } else { // Unix domain socket
  510. so.sock_un.sun_family = AF_UNIX;
  511. strcpy(so.sock_un.sun_path, ip);
  512. socklen = SUN_LEN(&so.sock_un);
  513. }
  514. int i = -1;
  515. if ((i = findanysnum(sock)) != -1) {
  516. socklist[i].flags = (socklist[i].flags & ~SOCK_VIRTUAL) | SOCK_CONNECT;
  517. socklist[i].host = strdup(ipIn);
  518. socklist[i].port = port;
  519. }
  520. if (identd && sport) //Only open identd if not a unix domain socket
  521. identd_open(myipstr(is_resolved), ipIn, identd);
  522. int rc = -1;
  523. /* make the connect attempt */
  524. rc = connect(sock, (struct sockaddr *)&so.sa, socklen);
  525. if (rc < 0) {
  526. if (errno == EINPROGRESS) {
  527. debug3("net: connect(%d, %s, %d)", sock, ipIn, sport);
  528. /* Firewall? announce connect attempt to proxy */
  529. if (proxy)
  530. return proxy_connect(sock, ipIn, sport, proxy_type);
  531. return sock; /* async success! */
  532. } else {
  533. sdprintf("connect(%d, %s, %d) failed: %s", sock, ip, sport, strerror(errno));
  534. killsock(sock);
  535. return -1;
  536. }
  537. }
  538. /* Synchronous? :/ */
  539. debug3("net: (BLOCKING) connect(%d, %s, %d)", sock, ipIn, sport);
  540. if (proxy)
  541. return proxy_connect(sock, ipIn, sport, proxy_type);
  542. return sock;
  543. }
  544. #ifdef EGG_SSL_EXT
  545. int net_switch_to_ssl(int sock) {
  546. int i = 0;
  547. if (load_libssl()) {
  548. debug0("Error while switching to SSL - error loading library");
  549. return 0;
  550. }
  551. debug0("net_switch_to_ssl()");
  552. sleep(3); // Give some time to let the connect() go through.
  553. i = findanysnum(sock);
  554. if (i == MAXSOCKS) {
  555. debug0("Error while swithing to SSL - sock not found in list");
  556. return 0;
  557. }
  558. if (socklist[i].ssl) {
  559. debug0("Error while swithing to SSL - already in ssl");
  560. return 0;
  561. }
  562. socklist[i].ssl = SSL_new(ssl_ctx);
  563. if (!socklist[i].ssl) {
  564. debug0("Error while swithing to SSL - SSL_new() error");
  565. return 0;
  566. }
  567. SSL_set_fd(socklist[i].ssl, socklist[i].sock);
  568. int err = 0, timeout = 0;
  569. while ((err = SSL_connect(socklist[i].ssl)) <= 0) {
  570. if (timeout++ > 500) {
  571. err = 0;
  572. break;
  573. }
  574. int errs = SSL_get_error(socklist[i].ssl,err);
  575. if ((errs != SSL_ERROR_WANT_READ) && (errs != SSL_ERROR_WANT_WRITE) && (errs != SSL_ERROR_WANT_X509_LOOKUP)) {
  576. putlog(LOG_DEBUG, "*", "SSL_connect() = %d, %s", err, (char *)ERR_error_string(ERR_get_error(), NULL));
  577. goto error;
  578. }
  579. usleep(1000);
  580. }
  581. if (err == 1) {
  582. debug0("SSL_connect() success");
  583. return 1;
  584. }
  585. error:
  586. debug0("Error while SSL_connect()");
  587. SSL_shutdown(socklist[i].ssl);
  588. SSL_free(socklist[i].ssl);
  589. socklist[i].ssl = NULL;
  590. return 0;
  591. }
  592. #endif
  593. /* Ordinary non-binary connection attempt */
  594. int open_telnet(const char *ip, port_t port, bool proxy, int identd)
  595. {
  596. int sock = -1;
  597. #ifdef USE_IPV6
  598. sock = getsock(0, is_dotted_ip(ip));
  599. #else
  600. sock = getsock(0);
  601. #endif /* USE_IPV6 */
  602. if (sock >= 0)
  603. return open_telnet_raw(sock, ip, port, proxy, identd);
  604. return -1;
  605. }
  606. /* Returns a socket number for a listening socket that will accept any
  607. * connection on a certain address -- port # is returned in port
  608. *
  609. * 'addr' is ignored if af_def is AF_INET6 -poptix (02/03/03)
  610. */
  611. #ifdef USE_IPV6
  612. int open_address_listen(const char* ip, int af_def, port_t *port)
  613. #else
  614. int open_address_listen(const char* ip, port_t *port)
  615. #endif /* USE_IPV6 */
  616. {
  617. // if (firewall[0]) {
  618. // /* FIXME: can't do listen port thru firewall yet */
  619. // putlog(LOG_MISC, "*", "!! Cant open a listen port (you are using a firewall)");
  620. // return -1;
  621. // }
  622. int sock = 0;
  623. socklen_t addrlen;
  624. union sockaddr_union name;
  625. #ifdef USE_IPV6
  626. if (af_def == AF_INET6) {
  627. struct sockaddr_in6 name6;
  628. sock = getsock(SOCK_LISTEN, af_def);
  629. if (sock < 0)
  630. return -1;
  631. debug2("Opening listen socket on port %d with AF_INET6, sock: %d", *port, sock);
  632. bzero((char *) &name6, sizeof(name6));
  633. name6.sin6_family = af_def;
  634. name6.sin6_port = htons(*port); /* 0 = just assign us a port */
  635. /* memcpy(&name6.sin6_addr, &in6addr_any, 16); */ /* this is the only way to get ipv6+ipv4 in 1 socket */
  636. memcpy(&name6.sin6_addr, &cached_myip6_so.sin6.sin6_addr, 16);
  637. if (bind(sock, (struct sockaddr *) &name6, sizeof(name6)) < 0) {
  638. if (!(identd_hack && *port == 113))
  639. putlog(LOG_DEBUG, "*", "Failed to bind to socket %d for listen on port %d: %s", sock, *port, strerror(errno));
  640. killsock(sock);
  641. return -1;
  642. }
  643. addrlen = sizeof(name6);
  644. if (getsockname(sock, (struct sockaddr *) &name6, &addrlen) < 0) {
  645. if (!(identd_hack && *port == 113))
  646. putlog(LOG_DEBUG, "*", "Failed to getsockname on socket %d for listen on port %d: %s", sock, *port, strerror(errno));
  647. killsock(sock);
  648. return -1;
  649. }
  650. *port = ntohs(name6.sin6_port);
  651. if (listen(sock, 1) < 0) {
  652. if (!(identd_hack && *port == 113))
  653. putlog(LOG_DEBUG, "*", "Failed to listen on socket %d for listen on port %d: %s", sock, *port, strerror(errno));
  654. killsock(sock);
  655. return -1;
  656. }
  657. } else {
  658. sock = getsock(SOCK_LISTEN, af_def);
  659. #else
  660. sock = getsock(SOCK_LISTEN);
  661. #endif /* USE_IPV6 */
  662. if (sock < 0)
  663. return -1;
  664. if (af_def == AF_UNIX)
  665. debug2("Opening listen socket on %s, sock: %d", ip, sock);
  666. else
  667. debug3("Opening listen socket on %s:%d with AF_INET, sock: %d", ip, *port, sock);
  668. bzero((char *) &name, sizeof(struct sockaddr *));
  669. if (af_def == AF_UNIX) {
  670. name.sock_un.sun_family = AF_UNIX;
  671. strcpy(name.sock_un.sun_path, ip);
  672. unlink(name.sock_un.sun_path);
  673. addrlen = SUN_LEN(&name.sock_un);
  674. } else {
  675. name.sin.sin_family = af_def;
  676. name.sin.sin_port = htons(*port); /* 0 = just assign us a port */
  677. name.sin.sin_addr.s_addr = inet_addr(ip);
  678. addrlen = sizeof(struct sockaddr_in);
  679. }
  680. if (bind(sock, (struct sockaddr *) &name, addrlen) < 0) {
  681. if (!(identd_hack && *port == 113)) {
  682. if (af_def == AF_UNIX)
  683. putlog(LOG_DEBUG, "*", "Failed to bind to socket %d for listen on %s: %s", sock, ip, strerror(errno));
  684. else
  685. putlog(LOG_DEBUG, "*", "Failed to bind to socket %d for listen on %s:%d: %s", sock, ip, *port, strerror(errno));
  686. }
  687. killsock(sock);
  688. return -1;
  689. }
  690. if (af_def != AF_UNIX) {
  691. /* what port are we on? */
  692. if (getsockname(sock, (struct sockaddr *) &name, &addrlen) < 0) {
  693. if (!(identd_hack && *port == 113))
  694. putlog(LOG_DEBUG, "*", "Failed to getsockname on socket %d for listen on port %d: %s", sock, *port, strerror(errno));
  695. killsock(sock);
  696. return -1;
  697. }
  698. *port = ntohs(name.sin.sin_port);
  699. }
  700. if (listen(sock, 1) < 0) {
  701. if (!(identd_hack && *port == 113) && af_def != AF_UNIX)
  702. putlog(LOG_DEBUG, "*", "Failed to listen on socket %d for on port %d: %s", sock, *port, strerror(errno));
  703. killsock(sock);
  704. return -1;
  705. }
  706. #ifdef USE_IPV6
  707. }
  708. #endif /* USE_IPV6 */
  709. if (af_def == AF_UNIX)
  710. debug2("Opened listen socket on %s, sock: %d", ip, sock);
  711. else
  712. debug3("Opened listen socket on %s:%d with AF_INET, sock: %d", ip, *port, sock);
  713. return sock;
  714. }
  715. /* Returns a socket number for a listening socket that will accept any
  716. * connection -- port # is returned in port
  717. */
  718. int open_listen(port_t *port)
  719. {
  720. #ifdef USE_IPV6
  721. return open_address_listen(iptostr(getmyip()), AF_INET, port);
  722. #else
  723. return open_address_listen(iptostr(getmyip()), port);
  724. #endif /* USE_IPV6 */
  725. }
  726. /* Same as above, except this one can be called with an AF_ type
  727. * the above is being left in for compatibility, and should NOT LONGER BE USED IN THE CORE CODE.
  728. */
  729. int open_listen_by_af(port_t *port, int af_def)
  730. {
  731. #ifdef USE_IPV6
  732. return open_address_listen(iptostr(getmyip()), af_def, port);
  733. #else
  734. return -1;
  735. #endif /* USE_IPV6 */
  736. }
  737. int open_listen_addr_by_af(const char *ip, port_t *port, int af_def)
  738. {
  739. if (!ip)
  740. ip = iptostr(getmyip());
  741. #ifdef USE_IPV6
  742. return open_address_listen(ip, af_def, port);
  743. #else
  744. return -1;
  745. #endif /* USE_IPV6 */
  746. }
  747. /* Returns the given network byte order IP address in the
  748. * dotted format - "##.##.##.##"
  749. */
  750. char *iptostr(in_addr_t ip)
  751. {
  752. static char ipbuf[32];
  753. struct in_addr a;
  754. a.s_addr = ip;
  755. return (char *) inet_ntop(AF_INET, &a, ipbuf, sizeof(ipbuf));
  756. }
  757. /* Short routine to answer a connect received on a socket made previously
  758. * by open_listen ... returns hostname of the caller & the new socket
  759. * does NOT dispose of old "public" socket!
  760. */
  761. int answer(int sock, char *caller, in_addr_t *ip, port_t *port, int binary)
  762. {
  763. int new_sock;
  764. socklen_t addrlen;
  765. struct sockaddr_in from;
  766. #ifdef USE_IPV6
  767. int af_ty = sockprotocol(sock);
  768. struct sockaddr_in6 from6;
  769. bzero(&from6, sizeof(struct sockaddr_in6));
  770. if (af_ty == AF_INET6) {
  771. addrlen = sizeof(from6);
  772. new_sock = accept(sock, (struct sockaddr *) &from6, &addrlen);
  773. } else {
  774. #endif /* USE_IPV6 */
  775. addrlen = sizeof(struct sockaddr);
  776. new_sock = accept(sock, (struct sockaddr *) &from, &addrlen);
  777. #ifdef USE_IPV6
  778. }
  779. #endif /* USE_IPV6 */
  780. if (new_sock < 0)
  781. return -1;
  782. if (ip != NULL) {
  783. #ifdef USE_IPV6
  784. /* Detect IPv4 in IPv6 mapped address .... */
  785. if (af_ty == AF_INET6 && (!IN6_IS_ADDR_V4MAPPED(&from6.sin6_addr))) {
  786. inet_ntop(AF_INET6, &from6.sin6_addr, caller, 119);
  787. caller[120] = 0;
  788. *ip = 0L;
  789. } else if (IN6_IS_ADDR_V4MAPPED(&from6.sin6_addr)) { /* ...and convert it to plain (AF_INET) IPv4 address (openssh) */
  790. struct sockaddr_in *from4 = (struct sockaddr_in *)&from6;
  791. struct in_addr addr;
  792. memcpy(&addr, ((char *)&from6.sin6_addr) + 12, sizeof(addr));
  793. memset(&from, 0, sizeof(from));
  794. from4->sin_family = AF_INET;
  795. addrlen = sizeof(*from4);
  796. memcpy(&from4->sin_addr, &addr, sizeof(addr));
  797. *ip = from4->sin_addr.s_addr;
  798. strlcpy(caller, iptostr(*ip), 121);
  799. *ip = ntohl(*ip);
  800. } else {
  801. #endif /* USE_IPV6 */
  802. if (af_ty == AF_UNIX) {
  803. struct sockaddr_un sock_un;
  804. socklen_t socklen = sizeof(sock_un);
  805. bzero(&sock_un, socklen);
  806. getsockname(sock, (struct sockaddr*) &sock_un, &socklen);
  807. strcpy(caller, sock_un.sun_path);
  808. *port = 0;
  809. } else {
  810. *ip = from.sin_addr.s_addr;
  811. strlcpy(caller, iptostr(*ip), 121);
  812. *ip = ntohl(*ip);
  813. }
  814. #ifdef USE_IPV6
  815. }
  816. #endif /* USE_IPV6 */
  817. }
  818. if (port != NULL) {
  819. #ifdef USE_IPV6
  820. if (af_ty == AF_INET6)
  821. *port = ntohs(from6.sin6_port);
  822. else if (af_ty == AF_INET)
  823. #endif /* USE_IPV6 */
  824. *port = ntohs(from.sin_port);
  825. }
  826. /* Set up all the normal socket crap */
  827. setsock(new_sock, (binary ? SOCK_BINARY : 0));
  828. sdprintf("Answered socket %d: %s", new_sock, caller);
  829. return new_sock;
  830. }
  831. /* Like open_telnet, but uses ip & port specifications of dcc
  832. Take a longip and make into dotted form
  833. */
  834. int open_telnet_dcc(int sock, char *ip, char *port)
  835. {
  836. port_t p;
  837. unsigned long addr;
  838. char sv[100] = "";
  839. unsigned char c[4] = "";
  840. #ifdef DEBUG_IPV6
  841. debug1("open_telnet_dcc %s", ip);
  842. #endif /* DEBUG_IPV6 */
  843. if (port != NULL)
  844. p = atoi(port);
  845. else
  846. p = 2000;
  847. #ifdef USE_IPV6
  848. if (sockprotocol(sock) == AF_INET6) {
  849. # ifdef DEBUG_IPV6
  850. debug0("open_telnet_dcc, af_inet6!");
  851. # endif /* DEBUG_IPV6 */
  852. strlcpy(sv, ip, sizeof(sv));
  853. } else {
  854. #endif /* USE_IPV6 */
  855. if (ip != NULL)
  856. addr = my_atoul(ip);
  857. else
  858. addr = 0L;
  859. if (addr < (1 << 24))
  860. return -3; /* fake address */
  861. c[0] = (addr >> 24) & 0xff;
  862. c[1] = (addr >> 16) & 0xff;
  863. c[2] = (addr >> 8) & 0xff;
  864. c[3] = addr & 0xff;
  865. simple_snprintf(sv, sizeof(sv), "%u.%u.%u.%u", c[0], c[1], c[2], c[3]);
  866. #ifdef USE_IPV6
  867. }
  868. /* strcpy(sv,hostnamefromip(addr)); */
  869. # ifdef DEBUG_IPV6
  870. debug3("open_telnet_raw %s %d %d", sv, sock, p);
  871. # endif /* DEBUG_IPV6 */
  872. #endif /* USE_IPV6 */
  873. return open_telnet_raw(sock, sv, p, 0);
  874. }
  875. /* Attempts to read from all the sockets in socklist
  876. * fills s with up to 511 bytes if available, and returns the array index
  877. *
  878. * on EOF: returns -1, with socket in len
  879. * on socket error: returns -2
  880. * if nothing is ready: returns -3
  881. */
  882. static int sockread(char *s, int *len)
  883. {
  884. fd_set fd;
  885. int fds = 0, i, fdtmp, x;
  886. struct timeval t;
  887. int grab = SGRAB + 1;
  888. egg_timeval_t howlong;
  889. if (unlikely(timer_get_shortest(&howlong))) {
  890. /* No timer, default to 1 second. */
  891. t.tv_sec = 1;
  892. t.tv_usec = 0;
  893. }
  894. else {
  895. t.tv_sec = howlong.sec;
  896. t.tv_usec = howlong.usec;
  897. }
  898. FD_ZERO(&fd);
  899. for (i = 0; i < MAXSOCKS; i++) {
  900. if (!(socklist[i].flags & (SOCK_UNUSED | SOCK_VIRTUAL))) {
  901. if (unlikely((socklist[i].sock == STDOUT) && !backgrd))
  902. fdtmp = STDIN;
  903. else
  904. fdtmp = socklist[i].sock;
  905. if (fdtmp > fds)
  906. fds = fdtmp;
  907. FD_SET(fdtmp, &fd);
  908. }
  909. }
  910. fds++;
  911. x = select(fds, &fd, NULL, NULL, &t);
  912. if (x > 0) {
  913. /* Something happened */
  914. for (i = 0; i < MAXSOCKS; i++) {
  915. if ((!(socklist[i].flags & SOCK_UNUSED)) && ((FD_ISSET(socklist[i].sock, &fd)) ||
  916. #ifdef EGG_SSL_EXT
  917. ((socklist[i].ssl) && (SSL_pending(socklist[i].ssl))) ||
  918. #endif
  919. ((socklist[i].sock == STDOUT) && (!backgrd) && (FD_ISSET(STDIN, &fd))))) {
  920. if (socklist[i].flags & (SOCK_LISTEN | SOCK_CONNECT)) {
  921. /* Listening socket -- don't read, just return activity */
  922. /* Same for connection attempt */
  923. /* (for strong connections, require a read to succeed first) */
  924. if (socklist[i].flags & SOCK_PROXYWAIT) { /* drummer */
  925. /* Hang around to get the return code from proxy */
  926. grab = 10;
  927. } else if (!(socklist[i].flags & SOCK_STRONGCONN)) {
  928. debug1("net: connect! sock %d", socklist[i].sock);
  929. s[0] = 0;
  930. *len = 0;
  931. return i;
  932. }
  933. } else if (socklist[i].flags & SOCK_PASS) {
  934. s[0] = 0;
  935. *len = 0;
  936. return i;
  937. }
  938. errno = 0;
  939. if (unlikely((socklist[i].sock == STDOUT) && !backgrd)) {
  940. x = read(STDIN, s, grab);
  941. #ifdef EGG_SSL_EXT
  942. } else if (socklist[i].ssl) {
  943. x = SSL_read(socklist[i].ssl,s,grab);
  944. if (x < 0) {
  945. int err = SSL_get_error(socklist[i].ssl, x);
  946. x = -1;
  947. switch (err) {
  948. case SSL_ERROR_WANT_READ:
  949. errno = EAGAIN;
  950. break;
  951. case SSL_ERROR_WANT_WRITE:
  952. errno = EAGAIN;
  953. break;
  954. case SSL_ERROR_WANT_X509_LOOKUP:
  955. errno = EAGAIN;
  956. break;
  957. }
  958. }
  959. #endif
  960. } else
  961. x = read(socklist[i].sock, s, grab);
  962. if (x <= 0) { /* eof */
  963. if (errno != EAGAIN) { /* EAGAIN happens when the operation would block
  964. on a non-blocking socket, if the socket is going
  965. to die, it will die later, otherwise it will connect */
  966. *len = socklist[i].sock;
  967. socklist[i].flags &= ~SOCK_CONNECT;
  968. debug1("net: eof!(read) socket %d", socklist[i].sock);
  969. return -1;
  970. } else {
  971. debug3("sockread EAGAIN: %d %d (%s)", socklist[i].sock, errno, strerror(errno));
  972. continue; /* EAGAIN */
  973. }
  974. }
  975. s[x] = 0;
  976. *len = x;
  977. if (socklist[i].flags & SOCK_PROXYWAIT) {
  978. debug2("net: socket: %d proxy errno: %d", socklist[i].sock, s[1]);
  979. socklist[i].flags &= ~(SOCK_CONNECT | SOCK_PROXYWAIT);
  980. switch (s[1]) {
  981. case 90: /* Success */
  982. s[0] = 0;
  983. *len = 0;
  984. return i;
  985. case 91: /* Failed */
  986. errno = ECONNREFUSED;
  987. break;
  988. case 92: /* No identd */
  989. case 93: /* Identd said wrong username */
  990. /* A better error message would be "socks misconfigured"
  991. * or "identd not working" but this is simplest.
  992. */
  993. errno = ENETUNREACH;
  994. break;
  995. }
  996. *len = socklist[i].sock;
  997. return -1;
  998. }
  999. return i;
  1000. }
  1001. }
  1002. } else if (x == -1)
  1003. return -2; /* socket error */
  1004. else {
  1005. s[0] = 0;
  1006. *len = 0;
  1007. }
  1008. return -3;
  1009. }
  1010. /* sockgets: buffer and read from sockets
  1011. *
  1012. * Attempts to read from all registered sockets for up to one second. if
  1013. * after one second, no complete data has been received from any of the
  1014. * sockets, 's' will be empty, 'len' will be 0, and sockgets will return -3.
  1015. * if there is returnable data received from a socket, the data will be
  1016. * in 's' (null-terminated if non-binary), the length will be returned
  1017. * in len, and the socket number will be returned.
  1018. * normal sockets have their input buffered, and each call to sockgets
  1019. * will return one line terminated with a '\n'. binary sockets are not
  1020. * buffered and return whatever coems in as soon as it arrives.
  1021. * listening sockets will return an empty string when a connection comes in.
  1022. * connecting sockets will return an empty string on a successful connect,
  1023. * or EOF on a failed connect.
  1024. * if an EOF is detected from any of the sockets, that socket number will be
  1025. * put in len, and -1 will be returned.
  1026. * the maximum length of the string returned is 512 (including null)
  1027. *
  1028. * Returns -4 if we handled something that shouldn't be handled by the
  1029. * dcc functions. Simply ignore it.
  1030. */
  1031. int sockgets(char *s, int *len)
  1032. {
  1033. char xx[SGRAB + 4] = "", *p = NULL;
  1034. int ret;
  1035. size_t newline_index = size_t(-1);
  1036. bool was_crlf = 0;
  1037. for (int i = 0; i < MAXSOCKS; i++) {
  1038. /* Check for stored-up data waiting to be processed */
  1039. if (!(socklist[i].flags & SOCK_UNUSED) && !(socklist[i].flags & SOCK_BUFFER) && (socklist[i].inbuf != NULL)) {
  1040. if (!(socklist[i].flags & SOCK_BINARY)) {
  1041. /* Find EOL */
  1042. newline_index = socklist[i].inbuf->find('\n');
  1043. if (newline_index != size_t(-1) && newline_index != 0 && socklist[i].inbuf->charAt(newline_index - 1) == '\r') {
  1044. --newline_index;
  1045. was_crlf = 1;
  1046. }
  1047. if (newline_index != size_t(-1)) {
  1048. // Split off a line
  1049. bd::String line(socklist[i].inbuf->substring(0, newline_index));
  1050. strlcpy(s, line.c_str(), SGRAB + 1);
  1051. *(socklist[i].inbuf) += newline_index + 1;
  1052. if (was_crlf)
  1053. *(socklist[i].inbuf) += static_cast<size_t>(1);
  1054. if (s[0] && socklist[i].encstatus)
  1055. link_read(i, s, (size_t *) len);
  1056. *len = strlen(s);
  1057. return socklist[i].sock;
  1058. }
  1059. } else {
  1060. if (!socklist[i].inbuf)
  1061. socklist[i].inbuf = new bd::String();
  1062. /* i dont think any of this is *ever* called */
  1063. /* Handling buffered binary data (must have been SOCK_BUFFER before). */
  1064. if (socklist[i].inbuf->length() <= SGRAB) {
  1065. *len = socklist[i].inbuf->length();
  1066. memcpy(s, socklist[i].inbuf->data(), socklist[i].inbuf->length());
  1067. delete socklist[i].inbuf;
  1068. socklist[i].inbuf = NULL;
  1069. } else {
  1070. /* Split up into chunks of SGRAB bytes. */
  1071. *len = SGRAB;
  1072. memcpy(s, socklist[i].inbuf->data(), *len);
  1073. *(socklist[i].inbuf) += static_cast<size_t>(*len);
  1074. }
  1075. return socklist[i].sock;
  1076. }
  1077. }
  1078. /* Also check any sockets that might have EOF'd during write */
  1079. if (!(socklist[i].flags & SOCK_UNUSED)
  1080. && (socklist[i].flags & SOCK_EOFD)) {
  1081. s[0] = 0;
  1082. *len = socklist[i].sock;
  1083. return -1;
  1084. }
  1085. }
  1086. /* No pent-up data of any worth -- down to business */
  1087. *len = 0;
  1088. ret = sockread(xx, len);
  1089. if (ret < 0) {
  1090. s[0] = 0;
  1091. return ret;
  1092. }
  1093. /* Binary, listening and passed on sockets don't get buffered. */
  1094. if (socklist[ret].flags & SOCK_CONNECT) {
  1095. if (socklist[ret].flags & SOCK_STRONGCONN) {
  1096. socklist[ret].flags &= ~SOCK_STRONGCONN;
  1097. /* Buffer any data that came in, for future read. */
  1098. socklist[ret].inbuf = new bd::String(xx, *len);
  1099. }
  1100. socklist[ret].flags &= ~SOCK_CONNECT;
  1101. s[0] = 0;
  1102. return socklist[ret].sock;
  1103. }
  1104. if (socklist[ret].flags & SOCK_BINARY) {
  1105. memcpy(s, xx, *len);
  1106. return socklist[ret].sock;
  1107. }
  1108. if ((socklist[ret].flags & SOCK_LISTEN) || (socklist[ret].flags & SOCK_PASS))
  1109. return socklist[ret].sock;
  1110. if (socklist[ret].flags & SOCK_BUFFER) {
  1111. if (!socklist[ret].inbuf)
  1112. socklist[ret].inbuf = new bd::String(xx, *len);
  1113. else
  1114. *(socklist[ret].inbuf) += bd::String(xx, *len);
  1115. return -4; /* Ignore this one. */
  1116. }
  1117. /* Might be necessary to prepend stored-up data! */
  1118. if (socklist[ret].inbuf != NULL) {
  1119. *(socklist[ret].inbuf) += bd::String(xx);
  1120. if (socklist[ret].inbuf->length() < (SGRAB + 2)) {
  1121. strlcpy(xx, socklist[ret].inbuf->c_str(), sizeof(xx));
  1122. delete socklist[ret].inbuf;
  1123. socklist[ret].inbuf = NULL;
  1124. } else {
  1125. // Take out an SGRAB sized chunk and advance the buffer
  1126. strlcpy(xx, socklist[ret].inbuf->c_str(), SGRAB + 1);
  1127. *(socklist[ret].inbuf) += static_cast<size_t>(SGRAB);
  1128. /* (leave the rest to be post-pended later) */
  1129. }
  1130. }
  1131. bool data = 0;
  1132. /* Look for EOL marker; if it's there, i have something to show */
  1133. p = strchr(xx, '\n');
  1134. if (p == NULL)
  1135. p = strchr(xx, '\r');
  1136. if (p != NULL) {
  1137. *p = 0;
  1138. strlcpy(s, xx, SGRAB + 10); //buf@main.c
  1139. memmove(xx, p + 1, strlen(p + 1) + 1);
  1140. /* if (s[0] && strlen(s) && (s[strlen(s) - 1] == '\r')) */
  1141. if (strlen(s) && s[strlen(s) - 1] == '\r')
  1142. s[strlen(s) - 1] = 0;
  1143. data = 1; /* DCC_CHAT may now need to process a blank line */
  1144. /* NO! */
  1145. /* if (!s[0]) strcpy(s," "); */
  1146. } else {
  1147. s[0] = 0;
  1148. if (strlen(xx) >= SGRAB) {
  1149. /* String is too long, so just insert fake \n */
  1150. strlcpy(s, xx, SGRAB + 10); //buf@main.c
  1151. xx[0] = 0;
  1152. data = 1;
  1153. }
  1154. }
  1155. if (s[0] && socklist[ret].encstatus)
  1156. link_read(ret, s, (size_t *) len);
  1157. *len = strlen(s);
  1158. /* Anything left that needs to be saved? */
  1159. if (!xx[0]) {
  1160. if (data)
  1161. return socklist[ret].sock;
  1162. else
  1163. return -3;
  1164. }
  1165. /* Prepend old data back */
  1166. if (socklist[ret].inbuf != NULL) {
  1167. socklist[ret].inbuf->insert(0, xx);
  1168. } else {
  1169. socklist[ret].inbuf = new bd::String(xx);
  1170. }
  1171. if (data) {
  1172. return socklist[ret].sock;
  1173. } else {
  1174. return -3;
  1175. }
  1176. }
  1177. /* Dump something to a socket
  1178. *
  1179. * NOTE: Do NOT put Contexts in here if you want DEBUG to be meaningful!!
  1180. */
  1181. void tputs(register int z, const char *s, size_t len)
  1182. {
  1183. if (z < 0) /* um... HELLO?! sanity check please! */
  1184. return;
  1185. if (((z == STDOUT) || (z == STDERR)) && (!backgrd || use_stderr)) {
  1186. if (write(z, s, len) == -1) {
  1187. ;
  1188. }
  1189. return;
  1190. }
  1191. register int x, idx;
  1192. int i = -1;
  1193. if ((i = findanysnum(z)) != -1) {
  1194. if ((idx = findanyidx(z)) != -1 && dcc[idx].type->name) {
  1195. if (!strncmp(dcc[idx].type->name, "BOT", 3))
  1196. traffic.out_today.bn += len;
  1197. else if (!strcmp(dcc[idx].type->name, "SERVER"))
  1198. traffic.out_today.irc += len;
  1199. else if (!strncmp(dcc[idx].type->name, "CHAT", 4))
  1200. traffic.out_today.dcc += len;
  1201. else if (!strncmp(dcc[idx].type->name, "FILES", 5))
  1202. traffic.out_today.filesys += len;
  1203. else if (!strcmp(dcc[idx].type->name, "SEND"))
  1204. traffic.out_today.trans += len;
  1205. else if (!strncmp(dcc[idx].type->name, "GET", 3))
  1206. traffic.out_today.trans += len;
  1207. else
  1208. traffic.out_today.unknown += len;
  1209. }
  1210. if (len && socklist[i].encstatus)
  1211. s = link_write(i, s, &len);
  1212. #ifdef HAVE_ZLIB_H
  1213. /*
  1214. if (socklist[i].gz) {
  1215. FILE *fp;
  1216. fp = gzdopen(z, "wb0");
  1217. x = gzwrite(fp, s, len);
  1218. } else
  1219. */
  1220. #endif /* HAVE_ZLIB_H */
  1221. if (socklist[i].outbuf != NULL) {
  1222. /* Already queueing: just add it */
  1223. *(socklist[i].outbuf) += bd::String(s, len);
  1224. return;
  1225. }
  1226. #ifdef EGG_SSL_EXT
  1227. if (socklist[i].ssl) {
  1228. x = SSL_write(socklist[i].ssl,s,len);
  1229. if (x < 0) {
  1230. int err = SSL_get_error(socklist[i].ssl, x);
  1231. x = -1;
  1232. switch (err) {
  1233. case SSL_ERROR_WANT_READ:
  1234. errno = EAGAIN;
  1235. break;
  1236. case SSL_ERROR_WANT_WRITE:
  1237. errno = EAGAIN;
  1238. break;
  1239. case SSL_ERROR_WANT_X509_LOOKUP:
  1240. errno = EAGAIN;
  1241. break;
  1242. }
  1243. }
  1244. } else
  1245. #endif
  1246. /* Try. */
  1247. x = write(z, s, len);
  1248. if (x == -1)
  1249. x = 0;
  1250. if ((size_t) x < len) {
  1251. /* Socket is full, queue it */
  1252. socklist[i].outbuf = new bd::String(&s[x], len - x);
  1253. }
  1254. // if (socklist[i].encstatus && s)
  1255. // free(s);
  1256. return;
  1257. }
  1258. /* Make sure we don't cause a crash by looping here */
  1259. static int inhere = 0;
  1260. if (unlikely(!inhere)) {
  1261. inhere = 1;
  1262. putlog(LOG_MISC, "*", "!!! writing to nonexistent socket: %d", z);
  1263. if (strlen(s)) {
  1264. char *tmp = strdup(s); /* To null-terminate */
  1265. putlog(LOG_MISC, "*", "!-> '%s'", tmp);
  1266. free(tmp);
  1267. }
  1268. inhere = 0;
  1269. }
  1270. /* if (socklist[i].encstatus > 0)
  1271. free(s);
  1272. */
  1273. }
  1274. int findanysnum(register int sock)
  1275. {
  1276. register int i = 0;
  1277. if (sock != -1)
  1278. for (i = 0; i < MAXSOCKS; i++)
  1279. if ((socklist[i].sock == sock) && !(socklist[i].flags & SOCK_UNUSED))
  1280. return i;
  1281. return -1;
  1282. }
  1283. int findanyidx(int sock)
  1284. {
  1285. if (sock != -1)
  1286. for (int idx = 0; idx < dcc_total; ++idx)
  1287. if (dcc[idx].type && dcc[idx].sock == sock)
  1288. return idx;
  1289. return -1;
  1290. }
  1291. /* tputs might queue data for sockets, let's dump as much of it as
  1292. * possible.
  1293. */
  1294. void dequeue_sockets()
  1295. {
  1296. int i, x, z = 0, fds = 0;
  1297. fd_set wfds;
  1298. struct timeval tv;
  1299. /* ^-- start poptix test code, this should avoid writes to sockets not ready to be written to. */
  1300. FD_ZERO(&wfds);
  1301. tv.tv_sec = 0;
  1302. tv.tv_usec = 0; /* we only want to see if it's ready for writing, no need to actually wait.. */
  1303. for (i = 0; i < MAXSOCKS; i++) {
  1304. if (!(socklist[i].flags & SOCK_UNUSED) && socklist[i].outbuf != NULL) {
  1305. FD_SET(socklist[i].sock, &wfds);
  1306. if (socklist[i].sock > fds)
  1307. fds = socklist[i].sock;
  1308. z = 1;
  1309. }
  1310. }
  1311. if (!z)
  1312. return; /* nothing to write */
  1313. fds++;
  1314. select(fds, NULL, &wfds, NULL, &tv);
  1315. /* end poptix */
  1316. for (i = 0; i < MAXSOCKS; i++) {
  1317. if (!(socklist[i].flags & SOCK_UNUSED) &&
  1318. (socklist[i].outbuf != NULL) && (FD_ISSET(socklist[i].sock, &wfds))) {
  1319. /* Trick tputs into doing the work */
  1320. errno = 0;
  1321. #ifdef EGG_SSL_EXT
  1322. if (socklist[i].ssl) {
  1323. x = write(socklist[i].sock, socklist[i].outbuf->data(), socklist[i].outbuf->length());
  1324. if (x < 0) {
  1325. int err = SSL_get_error(socklist[i].ssl, x);
  1326. x = -1;
  1327. switch (err) {
  1328. case SSL_ERROR_WANT_READ:
  1329. errno = EAGAIN;
  1330. break;
  1331. case SSL_ERROR_WANT_WRITE:
  1332. errno = EAGAIN;
  1333. break;
  1334. case SSL_ERROR_WANT_X509_LOOKUP:
  1335. errno = EAGAIN;
  1336. break;
  1337. }
  1338. }
  1339. } else
  1340. #endif
  1341. x = write(socklist[i].sock, socklist[i].outbuf->data(), socklist[i].outbuf->length());
  1342. if ((x < 0) && (errno != EAGAIN)
  1343. #ifdef EBADSLT
  1344. && (errno != EBADSLT)
  1345. #endif /* EBADSLT */
  1346. #ifdef ENOTCONN
  1347. && (errno != ENOTCONN)
  1348. #endif /* EBADSLT */
  1349. ) {
  1350. /* This detects an EOF during writing */
  1351. debug3("net: eof!(write) socket %d (%s,%d)", socklist[i].sock, strerror(errno), errno);
  1352. socklist[i].flags |= SOCK_EOFD;
  1353. } else if ((size_t) x == socklist[i].outbuf->length()) {
  1354. /* If the whole buffer was sent, nuke it */
  1355. delete socklist[i].outbuf;
  1356. socklist[i].outbuf = NULL;
  1357. } else if (x > 0) {
  1358. *(socklist[i].outbuf) += static_cast<size_t>(x);
  1359. } else {
  1360. debug3("dequeue_sockets(): errno = %d (%s) on %d", errno, strerror(errno), socklist[i].sock);
  1361. }
  1362. /* All queued data was sent. Call handler if one exists and the
  1363. * dcc entry wants it.
  1364. */
  1365. if (!socklist[i].outbuf) {
  1366. int idx = findanyidx(socklist[i].sock);
  1367. if (idx >= 0 && dcc[idx].type && dcc[idx].type->outdone)
  1368. dcc[idx].type->outdone(idx);
  1369. }
  1370. }
  1371. }
  1372. }
  1373. /*
  1374. * Debugging stuff
  1375. */
  1376. void tell_netdebug(int idx)
  1377. {
  1378. char s[80] = "";
  1379. dprintf(idx, "Open sockets:");
  1380. for (int i = 0; i < MAXSOCKS; i++) {
  1381. if (!(socklist[i].flags & SOCK_UNUSED)) {
  1382. simple_snprintf(s, sizeof(s), " %d", socklist[i].sock);
  1383. if (socklist[i].flags & SOCK_BINARY)
  1384. strlcat(s, " (binary)", sizeof(s));
  1385. if (socklist[i].flags & SOCK_LISTEN)
  1386. strlcat(s, " (listen)", sizeof(s));
  1387. if (socklist[i].flags & SOCK_PASS)
  1388. strlcat(s, " (passed on)", sizeof(s));
  1389. if (socklist[i].flags & SOCK_CONNECT)
  1390. strlcat(s, " (connecting)", sizeof(s));
  1391. if (socklist[i].flags & SOCK_STRONGCONN)
  1392. strlcat(s, " (strong)", sizeof(s));
  1393. if (socklist[i].flags & SOCK_NONSOCK)
  1394. strlcat(s, " (file)", sizeof(s));
  1395. if (socklist[i].inbuf != NULL)
  1396. simple_sprintf(&s[strlen(s)], " (inbuf: %zu)", socklist[i].inbuf ? socklist[i].inbuf->length() : 0);
  1397. if (socklist[i].outbuf != NULL)
  1398. simple_sprintf(&s[strlen(s)], " (outbuf: %zu)", socklist[i].outbuf ? socklist[i].outbuf->length() : 0);
  1399. if (socklist[i].host)
  1400. simple_sprintf(&s[strlen(s)], " (%s:%d)", socklist[i].host, socklist[i].port);
  1401. strlcat(s, ",", sizeof(s));
  1402. dprintf(idx, "%s", s);
  1403. }
  1404. }
  1405. dprintf(idx, " done.\n");
  1406. }
  1407. /* Checks wether the referenced socket has data queued.
  1408. *
  1409. * Returns true if the incoming/outgoing (depending on 'type') queues
  1410. * contain data, otherwise false.
  1411. */
  1412. bool sock_has_data(int type, int sock)
  1413. {
  1414. bool ret = 0;
  1415. int i = -1;
  1416. if ((i = findanysnum(sock)) != -1) {
  1417. switch (type) {
  1418. case SOCK_DATA_OUTGOING:
  1419. ret = (socklist[i].outbuf != NULL);
  1420. break;
  1421. case SOCK_DATA_INCOMING:
  1422. ret = (socklist[i].inbuf != NULL);
  1423. break;
  1424. }
  1425. } else
  1426. debug1("sock_has_data: could not find socket #%d, returning false.", sock);
  1427. return ret;
  1428. }
  1429. bool socket_run() {
  1430. static int socket_cleanup = 0;
  1431. char buf[SGRAB + 10] = "";
  1432. int i = 0, idx = 0;
  1433. /* Only do this every so often. */
  1434. if (!socket_cleanup) {
  1435. socket_cleanup = 5;
  1436. /* Check for server or dcc activity. */
  1437. dequeue_sockets();
  1438. } else
  1439. --socket_cleanup;
  1440. int xx = sockgets(buf, &i);
  1441. if (xx >= 0) { /* Non-error */
  1442. if ((idx = findanyidx(xx)) != -1) {
  1443. if (likely(dcc[idx].type->activity)) {
  1444. /* Traffic stats */
  1445. if (dcc[idx].type->name) {
  1446. ContextNote(dcc[idx].type->name, buf);
  1447. if (!strncmp(dcc[idx].type->name, "BOT", 3))
  1448. traffic.in_today.bn += i + 1;
  1449. else if (!strcmp(dcc[idx].type->name, "SERVER"))
  1450. traffic.in_today.irc += i + 1;
  1451. else if (!strncmp(dcc[idx].type->name, "CHAT", 4))
  1452. traffic.in_today.dcc += i + 1;
  1453. else if (!strncmp(dcc[idx].type->name, "FILES", 5))
  1454. traffic.in_today.dcc += i + 1;
  1455. else if (!strcmp(dcc[idx].type->name, "SEND"))
  1456. traffic.in_today.trans += i + 1;
  1457. else if (!strncmp(dcc[idx].type->name, "GET", 3))
  1458. traffic.in_today.trans += i + 1;
  1459. else
  1460. traffic.in_today.unknown += i + 1;
  1461. }
  1462. dcc[idx].type->activity(idx, buf, (size_t) i);
  1463. } else
  1464. putlog(LOG_MISC, "*",
  1465. STR("!!! untrapped dcc activity: type %s, sock %d"),
  1466. dcc[idx].type->name, dcc[idx].sock);
  1467. }
  1468. } else if (unlikely(xx == -1)) { /* EOF from someone */
  1469. if (unlikely(i == STDOUT && !backgrd))
  1470. fatal(STR("END OF FILE ON TERMINAL"), 0);
  1471. if ((idx = findanyidx(i)) != -1) {
  1472. sdprintf(STR("EOF on '%s' idx: %d"), dcc[idx].type ? dcc[idx].type->name : "unknown", idx);
  1473. if (likely(dcc[idx].type->eof))
  1474. dcc[idx].type->eof(idx);
  1475. else {
  1476. putlog(LOG_MISC, "*",
  1477. STR("*** ATTENTION: DEAD SOCKET (%d) OF TYPE %s UNTRAPPED"),
  1478. i, dcc[idx].type ? dcc[idx].type->name : "*UNKNOWN*");
  1479. killsock(i);
  1480. lostdcc(idx);
  1481. }
  1482. } else if (unlikely(idx == -1)) {
  1483. putlog(LOG_MISC, "*", STR("(@) EOF socket %d, not a dcc socket, not anything."), i);
  1484. close(i);
  1485. killsock(i);
  1486. }
  1487. } else if (unlikely(xx == -2 && errno != EINTR)) { /* select() error */
  1488. putlog(LOG_MISC, "*", STR("* Socket error #%d; recovering."), errno);
  1489. for (i = 0; i < dcc_total; i++) {
  1490. if (dcc[i].type && dcc[i].sock != -1 && (fcntl(dcc[i].sock, F_GETFD, 0) == -1) && (errno = EBADF)) {
  1491. putlog(LOG_MISC, "*",
  1492. STR("DCC socket %d (type %s, name '%s') expired -- pfft"),
  1493. dcc[i].sock, dcc[i].type->name, dcc[i].nick);
  1494. killsock(dcc[i].sock);
  1495. lostdcc(i);
  1496. i--;
  1497. }
  1498. }
  1499. } else if (xx == -3) { /* Idle */
  1500. socket_cleanup = 0; /* If we've been idle, cleanup & flush */
  1501. return 1;
  1502. }
  1503. return 0;
  1504. }