search for: wichert

Displaying 20 results from an estimated 25 matches for "wichert".

2002 Jul 03
4
opie support?
I see that you have s/key support in ssh, any plans to add opie support as well ? just asking ..
2002 Jul 10
0
[Bug 350] New: sshd leaks fd to pty for interactive sessions
...Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: mindrot at extern.wiggy.net Using OpenSSH 3.4p1 with publickey authentication I get an extra fd 10 to the pty: [tornado;~]-15> ssh localhost [tornado;~]-1> ls -l /proc/467/fd total 0 lrwx------ 1 wichert wichert 64 Jul 10 12:02 0 -> /dev/pts/3 lrwx------ 1 wichert wichert 64 Jul 10 12:02 1 -> /dev/pts/3 lrwx------ 1 wichert wichert 64 Jul 10 12:02 10 -> /dev/pts/3 lrwx------ 1 wichert wichert 64 Jul 10 12:02 2 -> /dev/pts/3 (467 being the pid of...
2001 Jun 04
1
password_authtentication option ignored in auth handling
There is one spot where the password_authentication option was ignored, patch follows. Wichert. diff -wur org/openssh-2.5.2p2/auth2.c openssh-2.5.2p2/auth2.c --- org/openssh-2.5.2p2/auth2.c Sun Mar 11 21:01:56 2001 +++ openssh-2.5.2p2/auth2.c Mon Jun 4 23:31:54 2001 @@ -397,7 +397,7 @@ authenticated = auth2_challenge(authctxt, devs); #ifdef USE_PAM - if (authent...
2001 Jun 03
1
OPIE support patch
I just cobbled up a little patch to add support for OPIE to OpenSSH. Currently untested, but feedback is welcome. Wichert. -- _________________________________________________________________ / Nothing is fool-proof to a sufficiently talented fool \ | wichert at cistron.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D | -------------...
2001 Nov 04
2
OPIE patch for current CVS
I redid my previous OPIE patch for the current ssh tree. It seems to work fine here, and I'ld love to see it merged before the 3.0 release. Wichert. diff -x CVS -wNur ../cvs/other/openssh_cvs/Makefile.in openssh_cvs/Makefile.in --- ../cvs/other/openssh_cvs/Makefile.in Mon Oct 22 02:53:59 2001 +++ openssh_cvs/Makefile.in Sun Nov 4 01:18:19 2001 @@ -50,7 +50,7 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o c...
2001 Jul 16
1
porting OpenSSH to Lynx
To Whoever can help me, I need to port OpenSSH that is available as part of Linux-7.0 to Lynx OS. Has it ever been tried to port to Lynx? If yes, kindly send me details regarding porting to Lynx. Expecting your help, A.Gnana Hari Sekar. ____________________________________________________________ Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com
2001 Aug 17
1
Comment Re: http://www.openssh.com/faq.html#3.2
The analysis given in section 3.2 of the portable OpenSSH FAQ regarding "Empty passwords not allowed with PAM authentication" appears to be specific to Linux's pam_unix.so. No mention is made that this is in fact a Linux-specific remedy. Some text should probably be added to this extent. If anyone has worked on this on Solaris 8 I'd be interested to hear what solution was
2001 Aug 28
2
[patch] known hosts with ports
Hello. We are currently installing a new firewall, and would like to use a mixture of NAT and port mapping to have a single "gateway" host address which exposes a range of open ports, each of which maps to sshd of a different host in our internal network (e.g. ssh.jesus.cam.ac.uk on port 6789 maps to internal host1 port 22 whereas ssh.jesus.cam.ac.uk on port 6790 maps to internal
2005 Mar 10
3
Saving iproute2
Thank you Bert, and Wichert. I know I can put my iproute2 commands in /etc/rc.local. Is there any other place I can save my commands? I just want know so I do not have to retype all of the command on reboot. Thx again Mike Tedesco _______________________________________________ LARTC mailing list LARTC@mail...
2004 Nov 13
0
the list is back online
...;/var/lib/mailman/Mailman/ListAdmin.py", line 70, in __opendb self.__db = marshal.load(fp) EOFError: EOF read where object expected The solution was to delete the request.db (or at least move it), which unwedged mailman mostly. The final solution was to run ''listzap'' by Wichert Akkerman, which zonked the outstanding requests database, allowing the mailman administrative website to function again. Thanks Wichert! Anyhow, happy LARTC-ing! -- http://www.PowerDNS.com Open source, database driven DNS Software http://lartc.org Linux Advanced Routing & Tra...
2001 Jul 26
7
comment on another command line option
I would like ssh to have the command line option of supplying the passphrase. This would make it possible to do attendant free scp transfers from PHP, for example. As it is, it is impossible to use a web script to initiate an scp xfer if an encrypted private key is used. I realize that stupid people could make shell scripts or web scripts then with the pass phrase in them, but those same stupid
2002 Jun 25
10
Last call.
Outside the pre-auth patch by Markus to fix Cygwin and a few other platforms. SEND ME (privately) ANY required patch against the lastest snapshot. I'm doing the final commits this evening. Patches that have been temporary rejected for this release. - Owl's full patch for SysV Shm if mmap fails - mmap() on /dev/zero - mmap() on sparse file .. Not looked at the BSD/OS 5.0 patch
2002 Jan 27
5
[PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1
Here is a patch to add the missing scp -1 and -2 options to eliminate confusion for users familiar with the commercial version of SSH. This patch and others are maintained on the secure nfs (SNFS) web page: http://www.math.ualberta.ca/imaging/snfs/ -- John Bowman University of Alberta diff -ur openssh-3.0.2p1/scp.c openssh-3.0.2p1J2/scp.c --- openssh-3.0.2p1/scp.c Sun Oct 21 18:53:59 2001 +++
2020 Nov 03
0
[patch V3 15/37] powerpc/mm/highmem: Switch to generic kmap atomic
...e-Identifier: GPL-2.0 -/* - * highmem.c: virtual kernel memory mappings for high memory - * - * PowerPC version, stolen from the i386 version. - * - * Used in CONFIG_HIGHMEM systems for memory pages which - * are not addressable by direct kernel virtual addresses. - * - * Copyright (C) 1999 Gerhard Wichert, Siemens AG - * Gerhard.Wichert at pdb.siemens.de - * - * - * Redesigned the x86 32-bit VM architecture to deal with - * up to 16 Terrabyte physical memory. With current x86 CPUs - * we now support up to 64 Gigabytes physical RAM. - * - * Copyright (C) 1999 Ingo Molnar <mingo at redhat.co...
2012 Sep 01
1
Xapian Github Organization
Hi, I am suggesting to turn https://github.com/xapian into an organization. -- Best regards, Uvarov Michael
2009 Apr 08
1
[Bug 330] Add OPIE support
https://bugzilla.mindrot.org/show_bug.cgi?id=330 --- Comment #4 from Alessandro Soraruf <soraruf at ntd.homelinux.org> 2009-04-09 03:59:33 --- Created an attachment (id=1626) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1626) Patch to add support to OPIE -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because:
1999 Jan 18
0
[Fwd: [SECURITY] ftpwatch package has major security problems]
...package immediately. We will be working on a new version of ftpwatch to address these issues and will announce that in a new advisory. - -- Debian GNU/Linux . Security Managers . security@debian.org debian-security-announce@lists.debian.org Christian Hudon . Wichert Akkerman . Martin Schulze <chrish@debian.org> . <wakkerma@debian.org> . <joey@debian.org> -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBNqHg66jZR/ntlUftAQGzgQL8DNAvGsGP3T3oMOuEBlJ2Tu3XkoE8x88e olp7AML4hjCna/y14uoa+nUsekcZR4uaDoz3pPI+gir4Yw...
2004 Aug 06
3
icecast security
...a copy. don't know if it's old news... u. <p>-----BEGIN PGP SIGNED MESSAGE----- - ------------------------------------------------------------------------ Debian Security Advisory DSA-089-2 security@debian.org http://www.debian.org/security/ Wichert Akkerman January 21, 2002 - ------------------------------------------------------------------------ <p>Package : icecast-server Problem type : remote exploit (and others) Debian-specific: no In Debian Security Advisory DSA-089-1 we reported that icecast-server has several security...
2004 Aug 06
4
icecast security
hello, maybe an outdated question: there was a message on the securityfocus mailing list (bugtraq) today (and several month before) about a remote buffer overflow in icecast v1.3.10 (which seems to be a package in debian). does this affect 1.3.11 too or is the version at http://www.icecast.org/download.html fixed? thanks, uno <p>--- >8 ---- List archives: http://www.xiph.org/archives/
2001 Jun 02
3
Recent breakins / SSHD root hole?
The trojaned ssh client is nothing new to the hacker community, and the statement in the previous thread claiming "This type of man-in-the-middle attack (trojaned ssh) is not theoretical anymore, and password authentication is broken." is an example of how many poeple still think "hacking" is something very difficult and nothing short of a genius is required to make the