search for: client_address

Displaying 20 results from an estimated 20 matches for "client_address".

2000 Aug 15
0
Experimental -R support patch for openssh client
...ed_tcpip_request(const char *request_type, int rchan, + int rwindow, int rmaxpack) +{ + Channel* c = NULL; + int sock; + char *connected_address; /* Remote address that is listening for the + connection */ + int connected_port; /* Remote port connected */ + + char* client_address; /* Client that connected to connected_address */ + int client_port; /* Client port */ + + unsigned int client_len, connected_len; + + int newch; + int i; + + debug("ssh2 server tries to open forwarded-tcpip channel."); + + /* Get rest of the packet */ + connected_address = pac...
2007 Aug 23
0
Bug#439207: postgrey: multiple recipients generates slightly different whitelisted message
Package: logcheck Version: 1.2.57 Severity: normal Tags: patch In ignore.d.server/postgrey, change: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey(\[[0-9]+\])?: action=.+, reason=.+, (delay=.+, )?client_name=.+, client_address=.+, sender=.*, recipient=.+ to: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey(\[[0-9]+\])?: ([0-9A-F]+: )?action=.+, reason=.+, (delay=.+, )?client_name=.+, client_address=.+, sender=.*, recipient=.+ The reason is for when a greylisted message has multiple recipients (and possibly only when dest...
2007 May 16
1
SAMBA: Share specific log files
...")+sizeof(lp_servicename(snum))); lp_set_logfile(logfilefullpath); safe_strcpy_fn (__FILE__,__LINE__,debugf,logfilefullpath,sizeof(logfilefullpath)); if( DEBUGLVL( IS_IPC(conn) ? 3 : 1 ) ) { dbgtext( "%s (%s) ", get_remote_machine_name(), conn->client_address ); dbgtext( "%s", srv_is_signing_active() ? "signed " : ""); dbgtext( "connect to service %s ", lp_servicename(snum) ); dbgtext( "initially as user %s ", user ); dbgtext( "(uid=%d, gid...
2018 Nov 20
2
Re: [PATCH v2 3/3] v2v: -o rhv-upload: Add a test.
...pstream: https://github.com/libguestfs/libguestfs/commit/bfd9bee9fc7a91fdca0ca051deca062ff29d1f01 However it fails on RHEL 7.6 with: Traceback (most recent call last): File "/usr/lib64/python2.7/SocketServer.py", line 295, in _handle_request_nobl ock self.process_request(request, client_address) File "/usr/lib64/python2.7/SocketServer.py", line 321, in process_request self.finish_request(request, client_address) File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/...
2008 Feb 28
1
C Code to connect to Asterisk Manager Interface
...de: #include<stdio.h> #include<netdb.h> #include<unistd.h> #include<string.h> #include<arpa/inet.h> #include<sys/types.h> #include<sys/socket.h> #include<netinet/in.h> #define MAX_MSG_SIZE 512 #define SERVER_ADDRESS "192.168.0.150" #define CLIENT_ADDRESS "192.168.0.150" #define SERVER_PORT 5038 #define CLIENT_PORT 5100 int main() { int sd; struct sockaddr_in serveraddr, clientaddr; char msg[MAX_MSG_SIZE]; bzero((char *) &serveraddr, sizeof(serveraddr)); serveraddr.sin_family = AF_INET; serveraddr.sin_addr....
2018 Oct 15
3
Re: [PATCH v2 3/3] v2v: -o rhv-upload: Add a test.
On Mon, Oct 15, 2018 at 6:21 PM Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, Oct 09, 2018 at 02:28:10PM +0300, Nir Soffer wrote: > > > +# Create a background thread running a web server which is > > > +# simulating the imageio server. > > > > > > > This functionality should be separated from the fake SDK module, since > it is > >
2016 Jan 07
3
Helo Checks not always working?
...m> proto=SMTP helo=<190.11.55.217> > > - but sometimes we see this: > > Jan  5 16:43:30 server postfix/smtpd[13577]: connect from > unknown[195.22.126.188] > Jan  5 16:43:30 server postgrey[2604]: action=pass, reason=recipient > whitelist, client_name=unknown, client_address=195.22.126.188, > sender=info at gmail.com, recipient=info at example.com > Jan  5 16:43:30 server postfix/smtpd[13577]: B064010A1B5E: > client=unknown[195.22.126.188] > Jan  5 16:43:30 server postfix/cleanup[13133]: B064010A1B5E: > message-id=<20160105094329.FAB7FFC87CC25243...
2011 Mar 18
1
[PATCH] s3: Add "spoolss backchannel" parameter
...ruct *p, return WERR_SERVER_UNAVAILABLE; } + if (!lp_spoolss_backchannel(snum)) { + DEBUG(10, ("_spoolss_RemoteFindFirstPrinterChangeNotifyEx: " + "backchannel disabled\n")); + return WERR_SERVER_UNAVAILABLE; + } + if (!interpret_string_addr(&client_ss, p->client_address, AI_NUMERICHOST)) { return WERR_SERVER_UNAVAILABLE; -- 1.7.0.4
2007 Oct 30
1
xen xm list: DomUs blocked
...6 1 ------ 267.3 work 7 128 1 -b---- 7.3 [12:19:09] $ Here is an excerpt from the xend-debug.log Traceback (most recent call last): File "SocketServer.py", line 464, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 522, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File &qu...
2008 Jun 11
1
xen migrate never ends
...File "/usr/lib/python2.5/logging/__init__.py", line 288, in getMessage msg = msg % self.args TypeError: int argument required Traceback (most recent call last): File "/usr/lib/python2.5/SocketServer.py", line 464, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", line 106, in <lambda> requestHandler(allowed, x, y, z)), File &quot...
2009 Jun 08
2
[PATCH] few minor bugfixes
...t *dns_serv; + //char vm_data[VM_NAME_MAX_LEN]; int local_server_socketfd, ovirt_server_socket, client_socketfd; unsigned int local_server_len, client_len, ovirt_server_len; @@ -145,6 +145,9 @@ tunnel_thread (gpointer _data) struct sockaddr_in ovirt_server_address; struct sockaddr_in client_address; + struct sockaddr_in local_server_address_lookup; + unsigned int local_server_address_lookup_len = sizeof(local_server_address_lookup); + GThread *client_server_gthread = NULL; GThread *server_client_gthread = NULL; @@ -154,8 +157,13 @@ tunnel_thread (gpointer _data) DEBUG ("tu...
2018 Jun 22
1
sievescript is not working
...bitmachine1 postfix/smtpd[31220]: Trusted TLS connection established from smtp.amimanera.de[2a02:248:2:3377:5054:ff:fe80:307]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits) Jun 22 12:36:47 bitmachine1 postgrey[2377]: action=pass, reason=triplet found, client_name=smtp.amimanera.de, client_address=2a02:248:2:3377:5054:ff:fe80:307, sender=andreas at amimanera.de, recipient=a.meyer at bitcorner.de Jun 22 12:36:47 bitmachine1 postfix/smtpd[31220]: NOQUEUE: client=smtp.amimanera.de[2a02:248:2:3377:5054:ff:fe80:307] Jun 22 12:36:51 bitmachine1 postfix/smtpd[31224]: connect from localhost[127.0.0....
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...rity: important I have installed all the packages I can think of to get Xen going and it still fails with the following : /var/log/xen/xend-debug.log: Exception starting xend: (111, 'Connection refused') er.py", line 463, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 521, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File &qu...
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...t *dns_serv; + //char vm_data[VM_NAME_MAX_LEN]; int local_server_socketfd, ovirt_server_socket, client_socketfd; unsigned int local_server_len, client_len, ovirt_server_len; @@ -145,6 +145,9 @@ tunnel_thread (gpointer _data) struct sockaddr_in ovirt_server_address; struct sockaddr_in client_address; + struct sockaddr_in local_server_address_lookup; + unsigned int local_server_address_lookup_len = sizeof(local_server_address_lookup); + GThread *client_server_gthread = NULL; GThread *server_client_gthread = NULL; @@ -154,8 +157,13 @@ tunnel_thread (gpointer _data) DEBUG ("tu...
2004 Jan 07
0
Win2K3 ADS and Samba 3.0.1: Cannot access shares even with IP
...check during individual operations. To match this behaviour I have disabled this chdir check (tridge) */ if (vfs_ChDir(conn,conn->connectpath) != 0) { DEBUG(0,("%s (%s) Can't change directory to %s (%s)\n", get_remote_machine_name(), conn->client_address, conn->connectpath,strerror(errno))); change_to_root_user(); yield_connection(conn, lp_servicename(SNUM(conn))); conn_free(conn); *status = NT_STATUS_BAD_NETWORK_NAME; return NULL; } #else /* the alternative is just to check the direct...
2016 Jan 07
0
Helo Checks not always working?
...190.11.55.217> > >> - but sometimes we see this: > >> Jan 5 16:43:30 server postfix/smtpd[13577]: connect from > >> unknown[195.22.126.188] > >> Jan 5 16:43:30 server postgrey[2604]: action=pass, reason=recipient > >> whitelist, client_name=unknown, client_address=195.22.126.188, > >> sender=info at gmail.com, recipient=info at example.com > >> Jan 5 16:43:30 server postfix/smtpd[13577]: B064010A1B5E: > >> client=unknown[195.22.126.188] > >> Jan 5 16:43:30 server postfix/cleanup[13133]: B064010A1B5E: > >> messag...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
run on startup by default like the other ovirt services --- conf/ovirt-vnc-proxy | 49 ++++++++ installer/modules/ovirt/manifests/ovirt.pp | 1 + ovirt-server.spec.in | 5 + src/vnc-proxy/vnc-proxy.rb | 167 ++++++++++++++++++++++++++++ 4 files changed, 222 insertions(+), 0 deletions(-) create mode 100755 conf/ovirt-vnc-proxy
2018 Jun 21
2
sievescript is not working
Hello! I have a problem with a sieve-script which works for one domain but not for another one. Both domains are hostet on the same server running dovecot and postfix. This is the script that works: require ["vacation"]; # rule:[Out of office] if true { vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da."; }
2013 Jun 16
1
Trash plugin
...[209.85.219.51] Jun 17 00:48:08 nerv-03 postfix/smtpd[20800]: Anonymous TLS connection established from mail-oa0-f51.google.com[209.85.219.51]: TLSv1 with cipher RC4-SHA (128/128 bits) Jun 17 00:48:09 nerv-03 postgrey[7116]: action=pass, reason=client whitelist, client_name=mail-oa0-f51.google.com, client_address=209.85.219.51, sender=jason.pfingstmann at gmail.com, recipient= test at otakuuniversity.org Jun 17 00:48:09 nerv-03 postfix/smtpd[20800]: 1D9CA26265C: client= mail-oa0-f51.google.com[209.85.219.51] Jun 17 00:48:09 nerv-03 postfix/cleanup[20808]: 1D9CA26265C: message-id=<CANGr1k1wms7WC= dmQNFwbK...
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good Proceed with xVM upgrade . After running:- # sunos.hg/bin/build-all nondebug bash-3.2# cd packages-nondebug bash-3.2# pwd /usr/tmp/packages-nondebug bash-3.2# ls -l total 20 drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber