1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
|
/* $XTermId: luit.c,v 1.75 2022/10/28 18:46:38 tom Exp $ */
/*
Copyright 2010-2021,2022 by Thomas E. Dickey
Copyright (c) 2001 by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#include <luit.h>
#include <locale.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <signal.h>
#include <version.h>
#include <sys.h>
#include <parser.h>
#include <iso2022.h>
static int pipe_option = 0;
static int p2c_waitpipe[2];
static int c2p_waitpipe[2];
static Iso2022Ptr inputState = NULL, outputState = NULL;
static char *child_argv0 = NULL;
static const char *locale_name = NULL;
static int exitOnChild = 0;
static int converter = 0;
static int testonly = 0;
static int warnings = 0;
const char *locale_alias = LOCALE_ALIAS_FILE;
int ilog = -1;
int olog = -1;
int verbose = 0;
int ignore_locale = 0;
int fill_fontenc = 0;
#ifdef USE_ICONV
UM_MODE lookup_order[] =
{
umFONTENC, umBUILTIN, umICONV, umPOSIX, umNONE
};
#endif
static volatile int sigwinch_queued = 0;
static volatile int sigchld_queued = 0;
static int convert(int, int);
static int condom(int, char **);
static void child(int sfd, char *, char *, char *const *);
void
Message(const char *f, ...)
{
va_list args;
va_start(args, f);
vfprintf(stderr, f, args);
va_end(args);
}
void
Warning(const char *f, ...)
{
va_list args;
va_start(args, f);
fputs("Warning: ", stderr);
vfprintf(stderr, f, args);
va_end(args);
++warnings;
}
void
FatalError(const char *f, ...)
{
va_list args;
va_start(args, f);
vfprintf(stderr, f, args);
va_end(args);
ExitFailure();
}
static void
help(const char *program, int fatal)
{
#define DATA(name,mark,what) { #mark name, what }
/* *INDENT-OFF* */
static const struct {
const char *name;
const char *value;
} options[] = {
/* sorted per POSIX */
DATA("V", -, "show version"),
DATA("alias filename", -, "location of the locale alias file"),
DATA("argv0 name", -, "set child's name"),
DATA("c", -, "simple converter stdin/stdout"),
DATA("encoding encoding", -, "use this encoding rather than current locale's encoding"),
DATA("fill-fontenc", -, "fill in one-one mapping in -show-fontenc report"),
DATA("g0 set", -, "set output G0 charset (default ASCII)"),
DATA("g1 set", -, "set output G1 charset"),
DATA("g2 set", -, "set output G2 charset"),
DATA("g3 set", -, "set output G3 charset"),
DATA("gl gn", -, "set output GL charset"),
DATA("gr gk", -, "set output GR charset"),
DATA("h", -, "show this message"),
DATA("ilog filename", -, "log all input to this file"),
DATA("k7", -, "generate 7-bit characters for input"),
DATA("kg0 set", -, "set input G0 charset"),
DATA("kg1 set", -, "set input G1 charset"),
DATA("kg2 set", -, "set input G2 charset"),
DATA("kg3 set", -, "set input G3 charset"),
DATA("kgl gn", -, "set input GL charset"),
DATA("kgr gk", -, "set input GR charset"),
DATA("kls", -, "generate locking shifts SI/SO"),
DATA("kss", +, "disable generation of single-shifts for input"),
DATA("kssgr", +, "use GL after single-shift"),
DATA("list", -, "list encodings recognized by this program"),
DATA("list-builtin", -, "list built-in encodings"),
DATA("list-fontenc", -, "list available \".enc\" encoding files"),
DATA("list-iconv", -, "list iconv-supported encodings"),
DATA("olog filename", -, "log all output to this file"),
DATA("ols", +, "disable locking-shifts in output"),
DATA("osl", +, "disable charset-selection sequences in output"),
DATA("oss", +, "disable single-shifts in output"),
DATA("ot", +, "disable interpretation of all sequences in output"),
DATA("p", -, "do parent/child handshake"),
DATA("prefer list", -, "override preference between fontenc/iconv lookups"),
DATA("show-builtin enc", -, "show details of a given built-in encoding"),
DATA("show-fontenc enc", -, "show details of an \".enc\" encoding file"),
DATA("show-iconv enc", -, "show iconv encoding in \".enc\" format"),
DATA("t", -, "testing (initialize locale but no terminal)"),
DATA("v", -, "verbose (repeat to increase level)"),
DATA("x", -, "exit as soon as child dies"),
DATA("-", -, "end of options"),
};
/* *INDENT-ON* */
size_t n;
size_t col, now;
FILE *fp = fatal ? stderr : stdout;
if (fatal) {
col = 0;
fprintf(fp, "%s\n", program);
for (n = 0; n < SizeOf(options); ++n) {
if (col == 0) {
fprintf(fp, " ");
col = 1;
}
now = strlen(options[n].name) + 5;
col += now;
if (col > MAXCOLS) {
fprintf(fp, "\n ");
col = now + 1;
}
fprintf(fp, " [ %s ]", options[n].name);
}
if (col)
fprintf(fp, "\n");
fprintf(fp, " [ program [ args ] ]\n");
} else {
fprintf(fp, "Usage: %s [options] [ program [ args ] ]\n", program);
fprintf(fp, "\n");
fprintf(fp, "Options:\n");
col = 0;
for (n = 0; n < SizeOf(options); ++n) {
now = strlen(options[n].name);
if (now > col)
col = now;
}
for (n = 0; n < SizeOf(options); ++n) {
fprintf(fp, " %-*s %s\n", (int) col, options[n].name,
options[n].value);
}
}
fflush(fp);
if (fatal)
ExitFailure();
}
#ifdef USE_ICONV
static void
setLookupOrder(const char *name)
{
/* *INDENT-OFF* */
static const struct {
UM_MODE order;
const char *name;
} table[] = {
{ umBUILTIN, "builtin" },
{ umFONTENC, "fontenc" },
{ umICONV, "iconv" },
{ umPOSIX, "posix" },
};
/* *INDENT-ON* */
size_t j, k;
char *toparse = strmalloc(name);
char *tomatch = toparse;
char *token;
UM_MODE new_list[SizeOf(lookup_order)];
size_t limit = SizeOf(lookup_order) - 1;
size_t used = 0;
TRACE(("setLookupOrder(%s)\n", NonNull(name)));
while ((token = strtok(tomatch, ",")) != 0) {
UM_MODE order = umNONE;
size_t length = strlen(token);
tomatch = 0;
for (j = 0; j < SizeOf(table); ++j) {
if (length <= strlen(table[j].name)
&& !strncmp(token, table[j].name, length)) {
order = table[j].order;
break;
}
}
if (order == umNONE) {
FatalError("invalid item in -prefer option: %s\n", token);
}
if (used >= limit) {
FatalError("too many items in -prefer option: %s\n", name);
}
new_list[used++] = order;
}
while (used < limit) {
for (j = 0; j < limit; ++j) {
int found = 0;
for (k = 0; k < used; ++k) {
if (lookup_order[j] == new_list[k]) {
++found;
}
}
if (!found) {
new_list[used++] = lookup_order[j];
} else if (found > 1) {
FatalError("repeated keyword in -prefer option: %s\n", name);
}
}
}
VERBOSE(1, ("Lookup order: "));
for (j = 0; j < limit; ++j) {
lookup_order[j] = new_list[j];
if (verbose) {
for (k = 0; k < SizeOf(table); ++k) {
if (table[k].order == lookup_order[j]) {
if (j)
VERBOSE(1, (","));
VERBOSE(1, ("%s", table[k].name));
break;
}
}
}
}
VERBOSE(1, ("\n"));
free(toparse);
}
#else
static int
needIconvCfg(void)
{
Message("You need the iconv configuration for this option\n");
return EXIT_FAILURE;
}
#define reportBuiltinCharsets() needIconvCfg()
#define reportIconvCharsets() needIconvCfg()
#define setLookupOrder(name) needIconvCfg()
#define showBuiltinCharset(name) needIconvCfg()
#define showIconvCharset(name) needIconvCfg()
#endif
static char *
needParam(int argc, char **argv, int now)
{
if (now + 1 >= argc)
FatalError("%s requires an argument\n", argv[now]);
return (argv[now + 1]);
}
#define getParam(now) needParam(argc, argv, now)
static int
parseOptions(int argc, char **argv)
{
int i = 1;
while (i < argc) {
if (argv[i][0] != '-' && argv[i][0] != '+') {
break;
} else if (!strcmp(argv[i], "--")) {
i++;
break;
} else if (!strcmp(argv[i], "-v")) {
verbose++;
i++;
} else if (!strcmp(argv[i], "-V")) {
printf("%s - %s\n", argv[0], LUIT_VERSION);
ExitSuccess();
} else if (!strcmp(argv[i], "-h")) {
help(argv[0], 0);
ExitSuccess();
} else if (!strcmp(argv[i], "-list")) {
reportCharsets();
ExitSuccess();
} else if (!strcmp(argv[i], "-fill-fontenc")) {
fill_fontenc = 1;
i++;
} else if (!strcmp(argv[i], "-prefer")) {
setLookupOrder(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-show-builtin")) {
ExitProgram(showBuiltinCharset(getParam(i)));
} else if (!strcmp(argv[i], "-show-fontenc")) {
ExitProgram(showFontencCharset(getParam(i)));
} else if (!strcmp(argv[i], "-show-iconv")) {
ExitProgram(showIconvCharset(getParam(i)));
} else if (!strcmp(argv[i], "-list-builtin")) {
ExitProgram(reportBuiltinCharsets());
} else if (!strcmp(argv[i], "-list-fontenc")) {
ExitProgram(reportFontencCharsets());
} else if (!strcmp(argv[i], "-list-iconv")) {
ExitProgram(reportIconvCharsets());
} else if (!strcmp(argv[i], "+oss")) {
outputState->outputFlags &= ~OF_SS;
i++;
} else if (!strcmp(argv[i], "+ols")) {
outputState->outputFlags &= ~OF_LS;
i++;
} else if (!strcmp(argv[i], "+osl")) {
outputState->outputFlags &= ~OF_SELECT;
i++;
} else if (!strcmp(argv[i], "+ot")) {
outputState->outputFlags = OF_PASSTHRU;
i++;
} else if (!strcmp(argv[i], "-k7")) {
inputState->inputFlags &= ~IF_EIGHTBIT;
i++;
} else if (!strcmp(argv[i], "+kss")) {
inputState->inputFlags &= ~IF_SS;
i++;
} else if (!strcmp(argv[1], "+kssgr")) {
inputState->inputFlags &= ~IF_SSGR;
i++;
} else if (!strcmp(argv[i], "-kls")) {
inputState->inputFlags |= IF_LS;
i++;
} else if (!strcmp(argv[i], "-g0")) {
G0(outputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-g1")) {
G1(outputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-g2")) {
G2(outputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-g3")) {
G3(outputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-gl")) {
int j;
if (strlen(getParam(i)) != 2 ||
argv[i + 1][0] != 'g')
j = -1;
else
j = argv[i + 1][1] - '0';
if (j < 0 || j > 3)
FatalError("The argument of -gl "
"should be one of g0 through g3,\n"
"not %s\n", argv[i + 1]);
else
outputState->glp = &outputState->g[j];
i += 2;
} else if (!strcmp(argv[i], "-gr")) {
int j;
if (strlen(getParam(i)) != 2 ||
argv[i + 1][0] != 'g')
j = -1;
else
j = argv[i + 1][1] - '0';
if (j < 0 || j > 3)
FatalError("The argument of -gl "
"should be one of g0 through g3,\n"
"not %s\n", argv[i + 1]);
else
outputState->grp = &outputState->g[j];
i += 2;
} else if (!strcmp(argv[i], "-kg0")) {
G0(inputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-kg1")) {
G1(inputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-kg2")) {
G2(inputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-kg3")) {
G3(inputState) = getCharsetByName(getParam(i));
i += 2;
} else if (!strcmp(argv[i], "-kgl")) {
int j;
if (strlen(getParam(i)) != 2 ||
argv[i + 1][0] != 'g')
j = -1;
else
j = argv[i + 1][1] - '0';
if (j < 0 || j > 3)
FatalError("The argument of -kgl "
"should be one of g0 through g3,\n"
"not %s\n", argv[i + 1]);
else
inputState->glp = &inputState->g[j];
i += 2;
} else if (!strcmp(argv[i], "-kgr")) {
int j;
if (strlen(getParam(i)) != 2 ||
argv[i + 1][0] != 'g')
j = -1;
else
j = argv[i + 1][1] - '0';
if (j < 0 || j > 3)
FatalError("The argument of -kgl "
"should be one of g0 through g3,\n"
"not %s\n", argv[i + 1]);
else
inputState->grp = &inputState->g[j];
i += 2;
} else if (!strcmp(argv[i], "-argv0")) {
child_argv0 = getParam(i);
i += 2;
} else if (!strcmp(argv[i], "-x")) {
exitOnChild = 1;
i++;
} else if (!strcmp(argv[i], "-c")) {
converter = 1;
i++;
} else if (!strcmp(argv[i], "-ilog")) {
if (ilog >= 0)
close(ilog);
ilog = open(getParam(i), O_WRONLY | O_CREAT | O_TRUNC, 0777);
if (ilog < 0) {
perror("Couldn't open input log");
ExitFailure();
}
i += 2;
} else if (!strcmp(argv[i], "-olog")) {
if (olog >= 0)
close(olog);
olog = open(getParam(i), O_WRONLY | O_CREAT | O_TRUNC, 0777);
if (olog < 0) {
perror("Couldn't open output log");
ExitFailure();
}
i += 2;
} else if (!strcmp(argv[i], "-alias")) {
locale_alias = getParam(i);
i += 2;
} else if (!strcmp(argv[i], "-encoding")) {
locale_name = getParam(i);
ignore_locale = 1;
i += 2;
} else if (!strcmp(argv[i], "-p")) {
pipe_option = 1;
i += 1;
} else if (!strcmp(argv[i], "-t")) {
++testonly;
i += 1;
} else {
Message("Unknown option %s\n", argv[i]);
help(argv[0], 1);
}
}
return i;
}
static char *
getShell(void)
{
const char *shell;
if ((shell = getenv("SHELL")) == 0)
shell = "/bin/sh";
return strmalloc(shell);
}
static int
isSpecialCommand(int argc, char **argv)
{
int result = 0;
if (argc == 1) {
size_t len = strlen(argv[0]);
size_t chk = strcspn(argv[0], "~`!$^&*(){}|\\<>?\"' \t");
if (len != chk) {
result = 1;
}
}
return result;
}
static int
parseArgs(int argc, char **argv,
char *argv0,
char **path_return,
char ***argv_return)
{
char *path = NULL;
char **child_argv = NULL;
if (argc <= 0) {
if ((path = getShell()) == NULL) {
goto bail;
}
child_argv = malloc(2 * sizeof(char *));
if (!child_argv)
goto bail;
if (argv0)
child_argv[0] = argv0;
else
child_argv[0] = my_basename(path);
child_argv[1] = NULL;
} else if (isSpecialCommand(argc, argv)) {
path = strmalloc("sh");
child_argv = malloc(4 * sizeof(char *));
child_argv[0] = argv0 ? argv0 : path;
child_argv[1] = strmalloc("-c");
child_argv[2] = argv[0];
child_argv[3] = NULL;
} else {
path = strmalloc(argv[0]);
if (!path)
goto bail;
child_argv = malloc((unsigned) (argc + 1) * sizeof(char *));
if (!child_argv) {
goto bail;
}
if (child_argv0)
child_argv[0] = argv0;
else
child_argv[0] = my_basename(argv[0]);
memcpy(child_argv + 1, argv + 1, (unsigned) (argc - 1) * sizeof(char *));
child_argv[argc] = NULL;
}
*path_return = path;
*argv_return = child_argv;
return 0;
bail:
free(path);
return -1;
}
int
main(int argc, char **argv)
{
int rc;
int i;
char *l;
#ifdef HAVE_PUTENV
if ((l = strmalloc("NCURSES_NO_UTF8_ACS=1")) != 0)
putenv(l);
#endif
l = setlocale(LC_ALL, "");
if (!l)
Warning("couldn't set locale.\n");
TRACE(("setlocale ->%s\n", NonNull(l)));
inputState = allocIso2022();
if (!inputState)
FatalError("Couldn't create input state\n");
outputState = allocIso2022();
if (!outputState)
FatalError("Couldn't create output state\n");
if (l) {
locale_name = setlocale(LC_CTYPE, NULL);
} else {
locale_name = getenv("LC_ALL");
if (locale_name == NULL) {
locale_name = getenv("LC_CTYPE");
if (locale_name == NULL) {
locale_name = getenv("LANG");
}
}
}
if (locale_name == NULL) {
Message("Couldn't get locale name -- using C\n");
locale_name = "C";
}
i = parseOptions(argc, argv);
if (i < 0)
FatalError("Couldn't parse options\n");
rc = initIso2022(locale_name, NULL, outputState);
if (rc < 0)
FatalError("Couldn't init output state\n");
rc = mergeIso2022(inputState, outputState);
if (verbose) {
reportIso2022("Input", inputState);
}
if (rc < 0)
FatalError("Couldn't init input state\n");
if (testonly) {
if (testonly > 1) {
rc += warnings;
}
} else {
if (converter)
rc = convert(STDIN_FILENO, STDOUT_FILENO);
else
rc = condom(argc - i, argv + i);
}
#ifdef NO_LEAKS
ExitProgram(rc);
#endif
return rc;
}
static int
convert(int ifd, int ofd)
{
int rc, i;
unsigned char buf[BUFFER_SIZE];
rc = droppriv();
if (rc < 0) {
perror("Couldn't drop privileges");
ExitFailure();
}
while (1) {
i = (int) read(ifd, buf, (size_t) BUFFER_SIZE);
if (i <= 0) {
if (i < 0) {
perror("Read error");
ExitFailure();
}
break;
}
copyOut(outputState, ofd, buf, (unsigned) i);
}
return 0;
}
#ifdef SIGWINCH
static void
sigwinchHandler(int sig GCC_UNUSED)
{
sigwinch_queued = 1;
}
#endif
static void
sigchldHandler(int sig GCC_UNUSED)
{
sigchld_queued = 1;
}
static int
setup_io(int sfd, int pty)
{
int rc;
int val;
TRACE(("setup_io pty %d (isatty:%d)\n", pty, isatty(pty)));
#ifdef SIGWINCH
installHandler(SIGWINCH, sigwinchHandler);
#endif
installHandler(SIGCHLD, sigchldHandler);
rc = copyTermios(sfd, pty);
if (rc < 0)
FatalError("Couldn't copy terminal settings\n");
rc = setRawTermios(sfd);
if (rc < 0)
FatalError("Couldn't set terminal to raw\n");
val = fcntl(sfd, F_GETFL, 0);
if (val >= 0) {
(void) fcntl(sfd, F_SETFL, val | O_NONBLOCK);
}
val = fcntl(pty, F_GETFL, 0);
if (val >= 0) {
(void) fcntl(pty, F_SETFL, val | O_NONBLOCK);
}
setWindowSize(sfd, pty);
return rc;
}
static void
cleanup_io(int sfd, int pty)
{
int val;
#ifdef SIGWINCH
installHandler(SIGWINCH, SIG_DFL);
#endif
installHandler(SIGCHLD, SIG_DFL);
val = fcntl(sfd, F_GETFL, 0);
if (val >= 0) {
(void) fcntl(sfd, F_SETFL, val & ~O_NONBLOCK);
}
val = fcntl(pty, F_GETFL, 0);
if (val >= 0) {
(void) fcntl(pty, F_SETFL, val & ~O_NONBLOCK);
}
}
static void
close_waitpipe(int which)
{
close(p2c_waitpipe[which]);
close(c2p_waitpipe[!which]);
}
static void
write_waitpipe(int fds[2])
{
IGNORE_RC(write(fds[1], "1", (size_t) 1));
}
static void
read_waitpipe(int fds[2])
{
char tmp[10];
IGNORE_RC(read(fds[0], tmp, (size_t) 1));
}
static void
child(int sfd, char *line, char *path, char *const argv[])
{
int tty;
int pgrp;
TRACE(("child %s\n", NonNull(path)));
if (path == NULL)
ExitFailure();
pgrp = setsid();
if (pgrp < 0) {
kill(getppid(), SIGABRT);
ExitFailure();
}
tty = openTty(line);
if (tty < 0) {
kill(getppid(), SIGABRT);
ExitFailure();
}
if (pipe_option) {
write_waitpipe(c2p_waitpipe);
}
setWindowSize(sfd, tty);
close(STDIN_FILENO);
if (tty != STDIN_FILENO)
dup2(tty, STDIN_FILENO);
close(STDOUT_FILENO);
if (tty != STDOUT_FILENO)
dup2(tty, STDOUT_FILENO);
close(STDERR_FILENO);
if (tty != STDERR_FILENO)
dup2(tty, STDERR_FILENO);
if (tty > 2)
close(tty);
if (pipe_option) {
read_waitpipe(p2c_waitpipe);
close_waitpipe(0);
}
execvp(path, argv);
perror(path);
ExitFailure();
}
static void
parent(int sfd, int pty)
{
unsigned char buf[BUFFER_SIZE];
int i;
int rc;
if (pipe_option) {
read_waitpipe(c2p_waitpipe);
}
if (verbose) {
reportIso2022("Output", outputState);
}
setup_io(sfd, pty);
if (pipe_option) {
write_waitpipe(p2c_waitpipe);
close_waitpipe(1);
}
for (;;) {
rc = waitForInput(sfd, pty);
if (sigwinch_queued) {
sigwinch_queued = 0;
setWindowSize(sfd, pty);
}
if (sigchld_queued && exitOnChild)
break;
if (rc > 0) {
if (rc & IO_Closed) {
break;
}
if (rc & IO_CanWrite) {
i = (int) read(pty, buf, (size_t) BUFFER_SIZE);
if ((i == 0) || ((i < 0) && (errno != EAGAIN)))
break;
if (i > 0)
copyOut(outputState, sfd, buf, (unsigned) i);
}
if (rc & IO_CanRead) {
i = (int) read(sfd, buf, (size_t) BUFFER_SIZE);
if ((i == 0) || ((i < 0) && (errno != EAGAIN)))
break;
if (i > 0)
copyIn(inputState, pty, buf, i);
}
}
}
restoreTermios(sfd);
cleanup_io(sfd, pty);
}
static int
condom(int argc, char **argv)
{
int pty;
int pid;
char *line;
char *path = 0;
char **child_argv = 0;
int rc;
int sfd = STDIN_FILENO;
rc = parseArgs(argc, argv, child_argv0,
&path, &child_argv);
if (rc < 0)
FatalError("Couldn't parse arguments\n");
rc = allocatePty(&pty, &line);
if (rc < 0) {
perror("Couldn't allocate pty");
ExitFailure();
}
rc = droppriv();
if (rc < 0) {
perror("Couldn't drop privileges");
ExitFailure();
}
if (pipe_option) {
IGNORE_RC(pipe(p2c_waitpipe));
IGNORE_RC(pipe(c2p_waitpipe));
}
TRACE(("...forking to run %s(%s)\n", NonNull(path), NonNull(child_argv[0])));
pid = fork();
if (pid < 0) {
perror("Couldn't fork");
ExitFailure();
}
if (pid == 0) {
close(pty);
if (pipe_option) {
close_waitpipe(1);
}
child(sfd, line, path, child_argv);
} else {
if (pipe_option) {
close_waitpipe(0);
}
free(child_argv);
free(path);
free(line);
parent(sfd, pty);
}
return 0;
}
#ifdef NO_LEAKS
void
luit_leaks(void)
{
destroyIso2022(inputState);
destroyIso2022(outputState);
}
#endif
|