Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 10:48:59 +0000 (UTC)
From:      Andrey Slusar <anray@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/nss_ldap Makefile ports/net/nss_ldap/files bsdnss.c patch-Makefile.in patch-ldap-pwd.c
Message-ID:  <200605241049.k4OAn00o083764@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
anray       2006-05-24 10:48:59 UTC

  FreeBSD ports repository

  Modified files:
    net/nss_ldap         Makefile 
    net/nss_ldap/files   bsdnss.c patch-Makefile.in 
  Added files:
    net/nss_ldap/files   patch-ldap-pwd.c 
  Log:
  - Now it is possible to use ldap as source for hosts database.
    Only gethosbyname, gethostbyname2, gethostbyaddr are implemented.
    Behavior of getpwXXX functions is made traditional for BSD. When uid=0
    they return user password, otherwise returned password is "x".
    Also, in previous version of the port functions setpwent/endpwent and
    setgrent/endgrent were mixed. Now they are not.
  - Assign maintainership to submitter.
  
  Submitted by:   Artem Kazakov <kazakov@gmail.com>
  
  Revision  Changes    Path
  1.17      +3 -6      ports/net/nss_ldap/Makefile
  1.4       +95 -8     ports/net/nss_ldap/files/bsdnss.c
  1.6       +6 -6      ports/net/nss_ldap/files/patch-Makefile.in
  1.1       +29 -0     ports/net/nss_ldap/files/patch-ldap-pwd.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605241049.k4OAn00o083764>