commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mailutils ChangeLog


From: Sergey Poznyakoff
Subject: mailutils ChangeLog
Date: Tue, 19 Feb 2002 12:09:53 -0500

CVSROOT:        /cvsroot/mailutils
Module name:    mailutils
Changes by:     Sergey Poznyakoff <address@hidden>      02/02/19 12:09:53

Modified files:
        .              : ChangeLog 

Log message:
        Use of system getpwuid() in many places of the code
        actually broke mu_getpwnam() pardigm. To fix it,
        a wrapper function, mu_getpwuid(), is introduced.
        It allows to use 'overloaded' getpwuid calls. In the
        simplest case, it boils down to calling getpuid().
        Applications, registering getpwname function by using
        mu_register_getpwname() are expected to register its
        getpwuid counterpart by using mu_register_getpwname().
        "Virtual domains" (mutil.c:407) seem to be an exception:
        there is no easy way to create appropriate getpwuid()
        function. This does not break the virtual domain
        functionality, however.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailutils/ChangeLog.diff?tr1=1.396&tr2=1.397&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]