Re: [Dillo-dev]dpip dialog for https (and dpis in general)
Garret, Brian, CC: anyone interested ;) On Fri, 16 Jul 2004, Brian Hechinger wrote:
On Thu, Jul 15, 2004 at 11:31:12PM -0400, Jorge Arellano Cid wrote:
I'll test and upload tomorrow.
let us know, i'd love to test it. i just setup a new machine, and the latest dillo in NetBSD's packages collection is 0.8.1, so i'm ready to upgrade anyway. ;)
The changes are now in the CVS. Example code can be find in the hello dpi (and also in nav.c). For instance, after upgrading the dpi binaries, launch Dillo and load this url "dpi:/hello/world". It will pop up a dialog, make a choice and look at the answer. repeat the test by going Back and Forward (the hello dpi is set to always reload). The relevant code is well commented. Look inside the hello dpi and you can also review the new dpiapi.[ch] files. Nav.c has an example of use for a_Interface_question_dialog() too. This should be enough for asking the user about certificates that can't be authenticated. Note that the code is not final, i.e. it needs some polishing and extensions. The good news is that in clearly illustrates the process and now is much easier to do it so. even the data structures and interface was thought to be extensible. Cheers Jorge.- Brian: unless you're interested in dpi development, or want to alpha test the https dpi, I'd recommend 0.8.2 as an upgrade.
On Fri, Jul 16, 2004 at 10:24:20AM -0400, Jorge Arellano Cid wrote:
The changes are now in the CVS.
gotten.
Brian: unless you're interested in dpi development, or want to alpha test the https dpi, I'd recommend 0.8.2 as an upgrade.
i'm interested in https. i will do my best to break it. :) i run into this issue running autogen.sh though: wonko@zaphod$ ./autogen.sh aclocal found autoheader found autoconf found automake found [Checks passed] Generating... /usr/pkg/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/pkg/share/aclocal/libtasn1.m4:12: warning: underquoted definition of AM_PATH_LIBTASN1 /usr/pkg/share/aclocal/libgnutls.m4:12: warning: underquoted definition of AM_PATH_LIBGNUTLS /usr/pkg/share/aclocal/libgnutls-extra.m4:12: warning: underquoted definition of AM_PATH_LIBGNUTLS_EXTRA /usr/pkg/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT /usr/pkg/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/pkg/share/aclocal/gpg-error.m4:7: warning: underquoted definition of AM_PATH_GPG_ERROR /usr/pkg/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/pkg/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/pkg/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO configure.in: installing `./install-sh' configure.in: installing `./missing' configure.in:6: installing `./config.guess' configure.in:6: installing `./config.sub' dpi/Makefile.am: installing `./depcomp' just warnings, but i thought you should know. -brian -- "Performing a Google search on the fairly unique name you've chosen weeks ago for a piece of software you're writing, only to discover that the sole occurance of that name is as a pen-name for someone who spends his spare time writing X-rated PowerPuff Girls fan fiction is pretty-much a buzzkill." -- Jonathan Patschke --
Hi Brian,
On Fri, Jul 16, 2004 at 10:24:20AM -0400, Jorge Arellano Cid wrote:
The changes are now in the CVS.
gotten.
:) Well, now you need to wait a bit for Garret to hook the dpip dialog to https and thus enable GUI dialogs through Dillo.
Brian: unless you're interested in dpi development, or want to alpha test the https dpi, I'd recommend 0.8.2 as an upgrade.
i'm interested in https. i will do my best to break it. :)
Excellent. It needs careful review, particularly from crypto savvy guys.
i run into this issue running autogen.sh though:
wonko@zaphod$ ./autogen.sh aclocal found autoheader found autoconf found automake found [Checks passed] Generating... /usr/pkg/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/pkg/share/aclocal/libtasn1.m4:12: warning: underquoted definition of AM_PATH_LIBTASN1 /usr/pkg/share/aclocal/libgnutls.m4:12: warning: underquoted definition of AM_PATH_LIBGNUTLS /usr/pkg/share/aclocal/libgnutls-extra.m4:12: warning: underquoted definition of AM_PATH_LIBGNUTLS_EXTRA /usr/pkg/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT /usr/pkg/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/pkg/share/aclocal/gpg-error.m4:7: warning: underquoted definition of AM_PATH_GPG_ERROR /usr/pkg/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/pkg/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/pkg/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO configure.in: installing `./install-sh' configure.in: installing `./missing' configure.in:6: installing `./config.guess' configure.in:6: installing `./config.sub' dpi/Makefile.am: installing `./depcomp'
just warnings, but i thought you should know.
'info automake' (or autoconf) explains this. Those are m4 macros for other programs that need polishing. It's unrelated to Dillo. Cheers Jorge.-
On Fri, Jul 16, 2004 at 04:48:01PM -0400, Jorge Arellano Cid wrote:
Hi Brian,
hi there!
Well, now you need to wait a bit for Garret to hook the dpip dialog to https and thus enable GUI dialogs through Dillo.
ok, cvs is setup and going here, so as soon as things are checked in, i can grab the changes.
Excellent. It needs careful review, particularly from crypto savvy guys.
i'm not super savvy, but i've got a pretty good clue as to what i'm doing. i'll run it through its paces.
Those are m4 macros for other programs that need polishing. It's unrelated to Dillo.
ahh, ok, good!! -brian -- "Suits, man. They are as incapable of logical thought as they are of honesty." -- Dave McGuire --
Oh, I almost forgot: It's not necessary to CC' me, I do read dillo-dev! :) Cheers Jorge.-
On Fri, Jul 16, 2004 at 04:49:09PM -0400, Jorge Arellano Cid wrote:
Oh, I almost forgot:
It's not necessary to CC' me, I do read dillo-dev! :)
i'm lazy, if i just hit r for reply, it goes to you, but if i hit g for group reply, it goes to both you and the list (notice that you are in the To: field and the list is in the CC: field) i believe mutt has some sort of fancy list groking, and maybe i should look into setting that up and using it. :) -brian -- "Suits, man. They are as incapable of logical thought as they are of honesty." -- Dave McGuire --
Hi Brian (and other Mutt users), On Mon, Jul 19, Brian Hechinger wrote:
On Fri, Jul 16, 2004 at 04:49:09PM -0400, Jorge Arellano Cid wrote:
Oh, I almost forgot:
It's not necessary to CC' me, I do read dillo-dev! :)
i'm lazy, if i just hit r for reply, it goes to you, but if i hit g for group reply, it goes to both you and the list (notice that you are in the To: field and the list is in the CC: field)
i believe mutt has some sort of fancy list groking, and maybe i should look into setting that up and using it. :)
Put the line lists dillo-dev ... into ~/.muttrc, and then press shift+L to reply to the list. R will make private replies possible. Sebastian
participants (3)
-
Brian Hechinger
-
Jorge Arellano Cid
-
Sebastian Geerken