Ignore:
Timestamp:
28/03/2008 22:59:28 (4 years ago)
Author:
chris
Message:

Allow configuration of the server port that the client will connect to
(bbackupd and bbackupquery).

Redesign ConfigurationVerify? to use classes instead of structs.

Use port 22011 instead of 2201 during tests, to reduce the chances of
conflicting with a running bbstored or other process.

Ignore autogen_* in svn:ignore everywhere instead of individual per-file
ignores.

Location:
box/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • box/trunk

    • Property svn:ignore
      •  

        old new  
        1111release 
        1212runtest.pl 
         13.hg 
  • box/trunk/lib/server

    • Property svn:ignore
      •  

        old new  
        1 autogen_ConnectionException.cpp 
        2 autogen_ConnectionException.h 
        3 autogen_ServerException.cpp 
        4 autogen_ServerException.h 
         1autogen_* 
        52Makefile 
        63makeprotocol.pl 
  • box/trunk/lib/server/ServerTLS.h

    r217 r2116  
    7171 
    7272#define SERVERTLS_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) \ 
    73                                                                                         {"CertificateFile", 0, ConfigTest_Exists, 0}, \ 
    74                                                                                         {"PrivateKeyFile", 0, ConfigTest_Exists, 0}, \ 
    75                                                                                         {"TrustedCAsFile", 0, ConfigTest_Exists, 0}, \ 
    76                                                                                         SERVERSTREAM_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) 
    77  
     73        ConfigurationVerifyKey("CertificateFile", ConfigTest_Exists), \ 
     74        ConfigurationVerifyKey("PrivateKeyFile", ConfigTest_Exists), \ 
     75        ConfigurationVerifyKey("TrustedCAsFile", ConfigTest_Exists), \ 
     76        SERVERSTREAM_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) 
    7877 
    7978#endif // SERVERTLS__H 
Note: See TracChangeset for help on using the changeset viewer.