openldap/servers/slapd/slapi
Luke Howard 48d1046a35 Make slapi_pblock directly overlaid on operation/connection/slapreply
structures

This removes a lot of copying. It's still a bit tricky where the internal
slapd data types are different to those exposed via SLAPI (eg. modifications)
or the internal values are not allocated on the heap (eg. controls). Some
copying is necessary in these cases.
2005-07-25 04:19:33 +00:00
..
Makefile.in Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
plugin.c Use accessor macros for SLAPI parameter blocks, should make it 2005-07-22 05:26:15 +00:00
printmsg.c
proto-slapi.h Make slapi_pblock directly overlaid on operation/connection/slapreply 2005-07-25 04:19:33 +00:00
slapi_ext.c More use of SLAPI accessor macros 2005-07-22 05:33:47 +00:00
slapi_ops.c Make slapi_pblock directly overlaid on operation/connection/slapreply 2005-07-25 04:19:33 +00:00
slapi_overlay.c Make slapi_pblock directly overlaid on operation/connection/slapreply 2005-07-25 04:19:33 +00:00
slapi_pblock.c Make slapi_pblock directly overlaid on operation/connection/slapreply 2005-07-25 04:19:33 +00:00
slapi_utils.c Make slapi_pblock directly overlaid on operation/connection/slapreply 2005-07-25 04:19:33 +00:00
slapi.h Make slapi_pblock directly overlaid on operation/connection/slapreply 2005-07-25 04:19:33 +00:00
TODO