openldap/servers/slapd/back-perl
Ralf Haferkamp cdb9b2e2aa Add calls to PERL_SET_CONTEXT, as the active thread might not be the one
that created the PerlInterpreter object (ITS#4751)
2006-11-14 15:18:50 +00:00
..
add.c Add calls to PERL_SET_CONTEXT, as the active thread might not be the one 2006-11-14 15:18:50 +00:00
asperl_undefs.h Happy new year! 2006-01-03 23:11:52 +00:00
bind.c ITS#4358, thanks to Kevine Zerbib 2006-08-28 01:07:25 +00:00
close.c Happy new year! 2006-01-03 23:11:52 +00:00
compare.c Add calls to PERL_SET_CONTEXT, as the active thread might not be the one 2006-11-14 15:18:50 +00:00
config.c Happy new year! 2006-01-03 23:11:52 +00:00
delete.c Add calls to PERL_SET_CONTEXT, as the active thread might not be the one 2006-11-14 15:18:50 +00:00
init.c ITS#4358, thanks to Kevine Zerbib 2006-08-28 01:07:25 +00:00
Makefile.in Happy new year! 2006-01-03 23:11:52 +00:00
modify.c Add calls to PERL_SET_CONTEXT, as the active thread might not be the one 2006-11-14 15:18:50 +00:00
modrdn.c Add calls to PERL_SET_CONTEXT, as the active thread might not be the one 2006-11-14 15:18:50 +00:00
perl_back.h Happy new year! 2006-01-03 23:11:52 +00:00
proto-perl.h ITS#4358, thanks to Kevine Zerbib 2006-08-28 01:07:25 +00:00
README
SampleLDAP.pm Happy new year! 2006-01-03 23:11:52 +00:00
search.c Add calls to PERL_SET_CONTEXT, as the active thread might not be the one 2006-11-14 15:18:50 +00:00

Differences from 2.0 Perl API:

- Perl 5.6 is supported

- backend methods return actual LDAP result codes, not
  true/false; this gives the Perl module finer control
  of the error returned to the client

- a filterSearchResults configuration file directive was
  added to tell the backend glue that the results returned
  from the Perl module are candidates only

- the "init" method is called after the backend has been
  initialized - this lets you do some initialization after
  *all* configuration file directives have been read

- the interface for the search method is improved to
  pass the scope, deferencing policy, size limit, etc.
  See SampleLDAP.pm for details.

These changes were sponsored by myinternet Limited.

Luke Howard <lukeh@padl.com>