search for: holroyd

Displaying 20 results from an estimated 32 matches for "holroyd".

2001 May 01
3
SRP unencumbered license statement
...GIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjruZmsACgkQiGAp74wl3UM7EQCfca/fV5WVzFCmY3WAyte7apCs pJMAnj02ym/1U1VPtKB7AI31Ovz35J5b =mNHP -----END PGP SIGNATURE----- My GPG public key is available from standard keyservers. Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
2013 Jul 22
2
Encoder state management - 'chunked' Opus?
...right now). Is this an unsupported use of the codec (and therefore a potential source of my issue), or should this have little impact on the output other than reduced efficiency? ta, dave [1] http://www.opus-codec.org/docs/html_api-1.0.2/group__opus__encoder.html#details -- http://david.holroyd.me.uk/
2001 Apr 09
1
input_userauth_request() vs. stateful authmethods
...ication2(). That would simplify that code (it's currently mostly conditional on 'authenticated') and ensure that the root & other tests get done all the time. (You might want to leave the auth_log() call in there, so debug sessions keep the "Postponed" entries.) Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
2001 Sep 20
2
vis.[ch]
...t). So, if nobody is using vis.*, can we get rid of it? As a separate problem, I note that lots of the mainline codes in openssh do explicit extern int optind; etc., rather than relying on getopt.h. That's probably wrong. (Why doesn't openssh use unistd.h for that, by the way?) Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
1999 Jan 29
1
Linux/Samba vs NT
...aim that Linux with Samba can serve files faster than an NT server. Samba's web page says they are fast, but a) on high end hardware that NT doesn't run on and b) it wasn't Linux. References that show Linux/Samba to be faster than NT on the same hardware would be appreciated. Dr. Tom Holroyd I would dance and be merry, Life would be a ding-a-derry, If I only had a brain. -- The Scarecrow
2002 Mar 25
2
compile failure
...00: warning: int format, different type arg (arg 3) which have to do with fatal() calls and int not being the same as ssize_t... But the next one is the problem: monitor_mm.h:28:22: sys/tree.h: No such file or directory then all heck breaks loose. What's sys/tree.h supposed to be? Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
2006 Mar 16
1
Re: rcov 0.2.0 - code coverage tool for Ruby
On 3/14/06, David Holroyd <ruby-talk@badgers-in-foil.co.uk> wrote: > On Wed, Mar 15, 2006 at 02:23:04AM +0900, Mauricio Fernandez wrote: > > On Tue, Mar 14, 2006 at 09:27:14AM +0900, David Holroyd wrote: > > > On Wed, Mar 01, 2006 at 01:31:11AM +0900, Mauricio Fernandez wrote: > > > > Sou...
2001 Apr 03
1
user:style
...to do). It would be better to make a copy of the string sent by the client, and nuke the ':' in that, so as to make both styled and unstyled versions available in the authentication context. But this is really only an issue if anybody's going to actually use it for anything. Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
2001 Mar 30
2
BETA release of OpenSSH-2.5.2p2 with SRP
...and there may be major security holes, though none are currently known. Please help us test this patch, and get it ready for inclusion in the mainline code. It has been tested on Irix/SGI, Linux/Alpha, Linux/x86, and a few other systems. Please send all bug reports/patches/complaints to me, Tom Holroyd <tomh at po.crl.go.jp>. md5sum (note tar file not gzip): c409d865a44c85de95f9b9f778502b9c openssh-2.5.2p2-srp5.tar GPG signature (key on homepage): -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjrEZOUACgkQiGAp74wl3U...
2001 Mar 14
1
poor default seeding of RNG
...m _anywhere_ (in openssh-2.5.1p2). So calls to BN_rand() only pick up the tiny/non-existent amount of entropy added by BN_rand() itself from the system clock (time in seconds). Shouldn't seed_rng() be called from init_rng()? It should be called from _somewhere_, or deleted. Thanks, Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
2001 Oct 26
3
strange dir in snapshot
What is autom4te.cache/ and why is it in the snapshot?
1998 Dec 02
1
smbmounted shares don't stay mounted
...e's no way to type it in again. The smbmount processes exits and the mount point is left pointing at nothing and has to be removed by root. P.S. I had to #undef HAVE_SETRESUID because setresgid() seems to be missing from this configuration, but otherwise everything is off-the-shelf. Dr. Tom Holroyd -- tomh@nibh.go.jp Behavior Control Lab, Human Informatics Dept. The basis of National Institute of Bioscience and Human-Technology stability is 1-1 Higashi, Tsukuba-shi, Ibaraki 305, Japan instability. The 9th Amendment of the U.S. Constitution: "The enumeration in t...
2001 Mar 23
1
-I$(srcdir)/openbsd-compat removal can cause errors
.../usr/local/include/vis.h gets found instead of ./openbsd-compat/vis.h. I'd recommend putting it back the way it was. (There may even be other breakage I never noticed before, because configure detects vis.h but not vis(), so HAVE_VIS_H is defined but not HAVE_VIS. What uses vis()?) Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_
2001 Jun 01
0
Disabling Password-based auth? (was RE: recent breakins)
...redentials/authentication available, there really > is no substitute for password-based authentication. > > -- > Rip Loomis > Brainbench MVP for Internet Security > http://www.brainbench.com (Transcript 1923411) > > > > -----Original Message----- > > From: Tom Holroyd [mailto:tomh at po.crl.go.jp] > > Sent: Friday, June 01, 2001 4:53 AM > > To: openssh-unix-dev at mindrot.org > > Subject: Re: recent breakins > > > > > > On Fri, 1 Jun 2001, Gert Doering wrote: > > > > > On Fri, Jun 01, 2001 at 11:24:49AM +0900...
2001 Jun 01
1
Disabling Password-based auth? (was RE: recent breakins)
...level of security and doesn't have any other credentials/authentication available, there really is no substitute for password-based authentication. -- Rip Loomis Brainbench MVP for Internet Security http://www.brainbench.com (Transcript 1923411) > -----Original Message----- > From: Tom Holroyd [mailto:tomh at po.crl.go.jp] > Sent: Friday, June 01, 2001 4:53 AM > To: openssh-unix-dev at mindrot.org > Subject: Re: recent breakins > > > On Fri, 1 Jun 2001, Gert Doering wrote: > > > On Fri, Jun 01, 2001 at 11:24:49AM +0900, Tom Holroyd wrote: > > > But...
2002 Feb 20
11
Call for testing.
Recently we made somemajor changes to do_child() in OpenSSH -current. Those changes included splitting it up into smaller chunks to help with readability and also to extract out IRIX and AIX specific code to reduce the number of lines in our diffs against the OpenSSH tree. I need people to do some testing on different platforms to ensure that all the right #ifdef/#endif bits got put back in
2001 Mar 28
1
[Wishlist] another level of logging
Hello - got a small wishlist item here: The currently available LogLevel settings (according to the man page) are: QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. Using "INFO" causes messages about RSA key re-generation to appear in the auth logs. However using the next-lower LogLevel of "ERROR" causes client IP and port to not be reported in the auth logs. I was hoping for
2001 Apr 04
1
random openssh todo notes
fyi http://wwwcip.informatik.uni-erlangen.de/~msfriedl/openssh/TODO
2001 Apr 11
0
2nd BETA release of OpenSSH with SRP
...s missing the test for g^2 mod p != 1. Thus 6 was accepted as a primitive generator for 7, which it ain't. * tconf2embed -f means skip the primality check. * Installation instructions in README.SRP. Please send all bug reports/patches/complaints to <tomh at po.crl.go.jp>. Dr. Tom Holroyd "I am, as I said, inspired by the biological phenomena in which chemical forces are used in repetitious fashion to produce all kinds of weird effects (one of which is the author)." -- Richard Feynman, _There's Plenty of Room at the Bottom_ -------------- next part -------------- A...
2001 Apr 20
1
[patch] one warning, one omission, and two requests; portable CVS
Requests first: after a build, "make" always remakes all the .out files; maybe we could add a few dependencies there? And could we possibly have a few more '@if' lines in the Makefile to quiet it down? These should be obvious: --- #readpass.c Fri Apr 20 13:17:39 2001 +++ readpass.c Fri Apr 20 13:37:26 2001 @@ -43,7 +43,7 @@ #include "ssh.h" char *