Skip to content
Snippets Groups Projects
  1. Dec 14, 2002
  2. Aug 31, 2002
  3. Aug 29, 2002
  4. Aug 08, 2002
  5. Jul 26, 2002
  6. Jul 19, 2002
  7. May 18, 2002
  8. Apr 29, 2002
    • Pierangelo Masarati's avatar
      First commit of Hallvard's backend documentation effort · d019bff7
      Pierangelo Masarati authored
      Backend documentation patch, version 1
      
      ================
      Most of this text is taken from OpenLDAP.  The work of rewriting it
      to manual pages is done by by Hallvard B. Furuseth and placed into
      the public domain.  This software is not subject to any license of
      the University of Oslo.
      ================
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
      d019bff7
  9. Apr 15, 2002
    • Kurt Zeilenga's avatar
      Patch: Escape character troubles (ITS#1753) · 02e85272
      Kurt Zeilenga authored
      			================
      Written by Hallvard B. Furuseth and placed into the public domain.
      This software is not subject to any license of the University of Oslo.
      			================
      
      maildap could address buf[-1] if len was < 2.
      
      REWRITE_SUBMATCH_ESCAPE is '%', not '\'.
      
      librewrite and saslautz could walk past the end of a string which
      ended with an escape character.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
      02e85272
  10. Apr 08, 2002
    • Pierangelo Masarati's avatar
      Mostly based on patches provided by Hallvard B. Furuseth · 4a8ab5db
      Pierangelo Masarati authored
      ITS#1677 - cast away const warnings
      ITS#1678 - unsigned char args to ctype funcs
      ITS#1682 - don't redefine ldap_debug
      ITS#1683 - uninitialized vars
      ITS#1703 - ldo_debug initialization
      ITS#1705 - unsigned testing
      ITS#1706 - socklen_t args
      ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested)
      ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs
      ITS#1725 - libdes not required
      
      Implement back-null (/dev/null style backend)
      Cleanup some misc warnings ("%lu" format, unused/uninitialized vars,
              ambiguous operator precedence)
      
      Kurt, please regenerate configure
      4a8ab5db
  11. Feb 10, 2002
  12. Jan 04, 2002
  13. Jan 02, 2002
  14. Dec 07, 2001
  15. Oct 31, 2001
  16. Oct 22, 2001
  17. Oct 08, 2001
  18. Aug 25, 2001
  19. Jun 23, 2001
  20. Jun 03, 2001
  21. 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