Displaying 7 results from an estimated 7 matches for "c_orig".
Did you mean:
_orig
2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
...I'm convinced that the number of
people in the same boat as myself far outnumber these select few, so maybe the
supression of the banners could be the default behavior, and displaying them
(for noninteractive sessions) could be a compile-time option.
********************************
--- ssh.c_orig Mon Apr 22 16:18:41 2002
+++ ssh.c Mon Apr 22 16:18:54 2002
@@ -113,6 +113,12 @@
int fork_after_authentication_flag = 0;
/*
+ * Flag to indicate the login banner from the server should not be displayed.
+ * This is usedful when issuing command on remote hosts noninteractively.
+ */
+int...
2001 Oct 26
5
New password echoes on Sol8
...ig.h when compiling (since it's not a configurable option yet).
Thanks,
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu for PGP public key
*** openbsd-compat/readpassphrase.c_orig Fri Oct 26 14:50:44 2001
--- openbsd-compat/readpassphrase.c Fri Oct 26 15:28:34 2001
***************
*** 33,38 ****
--- 33,40 ----
#ifndef HAVE_READPASSPHRASE
+ #ifndef HAVE_GETPASSPHRASE
+
#include <termios.h>
#include <readpassphrase.h>
***************
*** 148,153...
2005 Nov 21
0
"User child pid" logging
Hi!
It would be easier to trace a connection in the logs if sshd reported
the change of pid with LogLevel set to verbose instead of debug2. Is
it possible to have it changed?
Regards
Claes Leufv?n
Here is a patch for it:
--- sshd.c_orig 2005-11-21 10:51:08.000000000 +0100
+++ sshd.c 2005-11-21 10:51:11.000000000 +0100
@@ -652,7 +652,7 @@
if (pmonitor->m_pid == -1)
fatal("fork of unprivileged child failed");
else if (pmonitor->m_pid != 0) {
- debug2("User child is on pid %ld", (long)pmonitor->m_...
2011 Feb 04
1
Announce: OpenSSH 5.8 released
OpenSSH 5.8 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2009 Apr 13
3
duration of rfc2833 generated dtmf
Hi. I have a SIP provider which wants RFC2833 for the dtmfmode,
however I would like to increase the duration of the tone, its pretty
short and some IVR's are unhappy or don't detect it. I did poke
around, but it looks like when RFC2833 is used, it actually generates
rtp packets of some sort, so I have no idea how to increase that
duration.
Any assistance would be appreciated.
--
Your
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...is initiated
(the WM_DELETE_WINDOW mechanism already in place.)
-- when the window is destroyed for another reason (e.g. the parent
being destroyed), it is not destroyed again but X11_Close is still
initiated.
Regards,
-tom
--------------------------------------------------
*** devX11.c_orig Tue Feb 13 15:32:24 2001
--- devX11.c Tue Feb 13 17:24:04 2001
***************
*** 116,121 ****
--- 116,122 ----
FILE *fp; /* file for a bitmap device */
int quality; /* JPEG quality */
+ Rboolean inclose; /* TRUE if window is being closed */
} x11Desc;...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer