RE: [ANNOUNCEMENT] Updated: openssl-0.9.8a-1 - core dump

2005-10-31 Thread Ralf Hauser
Hi Corinna, As per your message cited below, I am trying to use the new openssl version as follows and it core dumps: >>> openssl smime -decrypt -inkey decryptionKey.pem -in mimeMessageEncrypted.eml >>>Enter pass phrase for decryptionKey.pem: >>>Segmentation fault (core dumped) >>>What did I do w

RE: [ANNOUNCEMENT] Updated: openssl-0.9.8a-1 - core dump

2005-10-31 Thread Ralf Hauser
Hi Corinna, As per your message cited below, I am trying to use the new openssl version as follows and it core dumps: >>> openssl smime -decrypt -inkey decryptionKey.pem -in mimeMessageEncrypted.eml >>>Enter pass phrase for decryptionKey.pem: >>>Segmentation fault (core dumped) >>>What did I do w

cygwin's OpenSSL 0.9.7d 17 Mar 2004 core dumps on the attached input and command

2004-10-12 Thread Ralf Hauser
try: openssl smime -encrypt -rc2-128 -in signedFile.eml -out encryptedFile1.eml recipCert0.pem and on WinXP SP2 I get a core-dump - a colleague of mine got it as well. What can I do? The same happens if I use the win32 binary as of http://www.stunnel.org/download/stunnel/win32/openssl-0.9.7d-z

file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Ralf Hauser
Hi, Are there any tools like d2u or u2d for UTF-8 for cygwin? In http://lists.suse.com/archive/m17n/2004-Jun/0002.html, Bjoern talks about the "recode" and "iconv" utilities, but these don't appear to exist in cygwin. I need to convert many pages for a web-site in a batch. I imagine something li

cygwin ssh and wincvs or tortoise

2004-09-28 Thread Ralf Hauser
Just a heads up: Until my update of cygwin ssh yesterday, I could nicely use it to tunnel also for the excellent http://sourceforge.net/projects/tortoisecvs/ and http://sourceforge.net/projects/cvsgui (wincvs). Unfortunately, with the current OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004, this is no l

how to do "hexdump" to analyze special white-space characters?

2003-11-11 Thread Ralf Hauser
The application I am working on is quite sensitive to the whitespaces (e.g. \n versus \r\n, etc.) it gets in the files I feed it. To some degree, I can analyze different variants of these files with "cat -vte". But even better would be to see more in detail which hex code the characters have as I

RE: "contents altered after message signed" when sending openssl smime signed messages - SOLVED

2003-08-14 Thread Ralf Hauser
Summary of problem: 1) "Wrong linefeeds" and 2) "extra lines" by ssmtp prevented messages signed by openssl in with a detached signature to be seen as valid by outlook. Solution: - Re 1) Brian suggested "u2d" and "d2u" and it seems that this works (although these progr

RE: "contents altered after message signed" when sending openssl smime signed messages - closer to real solution

2003-08-14 Thread Ralf Hauser
27;ve just > verified works. Open the file using 'edit' change it, change it back > (space+backspace will do that) then save it. The new file should then be > translated to DOS EOL format. also, in emacs you can type C-x RET f mule-utf-8-dos RET, then save the buffer, to change th

RE: "contents altered after message signed" when sending openssl smime signed messages - partial work around found

2003-08-06 Thread Ralf Hauser
atures didn't occur at the exact same times and I guess the message's timestamp will cause differences there. > -Original Message- > From: Ralf Hauser [mailto:[EMAIL PROTECTED] > Sent: Montag, 14. Juli 2003 11:57 > > as per http://www.openssl.org/docs/apps/smime.html

tcpflow under cygwin anybody?

2003-07-30 Thread Ralf Hauser
Hi, I need to find out what is sent by some forms to my httpd on a per port basis. Under Linux, http://www.circlemud.org/~jelson/software/tcpflow/ does an excellent job at this. Did anybody get this to work under cygwin yet? Many thanks for any hints in advance! Ralf -- Unsubscribe in

RE: anybody has an exim win32 binary with mysql support? Got 'main option "mysql_servers" unknown' error upon start-up

2003-07-14 Thread Ralf Hauser
Pierre, Since all the other DB code I use is under mysql, I guess I need mysql. Details below. Thx r. > -Original Message- > From: Pierre A. Humblet [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 10. Juli 2003 21:20 > > Hi Ralf, > > As far as I know there is no mysql library available > fo

how to prevent mutt from adding headers and newlines when using in command-line mode to send a message signed with openssl smime?

2003-07-14 Thread Ralf Hauser
Hi, as per http://marc.theaimsgroup.com/?l=openssl-users&m=105817073106444&w=2 Steve explained why openssl smime messages are not understood by receiving MUAs (e.g. Outlook) when sent with other than sendmail i.e. when using mutt or the plain "mail" command. I would like to use mutt (and or "mail

"contents altered after message signed" when sending openssl smime signed messages - ssmtp appears to add extra newlines

2003-07-14 Thread Ralf Hauser
Hi, as per http://www.openssl.org/docs/apps/smime.html#, 1) I did <> Under Linux (Suse) that works perfectly. When trying the same under my cygwin installation where sendmail is a symbolic link on ssmtp, I get the above error message and it appears that after each line an empty line gets added.

RE: Cygwin apps talking to Windows browsers? openmoz for file URLs

2003-07-10 Thread Ralf Hauser
... > there's no particular jiggery-pokery needed to get a Cygwin app to launch > a URL in a Windows browser. > > e.g. try typing > > explorer "http://www.google.com/"; > > from your bash prompt, or if you want your default Windows URL handler to > handle it by magic, you can do > > cmd /c start "h

anybody has an exim binary with mysql support? Got 'main option "mysql_servers" unknown' error upon start-up

2003-07-10 Thread Ralf Hauser
Hi, /usr/bin/exim -bd -q30m gives me <<2003-07-10 16:29:12 Exim configuration error in line 12: main option "mysql_servers" unknown>> http://www.exim.org/pipermail/exim-users/Week-of-Mon-2009/032287.html suggests that I have an exim version compiled without mysqlclient.so? Questions: 1) Do

RE: php-mysql-cygwin how to - have_crypt = YES ? have_openssl? mysqld under cygwin?

2003-07-08 Thread Ralf Hauser
> -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 8. Juli 2003 12:00 > > [mysql client] > > > > Wanna try this myself sometime. Did you have to tweak it much or did it > > compile out of the box? > > > > Andrew. > > From memory (haven't compiled MySQL

using cygwin crypt with Win32 MySQL encrypt()?

2003-07-03 Thread Ralf Hauser
Hi, It appears that state-of-the art salted-MD5 password verification is possible with mysql's encrypt() function (for details, see http://bugs.mysql.com/?id=784). Unfortunately, this doesn't work with the plain windows version of mysql (Ver 4.0.13-nt for NT on i32). Cygwin users, however have a /

RE: docbook: dvips says "Font ecrm1000 not found, characters will be left blank." and "LaTeX Error: File `nameref.sty' not found"

2003-06-28 Thread Ralf Hauser
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan > Nieuwenhuizen > Sent: Samstag, 28. Juni 2003 12:37 > > You did install tetex-extra, I presume? No, that solved both problems (nameref.sty and dvips). Going back to Hoenicka's instructions, I see that

docbook: dvips says "Font ecrm1000 not found, characters will be left blank." and "LaTeX Error: File `nameref.sty' not found"

2003-06-27 Thread Ralf Hauser
Hi, I just installed docbook as per http://ourworld.compuserve.com/homepages/hoenicka_markus/cygbook1.html and experienced quite some trouble. Now, the rtf and html output is fine. When running dbjade as per http://ourworld.compuserve.com/homepages/hoenicka_markus/cygx1636.html to create a postsc

how to source the environment variables from windows within an existing cygwin window/terminal again?

2003-03-27 Thread Ralf Hauser
Hi, When I start cygwin by the desktop icon, it inherits the windows variables before it executes the ~/.bashrc and sets the environment variables specified therein. If I update/change the windows environment variables (right-click on "My Computer" - Properties - Advanced - Environment Variables)

xprompt/xecho without a full XFree86 or X11, ... sought

2003-03-26 Thread Ralf Hauser
Hi, About 10 years ago, there was a nice little command 'xprompt' that allowed me to get a string into a script without having the user work on a console/terminal window. << #!/bin/bash ANSWER=`xprompt "how old are you?"` xecho The answer is \"$ANSWER\" ! >> win-ssh-askpass.exe does such prompti

cygpath "$@" in a script: bug?

2003-03-10 Thread Ralf Hauser
in http://sources.redhat.com/ml/cygwin/2003-01/msg01707.html I thought to see how I should do this. The example works fine. But if I create a script that does the same echo "$@" | cygpath -w -f - and call it with testscript `/bin/ls /bin/ch*` I get C:\cygwin\bin\checkgid.exe \bin\chgrp.exe \bi

RE: MANPATH Problems

2003-02-20 Thread Ralf Hauser
yesterday, I got 1.3.20-1 and the problem is still here... > -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 20. Februar 2003 09:42 > To: cygwin; [EMAIL PROTECTED] > Subject: Re: MANPATH Problems > > > > > AFAIK there's some new "detect stale group

RE: MANPATH Problems

2003-02-20 Thread Ralf Hauser
> -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 20. Februar 2003 09:20 > > > nothing particularly interesting found when doing "mkgroup -lu" > > still get > > rhauser@PC:~/<2>Man/cat1> man gif > > No manual entry for gif > > AFAIK there's some n

RE: MANPATH Problems

2003-02-20 Thread Ralf Hauser
> -Original Message- > From: Elfyn McBratney [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 20. Februar 2003 08:58 > To: cygwin; [EMAIL PROTECTED] > Subject: Re: MANPATH Problems > > > Ralf, Please keep replies on list as there are more people there > and smarter > too might I add ;-)

Re: man problems - how to get a pre 1.5g-2 binary?

2003-02-19 Thread Ralf Hauser
Elfyn McBratney wrote: I don't think a version before 1.5g-2 will be hanging around as that package was introduced sometime in 2000. What is the contents of your MANPATH environment variable? /cygdrive/c/data/MyDocRalf/bin/cgywin/usr/man:/cygdrive/c/data/MyDocRalf/McKBrC/man I also tried the ve

man problems - how to get a pre 1.5g-2 binary?

2003-02-19 Thread Ralf Hauser
Since January I have the following problems with man: If I use 1.5g-2, it finds all pages in the manpath, but renders the troff with lots of ugly Esc[^... If I use 1.5j-1, the pages it finds are rendered nicely, but it doesn't find the pages in the directories I added myself to the manpath. Anyb

RE: ssh-agent's timeout/maximum lifetime "-t" broken?

2003-02-19 Thread Ralf Hauser
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Corinna Vinschen > The Cygwin version is always based on the latest official portable > release and as soon as the next version (3.5.1p1? 3.6p1?) gets released, > the Cygwin version will be available.

RE: non-X11 ssh-askpass binary sought

2003-02-19 Thread Ralf Hauser
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Gilgamesh Nootebos > Sent: Mittwoch, 19. Februar 2003 11:55 > To: Cygwin Mailing List > Cc: [EMAIL PROTECTED] > Subject: Re: non-X11 ssh-askpass binary sought > > So you are unable to outsmart yourself a

RE: ssh-agent's timeout/maximum lifetime "-t" broken?

2003-02-19 Thread Ralf Hauser
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Corinna Vinschen > Sent: Mittwoch, 19. Februar 2003 11:34 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: ssh-agent's timeout/maximum lifetime "-t" broken? > > > >From http://www.openbsd.o

RE: ssh-agent's timeout/maximum lifetime "-t" broken?

2003-02-19 Thread Ralf Hauser
> -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 19. Februar 2003 10:01 > To: [EMAIL PROTECTED] > Subject: Re: ssh-agent's timeout/maximum lifetime "-t" broken? > > Neither my Cygwin nor my Linux versions of OpenSSH 3.5p1 know of a > -t option. I

ssh-agent's timeout/maximum lifetime "-t" broken?

2003-02-18 Thread Ralf Hauser
As per http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent, I am trying to use the -t option with openssh 3.5p1-3 and I get: rhauser@PC:/<3>rhauser/Desktop> eval `ssh-agent -c -t 900` ssh-agent: unknown option -- t Usage: ssh-agent [options] [command [args ...]] Options: -c Generate C

non-X11 ssh-askpass binary sought

2003-02-18 Thread Ralf Hauser
Now that it is more than 2 years since http://sources.redhat.com/ml/cygwin/2001-01/msg00372.html, did anybody come around to make/use a - binary - that is not requiring a full-blown major environment such as X11/gnome/... that is capable to send the password back to ssh-add/ssh-agent for SSH_ASKP

Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Ralf Hauser
Is there a way to have the files moved to the windows recycle bin from the cygwin shell window/command line? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

parts of man path not found with j1

2003-01-14 Thread Ralf Hauser
When I use man/man-1.5g-2 everything is fine. If I use man/man-1.5j-1 , the second directory after the colon in my manp (i.e. MAN_PATH env variable) is no longer found? Any idea why? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/b

RE: m4: add an option to specify an output file for stdout

2002-10-18 Thread Ralf Hauser
> -Original Message- > From: Max Bowsher [mailto:maxb@;ukf.net] > Ralf Hauser <[EMAIL PROTECTED]> wrote: > > > Otherwise, if only pipe redirection (">") is possible, the interaction > > for example with jakarta "ant" becomes very compli

Re: RFD: cygwin-bug mailing list/bugzilla [was Re: Bug in cvs cygwin1.dll ?]

2002-10-18 Thread Ralf Hauser
Nicholas Wourms wrote: [snip] Furthermore, if we were to establish a profile on the redhat bugzilla, I believe that bug-reporting could be streamlined and potentially provide more details. At the very least, it would mean less things for people to remeber to do. I strongly support this because

m4: add an option to specify an output file for stdout

2002-10-17 Thread Ralf Hauser
Otherwise, if only pipe redirection (">") is possible, the interaction for example with jakarta "ant" becomes very complicated. see http://www.seindal.dk/forum/read.php?f=2&i=76&t=76 and and http://www.mail-archive.com/ant-user@jakarta.apache.org/msg21085.html -- Unsubscribe info: http:/

Re: cygpath returns garbage if DOS/win2k input environment variable is too long?

2002-09-25 Thread Ralf Hauser
Randall, Thanks, the "-p" option solved the problem. Rgds r. "Randall R Schulz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ralf, > > You're trying to convert a PATH (or PATH-like) variable, not a single file > or directory name. Include the "-p" option.

RE: cygpath returns garbage if DOS/win2k input environment variable is too long?

2002-09-25 Thread Ralf Hauser
Thx! Unfortunately still only the same garbage in the mylog file. Apparently, no warning goes to stderr? > -Original Message- > From: Joshua Daniel Franklin [mailto:[EMAIL PROTECTED]], [EMAIL PROTECTED] > Sent: Mittwoch, 25. September 2002 18:44 > --- Ralf Hauser <[EMAIL PR

cygpath returns garbage if DOS/win2k input environment variable is too long?

2002-09-25 Thread Ralf Hauser
Hi, The following problem occurred to me: 1) In my win2k, I set (a long) Java CLASSPATH 2) under cygwin I want to convert it (in my .tcshrc) an it fails. If I do it on the command line, it looks like the following: rhauser@PCGF590K:~> cygpath --unix "$CLASSPATH" รด??a? Admitted, the path is long: