1. 27 Feb, 2002 3 commits
  2. 26 Feb, 2002 5 commits
  3. 23 Feb, 2002 5 commits
  4. 22 Feb, 2002 10 commits
  5. 21 Feb, 2002 10 commits
  6. 20 Feb, 2002 5 commits
  7. 19 Feb, 2002 2 commits
    • 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.
      Sergey Poznyakoff authored
    • Sergey Poznyakoff authored