Displaying 20 results from an estimated 100 matches similar to: "getline"
2001 May 14
2
openssh-2.9p1
Hi,
1. I think you should apply the attached patch to openssh-2.9p1,
otherwise ssh-keyscan on linux boxes with glibc-2.1 will experience enormous
timeout delays.
2. Is there a program like ssh-keyscan for the Version2 (dsa and rsa) keys??
regards
Peter Breitenlohner <peb at mppmu.mpg.de>
-------------- next part --------------
diff -ur openssh-2.9p1.orig/ssh-keyscan.c
2001 Jul 27
0
Updated ssh-keyscan patch for ssh2 support
In the past 2 months another change occurred in the CVS code that
broke my ssh-keyscan patch. Here's an updated version that tweaks the
changed name (in the Kex struct) and also causes an attempt to grab an
ssh2 key from an older server (without ssh2 support) to fail earlier
and without an error message (Stuart Pearlman emailed me some code for
this).
This patch is based on the BSD CVS
2010 Mar 06
1
ssh-keyscan bug (not really exploitable)
ssh-keyscan may, under very specific circumstances, be vulnerable to
something akin to a buffer overflow. It's probably impossible to
exploit, though, if only because ssh-keyscan is not usually run on very
large untrusted input files.
ssh-keyscan uses an fgets() wrapper that uses an unsigned int to keep
track of the length of a buffer holding the current line. On machines
with sufficient
2002 Jun 02
2
R 1.5.0 printing problems on Win98?
Colleagues--
I'm having a problem upgrading to R 1.5.0 on a Windows 98 computer. The
windows() graphics device seems to behave strangely. A call to windows()
opens an active graphics device, as does a call to a plotting function,
e.e. plot(1:5,1:5). So far so good. When I click on the Printer icon
(with the graphics device active) nothing happens. Likewise when I use
win.print() from the
2001 Feb 01
1
linux and _GNU_SOURCE define
I find that adding -D_GNU_SOURCE is useful for linux.
This define enable more features from header files.
First) i found that define enable declaration/definition of following methods
- grantpt(...)
- unlockpt(...)
- ptsname(...)
for device "/dev/ptmx" ( support for ptys, preferred is method openpty (...) )
Second) _GNU_SOURCE enable use of utmpx and wtmpx ( support for login
2009 Jan 31
1
"UI" keyword, pc_default and getline
There is a problem with "pc_default" if the following is present in the config file (line order does matter):
UI gfxboot.com init
DEFAULT memtest
"pc_default" is called on the "DEFAULT" keyword, but "getline" is skipped, so the code now tries to
parse the keywords parameter. The config line should be skipped in this case.
This could be fixed by converting
2015 May 14
1
[PATCH] When calling getline first time, initialize length to zero.
The man page for getline says:
ssize_t getline(char **lineptr, size_t *n, FILE *stream);
[...]
If *lineptr is set to NULL and *n is set 0 before the call, then get‐
line() will allocate a buffer for storing the line. This buffer should
be freed by the user program even if getline() failed.
which seems to indicate that we must initialize both line and len to 0
before the first
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and
the btrfs man page from the sources comments for the "btrfs" commanda
.
The syntax and the detailed help of every subcommand are stored in
the comments before the function which implements the subcommand.
The fact that the help messages and the man page are generated from the
same source should help to avoid
2010 Aug 09
8
Call for testing: OpenSSH-5.6
Hi,
OpenSSH 5.6 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a moderately large
release, with a number of new features and bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH
2008 Apr 10
2
Procmail died with Signal 11
Hi to all out there,
i know this is not the right mailinglist for this issue, but i?m hoping
to get maybe here an answer to my problem.
i have succesfully migrated 12.000 mailboxes on a debaian with
washington imap to maildir on sles10 with dovecot.
although i had some post-converting work to do, i can say that almost
everything went fine.
but there is one problem with my LDA. When postfix is
2001 Jan 04
1
Large complicated VPN setup. (Help with)
Hiya everyone. I am currently evaluating tinc for use by my company's
vpn needs and I would like some help/information about configuration of
tinc and if it will do what I would like it to do. Hopefully some kind
soul will help me with what I am trying to achieve.
I am sorry if this is an inappropriate forum for this question but I am
looking for people with some ideas on networking generally
2006 Jul 05
2
Procmail patch for dovecot delivery
Hello!
As discussed in the previous thread about "Dovecot deliver logging
problem and procmail" I have made a small patch for procmail to deliver
through dovecot's deliver program (or any other delivery program).
So Procmail does not write the mailboxes directly any more. So delivery is
done through pipes and an external program which can deliver the files.
Since dovecot's
2001 Jan 06
2
video compression using textured polygons?
I was just thinking last night, how about this:
For each frame, detect edges and divide the frame into a
bunch of non-overlapping polygons. Extract textures from
the first frame, then save changes in polygon vertex
coordinates only, unless the textures change too much in
which case new textures (which could be wavelet compressed)
would be stored.
Also, if the movements of the vertices would
2001 Feb 06
3
Squelch 1.0beta9
Hi,
I released Squelch 1.0beta9.
It's a multi-platform Ogg Vorbis player, if you haven't heard of it. [1]
Find it here: http://www.geoid.clara.net/rik/squelch.html
Differences from beta8:
* Vorbis comment editor ! [2]
* More intelligent re-initialisation of output driver.
* Stupid bugs in auto-update of master track list resolved.
* Some bugs fixed, some more introduced ;)
In theory,
2004 Oct 10
2
strange behaviour in R 2.0.0 (PR#7275)
Full_Name: Xiao Gang FAN
Version: R 2.0.0
OS: Windows
Submission from: (NULL) (82.226.247.142)
The following codes worked for R 1.9.1
> a = data.frame(x=1:2)
> a$y = strptime(c("20010101","20020101"),"%Y%m%d")
this no longer works for R 2.0.0:
Error in "$<-.data.frame"(`*tmp*`, "y", value = list(sec = c(0, 0), min = c(0,
:
2010 Aug 23
0
Announce: OpenSSH 5.6 released
OpenSSH 5.6 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2010 Aug 23
3
Announce: OpenSSH 5.6 released
OpenSSH 5.6 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2001 Jan 31
4
OpenSSH 2.4?
Hi,
Earlier, there were some talks about a pending 2.4.0 release. Apparently
that didn't happen ;-). Are there any new plans for a new release any
time soon?
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
2001 Jan 07
1
can't compile cvs or beta
howdy all... this is probably a simple problem. i'm trying, for the first
time, to compile vorbis from source. when i try to configure for the vorbis
module (after doing ao & ogg modules), configure gives this error & quits:
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
***
2001 Jan 06
0
ssh_prng_cmds in Solaris port
Hello,
I'm not sure if this is the correct place to send this, but perhaps you can
forward it to the proper folks if not...
The Solaris port of OpenSSH includes an ssh_prng_cmds file used for
collecting entropy, however many of the commands listed in the file are
incompatible with Solaris command syntax. Not knowing much about entropy or
random numbers, I've modified the file a bit to