cvs commit: ports/net/nss_ldap Makefile ports/net/nss_ldap/files bsdnss.c patch-Makefile.in patch-ldap-pwd.c

Andrey Slusar anray at FreeBSD.org
Wed May 24 03:49:51 PDT 2006


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 at 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)


More information about the cvs-all mailing list