search for: webweav

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

Did you mean: webdev
2014 May 07
7
[Bug 2240] New: Secure PIN entry for smartcards through the keypad on the reader (patch)
...h) Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: dirkx at webweaving.org Created attachment 2435 --> https://bugzilla.mindrot.org/attachment.cgi?id=2435&action=edit patch for secure PIN entry Folks, Find below a minor patch to allow the use of smartcards in readers that have their own PIN entry keypads (Secure PIN entry) such as the SPR332 and most ge...
2013 Dec 16
15
[Bug 2185] New: Allow entering the PIN via reader pinpad
https://bugzilla.mindrot.org/show_bug.cgi?id=2185 Bug ID: 2185 Summary: Allow entering the PIN via reader pinpad Product: Portable OpenSSH Version: 6.4p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Smartcard Assignee: unassigned-bugs at
2015 Mar 17
2
[patch] Updated patch for pkcs#11 smartcard readers that have a protected PIN path
...urely (i.e. such that it cannot be intercepted by a rogue (ssh) binary. PKCS#11 allows for enforcing this in hardware. Below patch allows for SSH to make use of this; against head/master as of today. Dw. commit 7f0250a8ae6c639a19d4e1e24fc112d5e2e1249a Author: Dirk-Willem van Gulik <dirkx at webweaving.org> Date: Tue Mar 17 13:41:31 2015 +0100 Ensuring support for PINs that can only be entered on a secure keypad (CKF_PROTECTED_AUTHENTICATION_PATH) diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c index c3a112f..b053332 100644 --- a/ssh-pkcs11.c +++ b/ssh-pkcs11.c @@ -255,22 +255,30 @@ pkcs11...
2018 Jan 05
11
[Bug 2817] New: Add support for PKCS#11 URIs (RFC 7512)
https://bugzilla.mindrot.org/show_bug.cgi?id=2817 Bug ID: 2817 Summary: Add support for PKCS#11 URIs (RFC 7512) Product: Portable OpenSSH Version: 7.6p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Smartcard Assignee: unassigned-bugs at
2012 Sep 26
1
RCURL ftp upload - ASCII or Binary type?
...me. So the upload itself is successful but the receiver of the file tells me that the file I uploaded was of "Binary" type and that his system only accepts "ASCII". So the receiver can see the file but it contains only weird characters. Surfing the web I found this: http://www.webweaver.nu/html-tips/ascii-binary.shtml and indeed, when I try filezilla (http://filezilla-project.org/) to do the same upload, there is a setting in filezilla: "Default transfer type" that can be set to "ASCII" or "Binary". The transfer works fine when using "ASCII&qu...
2020 Mar 31
2
net_connect_unix(imap) failed
...ice pop3 { process_limit = 4096 } Can someone explain why we got this error and how to fix? If you need another information please tell me. -- Philipp Ewald Administrator DigiOnline GmbH, Probsteigasse 15 - 19, 50670 K?ln E-Mail: philipp.ewald at digionline.de Web: www.digionline.de, www.webweaver.de AG K?ln HRB 27711, St.-Nr. 5215 5811 0640 Gesch?ftsf?hrer: Werner Grafenhain Informationen zum Datenschutz: www.digionline.de/ds
2002 Jan 02
0
Cessation of BBC Ogg streams
Permission to stream BBC Radio 1 & 4 24x7 ran out today. Radio 4 have said we can go for another week (so that's fine for the first LotR episode), but after that it will cease too. If you enjoyed them, and want to see them return, then all feedback is appreciated - send to webweaver@bbc.co.uk. Some on-demand stuff is still available, and still linked from http://support.bbc.co.uk/ogg/ ..ciaran (sad at having to kill them) -- Ciaran Anscomb, BBC Internet Services OGG Vorbis, the new music format: http://www.vorbis.com/ --- >8 ---- List archives: http://www.xiph.org/a...
2023 Aug 22
0
Quick patch for updated NL-ips
Thanks to those on IRC confirming quickly that this was not something supported (yet) in Asterisk. Below is a quick fix/patch to tcptls.c for Asterisk 18 against this particular provider. Dw static int check_tcptls_cert_name(ASN1_STRING *cert_str, const char *hostname, const char *desc) { unsigned char *str; int ret; ret = ASN1_STRING_to_UTF8(&str, cert_str);
2014 May 06
0
Supporting smartcard readers with PIN entry keypads
Folks, Find below a minor patch to allow the use of smartcards in readers that have their own PIN entry keypads (Secure PIN entry) such as the SPR332 and most german/medical chipcard devices. Tested on Solaris, FreeBSD and MacOSX against various cards and drivers. I?ve left the pkcs11_interactive check in place. Arguably - with some Secure PIN readers it may be better to move this just in front
2014 May 12
0
[patch] Supporting smartcard readers with PIN entry keypads (updated against -HEAD)
Repost; updated for HEAD and tested on ubuntu as well. Dw. Folks, Find below a minor patch to allow the use of smartcards in readers that have their own PIN entry keypads (Secure PIN entry) such as the SPR332 and most german/medical chipcard devices. Tested on Solaris, FreeBSD, Linux and MacOSX against various cards and drivers. I?ve left the pkcs11_interactive check in place. Arguably - with
2014 Jun 04
0
[patch] Tiny patch to change 'no slots' to debug in PKCS#11 situations
Folks, Not very critical - but below would help make the PKCS#11 experience a bit smoother. The, occasionally informative, no-slots message is moved to ?debug?; as otherwise, in a mixed pkcs#11 and file-based environment virtually all non chip-card driven ssh connections spew ?no slot? on stderr. And in day to day use - the only time you want this message is when you are debugging an issue; such
2023 Jul 22
1
Parallel dialoog with different Alert-Info headers
We have a couple of parallel ring settings (and this has worked well for eons). Either in the form of same => n,Dial(SIP/1001 & SIP/1002 & SIP/1003 …..) Or via a subroutine (below) that has a bit of extra logic: FOO = 1010 & 1019 & 1017 & 1033 ... same => n,gosub(sub-callout,s,1,(${FOO},”Ringing all class FOO telefons")) Now I have two types of phones
2023 Jul 23
1
Parallel dialoog with different Alert-Info headers
> On 22 Jul 2023, at 23:40, asterisk at phreaknet.org wrote: > > On 7/22/2023 4:51 PM, Dirk-Willem van Gulik wrote: >> We have a couple of parallel ring settings (and this has worked well for eons). >> >> Either in the form of >> >> same => n,Dial(SIP/1001 & SIP/1002 & SIP/1003 …..) >> >> Or via a subroutine (below) that has a bit
2002 Sep 08
1
vorbis tool ogg123/oggenc running out of sync while streaming.
Or rather - the ogg123 seems to run faster than the oggenc. Based on the vorbis toots 1.0_1,3 I've got (on freebsd) a small streaming server which essentially takes the oss/vox audion input; uses the code from oggenc to make a stream and then a bit of apache 2.0 to dole that stream out over TCP to various clients: setup oss /dev/dspW0.0 16 bit stereo 44k1. create ogg/vorbis