search for: pigott

Displaying 11 results from an estimated 11 matches for "pigott".

2004 Aug 19
2
Floating point exception help
...h to the bugtracker? Thanks, Gary ----- Original Message ----- From: "Manfred Petz" <pm@deuromedia.at> To: <asterisk-users@lists.digium.com> Sent: Thursday, August 19, 2004 12:08 PM Subject: Re: [Asterisk-Users] Floating point exception help > On Thu, 19 Aug 2004, Gary Pigott wrote: > > | I'm running a fresh install of * (CVS-HEAD-08/13/04 with bristuff from > | bri-stuff.0.1.0-RC4) on a Debian Sarge box... > | I've got a generic HFC-S BRI ISDN card using i4l for inbound & outbound > calls > | (I gave up on getting zaphfc working). > |...
2023 Jun 20
1
[PATCH] ssh-agent: add systemd socket-based activation
On Fri, 16 Jun 2023, Ronan Pigott wrote: > This adds support for systemd socket-based activation in the ssh-agent. > When using socket activation, the -a flag value must match the socket > path provided by systemd, as a sanity check. Support for this feature is > enabled by the --with-systemd configure flag. > >...
1999 Feb 23
1
DLL's
...l is not portable to different computer .i.e R (dyn.load) will only call the dll on the the machine the dll was compiled on Does the dll need to be compiled on a particular version of C ?? I would appreciate the solution to these problem(s) and/or perhaps an example of some C code. James Pigott -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2004 Aug 11
4
zaphfc problems...
asterisk-users-admin@lists.digium.com wrote: > It's running Debian Sarge with the stock 2.4.26 kernel (I > know it's still an "unstable" release, but I'd need to jump > through all sorts of hoops to get Woody working properly). I wouldn't make a fuss about this. sarge is at least as good as woody and much more up to date for the stuff asterisk can do /
2023 Jun 20
1
[PATCH] ssh-agent: add systemd socket-based activation
On 6/19/23 20:20, Damien Miller wrote: > > On Fri, 16 Jun 2023, Ronan Pigott wrote: > >> This adds support for systemd socket-based activation in the ssh-agent. >> When using socket activation, the -a flag value must match the socket >> path provided by systemd, as a sanity check. Support for this feature is >> enabled by the --with-systemd confi...
2023 Nov 13
2
[PATCH v2] Permit %L and %l percent escapes in Include
This allows the localhost percent-style escapes in arguments to the Include directive. These are useful for including host-specific ssh configuration. --- readconf.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/readconf.c b/readconf.c index a2282b562df0..ad47d0e9730a 100644 --- a/readconf.c +++ b/readconf.c @@ -1030,7 +1030,8 @@
2023 Dec 20
2
[PATCH RESEND 0/2] Permit %L and %l percent escapes in Include
Using these escapes, the include directive can be crafted to include differing, host-specific configuration. Ronan Pigott (2): Permit %L and %l percent escapes in ssh Include Permit %L and %l percent escapes in sshd Include readconf.c | 16 +++++++++++++--- servconf.c | 17 ++++++++++++++--- 2 files changed, 27 insertions(+), 6 deletions(-) base-commit: 8241b9c0529228b4b86d88b1a6076fb9f97e4a99 -- 2.43.0
2023 Jun 17
2
[PATCH] ssh-agent: add systemd socket-based activation
This adds support for systemd socket-based activation in the ssh-agent. When using socket activation, the -a flag value must match the socket path provided by systemd, as a sanity check. Support for this feature is enabled by the --with-systemd configure flag. --- Something tells me upstream would not be interested in this patch, but as it may be useful on linux, I'm submitting it here.
2023 Nov 14
0
[PATCH v3 2/2] Permit %L and %l percent escapes in sshd Include
This allows the localhost percent-style escapes in arguments to the Include directive. These are useful for including host-specific sshd configuration. --- servconf.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/servconf.c b/servconf.c index 86c2979360c5..daf8f2df15a2 100644 --- a/servconf.c +++ b/servconf.c @@ -1297,7 +1297,8 @@
1999 Mar 02
0
DLL's and WINAPI
The reason i had problems running C++ DLL's in R was that i had defined my functions using the WINAPI command, e.g. void __export WINAPI fname ( int x[10][2], int y[10] ) { .... .... } I thought i could use WINAPI so that the name of the function ("fname") would remain unchanged when called in R which it does, but it also implements the standard calling convention, (as
2023 Nov 14
1
[PATCH v3 1/2] Permit %L and %l percent escapes in ssh Include
This allows the localhost percent-style escapes in arguments to the Include directive. These are useful for including host-specific ssh configuration. --- readconf.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/readconf.c b/readconf.c index a2282b562df0..ad47d0e9730a 100644 --- a/readconf.c +++ b/readconf.c @@ -1030,7 +1030,8 @@