Author: mkhl Date: 2006-08-12 23:56:53 +0000 (Sat, 12 Aug 2006) New Revision: 17510
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17510 Log: Split the ldb_map module into three files: - ldb_map.c: common operations, asynchronism and initialization - ldb_map_inbound: inbound operations, i.e. add/modify/rename/delete - ldb_map_outbound: outbound operations, i.e. search Remove `static' declaration from shared functions. Move common function prototypes and data structures into the `ldb_map_private.h' header. Update build configuration. Martin Added: branches/SOC/mkhl/ldb-map/modules/ldb_map_inbound.c branches/SOC/mkhl/ldb-map/modules/ldb_map_outbound.c branches/SOC/mkhl/ldb-map/modules/ldb_map_private.h Modified: branches/SOC/mkhl/ldb-map/config.mk branches/SOC/mkhl/ldb-map/modules/ldb_map.c Changeset: Sorry, the patch is too large (4087 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17510
