search for: jso

Displaying 8 results from an estimated 8 matches for "jso".

Did you mean: gso
2000 Jul 20
1
openssh-2.1.1p4 (fwd)
...ay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) ---------- Forwarded message ---------- Date: Thu, 20 Jul 2000 09:16:23 +0200 From: "[iso-8859-1] SOETE Jo?l" <JSO at EUROPAY.COM> To: "'openssh at openssh.com'" <openssh at openssh.com> Subject: openssh-2.1.1p4 Hi all, I successfully compiled (gcc 2.95.1) on HPUX (11.00 & 10.20) and installed and configured both openssh client and a server (with openssl-0.9.5a). A slogin sessio...
2016 Jul 19
0
Announcing release of NodeJS 4 on CentOS Linux 7 x86_64 SCL
...$ sudo yum install rh-nodejs4 $ scl enable rh-nodejs4 bash At this point you should be able to use NodeJS just as a normal application. Here are some examples of commands you can run: $ node my-app.js $ npm install uglify-js --global $ uglifyjs my-app.js -o my-app.min.jso In order to view the individual components included in this collection, including additional NodeJS modules, you can run: $ sudo yum list rh-nodejs4\* Last but not least you can try this Software Collection in Docker. You will be able to pull the image with the following command soon (not...
2007 Feb 22
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_js.c libswfdec/swfdec_js_mouse.c libswfdec/swfdec_listener.c libswfdec/swfdec_listener.h libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...wfdec/swfdec_js_mouse.c +++ b/libswfdec/swfdec_js_mouse.c @@ -23,9 +23,33 @@ #include "swfdec_js.h" #include "swfdec_debug.h" +#include "swfdec_listener.h" #include "swfdec_player_internal.h" static JSBool +swfdec_js_mouse_add_listener (JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) +{ + SwfdecPlayer *player = JS_GetContextPrivate (cx); + + g_assert (player); + if (!JSVAL_IS_OBJECT (argv[0]) || argv[0] == JSVAL_NULL) + return JS_TRUE; + return swfdec_listener_add (player->mouse_listener, JSVAL_TO_OBJECT (argv[0])); +}...
2016 Jul 19
0
CentOS-announce Digest, Vol 137, Issue 6
...$ sudo yum install rh-nodejs4 $ scl enable rh-nodejs4 bash At this point you should be able to use NodeJS just as a normal application. Here are some examples of commands you can run: $ node my-app.js $ npm install uglify-js --global $ uglifyjs my-app.js -o my-app.min.jso In order to view the individual components included in this collection, including additional NodeJS modules, you can run: $ sudo yum list rh-nodejs4\* Last but not least you can try this Software Collection in Docker. You will be able to pull the image with the following command soon (not...
2003 Dec 01
0
No subject
...date to display. Regards, Jeremy Allison, Samba TEam. -- -------------------------------------------------------- Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions. -------------------------------------------------------- Return-Path: <jso@europay.com> Delivered-To: samba@samba.org Received: from epirel991.europay.com (mail.europay.com [193.75.200.45]) by lists.samba.org (Postfix) with ESMTP id 75BFA4B52 for <samba@samba.org>; Wed, 11 Jul 2001 05:53:22 -0700 (PDT) Received: from mcnbru01 (unverified) by epirel991.europay...
2001 Jul 09
3
scp problem (openssh-2.9p2)
Hello all, scp does not preserve links (neither soft neither hard) It is a problem with recursive option (-r) when you met some links like Openssh -> . In 2.3.0p1 it failled because of too long argument. Also I upgrade (my client an HPUX-11.0 and my server an redhat-6,2 x86) openssh to the last release 2.9p2. But this release create in a loop (i presume until fs full) subdirectories
2000 Nov 16
2
OpenSSH-2.2.0p1 + SecurID.
Hello Theo, > > > Could you let me know where this test patch would be available. > > > > Try: > > http://www.omniti.com/~jesus/SecurID/ > > > > -- Regarding your patch, did you continue the integration (mainly: Handle PIN creation and changing ...)? Do you foreseen to transport it in new release 2.3.0p1? Kind regards, Joel
2000 Nov 15
4
Openssh-2.3.0p1 protocol 2 problem
Hi all, I just implemented (compiled from tarball) Openssh-2.3.0p1 on two different platform: an HP-UX 11.00 (the client) and a Redhat 6.2 (the server). On server (Linux RH-6.2) side the following compile options are considered: # CC="egcs" \ > ./configure \ > --prefix=/opt/openssh \ > --sysconfdir=/etc/opt/openssh \ > --with-tcp-wrappers \ > --with-ipv4-default \ >