Skip to content
Snippets Groups Projects
  1. Nov 28, 2001
  2. Nov 12, 2001
  3. Nov 09, 2001
  4. Nov 06, 2001
  5. Oct 30, 2001
  6. Oct 29, 2001
    • Pierangelo Masarati's avatar
      More compliant version of str2dn/dn2str; · 64c7e39a
      Pierangelo Masarati authored
      may need optimization;
      uncomment #define USE_LDAP_DN_PARSING in libraries/libldap/getdn.c
      to enable its use.
      The ava/rdn/dn handling routines (append, insert, free and so) must
      be made available thru declaration in some header.
      64c7e39a
  7. Oct 24, 2001
  8. Oct 22, 2001
  9. Oct 21, 2001
  10. Oct 18, 2001
  11. Oct 02, 2001
  12. Oct 01, 2001
  13. Sep 29, 2001
  14. 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
  15. Sep 26, 2001
  16. Sep 24, 2001
  17. Sep 21, 2001
  18. Sep 18, 2001
  19. Aug 31, 2001
  20. Jul 23, 2001
  21. Jul 22, 2001
  22. Jul 21, 2001
  23. 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
  24. Jul 06, 2001
  25. Jun 25, 2001
  26. Jun 23, 2001
  27. Jun 22, 2001
  28. Jun 21, 2001
  29. Jun 15, 2001
  30. Jun 14, 2001
Loading