Home
last modified time | relevance | path

Searched refs:inetd (Results 1 – 25 of 146) sorted by relevance

123456

/external/openssh/contrib/cygwin/
DMakefile13 inetdefdir=$(defaultsdir)/inetd.d
33 install-inetd-config:
35 $(INSTALL) -m 644 sshd-inetd $(DESTDIR)$(inetdefdir)/sshd-inetd
76 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scr…
Dsshd-inetd1 # This file can be used to enable sshd as a slave of the inetd service
DREADME36 Alternatively you can start sshd via inetd, if you have the inetutils
39 required lines to /etc/inetd.conf and /etc/services.
/external/iputils/doc/
Dtftpd.sgml27 by <citerefentry><refentrytitle/inetd/<manvolnum/8/</citerefentry>.
83 The <command/tftpd/ server should be executed by <command/inetd/
100 <citerefentry><refentrytitle/inetd/<manvolnum/8/</citerefentry>.
/external/libvncserver/x11vnc/
Duser.c1169 if (inetd || screen->httpPort == 0) { in handle_one_http_request()
1186 if (!inetd) { in handle_one_http_request()
1458 if (!inetd) { in setup_service()
1520 if (inetd) { in setup_client_connect()
1573 if (inetd) { in loop_for_connect()
1580 if ((use_openssl || use_stunnel) && !inetd) { in loop_for_connect()
1701 if (inetd) { in vnc_redirect_loop()
1785 if (!inetd && use_openssl) { in vnc_redirect_loop()
1866 if (inetd) { in do_vnc_redirect()
3048 if (! inetd && ! use_openssl) { in wait_for_client()
[all …]
Dhelp.c6056 if (inetd) { in nopassword_warning_msg()
Doptions.h143 extern int inetd;
Dx11vnc.c1474 fprintf(stderr, " inetd: %d\n", inetd); in print_settings()
1917 && ! ssl_verify && !inetd && !terminal_services_daemon)
2463 inetd = 1; in main()
4205 if (inetd) { in main()
4210 inetd = 0; in main()
4394 if (inetd) { in main()
4398 if (inetd && quiet && !logfile) { in main()
4416 if (! quiet && ! inetd) { in main()
4703 if (inetd) { in main()
4747 } else if (inetd) { in main()
[all …]
DChangeLog164 some stderr leaking in -inetd mode.
285 in inetd or bg modes. waitpid a bit more carefully on ssl
385 * x11vnc: Add -sshxdmsvc. Fix find_display for inetd. Improve
552 * x11vnc: for HTTPONCE open new http port in -inetd mode.
554 when in -inetd and tcpd)
644 test case. improve raw_xfer() for use in inetd https transfer.
689 to final output lines. make -inetd work with -ssl (even for
704 in -unixpw constraints for reverse connections under -inetd.
705 -inetd won't quit when reverse conn client leaves. Allow keyboard
819 * -inetd -q and no -o logfile implies closing stderr.
[all …]
Doptions.c170 int inetd = 0; /* spawned from inetd(8) */ variable
Dscreen.c3652 if (inetd && use_openssl) {
3655 } else if (inetd) {
3788 if (inetd) {
3851 if (! inetd) {
3930 if (inetd) {
3953 if (inetd) {
DREADME334 far-away.east or having it started by inetd(8).) See the 3rd script
540 connections (or have it started out of inetd(8)), you can simply use
1021 from being downloaded successfully in single-port HTTPS/VNC inetd
1023 adjust for how many seconds a -inetd or -https httpd download is
1070 root (e.g. inetd) and you add -env FD_XDM=1 to the above -findauth
1354 * A simple way to emulate inetd(8) to some degree via the "-loopbg"
1828 Q-47: I start x11vnc as root because it is launched via inetd(8) or a
1874 Q-60: Can I run x11vnc out of inetd(8)? How about xinetd(8)?
3681 Note that if you run x11vnc out of inetd you do not need to build
3683 /etc/inetd.conf handles the tcp_wrappers stuff.
[all …]
Dsslhelper.c130 if (inetd || opts_bg) { in get_saved_pem()
134 if (!getenv("X11VNC_SSL_NO_PASSPHRASE") && !inetd && !opts_bg) { in get_saved_pem()
499 if (inetd) { in create_tmp_pem()
2730 if (inetd) { in openssl_port()
Dremote.c503 if (inetd && use_openssl) { in http_connections()
571 } else if (inetd) { in reset_httpport()
625 if (inetd) { in reset_rfbport()
5950 snprintf(buf, bufn, "aro=%s:%d", p, inetd); in process_remote_cmd()
DRELEASE-NOTES270 If x11vnc is running as root (e.g. inetd or XDM/GDM/KDM)
916 A simple way to emulate inetd(8) to some degree via the "-loopbg"
997 the program, in case it is spawned by inetd/tcpd and
Dconnections.c891 if (inetd && client == inetd_client) { in client_gone()
3913 if (inetd) { in new_client()
/external/openssh/
Dsshd.090 -i Specifies that sshd is being run from inetd(8). sshd is normally
91 not run from inetd because it needs to generate the server key
95 using sshd from inetd may be feasible.
624 inetd(8), sftp-server(8)
/external/libvncserver/
DREADME162 (originally this is for inetd handling, but why not use it for your purpose?).
DChangeLog1924 new framebuffer change. Fix some stderr leaking in -inetd mode.
2577 No cert creation prompting in inetd or bg modes. waitpid a bit more
3620 x11vnc/x11vnc_defs.c: x11vnc: fix -users bob= in -inetd mode.
3944 -prog option, HTTPONCE new socket for -inetd.
4832 …1vnc_defs.c, x11vnc/xevents.c, x11vnc/xevents.h: x11vnc: gui speedup and fixes. -unixpw and -inetd
6327 * contrib/x11vnc.c: x11vnc: more -inetd fixes.
6331 …* contrib/ChangeLog, contrib/x11vnc.c: x11vnc: less fprintf under -q so '-q -inetd' has no stderr…
6505 * ChangeLog, contrib/x11vnc.c: -inetd, -noshm and friends added
/external/selinux/policycoreutils/po/
Dbg.po1525 msgid "Internet Services Daemon (inetd)"
1526 msgstr "Internet Services Daemon (inetd)"
Dbn_IN.po1527 msgid "Internet Services Daemon (inetd)"
1528 msgstr "Internet Services Daemon (inetd)"
Dte.po1515 msgid "Internet Services Daemon (inetd)"
1516 msgstr "ఇంటర్నెట్ సేవల డెమోన్ (inetd)"
Dhi.po1515 msgid "Internet Services Daemon (inetd)"
1516 msgstr "इंटरनेट सर्विस डेमॉन (inetd)"
Dko.po1520 msgid "Internet Services Daemon (inetd)"
1521 msgstr "인터넷 시스템 데몬 (inetd)"
Dgu.po1522 msgid "Internet Services Daemon (inetd)"
1523 msgstr "ઈન્ટરનેટ સેવાઓ ડિમન (inetd)"

123456