Displaying 14 results from an estimated 14 matches for "use_syslog".
2024 Apr 25
1
[PATCH] Enable ssh_config to set LogPath option (-E)
...log overrides */
char **log_verbose;
int port; /* Port to connect. */
diff --git a/ssh.c b/ssh.c
index 0019281f4..f38c96f7d 100644
--- a/ssh.c
+++ b/ssh.c
@@ -670,7 +670,7 @@ main(int ac, char **av)
struct ssh *ssh = NULL;
int i, r, opt, exit_status, use_syslog, direct, timeout_ms;
int was_addr, config_test = 0, opt_terminated = 0, want_final_pass = 0;
- char *p, *cp, *line, *argv0, *logfile;
+ char *p, *cp, *line, *argv0;
char cname[NI_MAXHOST], thishost[NI_MAXHOST];
struct stat st;
struct passwd *pw;
@@ -741,7...
2009 Mar 12
2
Imap logout message on Dovecot restart
...wing message in your log:
Mar 12 21:45:55 mail dovecot: IMAP(mailbox at domain.com): Disconnected:
Logged out bytes=7496/22441
When a IMAP client is connected and Dovecot is restarted, this message is
not shown.
This should be solvable by a script like this:
#!/bin/sh
unset LOG_TO_MASTER
export USE_SYSLOG=1
exec /usr/lib/dovecot/imap
But this logs the user that runs the script into the imap server and when
I terminate this terminal I get a "Disconnected" message for the local
linux user, which I don't need of course.
Is there a way to get to what I want ? I want to log my IMAP static...
2005 Sep 18
2
Maildir quota's
Hey,
is
http://www.dovecot.org/patches/1.0/quota.tar.gz
supposed to work with maildir quota's for virtual mailboxes? Using it
with dovecot-lda (cvs) results in DSN
Your message was automatically rejected by Sieve, a mail
filtering language.
The following reason was given:
Internal quota calculation error
Thanks,
Lieven
-------------- next part --------------
A non-text attachment was
2015 Aug 05
2
[PATCH 1/1] uid for expansion in ControlPath
...hristian Hesse <mail at eworm.de>
---
ssh.c | 5 ++++-
ssh_config.5 | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ssh.c b/ssh.c
index 59c1f93..c4de144 100644
--- a/ssh.c
+++ b/ssh.c
@@ -505,7 +505,8 @@ main(int ac, char **av)
{
int i, r, opt, exit_status, use_syslog, config_test = 0;
char *p, *cp, *line, *argv0, buf[PATH_MAX], *host_arg, *logfile;
- char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
+ char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV],
+ uidstr[11];
char cname[NI_MAXHOST];
struct stat st;
stru...
2014 Mar 31
1
Version string
...3
Patch:
Index: ssh.c
===================================================================
RCS file: /cvs/openssh/ssh.c,v
retrieving revision 1.398
diff -u -r1.398 ssh.c
--- ssh.c 26 Feb 2014 23:17:13 -0000 1.398
+++ ssh.c 31 Mar 2014 20:48:30 -0000
@@ -876,7 +876,7 @@
SYSLOG_FACILITY_USER, !use_syslog);
if (debug_flag)
- logit("%s, %s", SSH_VERSION, SSLeay_version(SSLEAY_VERSION));
+ logit("%s, %s", SSH_RELEASE, SSLeay_version(SSLEAY_VERSION));
/* Parse the configuration files */
process_config_files(pw);
DES
--
Dag-Erling Sm?rgrav - des at des.no
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
...proto $p"
+ ${SSH} -F $OBJ/ssh_proxy -$p somehost true >actual
+ diff -u expect actual || fail "$tid proto $p"
+done
+
diff --git a/ssh.c b/ssh.c
index ec690ae..a11e0ae 100644
--- a/ssh.c
+++ b/ssh.c
@@ -221,7 +221,7 @@ int
main(int ac, char **av)
{
int i, r, opt, exit_status, use_syslog;
- char *p, *cp, *line, *argv0, buf[MAXPATHLEN];
+ char *p, *cp, *line, *argv0, buf[MAXPATHLEN], *host_arg;
struct stat st;
struct passwd *pw;
int dummy, timeout_ms;
@@ -693,6 +693,8 @@ main(int ac, char **av)
options.port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT;
}
+ /* preserve...
2008 Nov 11
2
Dovecot master process
We are running into a situation where Dovecot master is simply trying
to do too much. It some situations, we are finding that there are
times in which it cannot service requests. Restarting Dovecot seems
to help in these situations, possibly due to the fact that it no longer
has to manage its THOUSANDS of file descriptors for pipes to the many
imap/proxy processes that it uses for logging. Is
2005 Oct 17
1
Shared Folder usage alpha3
.../auth-master
mode = 0666
}
}
}
and configured the subsequent dovecot-deliver.conf
...
auth_socket_path = /var/run/dovecot/auth-master
mail = maildir:%h/Maildir/
umask = 0007
auth_verbose = yes
use_syslog = yes
just to see, whether a manual call
/usr/lib/dovecot/dovecot-deliver -d <user> <testmail
would do the trick. Well, I got the delivered mail, but files are
not installed with the etimated previledges.
Can someone can point me to the clou?
Greetings
Ralf
PS: I also re...
2009 Jul 09
0
[PATCH] Allow binding to a local port (OpenSSH 5.2)
...host:hostport] [-l login_name]\n"
+" [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
);
@@ -272,7 +273,7 @@
use_syslog = 0;
again:
- while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx"
+ while ((opt = getopt(ac, av, "1246ab:B:c:e:fgi:kl:m:no:p:qstvx"
"ACD:F:I:KL:MNO:PR:S:TVw:XYy")) != -1) {
switch (opt) {
case '1':
@@ -514,6 +515,9 @@
case 'b'...
2013 Oct 07
4
Feature request: FQDN Host match
Hello!
I'm hoping that Gmail won't HTML format this mail so that I'll get flamed :)
Anyway, my question relates to ssh_config. The problem I find is that
the Host pattern is only applied to the argument given on the command
line, as outlined in the man page:
"The host is the hostname argument given on the command line (i.e. the
name is not converted to a canonicalized host name
2017 Oct 10
3
tunnel device name acquisition?
Numerous how-tos all over the Internet show how one would set up
a tunnel using ssh, e.g.:
ssh -f -o Tunnel=ethernet <server_ip> true
I was wondering if there's a way to subsequently acquire the names
of the local and remote tun/tap interfaces (e.g., using the default
"-w any:any") for subsequent automatic tunnel configuration, e.g.:
ip link set $TapDev up
ip link set
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...The number of bytes in type long long */
> #define SIZEOF_LONG_LONG 8
>
> /* The number of bytes in type short */
> #define SIZEOF_SHORT 2
> #endif
>
> /* Define to 1 if you have the ANSI C header files. */
> #define STDC_HEADERS 1
>
> /* use syslog */
> /* #define USE_SYSLOG 1 */
>
> /* Version number of package */
> #define VERSION "devel-20071218"
>
> /* tcpwrappers support */
> /* #undef WITH_TCPWRAP */
>
> /* endianess */
> /* #define WORDS_BIGENDIAN 0 */
>
> /* Define to 1 to make fseeko visible on some hosts (e.g. glibc...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that