Skip to content
Snippets Groups Projects
  1. Oct 21, 2001
  2. Oct 18, 2001
  3. Oct 02, 2001
  4. Oct 01, 2001
  5. Sep 29, 2001
  6. Sep 28, 2001
    • Howard Chu's avatar
      Resurrection/rewrite of CLDAP (RFC1798 Connectionless LDAP). · 647b5f84
      Howard Chu authored
      Compile with -DLDAP_CONNECTIONLESS to use this code.
      For slapd, use "-h cldap://" to listen on UDP.
      For ldapsearch, use "-H cldap://" to query on UDP.
      Client-side support is very minimal:
        no automatic timeout/retries
        no basedn wildcard expansion on results
        no support for specifying multiple servers at once.
      647b5f84
  7. Sep 26, 2001
  8. Sep 24, 2001
  9. Sep 21, 2001
  10. Sep 18, 2001
  11. Aug 31, 2001
  12. Jul 23, 2001
  13. Jul 22, 2001
  14. Jul 21, 2001
  15. Jul 14, 2001
    • Pierangelo Masarati's avatar
      This is the skeleton of back-monitor, the slapd monitoring backend. · 5fdba272
      Pierangelo Masarati authored
      The old monitoring stuff has been removed; the new backend is
      enabled by using --enable-monitor at configure time and requires
      
      	database monitor
      
      in slapd.conf to be activated.  At present it implements a subset
      of the old monitoring options, and it should be extendable to
      a number of different subsystems.  The search operation has been
      implementd; it does not honor abandon or size/time limits, though.
      The compare and the abandon operations are planned.
      
      Copyright Pierangelo Masarati <ando@sys-net.it>; the code is provided
      AS IS with NO GUARANTEE.  It can be used and distributed under the
      conditions stated by the OpenLDAP Public License.
      5fdba272
  16. Jul 06, 2001
  17. Jun 25, 2001
  18. Jun 23, 2001
  19. Jun 22, 2001
  20. Jun 21, 2001
  21. Jun 15, 2001
  22. Jun 14, 2001
  23. Jun 13, 2001
  24. Jun 11, 2001
  25. Jun 09, 2001
  26. May 29, 2001
  27. May 21, 2001
  28. May 19, 2001
  29. May 12, 2001
    • Pierangelo Masarati's avatar
      This is the commit of: · 74fa239a
      Pierangelo Masarati authored
        - librewrite, for string rewriting; it may be used in back-ldap
          by configuring with '--enable-rewrite'. It must be used in
          back-meta. There's a text file, 'libraries/librewrite/RATIONALE',
          that explains the usage and the features. More comprehensive
          documentation will follow.
        - enhancements of back-ldap (ITS#989,ITS#998,ITS#1002,ITS#1054 and ITS#1137)
          including dn rewriting, a fix to group acl matching and so
        - back-meta: a new backend that proxies a set of remote servers
          by spawning queries. It uses portions of back-ldap and the rewrite
          capabilities of librewrite. It can be compiled by configuring
          with `--enable-ldap --enable-rewrite --enable-meta'.
          There's a text file, 'servers/slapd/back-meta/Documentation', that
          describes the main features and config statements.
      
      Note: someone (Kurt?) should run 'autoconf' and commit 'configure' as
      my autoconf version must be different: my configures contain a number
      of differences and I didn't feel comfortable in adding them :)
      74fa239a
Loading