]> git.sur5r.net Git - openldap/commit
General improvements:
authorPierangelo Masarati <ando@openldap.org>
Thu, 8 Apr 2004 09:08:28 +0000 (09:08 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 8 Apr 2004 09:08:28 +0000 (09:08 +0000)
commit354372987f0a9da9058afb48847cc136d7d67f2b
tree64b0603b66f1ea4a3c78081997e4f51cf7bec509
parent6abba139bb64df9ed5b762c29ce29acd051f57cd
General improvements:
- There might be special cases that require the unique key to be a string
  (just ran into one); since this is not a generally useful change, it's
  hidden behind #defines.
- Added essential support for telephoneNumber match; the same infrastructure
  might be useful for other specialized matches (also regular matches should
  use it to handle multiple spaces and so!).
- Fixed dynamic backend initialization.
- Cleaned up search base DN normalization (works also if no uppercase function
  is available, using case exact matches).
servers/slapd/back-sql/add.c
servers/slapd/back-sql/back-sql.h
servers/slapd/back-sql/delete.c
servers/slapd/back-sql/entry-id.c
servers/slapd/back-sql/init.c
servers/slapd/back-sql/modify.c
servers/slapd/back-sql/modrdn.c
servers/slapd/back-sql/search.c