Here is a list of all documented files with brief descriptions:
epp-client.c | Corba component is used for communication between apache module and central repository |
epp-client.h | Interface definition of corba module |
epp_common.c | Function definitions shared by all components of mod_eppd are here |
epp_common.h | The most important structures, function definitions and routine declarations are found in this file |
epp_gen.c | Component for generating greeting frame and responses to EPP commands in form of xml documents |
epp_gen.h | Interface to component which generates xml documents and returns result in form of a string |
epp_parser.c | Component for parsing EPP requests in form of xml documents |
epp_parser.h | Interface to component which parses xml documents and returns document's content in form of a structure |
epp_xmlcommon.h | This file gathers declarations common to both libxml components (parser and generator) |
mod_eppd.c | Mod_eppd.c is a true heart of the epp module which is called mod_eppd |