search for: lsock

Displaying 14 results from an estimated 14 matches for "lsock".

Did you mean: lock
2016 Jun 10
0
compiling with lsocks support on centos 6?
...for msgmerge... /usr/bin/msgmerge > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > checking for main in -lsocks5... no > configure: error: cannot find -lsocks5 library > [jason at nibbler lftp-4.7.2]$ > > ive looked and cant seem to figure out where to download the libsocks > stuff? I found 1 post on the innernets that said that its integrated in > the kernel? > How can I get this compi...
2016 Jun 10
1
compiling with lsocks support on centos 6?
.../msgmerge >> checking for CFPreferencesCopyAppValue... no >> checking for CFLocaleCopyCurrent... no >> checking for GNU gettext in libc... yes >> checking whether to use NLS... yes >> checking where the gettext function comes from... libc >> checking for main in -lsocks5... no >> configure: error: cannot find -lsocks5 library >> [jason at nibbler lftp-4.7.2]$ >> >> ive looked and cant seem to figure out where to download the libsocks >> stuff? I found 1 post on the innernets that said that its integrated in >> the kernel? >&...
2016 Jun 10
2
compiling with lsocks support on centos 6?
..... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for main in -lsocks5... no configure: error: cannot find -lsocks5 library [jason at nibbler lftp-4.7.2]$ ive looked and cant seem to figure out where to download the libsocks stuff? I found 1 post on the innernets that said that its integrated in the kernel? How can I get this compiled with socks(5) support? Jaso...
2008 Aug 14
2
Proxy logging destuser
Hi All My first post to the list, so "hello world"! Having searched the list archives and the wiki for an answer to this, I don't think it is possible. However, let me ask nonetheless... Is it possible for a Dovecot proxy's login process (IMAP and POP3) to include the "destuser", i.e. the uid used to authenticate to the backend IMAP/POP3 server, in its logging?
2000 Jan 19
3
AIX openssh patches
...o $ac_n "checking whether utmp.h has ut_host field""... $ac_c" 1>&6 echo "configure:2345: checking whether utmp.h has ut_host field" >&5 cat > conftest.$ac_ext <<EOF *************** *** 2606,2611 **** --- 2643,2970 ---- LIBS="$LIBS -lsocks" fi + + fi + + + # Check whether --with-socks or --without-socks was given. + if test "${with_socks+set}" = set; then + withval="$with_socks" + case "$withval" in + no) + echo "$ac_t""no" 1>&6 + ;; + yes) +...
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...+AC_ARG_WITH(socks, + [ --with-socks Build with SOCKS firewall support.], + [ case "$withval" in + no) + AC_MSG_RESULT(no) + ;; + yes) + AC_MSG_RESULT(yes) + AC_CHECK_LIB(socks5, SOCKSconnect, [ + socks=5 + LIBS="-lsocks5 $LIBS"], [ + AC_CHECK_LIB(socks, Rconnect, [ + socks=4 + LIBS="-lsocks $LIBS"], [ + AC_MSG_ERROR(SOCKS library missing. You must first install socks.) ] ) ] ) + ;; + esac ], + AC_MSG_RESULT(no) +) + +if test &...
2002 May 11
4
socks5 support
...+AC_ARG_WITH(socks, + [ --with-socks Build with SOCKS firewall support.], + [ case "$withval" in + no) + AC_MSG_RESULT(no) + ;; + yes) + AC_MSG_RESULT(yes) + AC_CHECK_LIB(socks5, SOCKSconnect, [ + socks=5 + LIBS="-lsocks5 $LIBS"], [ + AC_CHECK_LIB(socks, Rconnect, [ + socks=4 + LIBS="-lsocks $LIBS"], [ + AC_MSG_ERROR(SOCKS library missing. You must first install socks.) ] ) ] ) + ;; + esac ], + AC_MSG_RESULT(no) +) + +if test &...
2000 Sep 16
0
openssh-2.2.0p1-2 issue
...mp;w=2 Show that SOCKS support has been an issue for the past few months. Here are my questions: 1. Has the ProxyCommand been implemented, and if so where are instructions on how to use it? If no is anyone working on it? 2. Why was the inferior method of 'socksify' chosen over proper -lsocks support? (ie why was the Dante patch removed. It was useful) Think of deploying OpenSSH to a group of 300 people. If a person can be given one set of binaries which works with SOCKS out of the box that is much better than making them download and configure Dante as well as OpenSSH. (assume a wo...
1999 Dec 29
1
Patch to use Dante socks library
...library +AC_ARG_WITH(dante, + [ --with-dante=DIR Use Dante SOCKS lib (default is system library path)], + [ + AC_DEFINE(HAVE_DANTE) + if test "x$withval" != "xno" ; then + if test -n $withval ; then + LIBS="$LIBS -L$withval" + fi + LIBS="$LIBS -lsocks" + fi + ] +) AC_CHECK_FILE("/dev/ptmx", AC_DEFINE_UNQUOTED(HAVE_DEV_PTMX)) AC_CHECK_FILE("/dev/ptc", AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC)) $NetBSD$ --- acconfig.h.orig Mon Dec 27 23:09:36 1999 +++ acconfig.h Wed Dec 29 08:57:46 1999 @@ -24,6 +24,9 @@ /* Are we u...
2009 Mar 02
0
[PATCH 5 of 13] exploiting the new interface in vnc.c
...009 +0000 +++ b/vnc.c Mon Feb 16 12:07:19 2009 +0000 @@ -74,6 +74,12 @@ #define VNC_DEBUG(fmt, ...) do { } while (0) #endif +#define count_bits(c, v) { \ + for (c = 0; v; v >>= 1) \ + { \ + c += v & 1; \ + } \ +} typedef struct Buffer { @@ -162,8 +168,6 @@ int lsock; int csock; DisplayState *ds; - int width; - int height; uint64_t *dirty_row; /* screen regions which are possibly dirty */ int dirty_pixel_shift; uint64_t *update_row; /* outstanding updates */ @@ -173,7 +177,6 @@ int update_requested; /* the client reques...
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello, Sometimes the backend of PVFB knows that it doesn''t need permanent refresh, when the window is minimized for instance (no refresh at all), or the administration tools know that the window is thumnailed, and so a slow refresh rate is fine. Also, some users may want to tune the refresh rate according to the smoothness they would like, balanced with the CPU time that requires.
2009 Sep 03
3
Multiple port support for virtio-console
Hello all, Here is a new iteration of the patch series that implements a transport for guest and host communications. I've tested for compatibility (old qemu & new kernel, new qemu & old kernel, new qemu & new kernel) and it all works fine*. There are a few items on my todo list but this works well. New since last send: - live migration support** - write path in the guest
2009 Sep 03
3
Multiple port support for virtio-console
Hello all, Here is a new iteration of the patch series that implements a transport for guest and host communications. I've tested for compatibility (old qemu & new kernel, new qemu & old kernel, new qemu & new kernel) and it all works fine*. There are a few items on my todo list but this works well. New since last send: - live migration support** - write path in the guest
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
..., ds->width, ds->height, 0x574D5669); + enqueue_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), 0x574D5669); } } else { if (vs->pix_bpp == 4 && vs->depth == 4 && @@ -2536,17 +2465,17 @@ vs->csock = accept(vs->lsock, (struct sockaddr *)&addr, &addrlen); if (vs->csock != -1) { VNC_DEBUG("New client on socket %d\n", vs->csock); - vs->ds->idle = 0; + dcl->idle = 0; socket_set_nonblock(vs->csock); qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL,...