ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.158 by root, Tue Jan 3 23:40:58 2006 UTC vs.
Revision 1.179 by root, Mon Jan 16 08:48:09 2006 UTC

11 * Copyright (c) 1997 mj olesen <olesen@me.QueensU.CA> 11 * Copyright (c) 1997 mj olesen <olesen@me.QueensU.CA>
12 * - extensive modifications 12 * - extensive modifications
13 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> 13 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
14 * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com> 14 * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com>
15 * - extensive modifications 15 * - extensive modifications
16 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com> 16 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
17 * 17 *
18 * This program is free software; you can redistribute it and/or modify 18 * This program is free software; you can redistribute it and/or modify
19 * it under the terms of the GNU General Public License as published by 19 * it under the terms of the GNU General Public License as published by
20 * the Free Software Foundation; either version 2 of the License, or 20 * the Free Software Foundation; either version 2 of the License, or
21 * (at your option) any later version. 21 * (at your option) any later version.
46 46
47#ifdef HAVE_TERMIOS_H 47#ifdef HAVE_TERMIOS_H
48# include <termios.h> 48# include <termios.h>
49#endif 49#endif
50 50
51#if (defined(HAVE_SETEUID) || defined(HAVE_SETREUID)) && !defined(__CYGWIN32__)
52static uid_t saved_euid;
53static gid_t saved_egid;
54#endif
55
56bool
57rxvt_tainted ()
58{
59#if (defined(HAVE_SETEUID) || defined(HAVE_SETREUID)) && !defined(__CYGWIN32__)
60 return getuid () != saved_euid || getgid () != saved_egid;
61#else
62 return false;
63#endif
64}
65
51vector<rxvt_term *> rxvt_term::termlist; 66vector<rxvt_term *> rxvt_term::termlist;
52 67
53static char curlocale[128], savelocale[128]; 68static char curlocale[128], savelocale[128];
54 69
55bool 70bool
61 strncpy (curlocale, locale, 128); 76 strncpy (curlocale, locale, 128);
62 setlocale (LC_CTYPE, curlocale); 77 setlocale (LC_CTYPE, curlocale);
63 return true; 78 return true;
64} 79}
65 80
66bool 81void
67rxvt_push_locale (const char *locale) 82rxvt_push_locale (const char *locale)
68{ 83{
69 strcpy (savelocale, curlocale); 84 strcpy (savelocale, curlocale);
70 rxvt_set_locale (locale); 85 rxvt_set_locale (locale);
71} 86}
206 pty.put (); 221 pty.put ();
207} 222}
208 223
209rxvt_term::~rxvt_term () 224rxvt_term::~rxvt_term ()
210{ 225{
211 PERL_INVOKE ((this, HOOK_DESTROY, DT_END)); 226 HOOK_INVOKE ((this, HOOK_DESTROY, DT_END));
212 227
213 termlist.erase (find (termlist.begin (), termlist.end(), this)); 228 termlist.erase (find (termlist.begin (), termlist.end(), this));
214 229
215 emergency_cleanup (); 230 emergency_cleanup ();
216 231
269 if (parent[0]) 284 if (parent[0])
270 XDestroyWindow (disp, parent[0]); 285 XDestroyWindow (disp, parent[0]);
271 } 286 }
272 287
273 // TODO: free pixcolours, colours should become part of rxvt_display 288 // TODO: free pixcolours, colours should become part of rxvt_display
274
275 delete pix_colors_focused; 289 delete pix_colors_focused;
276#if OFF_FOCUS_FADING 290#if OFF_FOCUS_FADING
277 delete pix_colors_unfocused; 291 delete pix_colors_unfocused;
278#endif 292#endif
279 293
363} 377}
364 378
365void 379void
366rxvt_term::destroy_cb (time_watcher &w) 380rxvt_term::destroy_cb (time_watcher &w)
367{ 381{
368 SET_R (this); 382 make_current ();
369 383
370 delete this; 384 delete this;
371} 385}
372 386
373/*----------------------------------------------------------------------*/ 387/*----------------------------------------------------------------------*/
464/*----------------------------------------------------------------------*/ 478/*----------------------------------------------------------------------*/
465bool 479bool
466rxvt_term::init (int argc, const char *const *argv) 480rxvt_term::init (int argc, const char *const *argv)
467{ 481{
468 SET_R (this); 482 SET_R (this);
469
470 set_locale (""); 483 set_locale ("");
484 set_environ (envv); // few things in X do not call setlocale :(
471 485
472 if (!init_vars ()) 486 if (!init_vars ())
473 return false; 487 return false;
474 488
475 init_secondary (); 489 init_secondary ();
487 if (OPTION (Opt_scrollBar)) 501 if (OPTION (Opt_scrollBar))
488 scrollBar.setIdle (); /* set existence for size calculations */ 502 scrollBar.setIdle (); /* set existence for size calculations */
489#endif 503#endif
490 504
491#if ENABLE_PERL 505#if ENABLE_PERL
506 if (!rs[Rs_perl_ext_1])
507 rs[Rs_perl_ext_1] = "default";
508
492 if (rs[Rs_perl_ext] && *rs[Rs_perl_ext]) 509 if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1])
510 || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2])
511 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval]))
493 { 512 {
513#if (defined(HAVE_SETEUID) || defined(HAVE_SETREUID)) && !defined(__CYGWIN32__)
514 // ignore some perl-related arguments if some bozo installed us set[ug]id
515 if (rxvt_tainted ())
516 {
517 if ((rs[Rs_perl_lib] && *rs[Rs_perl_lib])
518 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval]))
519 {
520 rxvt_warn ("running with elevated privileges: ignoring perl-lib and perl-eval.\n");
521 rs[Rs_perl_lib] = 0;
522 rs[Rs_perl_eval] = 0;
523 }
524 }
525#endif
494 rxvt_perl.init (); 526 rxvt_perl.init (this);
495 PERL_INVOKE ((this, HOOK_INIT, DT_END)); 527 HOOK_INVOKE ((this, HOOK_INIT, DT_END));
496 } 528 }
497#endif 529#endif
498 530
499 create_windows (argc, argv); 531 create_windows (argc, argv);
500 532
501 dDisp; 533 dDisp;
502 534
503 init_xlocale (); 535 init_xlocale ();
504 536
505 scr_reset (); /* initialize screen */ 537 scr_reset (); // initialize screen
506 538
507#if 0 539#if 0
508 XSynchronize (disp, True); 540 XSynchronize (disp, True);
509#endif 541#endif
510 542
532 564
533 init_command (cmd_argv); 565 init_command (cmd_argv);
534 566
535 free (cmd_argv); 567 free (cmd_argv);
536 568
569 if (pty.pty >= 0)
537 pty_ev.start (pty.pty, EVENT_READ); 570 pty_ev.start (pty.pty, EVENT_READ);
538 571
539 check_ev.start (); 572 check_ev.start ();
540 573
541 PERL_INVOKE ((this, HOOK_START, DT_END)); 574 HOOK_INVOKE ((this, HOOK_START, DT_END));
542 575
543 return true; 576 return true;
544} 577}
545 578
546static struct sig_handlers 579static struct sig_handlers
581 sw_int (this, &sig_handlers::sig_term) 614 sw_int (this, &sig_handlers::sig_term)
582 { 615 {
583 } 616 }
584} sig_handlers; 617} sig_handlers;
585 618
619char **rxvt_environ; // startup environment
620
586void 621void
587rxvt_init () 622rxvt_init ()
588{ 623{
624 rxvt_environ = environ;
625
589 /* 626 /*
590 * Save and then give up any super-user privileges 627 * Save and then give up any super-user privileges
591 * If we need privileges in any area then we must specifically request it. 628 * If we need privileges in any area then we must specifically request it.
592 * We should only need to be root in these cases: 629 * We should only need to be root in these cases:
593 * 1. write utmp entries on some systems 630 * 1. write utmp entries on some systems
607 /* signal (SIGURG, SIG_DFL); */ 644 /* signal (SIGURG, SIG_DFL); */
608 645
609 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler); 646 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler);
610 // TODO: handle this with exceptions and tolerate the memory loss 647 // TODO: handle this with exceptions and tolerate the memory loss
611 XSetIOErrorHandler (rxvt_xioerror_handler); 648 XSetIOErrorHandler (rxvt_xioerror_handler);
649
650 XrmInitialize ();
612} 651}
613 652
614/* ------------------------------------------------------------------------- * 653/* ------------------------------------------------------------------------- *
615 * MEMORY ALLOCATION WRAPPERS * 654 * MEMORY ALLOCATION WRAPPERS *
616 * ------------------------------------------------------------------------- */ 655 * ------------------------------------------------------------------------- */
652 * ------------------------------------------------------------------------- */ 691 * ------------------------------------------------------------------------- */
653/* take care of suid/sgid super-user (root) privileges */ 692/* take care of suid/sgid super-user (root) privileges */
654void 693void
655rxvt_privileges (rxvt_privaction action) 694rxvt_privileges (rxvt_privaction action)
656{ 695{
657#if (defined(HAVE_SETEUID) || defined(HAVE_SETREUID)) && !defined(__CYGWIN32__)
658 static uid_t euid;
659 static gid_t egid;
660#endif
661
662#if ! defined(__CYGWIN32__) 696#if ! defined(__CYGWIN32__)
663# if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) 697# if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID)
664 /* setreuid () is the poor man's setuid (), seteuid () */ 698 /* setreuid () is the poor man's setuid (), seteuid () */
665# define seteuid(a) setreuid(-1, (a)) 699# define seteuid(a) setreuid(-1, (a))
666# define setegid(a) setregid(-1, (a)) 700# define setegid(a) setregid(-1, (a))
672 case IGNORE: 706 case IGNORE:
673 /* 707 /*
674 * change effective uid/gid - not real uid/gid - so we can switch 708 * change effective uid/gid - not real uid/gid - so we can switch
675 * back to root later, as required 709 * back to root later, as required
676 */ 710 */
711 setegid (getgid ());
677 seteuid (getuid ()); 712 seteuid (getuid ());
678 setegid (getgid ());
679 break; 713 break;
680 case SAVE: 714 case SAVE:
681 euid = geteuid ();
682 egid = getegid (); 715 saved_egid = getegid ();
716 saved_euid = geteuid ();
683 break; 717 break;
684 case RESTORE: 718 case RESTORE:
685 seteuid (euid);
686 setegid (egid); 719 setegid (saved_egid);
720 seteuid (saved_euid);
687 break; 721 break;
688 } 722 }
689# else 723# else
690 switch (action) 724 switch (action)
691 { 725 {
692 case IGNORE: 726 case IGNORE:
727 setgid (getgid ());
693 setuid (getuid ()); 728 setuid (getuid ());
694 setgid (getgid ());
695 /* FALLTHROUGH */ 729 /* FALLTHROUGH */
696 case SAVE: 730 case SAVE:
697 /* FALLTHROUGH */ 731 /* FALLTHROUGH */
698 case RESTORE: 732 case RESTORE:
699 break; 733 break;
1024 i = atoi (color); 1058 i = atoi (color);
1025 1059
1026 if (i >= 8 && i <= 15) 1060 if (i >= 8 && i <= 15)
1027 { /* bright colors */ 1061 { /* bright colors */
1028 i -= 8; 1062 i -= 8;
1029# ifndef NO_BRIGHTCOLOR
1030 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 1063 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i];
1031 SET_PIXCOLOR (idx); 1064 SET_PIXCOLOR (idx);
1032 goto done; 1065 goto done;
1033# endif
1034 } 1066 }
1035 1067
1036 if (i >= 0 && i <= 7) 1068 if (i >= 0 && i <= 7)
1037 { /* normal colors */ 1069 { /* normal colors */
1038 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i]; 1070 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i];
1222 } 1254 }
1223 1255
1224 if (menubar_visible ()) 1256 if (menubar_visible ())
1225 XMoveResizeWindow (disp, menuBar.win, 1257 XMoveResizeWindow (disp, menuBar.win,
1226 window_vt_x, 0, 1258 window_vt_x, 0,
1227 TermWin_TotalWidth (), menuBar_TotalHeight ()); 1259 width, menuBar_TotalHeight ());
1228 1260
1229 XMoveResizeWindow (disp, vt, 1261 XMoveResizeWindow (disp, vt,
1230 window_vt_x, window_vt_y, 1262 window_vt_x, window_vt_y,
1231 TermWin_TotalWidth (), TermWin_TotalHeight ()); 1263 width, height);
1232 1264
1233 scr_clear (); 1265 scr_clear ();
1234#ifdef XPM_BACKGROUND 1266#ifdef XPM_BACKGROUND
1235 resize_pixmap (); 1267 resize_pixmap ();
1236#endif 1268#endif
1416 XRectangle rect, status_rect, needed_rect; 1448 XRectangle rect, status_rect, needed_rect;
1417 unsigned long fg, bg; 1449 unsigned long fg, bg;
1418 const char *p; 1450 const char *p;
1419 char **s; 1451 char **s;
1420 XIMStyles *xim_styles; 1452 XIMStyles *xim_styles;
1453
1454 set_environ (envv);
1421 1455
1422 if (! ((p = XSetLocaleModifiers (modifiers)) && *p)) 1456 if (! ((p = XSetLocaleModifiers (modifiers)) && *p))
1423 return false; 1457 return false;
1424 1458
1425 D_MAIN ((stderr, "rxvt_IM_get_IC ()")); 1459 D_MAIN ((stderr, "rxvt_IM_get_IC ()"));
1591 int i; 1625 int i;
1592 const char *p; 1626 const char *p;
1593 char **s; 1627 char **s;
1594 char buf[IMBUFSIZ]; 1628 char buf[IMBUFSIZ];
1595 1629
1596 SET_R (this); 1630 make_current ();
1597 1631
1598 im_destroy (); 1632 im_destroy ();
1599 1633
1600 D_MAIN ((stderr, "rxvt_IMInstantiateCallback ()")); 1634 D_MAIN ((stderr, "rxvt_IMInstantiateCallback ()"));
1601 if (Input_Context) 1635 if (Input_Context)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines