From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 107e1d,24d0bc347a68ce10,start X-Google-Attributes: gid107e1d,public X-Google-Thread: 103376,24d0bc347a68ce10,start X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: ANNOUNCE- AWS - Ada Web Server (v0.3) Date: 2000/01/18 Message-ID: <862qre$ql1$1@wanadoo.fr>#1/1 X-Deja-AN: 574430035 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@wanadoo.fr X-Trace: wanadoo.fr 948235950 27297 193.250.41.50 (18 Jan 2000 22:52:30 GMT) Organization: home NNTP-Posting-Date: 18 Jan 2000 22:52:30 GMT Newsgroups: comp.lang.ada,fr.comp.lang.ada Date: 2000-01-18T22:52:30+00:00 List-Id: This is to announce that there is a new version of my AWS package on my homepage. This is certainly the first usable version. What's new: - connection through proxy - authentification through proxy - Basic authentification supported (base64 algorithm) - binary data supported for HTTP/1.0 clients (like Netcape 4.6 browsers) - implement If-Modified-Since - almost clean scheme to close the connection on a HTTP/1.1 persistent connection. - chunked protocol implemented What's needed to build: - a POSIX binding (see my homepage for a Win32 implementation, look for Florist if you are under UNIX). - an Ada95 compiler - a socket binding (If you are under UNIX you'll have to slightly change AWS as the Win32 Sockets binding is a bit different) BTW, I've been really surprised to found out that the Web "Basic" authentification is not at all secure. This is just a base64 encoded "user:pws" string! Use a base64 decoder (10 lines of Ada see AWS sources) and you get both the user name and the password :) Enjoy, Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://ourworld.compuserve.com/homepages/pascal_obry --| --| "The best way to travel is by means of imagination"