cvs commit: ports/net Makefile ports/net/tinyldap Makefile distinfo pkg-descr pkg-plist ports/net/tinyldap/files patch-Makefile patch-auth.c patch-idx2ldif.c patch-md5password.c patch-mstorage_add.c patch-tinyldap.c

Dirk Meyer dinoex at FreeBSD.org
Thu Feb 26 12:25:03 PST 2004


dinoex      2004/02/26 12:25:02 PST

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/tinyldap         Makefile distinfo pkg-descr pkg-plist 
    net/tinyldap/files   patch-Makefile patch-auth.c 
                         patch-idx2ldif.c patch-md5password.c 
                         patch-mstorage_add.c patch-tinyldap.c 
  Log:
  tinyldap is an attempt to write a very small and very fast LDAP server.
  openldap is the reference when it comes to LDAP servers, and it performs
  very poorly despite using techniques such as thread pools.
  
  WWW: http://www.fefe.de/tinyldap/
  
  Revision  Changes    Path
  1.1233    +1 -0      ports/net/Makefile
  1.1       +45 -0     ports/net/tinyldap/Makefile (new)
  1.1       +2 -0      ports/net/tinyldap/distinfo (new)
  1.1       +46 -0     ports/net/tinyldap/files/patch-Makefile (new)
  1.1       +9 -0      ports/net/tinyldap/files/patch-auth.c (new)
  1.1       +18 -0     ports/net/tinyldap/files/patch-idx2ldif.c (new)
  1.1       +9 -0      ports/net/tinyldap/files/patch-md5password.c (new)
  1.1       +14 -0     ports/net/tinyldap/files/patch-mstorage_add.c (new)
  1.1       +15 -0     ports/net/tinyldap/files/patch-tinyldap.c (new)
  1.1       +5 -0      ports/net/tinyldap/pkg-descr (new)
  1.1       +17 -0     ports/net/tinyldap/pkg-plist (new)


More information about the cvs-all mailing list