Re: [Harbour] Harbour SHA2 and SHA2-HMAC support

2009-01-18 Thread Mindaugas Kavaliauskas
Francesco Saverio Giudice wrote: Ok, I'll do, if Mindaugas agree. Do you have a name proposal ? I think we can name it webserver (what fantasy ;-) ). One version I have is based on Mindaugas version with socket.c and it is fast and stable. Another is based on inet*() version, that offers actual

Re: [Harbour] Harbour SHA2 and SHA2-HMAC support

2009-01-18 Thread Mindaugas Kavaliauskas
Hi, I didn't deal with SHA1 because it isn't considered safe anymore (just like MD5). It can easily be added, given we find an implementation with a Harbour compatible licence. MD5 and SHA1 is still used in many standards. You can use stronger hashing in your application, but you'll need th

Re: [Harbour] Harbour SHA2 and SHA2-HMAC support

2009-01-18 Thread Francesco Saverio Giudice
Hi Viktor, Il 18/01/2009 2.29, Viktor Szakáts ha scritto: Maybe we should upload it, and continue to extend the code online, it's a very important addition, and everyone could benefit from it. It could go to /contrib/examples/<...>/ as is. Ok, I'll do, if Mindaugas agree. Do you have a name

[Harbour] 2009-01-18 22:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-18 Thread Przemyslaw Czerpak
2009-01-18 22:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbgtcore.c ! fixed UNSELECTED color updating in SetColor(). It should be changed only and always when ENHANCED color is changed * harbour/contrib/hbmzip/hbmzip.c ! fixed GPF in hb_zipDelete

Re: [Harbour] SF Feature Requests#2516291: setmode()

2009-01-18 Thread Pritpal Bedi
This is a known issue. Next issue I will try to resolve it. Chen Kedem wrote: > > setmode() > > Hi Harbour Guys, > I'm using harbour on the following env: > > HB_ARCHITECTURE=w32 > HB_COMPILER=mingw32 > HB_GT_LIB=gtwvt > > it would be nice if the setmode() function automatically sets the > c

[Harbour] Re: SF Feature Requests#2475056: PCRE automatic precompiling

2009-01-18 Thread Chen Kedem
The following was sent to the list and got no comment, maybe bacuse of the problems we had in the list. http://lists.harbour-project.org/pipermail/harbour/2009-January/014073.html___ From: Chen Kedem Sent: 04 January 2009 08:16 To: Harbour mail-list Subject: SF Feature Requests#2475056: PCRE

[Harbour] SF Feature Requests#2516291: setmode()

2009-01-18 Thread Chen Kedem
The following feature request was posted on SF: http://sourceforge.net/tracker/index.php?func=detail&aid=2516291&group_id=681&atid=350681 mastercom wrote: setmode() Hi Harbour Guys, I'm using harbour on the following env: HB_ARCHITECTURE=w

Re: [Harbour] Harbour SHA2 and SHA2-HMAC support

2009-01-18 Thread Viktor Szakáts
Hi Mindaugas, Many thanks for the feedback. 1) it would be nice to have C also interface and to have names compatible to > existing MD5 hasing; The C interface is there, a Harbour C namespace (and MD5 function) compatible layer can easily be added. > 2) SHA1 is also member of the family and o