patchGNU Mailutils - Patches: patch #2525, adding ipv6 to imap4d

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #2525: adding ipv6 to imap4d

Submitter:  Daniel Dehennin <nebuchadnezzar>
Submitted:  Sun 25 Jan 2004 02:51:21 PM UTC
   
 
Category:  None Priority:  3 - Low
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Sun 21 Mar 2004 07:42:26 PM UTC, comment #2: 

I forget one function declaration in mutil.h in my previous patch.

This one depend on the patch #2962

Daniel Dehennin <nebuchadnezzar>
Sun 21 Mar 2004 01:10:14 PM UTC, comment #1: 

The new ipv6 implementation is more clean, I add three functions in mailbox/mutil.c to handle ipv6.
I tried to make it as simple as possible:
- a function which return a list of sockets (ipv4 or ipv6 or both) ;
- a function fo daemon to listen on incoming connections ;
- a function to get peer name.

I do not make the configure stuff for --without-ipv6, I don't know if we must have an alternative for getaddrinfo & co. because they are POSIX functions and gethostby* are marked as deprecated.

I wait you comments to continue for pop3d.
NB: diff based on CVS tree.

Daniel Dehennin <nebuchadnezzar>
Sun 25 Jan 2004 02:51:21 PM UTC, original submission:  

This patch add ipv6 capabilities to imap4d, it compile an work for me (using telnet with ipv4 and ipv6)

I do not make any change to the autoconf/automake process to test if the target machine is ipv6 capable.(I need to work on how it works).

Daniel Dehennin <nebuchadnezzar>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #7168:  mutil.diff added by nebuchadnezzar (590B - text/x-patch - adding mu_select declaration)
file #7164:  imap4d_ipv6.diff added by nebuchadnezzar (11KiB - text/x-patch - New ipv6 implementation)
file #6773:  imap4d.diff added by nebuchadnezzar (8KiB - text/x-patch - diff for imap4d)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gray (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-10-22 gray Open/ClosedOpen Closed
    2004-03-21 nebuchadnezzar Attached File- Added mutil.diff, #2966
    2004-03-21 nebuchadnezzar Attached File- Added imap4d_ipv6.diff, #2962
        Carbon-Copy- Added bug-mailutils --AT-- gnu --DOT-- org
    2004-01-25 nebuchadnezzar Attached File- Added imap4d.diff, #2583
        Carbon-Copy- Added gray

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code