You can subscribe to this list here.
2002 |
Jan
|
Feb
(44) |
Mar
(51) |
Apr
(11) |
May
(5) |
Jun
(1) |
Jul
(19) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
|
Mar
|
Apr
(24) |
May
(37) |
Jun
(23) |
Jul
(14) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(17) |
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(3) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
From: eric w. <ewa...@us...> - 2004-12-09 18:43:57
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv375 Modified Files: Makefile.am Log Message: adding epp1.0 support Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile.am 18 Jul 2003 21:07:29 -0000 1.13 --- Makefile.am 9 Dec 2004 18:43:48 -0000 1.14 *************** *** 81,85 **** epp_Logout.cc \ epp_Poll.cc \ ! epp_Session.cc CLEANFILES = *~ --- 81,86 ---- epp_Logout.cc \ epp_Poll.cc \ ! epp_Session.cc \ ! testTools.cc CLEANFILES = *~ |
From: eric w. <ewa...@us...> - 2004-12-09 18:42:47
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32445 Modified Files: main_domainupdate.cc Log Message: adding epp1.0 support Index: main_domainupdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domainupdate.cc,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** main_domainupdate.cc 18 Jul 2003 20:21:19 -0000 1.18 --- main_domainupdate.cc 9 Dec 2004 18:42:39 -0000 1.19 *************** *** 285,289 **** while( ! removeDataMap[ns_name].empty() ) { ! l_req->m_remove->m_name_servers->push_back(ns_name); ns_number++; sprintf(ns_name, "ns%d", ns_number); --- 285,289 ---- while( ! removeDataMap[ns_name].empty() ) { ! l_req->m_remove->m_name_servers->push_back(removeDataMap[ns_name]); ns_number++; sprintf(ns_name, "ns%d", ns_number); |
From: eric w. <ewa...@us...> - 2004-12-09 18:41:32
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32170 Modified Files: main_domaininfo.cc Log Message: adding epp1.0 support Index: main_domaininfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaininfo.cc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** main_domaininfo.cc 18 Jul 2003 20:21:19 -0000 1.16 --- main_domaininfo.cc 9 Dec 2004 18:41:23 -0000 1.17 *************** *** 108,116 **** if(req->m_name_servers != NULL) { for(eppobject::epp::epp_string_seq::iterator i = req->m_name_servers->begin(); i != req->m_name_servers->end(); i++) { ! cerr << "<domain:ns>" << *i << "</domain:ns>" << endl; } } --- 108,118 ---- if(req->m_name_servers != NULL) { + cerr << "<domain:ns>" << endl; for(eppobject::epp::epp_string_seq::iterator i = req->m_name_servers->begin(); i != req->m_name_servers->end(); i++) { ! cerr << "<domain:hostObj>" << *i << "</domain:hostObj>" << endl; } + cerr << "</domain:ns>" << endl; } |
From: eric w. <ewa...@us...> - 2004-12-09 18:40:16
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31921 Modified Files: epp_DomainUpdate.cc Log Message: adding epp1.0 support Index: epp_DomainUpdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainUpdate.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** epp_DomainUpdate.cc 13 May 2003 22:55:50 -0000 1.12 --- epp_DomainUpdate.cc 9 Dec 2004 18:40:03 -0000 1.13 *************** *** 118,126 **** if(element->m_name_servers != NULL) { for(epp_string_seq::iterator i = element->m_name_servers->begin(); i != element->m_name_servers->end(); i++) { ! outputobject.putTag("domain:ns", *i); } } // if "m_name_servers" --- 118,128 ---- if(element->m_name_servers != NULL) { + outputobject.beginTag("domain:ns"); for(epp_string_seq::iterator i = element->m_name_servers->begin(); i != element->m_name_servers->end(); i++) { ! outputobject.putTag("domain:hostObj", *i); } + outputobject.endTag("domain:ns"); } // if "m_name_servers" |
From: eric w. <ewa...@us...> - 2004-12-09 18:38:32
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31431 Modified Files: epp_DomainInfo.cc Log Message: adding epp1.0 support Index: epp_DomainInfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainInfo.cc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** epp_DomainInfo.cc 13 May 2003 22:55:50 -0000 1.13 --- epp_DomainInfo.cc 9 Dec 2004 18:38:19 -0000 1.14 *************** *** 193,202 **** else if(nodeName == string(elemPrefix + ":ns")) { ! ! if(m_response->m_name_servers == NULL) { ! m_response->m_name_servers.ref(new epp_string_seq()); ! } ! ! m_response->m_name_servers->push_back(infChildNode->getNodeData()); // cout << "ns: " << ns << endl; } // if "ns" --- 193,215 ---- else if(nodeName == string(elemPrefix + ":ns")) { ! ! dom_ptr hostObjNode = dom_ptr(infChildNode->getFirstChildElement()); ! ! if(hostObjNode->isNull()) { ! throw epp_XMLException(__FILE__, __LINE__, "Empty hostObj-element"); ! } ! ! while(!hostObjNode->isNull()) { ! if (hostObjNode->getNodeName() != string(elemPrefix + ":hostObj")) { ! throw epp_XMLException(__FILE__, __LINE__, string(hostObjNode->getNodeName() + " in domain:ns not supported")); ! } ! ! if(m_response->m_name_servers == NULL) { ! m_response->m_name_servers.ref(new epp_string_seq()); ! } ! ! m_response->m_name_servers->push_back(hostObjNode->getNodeData()); ! hostObjNode = dom_ptr(hostObjNode->getNextSiblingElement()); ! } // cout << "ns: " << ns << endl; } // if "ns" |
From: eric w. <ewa...@us...> - 2004-12-09 18:36:56
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31034 Modified Files: epp_DomainCreate.cc Log Message: adding epp1.0 support Index: epp_DomainCreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainCreate.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** epp_DomainCreate.cc 13 May 2003 22:55:50 -0000 1.12 --- epp_DomainCreate.cc 9 Dec 2004 18:36:47 -0000 1.13 *************** *** 87,95 **** if(m_request->m_name_servers != NULL) { for(epp_string_seq::iterator i = m_request->m_name_servers->begin(); i != m_request->m_name_servers->end(); i++) { ! xml_request.putTag("domain:ns", *i); } } // if "m_name_servers" --- 87,97 ---- if(m_request->m_name_servers != NULL) { + xml_request.beginTag("domain:ns"); for(epp_string_seq::iterator i = m_request->m_name_servers->begin(); i != m_request->m_name_servers->end(); i++) { ! xml_request.putTag("domain:hostObj", *i); } + xml_request.endTag("domain:ns"); } // if "m_name_servers" |
From: Daniel M. <tub...@us...> - 2003-12-17 22:11:31
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv28443 Modified Files: Tag: epp-pre02 clean.sh Log Message: add in clean up of src/unspec directory and fixed clean up of src/ssl directory and add '-rf' to make the program silent when the files don't exist Index: clean.sh =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/clean.sh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** clean.sh 15 Dec 2003 18:26:27 -0000 1.1.2.2 --- clean.sh 17 Dec 2003 22:11:28 -0000 1.1.2.3 *************** *** 13,20 **** rm -rf src/ssl/*~ rm -rf src/ssl/Makefile ! rm -rf src/sl/Makefile.in rm -rf src/transport/*~ rm -rf src/transport/Makefile rm -rf src/transport/Makefile.in rm -rf config.log rm -rf config.cache --- 13,23 ---- rm -rf src/ssl/*~ rm -rf src/ssl/Makefile ! rm -rf src/ssl/Makefile.in rm -rf src/transport/*~ rm -rf src/transport/Makefile rm -rf src/transport/Makefile.in + rm -rf src/unspec/*~ + rm -rf src/unspec/Makefile + rm -rf src/unspec/Makefile.in rm -rf config.log rm -rf config.cache *************** *** 27,31 **** rm -rf autoscan.log rm -rf configure.scan - rm -rf src/ssl/Makefile.in rm -rf epp idl ! rm depcomp install-sh missing mkinstalldirs --- 30,33 ---- rm -rf autoscan.log rm -rf configure.scan rm -rf epp idl ! rm -rf depcomp install-sh missing mkinstalldirs |
From: Daniel M. <tub...@us...> - 2003-12-17 22:09:59
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv28202 Modified Files: Tag: epp-pre02 README Log Message: added note about unspec directory in contents Index: README =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/README,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** README 17 Dec 2003 22:07:34 -0000 1.3.2.1 --- README 17 Dec 2003 22:09:54 -0000 1.3.2.2 *************** *** 39,42 **** --- 39,46 ---- - classes for different types of transport + src/unspec/* + - classes to demonstrate how to write "unspec" extensions + for the RTK + src/epp_* - "Action"-classes as defined in the IDL |
From: Daniel M. <tub...@us...> - 2003-12-17 22:08:29
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv27918 Modified Files: Tag: epp-pre02 configure.in Log Message: make sure the unspec directory makes it into the distribution Index: configure.in =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/configure.in,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -d -r1.2.2.3 -r1.2.2.4 *** configure.in 15 Dec 2003 18:30:40 -0000 1.2.2.3 --- configure.in 17 Dec 2003 22:08:26 -0000 1.2.2.4 *************** *** 85,87 **** AC_CHECK_FUNCS(mkdir select strstr) ! AC_OUTPUT(Makefile src/Makefile src/transport/Makefile src/data/Makefile src/ssl/Makefile) --- 85,87 ---- AC_CHECK_FUNCS(mkdir select strstr) ! AC_OUTPUT(Makefile src/Makefile src/transport/Makefile src/data/Makefile src/ssl/Makefile src/unspec/Makefile) |
From: Daniel M. <tub...@us...> - 2003-12-17 22:07:38
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv27697 Modified Files: Tag: epp-pre02 README Log Message: backported the README from the 0.7.x release of the C++ RTK Index: README =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/README,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** README 19 Jun 2001 19:18:03 -0000 1.3 --- README 17 Dec 2003 22:07:34 -0000 1.3.2.1 *************** *** 1,17 **** ! EPP RTK C++ ! Copyright (C) 2001 Global Name Registry ! - What? - ----- ! This is a preliminary release of the C++-version of the EPP RTK. ! In order to compile the toolkit and the testprograms, you need to have the ! following installed: ! ¤ Xerces-C (http://xml.apache.org/xerces-c/) ! ¤ domtools (Should be part of this package) --- 1,27 ---- ! SourceForge EPP RTK C++ ! Copyright (C) 2001-2003 The Global Name Registry, Limited ! What is this? ! ------------- ! This is the C++ port of the EPP RTK. It follows the "pre02" specification of ! the proposed EPP standard, so it is certified to work with the .info registry. ! ! Only the source code is included here. It was developed using RedHat 9 ! GNU/Linux with gcc 3.2.2. In order to compile the toolkit and the ! test programs, you need to have the following installed: ! * A C++ compiler, preferrably gcc. ! * GNU build tools (make, etc...) ! * domtools 1.0.6 (Available from http://sourceforge.net/projects/epp-rtk/) ! * OpenSSL 0.9.6* (Available from http://www.openssl.org/ ) ! NB: Versions 0.9.7* are not compatible -- the RTK was tested ! and built with release 0.9.6j ! * Xerces-C 1.7.0 (Available from ! http://xml.apache.org/dist/xerces-c/stable/archives/ ) ! NB: Versions 2.* are not compatible because the xerces api has changed. ! Versions lower than 1.7.0 might work, but this has not been tested. *************** *** 32,38 **** - "Action"-classes as defined in the IDL ! src/main_* src/testTools.h ! - Small testprograms to test each action-class ! 2001.06.19: ep...@gn... --- 42,121 ---- - "Action"-classes as defined in the IDL ! src/main_* src/testTools.* ! - Small test programs to test each action-class ! In the files main_hello.cc, main_login.cc, and testTools.cc, you find ! detailed comments in the code describing usage of the toolkit. ! ! For information about command line parameters (like server name/port) ! for the test programs, please run e.g., "./hello -?" after compile. ! ! ! Building instructions: ! ---------------------- ! ! 1) Make sure OpenSSL, Xerces-C, and domtools are installed. ! ! 2) Run ./configure from this directory. This will search for required ! dependencies in your system. Configure will look for OpenSSL headers ! first in /usr/local/openssl/include, then in standard header locations ! such as /usr/include. Configure will also look for Xerces-C headers ! first in /usr/local/xerces/include, then in standard locations. Domtools ! is assumed to be in /usr/local/domtools unless told otherwise. ! ! To tell configure to look in different places for OpenSSL, Xerces-C, and ! domtools use these: ! ! ./configure --with-xerces-include=/path/to/xerces/include \ ! --with-xerces-lib=/the/xerces/lib/file.so \ ! --with-openssl=/path/to/openssl \ ! --with-domtools=/path/to/domtools ! ! Xerces has two configure options because the naming of the xerces ! library (.so) sometimes includes the release number. Just using ! a "path to xerces" value would not have been sufficient. ! ! Configure also accepts a "--enable-rtk-debug" flag to turn on various ! debug messages in the RTK (mostly showing the XML to and from the server). ! ! 3) Run "make". This will build the RTK libraries in the following locations: ! ! src/data/libdata.a ! src/ssl/libnpssl.a ! src/transport/libtransport.a ! src/librtk.a ! ! 4) Then run "make install". This will install the RTK headers in PREFIX/include/epp-rtk-cpp, ! were "PREFIX" is "/usr/local/epp-rtk-cpp" by default (use configure's --prefix=/another/path to ! change this). The libraries are installed in PREFIX/lib. ! ! ! Notes about building on specific platforms: ! ------------------------------------------- ! ! RedHat 9 ! ! This distribution of GNU/Linux comes with OpenSSL 0.9.7a, which is incompatible ! with the C++ EPP RTK. Installing 0.9.6* (I used "j") in /usr/local/openssl solved ! the compile problems. Xerces had to be compiled from scratch because the binaries ! provided at the link above are built with gcc 2.x. ! ! RedHat 7.3 ! ! Issues exist with the stock compiler provided in this distribution. It is ! recommended to download gcc 2.95.x from GNU and compiling it from scratch ! and installing it -- both twice to ensure a clean build of the compiler. ! Xerces and OpenSSL will likely also have to be built from scratch on this ! platform. Preliminary tests though have shown that with all this built ! from scratch, the RTK still can't handle exceptions being thrown. If anyone ! has any info to offer in this area, we'd be glad to include some notes here. ! ! Solaris 8 ! ! The Solaris machine I was using had g++ 3.2 installed. The Xerces-C Solaris binaries ! from the site above did not seem to want to link. So I complied Xerces 1.7.0 from ! scratch and all worked fine. ! ! ! 2002.03.15: ep...@gn... |
From: Daniel M. <tub...@us...> - 2003-12-17 21:24:39
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/data In directory sc8-pr-cvs1:/tmp/cvs-serv17149/data Modified Files: Tag: epp-pre02 epp_eppXMLbase.cc Log Message: don't throw an exception when trid is missing because the .info registry doesn't include it in some error responses Index: epp_eppXMLbase.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_eppXMLbase.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** epp_eppXMLbase.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 --- epp_eppXMLbase.cc 17 Dec 2003 21:24:36 -0000 1.3.2.3 *************** *** 289,319 **** DOM_Node trIDNode = getSingleTag(node, "trID"); ! if(trIDNode.isNull()) ! { ! throw epp_XMLException(__FILE__, __LINE__, "Missing trID-element in response"); ! } ! ! res->m_trans_id.ref(new epp_TransID()); ! ! DOM_Node svTRIDNode = ((DOM_Element*)&trIDNode)->getElementsByTagName("svTRID").item(0); ! if(svTRIDNode.isNull()) ! { ! throw epp_XMLException(__FILE__, __LINE__, "Missing svTRID-element in response"); ! } ! ! string svTRID; ! getNodeData(svTRIDNode, svTRID); ! res->m_trans_id->m_server_trid.ref(new epp_trid(svTRID)); ! // cout << "svTRID: " << *res->m_trans_id->m_server_trid << endl; ! ! DOM_Node clTRIDNode = ((DOM_Element*)&trIDNode)->getElementsByTagName("clTRID").item(0); ! if(!clTRIDNode.isNull()) ! { ! string clTRID; ! getNodeData(clTRIDNode, clTRID); ! res->m_trans_id->m_client_trid.ref(new epp_trid(clTRID)); ! // cout << "clTRID: " << *res->m_trans_id->m_client_trid << endl; ! } DOM_NodeList resultNodes = ((DOM_Element*)&node)->getElementsByTagName("result"); if(resultNodes.getLength() == 0) --- 289,317 ---- DOM_Node trIDNode = getSingleTag(node, "trID"); ! if(!trIDNode.isNull()) { // sometimes, .info registry doesn't give a trid -- especially in error responses + res->m_trans_id.ref(new epp_TransID()); + + DOM_Node svTRIDNode = ((DOM_Element*)&trIDNode)->getElementsByTagName("svTRID").item(0); + if(svTRIDNode.isNull()) + { + throw epp_XMLException(__FILE__, __LINE__, "Missing svTRID-element in response"); + } + + string svTRID; + getNodeData(svTRIDNode, svTRID); + res->m_trans_id->m_server_trid.ref(new epp_trid(svTRID)); + // cout << "svTRID: " << *res->m_trans_id->m_server_trid << endl; + + DOM_Node clTRIDNode = ((DOM_Element*)&trIDNode)->getElementsByTagName("clTRID").item(0); + if(!clTRIDNode.isNull()) + { + string clTRID; + getNodeData(clTRIDNode, clTRID); + res->m_trans_id->m_client_trid.ref(new epp_trid(clTRID)); + // cout << "clTRID: " << *res->m_trans_id->m_client_trid << endl; + } + } // end-if on else for node being null + DOM_NodeList resultNodes = ((DOM_Element*)&node)->getElementsByTagName("result"); if(resultNodes.getLength() == 0) |
From: Daniel M. <tub...@us...> - 2003-12-17 21:24:13
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/unspec In directory sc8-pr-cvs1:/tmp/cvs-serv17019/unspec Added Files: Tag: epp-pre02 Makefile.am Log Message: include the unspec directory in the distribution --- NEW FILE: Makefile.am --- exportedheaders = \ epp_UnspecTest.h \ epp_Weather.h noinst_HEADERS = $(exportedheaders) CLEANFILES = *~ DISTCLEANFILES = Makefile.in |
From: Daniel M. <tub...@us...> - 2003-12-17 21:23:32
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1:/tmp/cvs-serv16871 Modified Files: Tag: epp-pre02 Makefile.am Log Message: include the unspec directory in the distribution Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/Makefile.am,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** Makefile.am 12 Dec 2003 23:24:29 -0000 1.2.2.2 --- Makefile.am 17 Dec 2003 21:23:29 -0000 1.2.2.3 *************** *** 1,5 **** AUTOMAKE_OPTIONS = 1.6.3 ! SUBDIRS = data ssl transport lib_LIBRARIES = libepprtk.a --- 1,5 ---- AUTOMAKE_OPTIONS = 1.6.3 ! SUBDIRS = data ssl transport unspec lib_LIBRARIES = libepprtk.a |
From: Daniel M. <tub...@us...> - 2003-12-15 18:30:43
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv22964 Modified Files: Tag: epp-pre02 configure.in Log Message: align the help text better Index: configure.in =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/configure.in,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** configure.in 15 Dec 2003 18:27:09 -0000 1.2.2.2 --- configure.in 15 Dec 2003 18:30:40 -0000 1.2.2.3 *************** *** 41,45 **** DOMTOOLS_PATH="/usr/local/domtools" ! AC_ARG_WITH(domtools, [ --with-domtools=/path/to/domtools To specify a domtools location other than /usr/local], DOMTOOLS_PATH=$withval ) --- 41,45 ---- DOMTOOLS_PATH="/usr/local/domtools" ! AC_ARG_WITH(domtools, [ --with-domtools=/path/to/domtools To specify a domtools location other than /usr/local], DOMTOOLS_PATH=$withval ) |
From: Daniel M. <tub...@us...> - 2003-12-15 18:27:12
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv22075 Modified Files: Tag: epp-pre02 configure.in Log Message: change the version number to 0.1.3 Index: configure.in =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/configure.in,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** configure.in 12 Dec 2003 23:24:29 -0000 1.2.2.1 --- configure.in 15 Dec 2003 18:27:09 -0000 1.2.2.2 *************** *** 1,10 **** dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) ! AC_INIT([epp-rtk-cpp], [0.7.1]) AC_CONFIG_SRCDIR(src/config.h) AM_INIT_AUTOMAKE(1.6.3) PACKAGE=epp-rtk-cpp ! VERSION=0.7.1 AUTOMAKE=automake AC_SUBST(PACKAGE) --- 1,10 ---- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) ! AC_INIT([epp-rtk-cpp], [0.1.3]) AC_CONFIG_SRCDIR(src/config.h) AM_INIT_AUTOMAKE(1.6.3) PACKAGE=epp-rtk-cpp ! VERSION=0.1.3 AUTOMAKE=automake AC_SUBST(PACKAGE) |
From: Daniel M. <tub...@us...> - 2003-12-15 18:26:32
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv21945 Modified Files: Tag: epp-pre02 clean.sh Log Message: remove the automake/autoconf symlink files too Index: clean.sh =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/clean.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** clean.sh 12 Dec 2003 23:24:29 -0000 1.1.2.1 --- clean.sh 15 Dec 2003 18:26:27 -0000 1.1.2.2 *************** *** 29,30 **** --- 29,31 ---- rm -rf src/ssl/Makefile.in rm -rf epp idl + rm depcomp install-sh missing mkinstalldirs |
From: Daniel M. <tub...@us...> - 2003-12-15 15:27:49
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1:/tmp/cvs-serv15963 Modified Files: Tag: epp-pre02 main_domaininfo.cc Log Message: final fixes to get clean compile Index: main_domaininfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaininfo.cc,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -C2 -d -r1.3.2.3 -r1.3.2.4 *** main_domaininfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 --- main_domaininfo.cc 15 Dec 2003 15:27:45 -0000 1.3.2.4 *************** *** 121,125 **** i != req->m_name_servers->end(); i++) { - if(i != NULL) cout << " ns: " << *i << endl; } --- 121,124 ---- *************** *** 132,136 **** i != req->m_hosts->end(); i++) { - if(i != NULL) cout << " host: " << *i << endl; } --- 131,134 ---- |
From: Daniel M. <tub...@us...> - 2003-12-15 15:27:49
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/unspec In directory sc8-pr-cvs1:/tmp/cvs-serv15963/unspec Modified Files: Tag: epp-pre02 epp_UnspecTest.h Log Message: final fixes to get clean compile Index: epp_UnspecTest.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/unspec/epp_UnspecTest.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** epp_UnspecTest.h 28 Sep 2001 17:59:55 -0000 1.1.2.1 --- epp_UnspecTest.h 15 Dec 2003 15:27:46 -0000 1.1.2.2 *************** *** 30,35 **** #include "config.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "unspec/epp_Weather.h" #include "data/epp_eppXMLbase.h" --- 30,34 ---- #include "config.h" ! #include <domtools/dom_wrapper.h> #include "unspec/epp_Weather.h" #include "data/epp_eppXMLbase.h" *************** *** 70,74 **** if(!todayNode.isNull()) { ! string today; domtools::getNodeData(todayNode, today); m_weather->m_today.ref(new epp_string(today)); --- 69,73 ---- if(!todayNode.isNull()) { ! std::string today; domtools::getNodeData(todayNode, today); m_weather->m_today.ref(new epp_string(today)); *************** *** 78,82 **** if(!tomorrowNode.isNull()) { ! string tomorrow; domtools::getNodeData(tomorrowNode, tomorrow); m_weather->m_tomorrow.ref(new epp_string(tomorrow)); --- 77,81 ---- if(!tomorrowNode.isNull()) { ! std::string tomorrow; domtools::getNodeData(tomorrowNode, tomorrow); m_weather->m_tomorrow.ref(new epp_string(tomorrow)); |
Update of /cvsroot/epp-rtk/epp-rtk/c++/src In directory sc8-pr-cvs1:/tmp/cvs-serv5162/src Modified Files: Tag: epp-pre02 Makefile.am epp_ContactCheck.cc epp_ContactCreate.cc epp_ContactDelete.cc epp_ContactInfo.cc epp_ContactTransfer.cc epp_ContactUpdate.cc epp_DomainCheck.cc epp_DomainCreate.cc epp_DomainDelete.cc epp_DomainInfo.cc epp_DomainRenew.cc epp_DomainTransfer.cc epp_DomainUpdate.cc epp_Hello.cc epp_HostCheck.cc epp_HostCreate.cc epp_HostDelete.cc epp_HostInfo.cc epp_HostUpdate.cc epp_Login.cc epp_Logout.cc epp_Poll.cc epp_Poll.h epp_Session.cc ltoa.h main_contactcheck.cc main_contactcreate.cc main_contactdelete.cc main_contactinfo.cc main_contacttransfer.cc main_contactupdate.cc main_domaincheck.cc main_domaincreate.cc main_domaindelete.cc main_domaininfo.cc main_domainrenew.cc main_domaintransfer.cc main_domainupdate.cc main_hello.cc main_hostcheck.cc main_hostcreate.cc main_hostdelete.cc main_hostinfo.cc main_hostupdate.cc main_login.cc main_loginunspec.cc main_logout.cc main_poll.cc testTools.cc testTools.h Log Message: bringing the old .info C++ rtk update to gcc 3.x standard for C++ and backporting the improved automake/autoconf from the 0.7.x release of the C++ RTK Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/Makefile.am,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** Makefile.am 28 Sep 2001 17:59:54 -0000 1.2.2.1 --- Makefile.am 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 1,6 **** SUBDIRS = data ssl transport ! CLEANFILES = *~ ! DISTCLEANFILES = Makefile.in noinst_PROGRAMS = hello login logout poll \ --- 1,7 ---- + AUTOMAKE_OPTIONS = 1.6.3 + SUBDIRS = data ssl transport ! lib_LIBRARIES = libepprtk.a noinst_PROGRAMS = hello login logout poll \ *************** *** 12,16 **** loginunspec ! noinst_LIBRARIES = libepprtk.a common_lib = \ --- 13,47 ---- loginunspec ! exportedheaders = \ ! config.h \ ! epp_Action.h \ ! epp_ContactCheck.h \ ! epp_ContactCreate.h \ ! epp_ContactDelete.h \ ! epp_ContactInfo.h \ ! epp_ContactTransfer.h \ ! epp_ContactUpdate.h \ ! epp_DomainCheck.h \ ! epp_DomainCreate.h \ ! epp_DomainDelete.h \ ! epp_DomainInfo.h \ ! epp_DomainRenew.h \ ! epp_DomainTransfer.h \ ! epp_DomainUpdate.h \ ! epp_Hello.h \ ! epp_HostCheck.h \ ! epp_HostCreate.h \ ! epp_HostDelete.h \ ! epp_HostInfo.h \ ! epp_HostUpdate.h \ ! epp_Login.h \ ! epp_Logout.h \ ! epp_Poll.h \ ! epp_Session.h \ ! epp_Unspec.h \ ! ltoa.h \ ! testTools.h ! ! pkginclude_HEADERS = $(exportedheaders) common_lib = \ *************** *** 20,37 **** ssl/libnpssl.a ! ! LDADD = $(common_lib) -L/usr/local/lib/domtools \ ! -ldomtools /usr/local/xerces/lib/libxerces-c1_4.so -lpthread \ ! -L/usr/local/ssl/lib -lssl -lcrypt -lcrypto ! ! common = \ ! testTools.cc libepprtk_a_SOURCES = \ ! epp_Login.cc \ ! epp_Session.cc \ ! epp_Hello.cc \ ! epp_Logout.cc \ ! epp_Poll.cc \ epp_ContactCheck.cc \ epp_ContactCreate.cc \ --- 51,59 ---- ssl/libnpssl.a ! LDADD = $(common_lib) $(XERCES_LIB) -lpthread \ ! -L$(DOMTOOLS_PATH)/lib -L$(OPENSSL_PATH)/lib -ldomtools -lssl -lcrypt -lcrypto libepprtk_a_SOURCES = \ ! $(exportedheaders) \ epp_ContactCheck.cc \ epp_ContactCreate.cc \ *************** *** 47,123 **** epp_DomainTransfer.cc \ epp_DomainUpdate.cc \ epp_HostCheck.cc \ epp_HostCreate.cc \ epp_HostDelete.cc \ epp_HostInfo.cc \ ! epp_HostUpdate.cc hello_SOURCES = \ ! main_hello.cc $(common) login_SOURCES = \ ! main_login.cc $(common) logout_SOURCES = \ ! main_logout.cc $(common) poll_SOURCES = \ ! main_poll.cc $(common) contactcheck_SOURCES = \ ! main_contactcheck.cc $(common) contactcreate_SOURCES = \ ! main_contactcreate.cc $(common) contactdelete_SOURCES = \ ! main_contactdelete.cc $(common) contactinfo_SOURCES = \ ! main_contactinfo.cc $(common) contacttransfer_SOURCES = \ ! main_contacttransfer.cc $(common) contactupdate_SOURCES = \ ! main_contactupdate.cc $(common) domaincheck_SOURCES = \ ! main_domaincheck.cc $(common) domaincreate_SOURCES = \ ! main_domaincreate.cc $(common) domaindelete_SOURCES = \ ! main_domaindelete.cc $(common) domaininfo_SOURCES = \ ! main_domaininfo.cc $(common) domainrenew_SOURCES = \ ! main_domainrenew.cc $(common) domaintransfer_SOURCES = \ ! main_domaintransfer.cc $(common) domainupdate_SOURCES = \ ! main_domainupdate.cc $(common) hostcheck_SOURCES = \ ! main_hostcheck.cc $(common) hostcreate_SOURCES = \ ! main_hostcreate.cc $(common) hostdelete_SOURCES = \ ! main_hostdelete.cc $(common) hostinfo_SOURCES = \ ! main_hostinfo.cc $(common) hostupdate_SOURCES = \ ! main_hostupdate.cc $(common) loginunspec_SOURCES = \ ! main_loginunspec.cc $(common) --- 69,154 ---- epp_DomainTransfer.cc \ epp_DomainUpdate.cc \ + epp_Hello.cc \ epp_HostCheck.cc \ epp_HostCreate.cc \ epp_HostDelete.cc \ epp_HostInfo.cc \ ! epp_HostUpdate.cc \ ! epp_Login.cc \ ! epp_Logout.cc \ ! epp_Poll.cc \ ! epp_Session.cc \ ! testTools.cc ! ! CLEANFILES = *~ ! DISTCLEANFILES = Makefile.in hello_SOURCES = \ ! main_hello.cc login_SOURCES = \ ! main_login.cc logout_SOURCES = \ ! main_logout.cc poll_SOURCES = \ ! main_poll.cc contactcheck_SOURCES = \ ! main_contactcheck.cc contactcreate_SOURCES = \ ! main_contactcreate.cc contactdelete_SOURCES = \ ! main_contactdelete.cc contactinfo_SOURCES = \ ! main_contactinfo.cc contacttransfer_SOURCES = \ ! main_contacttransfer.cc contactupdate_SOURCES = \ ! main_contactupdate.cc domaincheck_SOURCES = \ ! main_domaincheck.cc domaincreate_SOURCES = \ ! main_domaincreate.cc domaindelete_SOURCES = \ ! main_domaindelete.cc domaininfo_SOURCES = \ ! main_domaininfo.cc domainrenew_SOURCES = \ ! main_domainrenew.cc domaintransfer_SOURCES = \ ! main_domaintransfer.cc domainupdate_SOURCES = \ ! main_domainupdate.cc hostcheck_SOURCES = \ ! main_hostcheck.cc hostcreate_SOURCES = \ ! main_hostcreate.cc hostdelete_SOURCES = \ ! main_hostdelete.cc hostinfo_SOURCES = \ ! main_hostinfo.cc hostupdate_SOURCES = \ ! main_hostupdate.cc loginunspec_SOURCES = \ ! main_loginunspec.cc Index: epp_ContactCheck.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_ContactCheck.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_ContactCheck.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_ContactCheck.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_ContactCheck.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::contact; --- 28,36 ---- #include "config.h" #include "epp_ContactCheck.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::contact; Index: epp_ContactCreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_ContactCreate.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** epp_ContactCreate.cc 8 Feb 2002 11:57:54 -0000 1.3.2.2 --- epp_ContactCreate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 28,38 **** #include "config.h" #include "epp_ContactCreate.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::contact; --- 28,36 ---- #include "config.h" #include "epp_ContactCreate.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::contact; Index: epp_ContactDelete.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_ContactDelete.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_ContactDelete.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_ContactDelete.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_ContactDelete.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::contact; --- 28,36 ---- #include "config.h" #include "epp_ContactDelete.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::contact; Index: epp_ContactInfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_ContactInfo.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** epp_ContactInfo.cc 8 Feb 2002 11:57:54 -0000 1.3.2.2 --- epp_ContactInfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 28,38 **** #include "config.h" #include "epp_ContactInfo.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::contact; --- 28,36 ---- #include "config.h" #include "epp_ContactInfo.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::contact; Index: epp_ContactTransfer.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_ContactTransfer.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_ContactTransfer.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_ContactTransfer.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_ContactTransfer.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::contact; --- 28,36 ---- #include "config.h" #include "epp_ContactTransfer.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::contact; Index: epp_ContactUpdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_ContactUpdate.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** epp_ContactUpdate.cc 8 Feb 2002 11:57:54 -0000 1.3.2.2 --- epp_ContactUpdate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 28,38 **** #include "config.h" #include "epp_ContactUpdate.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::contact; --- 28,36 ---- #include "config.h" #include "epp_ContactUpdate.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_contactXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::contact; Index: epp_DomainCheck.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainCheck.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainCheck.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainCheck.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_DomainCheck.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 28,36 ---- #include "config.h" #include "epp_DomainCheck.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_DomainCreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainCreate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainCreate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainCreate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 29,39 **** #include "ltoa.h" #include "epp_DomainCreate.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 29,37 ---- #include "ltoa.h" #include "epp_DomainCreate.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_DomainDelete.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainDelete.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainDelete.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainDelete.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_DomainDelete.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 28,36 ---- #include "config.h" #include "epp_DomainDelete.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_DomainInfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainInfo.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainInfo.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainInfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_DomainInfo.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 28,36 ---- #include "config.h" #include "epp_DomainInfo.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_DomainRenew.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainRenew.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainRenew.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainRenew.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 29,39 **** #include "ltoa.h" #include "epp_DomainRenew.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 29,37 ---- #include "ltoa.h" #include "epp_DomainRenew.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_DomainTransfer.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainTransfer.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainTransfer.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainTransfer.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 29,39 **** #include "ltoa.h" #include "epp_DomainTransfer.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 29,37 ---- #include "ltoa.h" #include "epp_DomainTransfer.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_DomainUpdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_DomainUpdate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_DomainUpdate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_DomainUpdate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,39 **** #include "config.h" #include "epp_DomainUpdate.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::domain; --- 28,36 ---- #include "config.h" #include "epp_DomainUpdate.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_domainXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_Hello.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_Hello.cc,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** epp_Hello.cc 3 Jul 2001 13:40:29 -0000 1.3 --- epp_Hello.cc 12 Dec 2003 23:24:29 -0000 1.3.2.1 *************** *** 28,38 **** #include "config.h" #include "epp_Hello.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::epp; --- 28,36 ---- #include "config.h" #include "epp_Hello.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::epp; Index: epp_HostCheck.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_HostCheck.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_HostCheck.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_HostCheck.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_HostCheck.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::host; --- 28,36 ---- #include "config.h" #include "epp_HostCheck.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::host; Index: epp_HostCreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_HostCreate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_HostCreate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_HostCreate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_HostCreate.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::host; --- 28,36 ---- #include "config.h" #include "epp_HostCreate.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::host; Index: epp_HostDelete.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_HostDelete.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_HostDelete.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_HostDelete.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_HostDelete.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::host; --- 28,36 ---- #include "config.h" #include "epp_HostDelete.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::host; Index: epp_HostInfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_HostInfo.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_HostInfo.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_HostInfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_HostInfo.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::host; --- 28,36 ---- #include "config.h" #include "epp_HostInfo.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::host; Index: epp_HostUpdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_HostUpdate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_HostUpdate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_HostUpdate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_HostUpdate.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::host; --- 28,36 ---- #include "config.h" #include "epp_HostUpdate.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_hostXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::host; Index: epp_Login.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_Login.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_Login.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_Login.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_Login.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::epp; --- 28,36 ---- #include "config.h" #include "epp_Login.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::epp; Index: epp_Logout.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_Logout.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_Logout.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_Logout.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_Logout.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::epp; --- 28,36 ---- #include "config.h" #include "epp_Logout.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::epp; Index: epp_Poll.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_Poll.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_Poll.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- epp_Poll.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 28,38 **** #include "config.h" #include "epp_Poll.h" ! #include <domtools/dom_output.h> ! #include <domtools/dom_tools.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! #include <dom/DOM.hpp> ! using namespace domtools; using namespace eppobject::epp; --- 28,36 ---- #include "config.h" #include "epp_Poll.h" ! #include <domtools/dom_wrapper.h> #include "data/epp_eppXMLbase.h" #include "data/epp_XMLException.h" ! using namespace std; using namespace domtools; using namespace eppobject::epp; Index: epp_Poll.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_Poll.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_Poll.h 28 Sep 2001 17:59:54 -0000 1.2.2.1 --- epp_Poll.h 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 33,37 **** #include "data/epp_PollRsp.h" #include "epp_Action.h" ! #include <dom/DOM.hpp> --- 33,37 ---- #include "data/epp_PollRsp.h" #include "epp_Action.h" ! #include <domtools/dom_wrapper.h> *************** *** 42,46 **** epp_PollReq_ref m_request; epp_PollRsp_ref m_response; ! map<epp_PollOpType, string> pollReqTypeMap; void initReqMap(); epp_PollDomainTransfer_ref createDomainTransferResData(const DOM_Node & DTNode); --- 42,46 ---- epp_PollReq_ref m_request; epp_PollRsp_ref m_response; ! std::map<epp_PollOpType, std::string> pollReqTypeMap; void initReqMap(); epp_PollDomainTransfer_ref createDomainTransferResData(const DOM_Node & DTNode); Index: epp_Session.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/epp_Session.cc,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_Session.cc 28 Sep 2001 17:59:54 -0000 1.2.2.1 --- epp_Session.cc 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 29,32 **** --- 29,33 ---- #include "epp_Hello.h" + using namespace std; using namespace eppobject::epp; Index: ltoa.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/ltoa.h,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ltoa.h 19 Jun 2001 19:16:37 -0000 1.1 --- ltoa.h 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 32,36 **** #include <cstdio> ! inline string ltoa(long i) { char buf[20]; sprintf(buf,"%ld",i); --- 32,36 ---- #include <cstdio> ! inline std::string ltoa(long i) { char buf[20]; sprintf(buf,"%ld",i); Index: main_contactcheck.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_contactcheck.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_contactcheck.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_contactcheck.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_ContactCheckReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_ContactCheckReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::contact; using namespace eppobject::epp; Index: main_contactcreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_contactcreate.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** main_contactcreate.cc 8 Feb 2002 11:57:54 -0000 1.3.2.2 --- main_contactcreate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_ContactCreateReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_ContactCreateReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::contact; using namespace eppobject::epp; Index: main_contactdelete.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_contactdelete.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_contactdelete.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_contactdelete.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_ContactDeleteReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_ContactDeleteReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::contact; using namespace eppobject::epp; Index: main_contactinfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_contactinfo.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** main_contactinfo.cc 8 Feb 2002 11:57:54 -0000 1.3.2.2 --- main_contactinfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 28,32 **** #include <string> #include <vector> ! #include <iostream.h> #include "data/epp_ContactInfoReq.h" --- 28,32 ---- #include <string> #include <vector> ! #include <iostream> #include "data/epp_ContactInfoReq.h" *************** *** 39,42 **** --- 39,43 ---- #include "testTools.h" + using namespace std; using namespace eppobject::contact; using namespace eppobject::epp; Index: main_contacttransfer.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_contacttransfer.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_contacttransfer.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_contacttransfer.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_ContactTransferReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_ContactTransferReq.h" *************** *** 39,42 **** --- 39,43 ---- #include "data/epp_eppXMLbase.h" + using namespace std; using namespace eppobject::contact; using namespace eppobject::epp; Index: main_contactupdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_contactupdate.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** main_contactupdate.cc 8 Feb 2002 11:57:54 -0000 1.3.2.2 --- main_contactupdate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_ContactUpdateReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_ContactUpdateReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::contact; using namespace eppobject::epp; Index: main_domaincheck.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaincheck.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_domaincheck.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_domaincheck.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_DomainCheckReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_DomainCheckReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_domaincreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaincreate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_domaincreate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_domaincreate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_DomainCreateReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_DomainCreateReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_domaindelete.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaindelete.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_domaindelete.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_domaindelete.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_DomainDeleteReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_DomainDeleteReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_domaininfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaininfo.cc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** main_domaininfo.cc 8 Feb 2002 12:04:07 -0000 1.3.2.2 --- main_domaininfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.3 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_DomainInfoReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_DomainInfoReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_domainrenew.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domainrenew.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_domainrenew.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_domainrenew.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_DomainRenewReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_DomainRenewReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_domaintransfer.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domaintransfer.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_domaintransfer.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_domaintransfer.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_DomainTransferReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_DomainTransferReq.h" *************** *** 39,42 **** --- 39,43 ---- #include "data/epp_eppXMLbase.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_domainupdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_domainupdate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_domainupdate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_domainupdate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_DomainUpdateReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_DomainUpdateReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::domain; using namespace eppobject::epp; Index: main_hello.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_hello.cc,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** main_hello.cc 28 Jun 2001 16:35:10 -0000 1.3 --- main_hello.cc 12 Dec 2003 23:24:29 -0000 1.3.2.1 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_Greeting.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_Greeting.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::epp; Index: main_hostcheck.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_hostcheck.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_hostcheck.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_hostcheck.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_HostCheckReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_HostCheckReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::host; using namespace eppobject::epp; Index: main_hostcreate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_hostcreate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_hostcreate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_hostcreate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_HostCreateReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_HostCreateReq.h" *************** *** 39,42 **** --- 39,43 ---- + using namespace std; using namespace eppobject::host; using namespace eppobject::epp; Index: main_hostdelete.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_hostdelete.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_hostdelete.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_hostdelete.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_HostDeleteReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_HostDeleteReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::host; using namespace eppobject::epp; Index: main_hostinfo.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_hostinfo.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_hostinfo.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_hostinfo.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_HostInfoReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_HostInfoReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::host; using namespace eppobject::epp; Index: main_hostupdate.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_hostupdate.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_hostupdate.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_hostupdate.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <vector> ! #include <iostream.h> #include "data/epp_HostUpdateReq.h" --- 27,31 ---- #include <vector> ! #include <iostream> #include "data/epp_HostUpdateReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::host; using namespace eppobject::epp; Index: main_login.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_login.cc,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** main_login.cc 28 Sep 2001 17:59:54 -0000 1.2.2.1 --- main_login.cc 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 28,32 **** #include <string> #include <vector> ! #include <iostream.h> #include "data/epp_LoginReq.h" --- 28,32 ---- #include <string> #include <vector> ! #include <iostream> #include "data/epp_LoginReq.h" *************** *** 39,42 **** --- 39,43 ---- #include "testTools.h" + using namespace std; using namespace eppobject::epp; Index: main_loginunspec.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_loginunspec.cc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** main_loginunspec.cc 28 Sep 2001 17:59:54 -0000 1.1.2.1 --- main_loginunspec.cc 12 Dec 2003 23:24:29 -0000 1.1.2.2 *************** *** 28,32 **** #include <string> #include <vector> ! #include <iostream.h> #include "data/epp_LoginReq.h" --- 28,32 ---- #include <string> #include <vector> ! #include <iostream> #include "data/epp_LoginReq.h" *************** *** 40,43 **** --- 40,44 ---- #include "unspec/epp_UnspecTest.h" + using namespace std; using namespace eppobject::epp; Index: main_logout.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_logout.cc,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** main_logout.cc 28 Jun 2001 16:35:10 -0000 1.3 --- main_logout.cc 12 Dec 2003 23:24:29 -0000 1.3.2.1 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_LogoutReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_LogoutReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::epp; Index: main_poll.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/main_poll.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** main_poll.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- main_poll.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 27,31 **** #include <string> ! #include <iostream.h> #include "data/epp_PollReq.h" --- 27,31 ---- #include <string> ! #include <iostream> #include "data/epp_PollReq.h" *************** *** 38,41 **** --- 38,42 ---- #include "testTools.h" + using namespace std; using namespace eppobject::epp; Index: testTools.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/testTools.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** testTools.cc 28 Sep 2001 17:59:54 -0000 1.3.2.1 --- testTools.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 35,38 **** --- 35,39 ---- #include "epp_Login.h" + using namespace std; using namespace eppobject::epp; Index: testTools.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/testTools.h,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** testTools.h 28 Sep 2001 17:59:54 -0000 1.6.2.1 --- testTools.h 12 Dec 2003 23:24:29 -0000 1.6.2.2 *************** *** 31,35 **** #include <string> ! #include <iostream.h> #include "data/epp_Response.h" --- 31,35 ---- #include <string> ! #include <iostream> #include "data/epp_Response.h" *************** *** 44,52 **** int argc, char * argv[], ! string & username, string & password); void testLogIn(eppobject::epp::epp_Session & mySession, ! const string & username, ! const string & password); --- 44,52 ---- int argc, char * argv[], ! std::string & username, std::string & password); void testLogIn(eppobject::epp::epp_Session & mySession, ! const std::string & username, ! const std::string & password); |
From: Daniel M. <tub...@us...> - 2003-12-12 23:24:33
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/data In directory sc8-pr-cvs1:/tmp/cvs-serv5162/src/data Modified Files: Tag: epp-pre02 Makefile.am epp_Exception.h epp_XMLException.h epp_contactXMLbase.cc epp_contactXMLbase.h epp_contactdata.h epp_domainXMLbase.cc epp_domaindata.h epp_eppXMLbase.cc epp_eppXMLbase.h epp_eppdata.h epp_hostXMLbase.cc epp_hostdata.h Log Message: bringing the old .info C++ rtk update to gcc 3.x standard for C++ and backporting the improved automake/autoconf from the 0.7.x release of the C++ RTK Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** Makefile.am 19 Jun 2001 19:16:38 -0000 1.1 --- Makefile.am 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 1,6 **** ! noinst_LIBRARIES = libdata.a ! libdata_a_SOURCES = epp_eppXMLbase.cc epp_contactXMLbase.cc \ ! epp_domainXMLbase.cc epp_hostXMLbase.cc CLEANFILES = *~ --- 1,97 ---- ! lib_LIBRARIES = libdata.a ! exportedheaders = \ ! epp_AuthInfo.h \ ! epp_CheckResult.h \ ! epp_Command.h \ ! epp_ContactAddress.h \ ! epp_ContactCheckReq.h \ ! epp_ContactCheckRsp.h \ ! epp_ContactCreateReq.h \ ! epp_ContactCreateRsp.h \ ! epp_ContactDeleteReq.h \ ! epp_ContactDeleteRsp.h \ ! epp_ContactInfoReq.h \ ! epp_ContactInfoRsp.h \ ! epp_ContactNameAddress.h \ ! epp_ContactPhone.h \ ! epp_ContactStatus.h \ ! epp_ContactTransferReq.h \ ! epp_ContactTransferRsp.h \ ! epp_ContactUpdateAddRemove.h \ ! epp_ContactUpdateChange.h \ ! epp_ContactUpdateReq.h \ ! epp_ContactUpdateRsp.h \ ! epp_ContactVoice.h \ ! epp_Credentials.h \ ! epp_DomainCheckReq.h \ ! epp_DomainCheckRsp.h \ ! epp_DomainContact.h \ ! epp_DomainCreateReq.h \ ! epp_DomainCreateRsp.h \ ! epp_DomainDeleteReq.h \ ! epp_DomainDeleteRsp.h \ ! epp_DomainInfoReq.h \ ! epp_DomainInfoRsp.h \ ! epp_DomainPeriod.h \ ! epp_DomainRenewReq.h \ ! epp_DomainRenewRsp.h \ ! epp_DomainStatus.h \ ! epp_DomainTransferReq.h \ ! epp_DomainTransferRsp.h \ ! epp_DomainUpdateAddRemove.h \ ! epp_DomainUpdateChange.h \ ! epp_DomainUpdateReq.h \ ! epp_DomainUpdateRsp.h \ ! epp_Exception.h \ ! epp_Greeting.h \ ! epp_HostAddress.h \ ! epp_HostCheckReq.h \ ! epp_HostCheckRsp.h \ ! epp_HostCreateReq.h \ ! epp_HostCreateRsp.h \ ! epp_HostDeleteReq.h \ ! epp_HostDeleteRsp.h \ ! epp_HostInfoReq.h \ ! epp_HostInfoRsp.h \ ! epp_HostStatus.h \ ! epp_HostUpdateAddRemove.h \ ! epp_HostUpdateChange.h \ ! epp_HostUpdateReq.h \ ! epp_HostUpdateRsp.h \ ! epp_LoginReq.h \ ! epp_LoginRsp.h \ ! epp_LogoutReq.h \ ! epp_LogoutRsp.h \ ! epp_Options.h \ ! epp_PollContactTransfer.h \ ! epp_PollDomainTransfer.h \ ! epp_PollReq.h \ ! epp_PollResData.h \ ! epp_PollResDataUnion.h \ ! epp_PollRsp.h \ ! epp_Response.h \ ! epp_Result.h \ ! epp_Service.h \ ! epp_TransID.h \ ! epp_TransferRequest.h \ ! epp_XMLException.h \ ! epp_contactXMLbase.h \ ! epp_contactdata.h \ ! epp_domainXMLbase.h \ ! epp_domaindata.h \ ! epp_eppXMLbase.h \ ! epp_eppdata.h \ ! epp_hostXMLbase.h \ ! epp_hostdata.h ! ! pkgincludedir = $(includedir)/$(PACKAGE)/data ! pkginclude_HEADERS = $(exportedheaders) ! ! libdata_a_SOURCES = \ ! epp_contactXMLbase.cc \ ! epp_domainXMLbase.cc \ ! epp_eppXMLbase.cc \ ! epp_hostXMLbase.cc CLEANFILES = *~ Index: epp_Exception.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_Exception.h,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** epp_Exception.h 2 Jul 2001 14:16:23 -0000 1.3 --- epp_Exception.h 12 Dec 2003 23:24:29 -0000 1.3.2.1 *************** *** 37,41 **** namespace eppobject { namespace epp { ! class epp_Exception : public exception { public: --- 37,41 ---- namespace eppobject { namespace epp { ! class epp_Exception : public std::exception { public: *************** *** 44,48 **** epp_Exception() {}; ! virtual ~epp_Exception() {}; epp_Exception(const epp_result_seq & data) throw() --- 44,48 ---- epp_Exception() {}; ! virtual ~epp_Exception() throw() {}; epp_Exception(const epp_result_seq & data) throw() Index: epp_XMLException.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_XMLException.h,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -C2 -d -r1.5 -r1.5.2.1 *** epp_XMLException.h 3 Jul 2001 11:55:32 -0000 1.5 --- epp_XMLException.h 12 Dec 2003 23:24:29 -0000 1.5.2.1 *************** *** 36,40 **** namespace eppobject { namespace epp { ! class epp_XMLException : public exception { public: --- 36,40 ---- namespace eppobject { namespace epp { ! class epp_XMLException : public std::exception { public: *************** *** 43,47 **** epp_XMLException() {}; ! virtual ~epp_XMLException() {}; epp_XMLException(const epp_string & data) throw() --- 43,47 ---- epp_XMLException() {}; ! virtual ~epp_XMLException() throw() {}; epp_XMLException(const epp_string & data) throw() *************** *** 59,65 **** }; ! epp_XMLException(const string file, const int lineno, const epp_string & data) throw() { ! string error_message; char buf[10]; sprintf(buf,"%d",lineno); --- 59,65 ---- }; ! epp_XMLException(const std::string file, const int lineno, const epp_string & data) throw() { ! std::string error_message; char buf[10]; sprintf(buf,"%d",lineno); Index: epp_contactXMLbase.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_contactXMLbase.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_contactXMLbase.cc 28 Sep 2001 17:59:55 -0000 1.3.2.1 --- epp_contactXMLbase.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 38,41 **** --- 38,42 ---- #include <map> + using namespace std; using namespace domtools; using namespace eppobject::contact; *************** *** 53,57 **** const epp_ContactNameAddress_ref element, const eppobject::epp::epp_string & tag, ! const eppobject::epp::epp_boolean & update = false) { if(element == NULL) --- 54,58 ---- const epp_ContactNameAddress_ref element, const eppobject::epp::epp_string & tag, ! const eppobject::epp::epp_boolean & update) { if(element == NULL) Index: epp_contactXMLbase.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_contactXMLbase.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_contactXMLbase.h 28 Sep 2001 17:59:55 -0000 1.2.2.1 --- epp_contactXMLbase.h 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 37,41 **** #include "epp_eppXMLbase.h" #include "epp_ContactNameAddress.h" ! #include <dom/DOM.hpp> namespace eppobject { namespace contact { --- 37,41 ---- #include "epp_eppXMLbase.h" #include "epp_ContactNameAddress.h" ! #include <domtools/dom_wrapper.h> namespace eppobject { namespace contact { Index: epp_contactdata.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_contactdata.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_contactdata.h 28 Sep 2001 17:59:55 -0000 1.2.2.1 --- epp_contactdata.h 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 51,55 **** class epp_ContactStatus; //Forward declaration... ! typedef vector<epp_ContactStatus> epp_contact_status_seq; typedef refcnt_ptr<epp_contact_status_seq> epp_contact_status_seq_ref; --- 51,55 ---- class epp_ContactStatus; //Forward declaration... ! typedef std::vector<epp_ContactStatus> epp_contact_status_seq; typedef refcnt_ptr<epp_contact_status_seq> epp_contact_status_seq_ref; Index: epp_domainXMLbase.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_domainXMLbase.cc,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** epp_domainXMLbase.cc 8 Feb 2002 11:45:20 -0000 1.2.2.2 --- epp_domainXMLbase.cc 12 Dec 2003 23:24:29 -0000 1.2.2.3 *************** *** 36,39 **** --- 36,40 ---- #include "epp_XMLException.h" + using namespace std; using namespace domtools; using namespace eppobject::domain; Index: epp_domaindata.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_domaindata.h,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** epp_domaindata.h 8 Feb 2002 11:45:20 -0000 1.2.2.2 --- epp_domaindata.h 12 Dec 2003 23:24:29 -0000 1.2.2.3 *************** *** 69,77 **** class epp_DomainStatus; // Forward declaration... ! typedef vector<epp_DomainStatus> epp_domain_status_seq; typedef refcnt_ptr<epp_domain_status_seq> epp_domain_status_seq_ref; class epp_DomainContact; // Forward declaration... ! typedef vector<epp_DomainContact> epp_domain_contact_seq; typedef refcnt_ptr<epp_domain_contact_seq> epp_domain_contact_seq_ref; --- 69,77 ---- class epp_DomainStatus; // Forward declaration... ! typedef std::vector<epp_DomainStatus> epp_domain_status_seq; typedef refcnt_ptr<epp_domain_status_seq> epp_domain_status_seq_ref; class epp_DomainContact; // Forward declaration... ! typedef std::vector<epp_DomainContact> epp_domain_contact_seq; typedef refcnt_ptr<epp_domain_contact_seq> epp_domain_contact_seq_ref; Index: epp_eppXMLbase.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_eppXMLbase.cc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** epp_eppXMLbase.cc 28 Sep 2001 17:59:55 -0000 1.3.2.1 --- epp_eppXMLbase.cc 12 Dec 2003 23:24:29 -0000 1.3.2.2 *************** *** 37,48 **** #include "epp_Exception.h" #include <map> ! #include <domtools/domtools.h> ! ! #include <parsers/DOMParser.hpp> ! #include <framework/MemBufInputSource.hpp> ! #include <util/PlatformUtils.hpp> ! #include <util/XMLString.hpp> ! #include <util/XMLUniDefs.hpp> using namespace eppobject::epp; using namespace domtools; --- 37,43 ---- #include "epp_Exception.h" #include <map> ! #include <domtools/dom_print.h> + using namespace std; using namespace eppobject::epp; using namespace domtools; Index: epp_eppXMLbase.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_eppXMLbase.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_eppXMLbase.h 28 Sep 2001 17:59:55 -0000 1.2.2.1 --- epp_eppXMLbase.h 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 34,37 **** --- 34,38 ---- */ + #include <domtools/dom_wrapper.h> #include "../config.h" #include "epp_eppdata.h" *************** *** 41,45 **** #include "epp_Greeting.h" #include "../epp_Unspec.h" - #include <dom/DOM.hpp> --- 42,45 ---- *************** *** 130,134 **** * @throw epp_XMLException If it is unable find the correct XML-elements in the Node */ ! DOM_Node getresDataInfo(const DOM_Node & responseNode, const string & tag); /** Parses a response DOM_Node and creates the corresponding epp_Response object --- 130,134 ---- * @throw epp_XMLException If it is unable find the correct XML-elements in the Node */ ! DOM_Node getresDataInfo(const DOM_Node & responseNode, const std::string & tag); /** Parses a response DOM_Node and creates the corresponding epp_Response object Index: epp_eppdata.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_eppdata.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_eppdata.h 28 Sep 2001 17:59:55 -0000 1.2.2.1 --- epp_eppdata.h 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 78,88 **** // Pure typedefs: ! typedef string epp_string; typedef refcnt_ptr<epp_string> epp_string_ref; ! typedef vector<epp_string> epp_string_seq; typedef refcnt_ptr<epp_string_seq> epp_string_seq_ref; ! typedef string epp_xml_string; typedef refcnt_ptr<epp_xml_string> epp_xml_string_ref; --- 78,88 ---- // Pure typedefs: ! typedef std::string epp_string; typedef refcnt_ptr<epp_string> epp_string_ref; ! typedef std::vector<epp_string> epp_string_seq; typedef refcnt_ptr<epp_string_seq> epp_string_seq_ref; ! typedef std::string epp_xml_string; typedef refcnt_ptr<epp_xml_string> epp_xml_string_ref; *************** *** 99,106 **** typedef refcnt_ptr<epp_any> epp_any_ref; ! typedef string epp_date; typedef refcnt_ptr<epp_date> epp_date_ref; ! typedef string epp_datetime; typedef refcnt_ptr<epp_datetime> epp_datetime_ref; --- 99,106 ---- typedef refcnt_ptr<epp_any> epp_any_ref; ! typedef std::string epp_date; typedef refcnt_ptr<epp_date> epp_date_ref; ! typedef std::string epp_datetime; typedef refcnt_ptr<epp_datetime> epp_datetime_ref; *************** *** 111,129 **** typedef refcnt_ptr<epp_roid> epp_roid_ref; ! typedef vector<epp_roid> epp_roid_seq; typedef refcnt_ptr<epp_roid_seq> epp_roid_seq_ref; class epp_Result; // Forward declaration... ! typedef vector<epp_Result> epp_result_seq; typedef refcnt_ptr<epp_result_seq> epp_result_seq_ref; class epp_Service; // Forward declaration... ! typedef vector<epp_Service> epp_service_seq; typedef refcnt_ptr<epp_service_seq> epp_service_seq_ref; class epp_CheckResult; // Forward declaration... ! typedef vector<epp_CheckResult> epp_check_result_seq; typedef refcnt_ptr<epp_check_result_seq> epp_check_result_seq_ref; --- 111,129 ---- typedef refcnt_ptr<epp_roid> epp_roid_ref; ! typedef std::vector<epp_roid> epp_roid_seq; typedef refcnt_ptr<epp_roid_seq> epp_roid_seq_ref; class epp_Result; // Forward declaration... ! typedef std::vector<epp_Result> epp_result_seq; typedef refcnt_ptr<epp_result_seq> epp_result_seq_ref; class epp_Service; // Forward declaration... ! typedef std::vector<epp_Service> epp_service_seq; typedef refcnt_ptr<epp_service_seq> epp_service_seq_ref; class epp_CheckResult; // Forward declaration... ! typedef std::vector<epp_CheckResult> epp_check_result_seq; typedef refcnt_ptr<epp_check_result_seq> epp_check_result_seq_ref; Index: epp_hostXMLbase.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_hostXMLbase.cc,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_hostXMLbase.cc 28 Sep 2001 17:59:55 -0000 1.2.2.1 --- epp_hostXMLbase.cc 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 36,39 **** --- 36,40 ---- #include <map> + using namespace std; using namespace domtools; using namespace eppobject::host; Index: epp_hostdata.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/data/epp_hostdata.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** epp_hostdata.h 28 Sep 2001 17:59:55 -0000 1.2.2.1 --- epp_hostdata.h 12 Dec 2003 23:24:29 -0000 1.2.2.2 *************** *** 54,62 **** class epp_HostStatus; // Forward declaration... ! typedef vector<epp_HostStatus> epp_host_status_seq; typedef refcnt_ptr<epp_host_status_seq> epp_host_status_seq_ref; class epp_HostAddress; //Forward declaration... ! typedef vector<epp_HostAddress> epp_host_address_seq; typedef refcnt_ptr<epp_host_address_seq> epp_host_address_seq_ref; --- 54,62 ---- class epp_HostStatus; // Forward declaration... ! typedef std::vector<epp_HostStatus> epp_host_status_seq; typedef refcnt_ptr<epp_host_status_seq> epp_host_status_seq_ref; class epp_HostAddress; //Forward declaration... ! typedef std::vector<epp_HostAddress> epp_host_address_seq; typedef refcnt_ptr<epp_host_address_seq> epp_host_address_seq_ref; |
From: Daniel M. <tub...@us...> - 2003-12-12 23:24:33
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/transport In directory sc8-pr-cvs1:/tmp/cvs-serv5162/src/transport Modified Files: Tag: epp-pre02 Makefile.am epp_TransportBase.h epp_TransportConn.h epp_TransportIOStream.cc epp_TransportIOStream.h epp_TransportSSL.cc epp_TransportSSL.h Log Message: bringing the old .info C++ rtk update to gcc 3.x standard for C++ and backporting the improved automake/autoconf from the 0.7.x release of the C++ RTK Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** Makefile.am 19 Jun 2001 19:16:38 -0000 1.1 --- Makefile.am 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 1,7 **** ! noinst_LIBRARIES = libtransport.a ! ! libtransport_a_SOURCES = epp_TransportIOStream.cc epp_TransportSSL.cc ! ! CLEANFILES = *~ DISTCLEANFILES = Makefile.in --- 1,18 ---- ! lib_LIBRARIES = libtransport.a ! ! exportedheaders = \ ! epp_TransportBase.h \ ! epp_TransportConn.h \ ! epp_TransportIOStream.h \ ! epp_TransportSSL.h ! ! pkgincludedir = $(includedir)/$(PACKAGE)/transport ! pkginclude_HEADERS = $(exportedheaders) ! ! libtransport_a_SOURCES = \ ! $(exportedheaders) \ ! epp_TransportIOStream.cc \ ! epp_TransportSSL.cc ! CLEANFILES = *~ DISTCLEANFILES = Makefile.in Index: epp_TransportBase.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/epp_TransportBase.h,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** epp_TransportBase.h 3 Jul 2001 11:55:33 -0000 1.3 --- epp_TransportBase.h 12 Dec 2003 23:24:29 -0000 1.3.2.1 *************** *** 42,47 **** virtual ~epp_TransportBase() {}; ! virtual void writeToServer(const string & xml_string) = 0; ! virtual string readFromServer() = 0; virtual void connect() {}; --- 42,47 ---- virtual ~epp_TransportBase() {}; ! virtual void writeToServer(const std::string & xml_string) = 0; ! virtual std::string readFromServer() = 0; virtual void connect() {}; *************** *** 50,63 **** ! class epp_TrException : public exception { public: ! string m_error_message; epp_TrException() {}; ! virtual ~epp_TrException() {}; ! epp_TrException(const string & data) throw() { m_error_message = data; --- 50,63 ---- ! class epp_TrException : public std::exception { public: ! std::string m_error_message; epp_TrException() {}; ! virtual ~epp_TrException() throw() {}; ! epp_TrException(const std::string & data) throw() { m_error_message = data; *************** *** 65,74 **** // Kept for backwords compatibility: ! virtual string getString() { return m_error_message; } ! epp_TrException(const string file, const int lineno, const string & data) throw() { char buf[10]; --- 65,74 ---- // Kept for backwords compatibility: ! virtual std::string getString() { return m_error_message; } ! epp_TrException(const std::string file, const int lineno, const std::string & data) throw() { char buf[10]; Index: epp_TransportConn.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/epp_TransportConn.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** epp_TransportConn.h 28 Sep 2001 17:59:55 -0000 1.1.2.1 --- epp_TransportConn.h 12 Dec 2003 23:24:29 -0000 1.1.2.2 *************** *** 36,40 **** class epp_TransportConn : public epp_TransportBase { protected: ! string m_serverName; unsigned long m_serverPort; --- 36,40 ---- class epp_TransportConn : public epp_TransportBase { protected: ! std::string m_serverName; unsigned long m_serverPort; *************** *** 49,61 **** virtual ~epp_TransportConn() {}; ! virtual void writeToServer(const string & xml_string) = 0; ! virtual string readFromServer() = 0; ! virtual void connect(const string & serverName, const unsigned long & serverPort) = 0; virtual void connect() = 0; virtual void disconnect() = 0; // Deprecated, use getServerName instead ! virtual string getServerIP() { return m_serverName; --- 49,61 ---- virtual ~epp_TransportConn() {}; ! virtual void writeToServer(const std::string & xml_string) = 0; ! virtual std::string readFromServer() = 0; ! virtual void connect(const std::string & serverName, const unsigned long & serverPort) = 0; virtual void connect() = 0; virtual void disconnect() = 0; // Deprecated, use getServerName instead ! virtual std::string getServerIP() { return m_serverName; *************** *** 63,67 **** // Deprecated, use setServerName instead ! virtual void setServerIP(const string & serverIP) { m_serverName = serverIP; --- 63,67 ---- // Deprecated, use setServerName instead ! virtual void setServerIP(const std::string & serverIP) { m_serverName = serverIP; *************** *** 78,87 **** } ! virtual string getServerName() { return m_serverName; }; ! virtual void setServerName(const string & serverName) { m_serverName = serverName; --- 78,87 ---- } ! virtual std::string getServerName() { return m_serverName; }; ! virtual void setServerName(const std::string & serverName) { m_serverName = serverName; Index: epp_TransportIOStream.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/epp_TransportIOStream.cc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** epp_TransportIOStream.cc 28 Sep 2001 17:59:55 -0000 1.1.2.1 --- epp_TransportIOStream.cc 12 Dec 2003 23:24:29 -0000 1.1.2.2 *************** *** 28,31 **** --- 28,34 ---- #include "epp_TransportIOStream.h" + #include <iostream> + + using namespace std; using namespace epptransport; Index: epp_TransportIOStream.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/epp_TransportIOStream.h,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** epp_TransportIOStream.h 19 Jun 2001 19:16:38 -0000 1.1 --- epp_TransportIOStream.h 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 41,46 **** virtual ~epp_TransportIOStream() {}; ! void writeToServer(const string & xml_string); ! string readFromServer(); }; }; --- 41,46 ---- virtual ~epp_TransportIOStream() {}; ! void writeToServer(const std::string & xml_string); ! std::string readFromServer(); }; }; Index: epp_TransportSSL.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/epp_TransportSSL.cc,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** epp_TransportSSL.cc 28 Sep 2001 17:59:55 -0000 1.5.2.1 --- epp_TransportSSL.cc 12 Dec 2003 23:24:29 -0000 1.5.2.2 *************** *** 29,34 **** --- 29,37 ---- #include <openssl/ssl.h> + #include <iostream> + // <FIXME>Some cleanup needed...</fixme> + using namespace std; using namespace epptransport; using namespace npbase; *************** *** 88,93 **** void epp_TransportSSL::connect(const string & serverName, const unsigned long & serverPort, ! const string & certFile, const string & cacertFile = "", ! const string & cacertDir = "") { m_serverName = serverName; --- 91,96 ---- void epp_TransportSSL::connect(const string & serverName, const unsigned long & serverPort, ! const string & certFile, const string & cacertFile, ! const string & cacertDir) { m_serverName = serverName; Index: epp_TransportSSL.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/transport/epp_TransportSSL.h,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** epp_TransportSSL.h 28 Sep 2001 17:59:55 -0000 1.4.2.1 --- epp_TransportSSL.h 12 Dec 2003 23:24:29 -0000 1.4.2.2 *************** *** 52,58 **** private: ! string m_certFile; ! string m_cacertFile; ! string m_cacertDir; npbase::npssl *sslserver; --- 52,58 ---- private: ! std::string m_certFile; ! std::string m_cacertFile; ! std::string m_cacertDir; npbase::npssl *sslserver; *************** *** 73,115 **** }; ! void writeToServer(const string & xml_string); ! string readFromServer(); ! void connect(const string & serverName, const unsigned long & serverPort); ! void connect(const string & serverName, const unsigned long & serverPort, ! const string & certFile, ! const string & cacertFile = "", ! const string & cacertDir = ""); void connect(); void disconnect(); ! string getCertFile() { return m_certFile; }; ! void setCertFile(const string & certFile) { m_certFile = certFile; } ! string getCACertFile() { return m_cacertFile; } ! void setCACertFile(const string & cacertFile) { m_cacertFile = cacertFile; } ! string getCACertDir() { return m_cacertDir; } ! void setCACertDir(const string & cacertDir) { m_cacertDir = cacertDir; --- 73,115 ---- }; ! void writeToServer(const std::string & xml_string); ! std::string readFromServer(); ! void connect(const std::string & serverName, const unsigned long & serverPort); ! void connect(const std::string & serverName, const unsigned long & serverPort, ! const std::string & certFile, ! const std::string & cacertFile = "", ! const std::string & cacertDir = ""); void connect(); void disconnect(); ! std::string getCertFile() { return m_certFile; }; ! void setCertFile(const std::string & certFile) { m_certFile = certFile; } ! std::string getCACertFile() { return m_cacertFile; } ! void setCACertFile(const std::string & cacertFile) { m_cacertFile = cacertFile; } ! std::string getCACertDir() { return m_cacertDir; } ! void setCACertDir(const std::string & cacertDir) { m_cacertDir = cacertDir; |
From: Daniel M. <tub...@us...> - 2003-12-12 23:24:32
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/ssl In directory sc8-pr-cvs1:/tmp/cvs-serv5162/src/ssl Modified Files: Tag: epp-pre02 Makefile.am npssl.cc npssl.h Log Message: bringing the old .info C++ rtk update to gcc 3.x standard for C++ and backporting the improved automake/autoconf from the 0.7.x release of the C++ RTK Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/ssl/Makefile.am,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** Makefile.am 28 Jun 2001 14:02:55 -0000 1.2 --- Makefile.am 12 Dec 2003 23:24:29 -0000 1.2.2.1 *************** *** 1,16 **** ! noinst_LIBRARIES = libnpssl.a ! CLEANFILES = *~ DISTCLEANFILES = Makefile.in - - - libnpssl_a_SOURCES = \ - npssl.h \ - npssl.cc - - - #LDADD = libnpssl.a -L/usr/local/xerces/lib/ -lxerces-c1_4 -L/usr/local/ssl/lib -lssl -lcrypt -lcrypto - #LDADD = -L /usr/local/lib/npbase -lnpbase -lnpssl -lcrypt -lssl -lcrypto - - LDFLAGS = - INCLUDES =-I/usr/local/ssl/include -I/usr/local --- 1,16 ---- ! lib_LIBRARIES = libnpssl.a ! ! exportedheaders = \ ! npssl.h ! ! pkgincludedir = $(includedir)/$(PACKAGE)/ssl ! pkginclude_HEADERS = $(exportedheaders) ! ! libnpssl_a_SOURCES = \ ! $(exportedheaders) \ ! npssl.cc ! ! INCLUDES =-I/usr/local/ssl/include -I/usr/local/openssl/include ! CLEANFILES = *~ DISTCLEANFILES = Makefile.in Index: npssl.cc =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/ssl/npssl.cc,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** npssl.cc 19 Jun 2001 19:16:38 -0000 1.1 --- npssl.cc 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 29,32 **** --- 29,33 ---- #include <unistd.h> + using namespace std; using namespace npbase; Index: npssl.h =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/ssl/npssl.h,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** npssl.h 19 Jun 2001 19:16:38 -0000 1.1 --- npssl.h 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 47,53 **** bool server; ! string int_inbuffer; ! string int_outbuffer; ! string readbuffer; void ssl_error(void); --- 47,53 ---- bool server; ! std::string int_inbuffer; ! std::string int_outbuffer; ! std::string readbuffer; void ssl_error(void); *************** *** 56,60 **** ! void setVerifyLocations(const string &certname, const string &pathname); void setClientVerification(int mode,int (*verify_callback)(int, X509_STORE_CTX *)); void setClientVerificationDepth(int depth); --- 56,60 ---- ! void setVerifyLocations(const std::string &certname, const std::string &pathname); void setClientVerification(int mode,int (*verify_callback)(int, X509_STORE_CTX *)); void setClientVerificationDepth(int depth); *************** *** 64,68 **** long getVerifyResult( void ); ! void setCertFile(const string &filename); bool handShake(int infd, int outfd); --- 64,68 ---- long getVerifyResult( void ); ! void setCertFile(const std::string &filename); bool handShake(int infd, int outfd); *************** *** 71,77 **** // get functions ! string getS(void); char getch(void); ! string bufferedGetS(void); char bufferedGetch(void); void bufferedUnGetch(char c); --- 71,77 ---- // get functions ! std::string getS(void); char getch(void); ! std::string bufferedGetS(void); char bufferedGetch(void); void bufferedUnGetch(char c); *************** *** 80,86 **** // put functions ! bool putS(const string &str); bool putch(char c); ! bool bufferedPutS(const string &str); bool bufferedPutch(char c); --- 80,86 ---- // put functions ! bool putS(const std::string &str); bool putch(char c); ! bool bufferedPutS(const std::string &str); bool bufferedPutch(char c); |
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv5162 Modified Files: Tag: epp-pre02 Makefile.am clean.sh configure.in Added Files: Tag: epp-pre02 dist.sh Removed Files: Tag: epp-pre02 debug.sh final.sh install-sh missing mkinstalldirs Log Message: bringing the old .info C++ rtk update to gcc 3.x standard for C++ and backporting the improved automake/autoconf from the 0.7.x release of the C++ RTK --- NEW FILE: dist.sh --- #!/bin/bash # on RedHat 7.3, two versions of autoconf # are installed, but the older version # is the default, so we have to explicitly # look for the new executable AUTOCONF_BIN=`which autoconf-2.53 2>/dev/null` if [ "$AUTOCONF_BIN" == "" ]; then AUTOCONF_BIN=autoconf fi # the default automake on RH7.3 is fine though aclocal && automake --foreign --add-missing && $AUTOCONF_BIN && ./configure && make dist Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** Makefile.am 19 Jun 2001 19:16:37 -0000 1.1 --- Makefile.am 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 1,5 **** ! PACKAGE=epprtk_cpp ! VERSION=1.00 SUBDIRS=src ! EXTRA_DIST=clean.sh final.sh debug.sh ! #docs/Makefile docs/docs.cfg --- 1,12 ---- ! PACKAGE=epp-rtk-cpp ! VERSION=0.1.3 SUBDIRS=src ! CLEANFILES = *~ ! ! dist-hook: ! mkdir $(distdir)/epp ! cp -r ../epp $(distdir)/epp ! rm -rf `find $(distdir)/epp -name CVS` ! mkdir $(distdir)/idl ! cp -r ../idl $(distdir)/idl ! rm -rf `find $(distdir)/idl -name CVS` Index: clean.sh =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/clean.sh,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** clean.sh 19 Jun 2001 19:16:37 -0000 1.1 --- clean.sh 12 Dec 2003 23:24:29 -0000 1.1.2.1 *************** *** 1,24 **** #!/bin/sh ! make clean ! rm -f clean ! rm -f src/*.o ! rm -f *~ ! rm -f src/*~ ! rm -f src/Makefile ! rm -f src/Makefile.in ! rm -f src/data/*~ ! rm -f src/data/Makefile ! rm -f src/data/Makefile.in ! rm -f src/ssl/*~ ! rm -f src/ssl/Makefile ! rm -f src/sl/Makefile.in ! rm -f src/transport/*~ ! rm -f src/transport/Makefile ! rm -f src/transport/Makefile.in ! rm -f config.log ! rm -f config.cache ! rm -f config.status ! rm -f configure ! rm -f Makefile ! rm -f Makefile.in --- 1,30 ---- #!/bin/sh ! rm -rf clean ! rm -rf src/*.o ! rm -rf *~ ! rm -rf src/*~ ! rm -rf `find . -name '.deps' -print` ! rm -rf src/Makefile ! rm -rf src/Makefile.in ! rm -rf src/data/*~ ! rm -rf src/data/Makefile ! rm -rf src/data/Makefile.in ! rm -rf src/ssl/*~ ! rm -rf src/ssl/Makefile ! rm -rf src/sl/Makefile.in ! rm -rf src/transport/*~ ! rm -rf src/transport/Makefile ! rm -rf src/transport/Makefile.in ! rm -rf config.log ! rm -rf config.cache ! rm -rf config.status ! rm -rf configure ! rm -rf Makefile ! rm -rf Makefile.in ! rm -rf aclocal.m4 ! rm -rf autom4te.cache ! rm -rf autoscan.log ! rm -rf configure.scan ! rm -rf src/ssl/Makefile.in ! rm -rf epp idl Index: configure.in =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/configure.in,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** configure.in 28 Jun 2001 16:39:55 -0000 1.2 --- configure.in 12 Dec 2003 23:24:29 -0000 1.2.2.1 *************** *** 1,7 **** dnl Process this file with autoconf to produce a configure script. ! AC_INIT(src/config.h) ! PACKAGE=epprtk_cpp ! VERSION=1.00 AUTOMAKE=automake AC_SUBST(PACKAGE) --- 1,10 ---- dnl Process this file with autoconf to produce a configure script. ! AC_PREREQ(2.53) ! AC_INIT([epp-rtk-cpp], [0.7.1]) ! AC_CONFIG_SRCDIR(src/config.h) ! AM_INIT_AUTOMAKE(1.6.3) ! PACKAGE=epp-rtk-cpp ! VERSION=0.7.1 AUTOMAKE=automake AC_SUBST(PACKAGE) *************** *** 9,12 **** --- 12,17 ---- AC_SUBST(AUTOMAKE) + AC_PREFIX_DEFAULT(/usr/local/epp-rtk) + dnl Checks for programs. AC_PROG_INSTALL *************** *** 14,18 **** AC_PROG_RANLIB AC_PROG_CXX ! AC_ARG_PROGRAM dnl Checks for libraries. --- 19,28 ---- AC_PROG_RANLIB AC_PROG_CXX ! AC_SUBST(OBJEXT) ! ! AC_ARG_ENABLE(rtk_debug, ! [ --enable-rtk-debug Compilation flag to allow debugging (defines RTK_DEBUG)], ! AC_DEFINE(RTK_DEBUG,,) ! ) dnl Checks for libraries. *************** *** 20,30 **** dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC ! CPPFLAGS="-I/usr/include -I/usr/local/include/ -I/usr/local/xerces" CXXFLAGS="--ansi -Wall -g -O2" ! #AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h) ! AC_CHECK_HEADERS(dom/DOM.hpp parsers/DOMParser.hpp util/PlatformUtils.hpp,, AC_MSG_ERROR("Missing header - probably missing Xerces")) ! AC_CHECK_HEADERS(util/XMLString.hpp util/XMLUniDefs.hpp,, AC_MSG_ERROR("Missing header - probably missing Xerces")) dnl Checks for typedefs, structures, and compiler characteristics. --- 30,80 ---- dnl Checks for header files. AC_HEADER_DIRENT + #If the following line does not work, try AC_LANG(C) instead + AC_LANG_C AC_HEADER_STDC ! #If the following line does not work, try AC_LANG(C++) instead ! AC_LANG_CPLUSPLUS ! # we're defining PERL5 as a cheat to prevent ! # openssl 0.9.6x from conflicting with unistd.h ! # in RedHat9 ! AC_DEFINE(PERL5,,[Using this to resolve a conflict between openssl 0.9.6x and unistd.h in crypt() declaration]) ! ! DOMTOOLS_PATH="/usr/local/domtools" ! AC_ARG_WITH(domtools, [ --with-domtools=/path/to/domtools To specify a domtools location other than /usr/local], ! DOMTOOLS_PATH=$withval ! ) ! AC_SUBST(DOMTOOLS_PATH) ! ! XERCES_INCLUDE="/usr/local/xerces/include" ! AC_ARG_WITH(xerces_include, [ --with-xerces-include=/path/to/xerces/include To specify a xerces include other than /usr/local/xerces/include], ! XERCES_INCLUDE=$withval ! ) ! AC_SUBST(XERCES_INCLUDE) ! ! XERCES_LIB="/usr/local/xerces/lib/libxerces.so" ! AC_ARG_WITH(xerces_lib, [ --with-xerces-lib=xerces-1.x-libfile To specify a xerces lib other than /usr/local/xerces/lib/libxerces.so], ! XERCES_LIB=$withval ! ) ! AC_SUBST(XERCES_LIB) ! ! OPENSSL_PATH="/usr/local/openssl" ! AC_ARG_WITH(openssl, [ --with-openssl=/path/to/openssl To specify an OpenSSL installation other than /usr/local/openssl], ! OPENSSL_PATH=$withval ! ) ! AC_SUBST(OPENSSL_PATH) ! ! CPPFLAGS="-I$OPENSSL_PATH/include -I$XERCES_INCLUDE -I$DOMTOOLS_PATH/include" CXXFLAGS="--ansi -Wall -g -O2" ! AC_CHECK_HEADERS(openssl/ssl.h openssl/err.h openssl/x509.h,, AC_MSG_ERROR("Missing header - probably missing openssl -- we're looking in $OPENSSL_PATH/include for headers")) ! AC_CHECK_HEADERS(domtools/domtools.h,, AC_MSG_ERROR("Missing header - probably missing domtools -- we're looking in $DOMTOOLS_PATH/include for headers")) ! AC_CHECK_HEADERS(xercesc/parsers/DOMParser.hpp xercesc/util/PlatformUtils.hpp,, AC_MSG_ERROR("Missing header - probably missing Xerces -- we're looking in $XERCES_INCLUDE for headers")) ! #Only here for deprecated functions: ! AC_CHECK_HEADERS(xercesc/dom/DOM.hpp,, AC_MSG_ERROR("Missing header - probably missing Xerces")) ! AC_CHECK_HEADERS(xercesc/util/XMLString.hpp xercesc/util/XMLUniDefs.hpp,, AC_MSG_ERROR("Missing header - probably missing Xerces -- we're looking in $XERCES_INCLUDE for headers")) + AC_CHECK_FILE($XERCES_LIB,,AC_MSG_ERROR("Didn't find xerces shared lib (trying to use $XERCES_LIB)! Use --with-xerces-lib=arg to specify your own lib")) + + AC_CHECK_LIB(socket,shutdown,,,) + AC_CHECK_LIB(xnet,gethostbyname,,,) dnl Checks for typedefs, structures, and compiler characteristics. --- debug.sh DELETED --- --- final.sh DELETED --- --- install-sh DELETED --- --- missing DELETED --- --- mkinstalldirs DELETED --- |
From: Daniel M. <tub...@us...> - 2003-07-21 16:10:39
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv11081 Modified Files: Makefile.am README configure.in Log Message: changed the package name to epp-rtk-cpp Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 21 Jul 2003 15:29:01 -0000 1.6 --- Makefile.am 21 Jul 2003 16:10:32 -0000 1.7 *************** *** 1,3 **** ! PACKAGE=epp-rtk VERSION=0.7.0 SUBDIRS=src --- 1,3 ---- ! PACKAGE=epp-rtk-cpp VERSION=0.7.0 SUBDIRS=src Index: README =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README 21 Jul 2003 15:04:51 -0000 1.8 --- README 21 Jul 2003 16:10:32 -0000 1.9 *************** *** 89,94 **** src/librtk.a ! 4) Then run "make install". This will install the RTK headers in PREFIX/include/epp-rtk, ! were "PREFIX" is "/usr/local/epp-rtk" by default (use configure's --prefix=/another/path to change this). The libraries are installed in PREFIX/lib. --- 89,94 ---- src/librtk.a ! 4) Then run "make install". This will install the RTK headers in PREFIX/include/epp-rtk-cpp, ! were "PREFIX" is "/usr/local/epp-rtk-cpp" by default (use configure's --prefix=/another/path to change this). The libraries are installed in PREFIX/lib. Index: configure.in =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/configure.in,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configure.in 21 Jul 2003 15:04:51 -0000 1.13 --- configure.in 21 Jul 2003 16:10:32 -0000 1.14 *************** *** 1,9 **** dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) ! AC_INIT([epp-rtk], [0.7.0]) AC_CONFIG_SRCDIR(src/config.h) AM_INIT_AUTOMAKE(1.6.3) ! PACKAGE=epp-rtk VERSION=0.7.0 AUTOMAKE=automake --- 1,9 ---- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) ! AC_INIT([epp-rtk-cpp], [0.7.0]) AC_CONFIG_SRCDIR(src/config.h) AM_INIT_AUTOMAKE(1.6.3) ! PACKAGE=epp-rtk-cpp VERSION=0.7.0 AUTOMAKE=automake |
From: Daniel M. <tub...@us...> - 2003-07-21 15:29:04
|
Update of /cvsroot/epp-rtk/epp-rtk/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv2081 Modified Files: Makefile.am clean.sh Log Message: as part of dist, copy in the epp and idl directories from the upper directory Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 21 Jul 2003 15:04:51 -0000 1.5 --- Makefile.am 21 Jul 2003 15:29:01 -0000 1.6 *************** *** 3,4 **** --- 3,12 ---- SUBDIRS=src CLEANFILES = *~ + + dist-hook: + mkdir $(distdir)/epp + cp -r ../epp/0705 $(distdir)/epp + rm -rf `find $(distdir)/epp -name CVS` + mkdir $(distdir)/idl + cp -r ../idl/0705 $(distdir)/idl + rm -rf `find $(distdir)/idl -name CVS` Index: clean.sh =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/clean.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** clean.sh 21 Jul 2003 15:04:51 -0000 1.5 --- clean.sh 21 Jul 2003 15:29:01 -0000 1.6 *************** *** 28,30 **** rm -rf configure.scan rm -rf src/ssl/Makefile.in ! --- 28,30 ---- rm -rf configure.scan rm -rf src/ssl/Makefile.in ! rm -rf epp idl |