pax_global_header00006660000000000000000000000064114252772770014530gustar00rootroot0000000000000052 comment=43057902b6e4580d1d25612e781755b6a33d184d qoauth-1.0.1/000077500000000000000000000000001142527727700130305ustar00rootroot00000000000000qoauth-1.0.1/.gitignore000066400000000000000000000002411142527727700150150ustar00rootroot00000000000000*~ *.pro.user lib Makefile* qoauth.framework tmp .DS_Store commit-message.txt moc_* *.o tests/ut_interface/ut_interface tests/ft_interface/ft_interface doc/html qoauth-1.0.1/CHANGELOG000066400000000000000000000023441142527727700142450ustar00rootroot00000000000000v1.0.1 (01/08/2010): * new API: - QOAuth::Interface::networkAccessManager() - QOAuth::Interface::setNetworkAccessManager() - QOAuth::Interface::ignoreSslErrors() - QOAuth::Interface::setIgnoreSslErrors() refer to the API docs for more info, * added missing export statements to some global functions, * Percent encode consumer secret and token secret for the Signature Base String signing key [#8], * Parse for request content when sending POST [#10], * API docs and examples fixes [#9], * temporarily removed QOAuth::DELETE from QOAuth::HttpMethod enum on Windows [#4], * buildsystem fixes - install under /usr/lib64 on 64-bit Unix-like systems and make use of QT_INSTALL_HEADERS in oauth.prf. v1.0 (07/08/2009): * Added support for RSA-SHA1 signing algorithm, also working with passphrase-protected private RSA keys. * Added initial support for PLAINTEXT authorization. * inlineParameters() extended by the parameter specifying parsing method, * Introduced the QOAuth namespace, with QOAuth::Interface class holding the core functionality. v0.1.0 (23/06/2009): * Initial release of the QOAuth library, implementation of the OAuth authorization flow with support for encrypting QOAuth requests using HMAC-SHA1 algorithm. qoauth-1.0.1/Doxyfile000066400000000000000000001767141142527727700145560ustar00rootroot00000000000000# Doxyfile 1.5.8 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the # iconv built into libc) for the transcoding. See # http://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. PROJECT_NAME = QOAuth # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = 1.0.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output # format and will distribute the generated files over these directories. # Enabling this option can be useful when feeding doxygen a huge amount of # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, # Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, # Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), # Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, # Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene, # Spanish, Swedish, and Ukrainian. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = NO # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string # in this list, if found as the leading text of the brief description, will be # stripped from the text and the result after processing the whole list, is # used as the annotated text. Otherwise, the brief description is used as-is. # If left blank, the following values are used ("$name" is automatically # replaced with the name of the entity): "The $name class" "The $name widget" # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = "The $name class" \ "The $name widget" \ "The $name file" \ is \ provides \ specifies \ contains \ represents \ a \ an \ the # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = YES # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the # path to strip. STRIP_FROM_PATH = include \ . # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells # the reader which header file to include in order to use a class. # If left blank only the name of the header file containing the class # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = NO # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style # comment as the brief description. If set to NO, the comments # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 4 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = NO # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for # Java. For instance, namespaces will be presented as packages, qualified # scopes will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources only. Doxygen will then generate output that is more tailored for # Fortran. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for # VHDL. OPTIMIZE_OUTPUT_VHDL = NO # Doxygen selects the parser to use depending on the extension of the files it parses. # With this tag you can assign which parser to use for a given extension. # Doxygen has a built-in mapping, but you can override or extend it using this tag. # The format is ext=language, where ext is a file extension, and language is one of # the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP, # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat # .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), # use: inc=Fortran f=C EXTENSION_MAPPING = # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should # set this tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. # func(std::string) {}). This also make the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. # Doxygen will parse them like normal C++ but will assume all classes use public # instead of private inheritance when no explicit protection keyword is present. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate getter # and setter methods for a property. Setting this option to YES (the default) # will make doxygen to replace the get and set methods by a property in the # documentation. This will only work if the methods are indeed getting or # setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a # subgroup of that type (e.g. under the Public Functions section). Set it to # NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum # is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. TYPEDEF_HIDES_STRUCT = NO # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. # When the cache is full, less often used symbols will be written to disk. # For small to medium size projects (<1000 input files) the default value is # probably good enough. For larger projects a too small cache size can cause # doxygen to be busy swapping symbols to and from disk most of the time # causing a significant performance penality. # If the system has enough physical memory increasing the cache will improve the # performance by keeping more symbols in memory. Note that the value works on # a logarithmic scale so increasing the size by one will rougly double the # memory usage. The cache size is given by this formula: # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols SYMBOL_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base # name of the file that contains the anonymous namespace. By default # anonymous namespace are hidden. EXTRACT_ANON_NSPACES = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = YES # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower-case letters. If set to YES upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = NO # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO. SHOW_DIRECTORIES = NO # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page. This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command , where is the value of # the FILE_VERSION_FILTER tag, and is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by # doxygen. The layout file controls the global structure of the generated output files # in an output format independent way. The create the layout file that represents # doxygen's defaults, run doxygen with the -l option. You can optionally specify a # file name after the option, if omitted DoxygenLayout.xml will be used as the name # of the layout file. LAYOUT_FILE = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES # This WARN_NO_PARAMDOC option can be abled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = NO # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = . # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = *.c \ *.cc \ *.cxx \ *.cpp \ *.c++ \ *.d \ *.java \ *.ii \ *.ixx \ *.ipp \ *.i++ \ *.inl \ *.h \ *.hh \ *.hxx \ *.hpp \ *.h++ \ *.idl \ *.odl \ *.cs \ *.php \ *.php3 \ *.inc \ *.m \ *.mm \ *.dox \ *.py \ *.f90 \ *.f \ *.vhd \ *.vhdl # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* EXCLUDE_PATTERNS = lib \ tmp \ .git \ doc \ *_p.h \ tests # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = doc/examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = * # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the # filter if there is a match. The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER # is applied to all files. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will # link to the source code. Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. For this to work a browser that supports # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). HTML_DYNAMIC_SECTIONS = NO # If the GENERATE_DOCSET tag is set to YES, additional index files # will be generated that can be used as input for Apple's Xcode 3 # integrated development environment, introduced with OSX 10.5 (Leopard). # To create a documentation set, doxygen will generate a Makefile in the # HTML output directory. Running make will produce the docset in that # directory and running "make install" will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find # it at startup. # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information. GENERATE_DOCSET = NO # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the # feed. A documentation feed provides an umbrella under which multiple # documentation sets from a single provider (such as a company or product suite) # can be grouped. DOCSET_FEEDNAME = "Doxygen generated docs" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. DOCSET_BUNDLE_ID = org.doxygen.Project # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING # is used to encode HtmlHelp index (hhk), content (hhc) and project file # content. CHM_INDEX_ENCODING = # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER # are set, an additional index file will be generated that can be used as input for # Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated # HTML documentation. GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can # be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace QHP_NAMESPACE = # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#virtual-folders QHP_VIRTUAL_FOLDER = doc # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. # For more information please see # http://doc.trolltech.com/qthelpproject.html#custom-filters QHP_CUST_FILTER_NAME = # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see # Qt Help Project / Custom Filters. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's # filter section matches. # Qt Help Project / Filter Attributes. QHP_SECT_FILTER_ATTRS = # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can # be used to specify the location of Qt's qhelpgenerator. # If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. QHG_LOCATION = # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. ENUM_VALUES_PER_LINE = 4 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. # If the tag value is set to FRAME, a side panel will be generated # containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. Other possible values # for this tag are: HIERARCHIES, which will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list; # ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which # disables this behavior completely. For backwards compatibility with previous # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE # respectively. GENERATE_TREEVIEW = NONE # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 # Use this tag to change the font size of Latex formulas included # as images in the HTML documentation. The default is 10. Note that # when you change the font size after a successful doxygen run you need # to manually remove any form_*.png images from the HTML output directory # to force them to be regenerated. FORMULA_FONTSIZE = 10 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. If left blank `latex' will be used as the default command name. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = YES # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml # The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_SCHEMA = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_DTD = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # configuration options related to the Perl module output #--------------------------------------------------------------------------- # If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO # If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. This is useful # if you want to understand what is going on. On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. To prevent a macro definition from being # undefined via #undef or recursively expanded use the := operator # instead of the = operator. PREDEFINED = # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line, have an all uppercase name, and do not end with a semicolon. Such # function macros are typically used for boiler-plate code, and will confuse # the parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- # The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: # TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: # TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links. # Note that each tag file must have a unique name # (where the name does NOT include the path) # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option is superseded by the HAVE_DOT option below. This is only a # fallback. It is recommended to install and use dot, since it yields more # powerful graphs. CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. MSCGEN_PATH = # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = NO # By default doxygen will write a font called FreeSans.ttf to the output # directory and reference it in all dot files that doxygen generates. This # font does not include all possible unicode characters however, so when you need # these (or just want a differently looking font) you can specify the font name # using DOT_FONTNAME. You need need to make sure dot is able to find the font, # which can be done by putting it in a standard location or by setting the # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. DOT_FONTNAME = FreeSans # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. DOT_FONTSIZE = 10 # By default doxygen will tell dot to use the output directory to look for the # FreeSans.ttf font (which doxygen will put there itself). If you specify a # different font using DOT_FONTNAME you can set the path where dot # can find it using this tag. DOT_FONTPATH = # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = YES # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. CALL_GRAPH = NO # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. CALLER_GRAPH = NO # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES # then doxygen will show the dependencies a directory has on other directories # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of # nodes that will be shown in the graph. If the number of nodes in a graph # becomes larger than this value, doxygen will truncate the graph, which is # visualized by representing a node as a red box. Note that doxygen if the # number of direct children of the root node in a graph is already larger than # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. DOT_GRAPH_MAX_NODES = 50 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes # that lay further from the root node will be omitted. Note that setting this # option to 1 or 2 may greatly reduce the computation time needed for large # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, because dot on Windows does not # seem to support this out of the box. Warning: Depending on the platform used, # enabling this option may lead to badly anti-aliased labels on the edges of # a graph (i.e. they become hard to read). DOT_TRANSPARENT = NO # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = NO # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Options related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO qoauth-1.0.1/LICENSE000066400000000000000000000167251142527727700140500ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. qoauth-1.0.1/README000066400000000000000000000030171142527727700137110ustar00rootroot00000000000000QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way, i.e. simply, clearly and efficiently. It gives the application developer no more than 4 methods, namely: * requestToken() – to obtain an unauthorized Request Token, * accessToken() – to exchange Request Token for the Access Token, * createParametersString() – to construct a request according to OAuth authorization scheme, * inlineParemeters() - to construct a query string basing on given parameters (provided only for convenience). First two methods serve application authorization purposes, whilst the other two are used for accessing Protected Resources. The complete documentation is available locally as well as online: http://files.ayoy.net/qoauth/1.0.1/doc QOAuth internally makes use of QCA (Qt Cryptographic Architecture). Here is the complete list of its dependencies: 1. Qt libraries 4.4 at least, 2. QCA (Qt Cryptographic Architecture), available from Delta XMPP Project 3. OpenSSL plugin to QCA, available from QCA homepage (this pulls in a dependency on OpenSSL of course). Note: KDE users meet all the requirements out of the box. HOW TO INSTALL: $ qmake $ make $ sudo make install HOW TO USE: Add these two lines to your project: * in project file: CONFIG += oauth * in source code: #include You can start using QOAuth. BUGS AND ISSUES: report them to QOAuth's bug tracking system: http://ayoy.lighthouseapp.com/projects/32547-qoauth/tickets?q=all qoauth-1.0.1/doc/000077500000000000000000000000001142527727700135755ustar00rootroot00000000000000qoauth-1.0.1/doc/examples/000077500000000000000000000000001142527727700154135ustar00rootroot00000000000000qoauth-1.0.1/doc/examples/accessToken.cpp000066400000000000000000000013411142527727700203600ustar00rootroot00000000000000// if necessary, create a map of additional arguments required by the Service Provider QOAuth::ParamMap otherArgs; otherArgs.insert( "misc_arg1", "value1" ); otherArgs.insert( "misc_arg2", "value2" ); // send a request to exchange Request Token for an Access Token QOAuth::ParamMap reply = qoauth->accessToken( "http://example.com/access_token", QOAuth::POST, token, tokenSecret, QOAuth::HMAC_SHA1, otherArgs ); // if no error occurred, read the Access Token (and other arguments, if applicable) if ( qoauth->error() == QOAuth::NoError ) { token = reply.value( QOAuth::tokenParameterName() ); tokenSecret = reply.value( QOAuth::tokenSecretParameterName() ); otherInfo = reply.value( "misc_arg3" ); } qoauth-1.0.1/doc/examples/getResources.cpp000066400000000000000000000010521142527727700205670ustar00rootroot00000000000000QByteArray url( "http://example.com/get_photo" ); // create a request parameters map QOAuth::ParamMap map; map.insert( "file", "flower_48.jpg" ); map.insert( "size", "small" ); // construct the parameters string QByteArray content = qoauth->createParametersString( requestUrl, QOAuth::GET, QOAuth::HMAC_SHA1, token, tokenSecret, map, QOAuth::ParseForInlineQuery ); // append parameters string to the URL url.append( content ); QNetworkRequest request( QUrl( url ) ); // etc... qoauth-1.0.1/doc/examples/getResources2.cpp000066400000000000000000000014771142527727700206640ustar00rootroot00000000000000QByteArray url( "http://example.com/get_photo" ); // create a request parameters map QOAuth::ParamMap map; map.insert( "file", "flower_48.jpg" ); map.insert( "size", "small" ); // construct the authorization header QByteArray header = qoauth->createParametersString( requestUrl, QOAuth::GET, QOAuth::HMAC_SHA1, token, tokenSecret, map, QOAuth::ParseForHeaderArguments ); // append parameters string to the URL // alternatively you can use QOAuth::ParseForRequestContent if you want // to use the output as a POST request content (remember then of passing // QOAuth::POST above). url.append( qoauth->inlineParameters( map, QOAuth::ParseForInlineQuery ) ); QNetworkRequest request( QUrl( url ) ); request.setRawHeader( "Authorization", header ); // etc... qoauth-1.0.1/doc/examples/requestToken.cpp000066400000000000000000000013611142527727700206110ustar00rootroot00000000000000QByteArray token; QByteArray tokenSecret; QOAuth::Interface *qoauth = new QOAuth::Interface; // set the consumer key and secret qoauth->setConsumerKey( "75b3d557c9268c49cfdf041a" ); qoauth->setConsumerSecret( "fd12803fbf0760d34cd2ceb9955199ce" ); // set a timeout for requests (in msecs) qoauth->setRequestTimeout( 10000 ); // send a request for an unauthorized token QOAuth::ParamMap reply = qoauth->requestToken( "http://example.com/request_token", QOAuth::GET, QOAuth::HMAC_SHA1 ); // if no error occurred, read the received token and token secret if ( qoauth->error() == QOAuth::NoError ) { token = reply.value( QOAuth::tokenParameterName() ); tokenSecret = reply.value( QOAuth::tokenSecretParameterName() ); } qoauth-1.0.1/include/000077500000000000000000000000001142527727700144535ustar00rootroot00000000000000qoauth-1.0.1/include/QtOAuth000066400000000000000000000000271142527727700157220ustar00rootroot00000000000000#include "interface.h" qoauth-1.0.1/include/interface.h000066400000000000000000000000361142527727700165630ustar00rootroot00000000000000#include "../src/interface.h" qoauth-1.0.1/oauth.prf000066400000000000000000000022521142527727700146620ustar00rootroot00000000000000QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS] QOAUTH_LIBDIR = $$[QT_INSTALL_LIBS] QOAUTH_INCDIR ~= s!/qt4*!! QOAUTH_LIBDIR ~= s!/qt4*!! CONFIG *= qt CONFIG += crypto # if we are including oauth.prf from the qoauth tree (and not utilizing it as # an installed qmake CONFIG feature), then point to the tree. this allows our # qoauth tree apps to build before qoauth itself is installed. exists($$PWD/qoauth.pro) { QOAUTH_INCDIR = $$PWD/include QOAUTH_LIBDIR = $$PWD/lib } LINKAGE = # on mac, if qoauth was built as a framework, link against it mac: { framework_dir = $${QOAUTH_LIBDIR} exists($$framework_dir/qoauth.framework) { LIBS += -F$$framework_dir exists($$PWD/qoauth.pro): INCLUDEPATH += $$QOAUTH_INCDIR else: INCLUDEPATH += $$framework_dir/qoauth.framework/Headers LINKAGE = -framework qoauth } } # else, link normally isEmpty(LINKAGE) { exists($$PWD/qoauth.pro): INCLUDEPATH += $$QOAUTH_INCDIR else: INCLUDEPATH += $$QOAUTH_INCDIR/QtOAuth LIBS += -L$$QOAUTH_LIBDIR LINKAGE = -lqoauth CONFIG(debug, debug|release) { windows:LINKAGE = -lqoauthd mac:LINKAGE = -lqoauth_debug } } LIBS += $$LINKAGE qoauth-1.0.1/qoauth.pro000066400000000000000000000003651142527727700150570ustar00rootroot00000000000000TEMPLATE = subdirs SUBDIRS += src tests CONFIG += ordered check.target = check check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface ) check.depends = sub-tests QMAKE_EXTRA_TARGETS += check qoauth-1.0.1/src/000077500000000000000000000000001142527727700136175ustar00rootroot00000000000000qoauth-1.0.1/src/interface.cpp000066400000000000000000001165551142527727700163000ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #include "interface.h" #include "interface_p.h" #include #include #include #include #include #include #include #include #include #include /*! \mainpage \section sec_what What is the purpose of QOAuth? The main motivation to create this library was to provide an interface to OAuth protocol for (Qt-based) C++ applications in an easy way. This is very early version of the library, and it lacks some functionality, but in the same time it is capable of sending OAuth authorization requests as well as preparing requests for accessing User's Protected Resources. \section sec_lic License and Authors The project is licensed under GNU LGPL license version 2.1 or later. The work is done by Dominik Kapusta (d at ayoy dot net). \section sec_inst How to install? \subsection ssec_deps Dependencies There are a few things necessary to get OAuth library working:
  1. Qt libraries, version 4.4 or higher,
  2. QCA (Qt Cryptographic Architecture), available from Delta XMPP Project, version 2.0.0 or higher,
  3. OpenSSL plugin to QCA (qca-ossl), available from QCA page, and requiring OpenSSL.
\b Note: KDE4 users meet all the requirements out of the box. \subsection ssec_inst Installation The source code repository is hosted on GitHub and the code can be checked out from there easily using git: \verbatim $ git clone git://github.com/ayoy/qoauth.git \endverbatim To compile the code, follow the simple procedure: \verbatim $ qmake $ make $ sudo make install \endverbatim \subsection ssec_use Usage Configuring your project to work with QOAuth library is extremely simple. Firstly, append a line to your project file: \verbatim CONFIG += oauth \endverbatim Then include the following header in your code: \verbatim #include \endverbatim \b Note: This follows the Qt scheme, i.e. QT += xml ==> #include , etc. \section sec_bugs Bugs and issues Please file all the bug reports to the QOAuth bug tracking system at lighthouseapp.com. If you wish to contribute, you're extremely welcome to fork a GitHub repository and add your input there. */ /*! \class QOAuth::Interface interface.h \brief This class provides means for interaction with network services supporting OAuth authorization scheme. The QOAuth::Interface class is meant to enable OAuth support in applications in as simple way as possible. It provides 4 basic methods, two of which serve for authorization purposes: \li \ref requestToken(), \li \ref accessToken(), and the other two help with creation of requests for accessing Protected Resources: \li \ref createParametersString(), \li \ref inlineParameters(). \section sec_auth_scheme OAuth authorization scheme According to OAuth 1.0 Core specification, the OAuth protocol enables websites or applications (Consumers) to access Protected Resources from a web service (Service Provider) via an API, without requiring Users to disclose their Service Provider credentials to the Consumers. Simply, OAuth is a way of connecting an application to the Service Provider's API without needing to provide User's login or password. The authorization is based on an exchange of a Token (user-specific) together with a Consumer Key (application-specific), encrypted with a combination of so called Token Secret and Customer Secret. Getting access to Protected Resources consists in three basic steps:
  1. obtaining an unauthorized Request Token from the Service Provider,
  2. asking the User to authorize the Request Token,
  3. exchanging the Request Token for the Access Token.
Details are covered in Section 6 of the OAuth 1.0 Core Specification. As the authorization procedure is quite complex, the QOAuth library helps to simplify it by doing all the dirty work behind the scenes. \section sec_req_token OAuth authorization with QOAuth First step of OAuth authorization can be done in one line using QOAuth library. Consult the example: \include requestToken.cpp Once the unauthorized Request Token is received, User has to authorize it using Service Provider-defined method. This is beyond the scope of this library. Once User authorizes the Request Token, it can be exchanged for an Access Token that authorizes the application to access User's Protected Resources. This can be done with another one line: \include accessToken.cpp Once the Access Token is received, the application is authorized. \section sec_acc_res Requesting Protected Resources with QOAuth In order to access Protected Resources, the application has to send a request containing arguments including Customer Key and Access Token, and encrypt them with Customer Secret and Token Secret. The process of constructing such a request can be reduced to another one-line call with QOAuth::Interface. The example code for inlining all request parameters (both User-specific and OAuth-related): \include getResources.cpp If Service Provider requires the OAuth authorization to be done in the Authorization header field, then only User-specific parameters should be inlined with the URL: \include getResources2.cpp \section sec_capabilities Capabilities QOAuth library works with all 3 signature methods supported by the OAuth protocol, namely HMAC-SHA1, RSA-SHA1 and PLAINTEXT. Hovewer, RSA-SHA1 and (especially) PLAINTEXT methods may still need additional testing for various input conditions. */ QByteArray QOAuth::supportedOAuthVersion() { return InterfacePrivate::OAuthVersion; } QByteArray QOAuth::tokenParameterName() { return InterfacePrivate::ParamToken; } QByteArray QOAuth::tokenSecretParameterName() { return InterfacePrivate::ParamTokenSecret; } //! \brief The supported OAuth scheme version. const QByteArray QOAuth::InterfacePrivate::OAuthVersion = "1.0"; //! \brief The token request parameter string const QByteArray QOAuth::InterfacePrivate::ParamToken = "oauth_token"; //! \brief The token secret request parameter string const QByteArray QOAuth::InterfacePrivate::ParamTokenSecret = "oauth_token_secret"; //! \brief The consumer key request parameter string const QByteArray QOAuth::InterfacePrivate::ParamConsumerKey = "oauth_consumer_key"; //! \brief The nonce request parameter string const QByteArray QOAuth::InterfacePrivate::ParamNonce = "oauth_nonce"; //! \brief The signature request parameter string const QByteArray QOAuth::InterfacePrivate::ParamSignature = "oauth_signature"; //! \brief The signature method request parameter string const QByteArray QOAuth::InterfacePrivate::ParamSignatureMethod = "oauth_signature_method"; //! \brief The timestamp request parameter string const QByteArray QOAuth::InterfacePrivate::ParamTimestamp = "oauth_timestamp"; //! \brief The version request parameter string const QByteArray QOAuth::InterfacePrivate::ParamVersion = "oauth_version"; QOAuth::InterfacePrivate::InterfacePrivate() : privateKeySet( false ), consumerKey( QByteArray() ), consumerSecret( QByteArray() ), manager(0), loop(0), requestTimeout(0), error( NoError ) { } void QOAuth::InterfacePrivate::init() { Q_Q(QOAuth::Interface); ignoreSslErrors = false; loop = new QEventLoop(q); setupNetworkAccessManager(); q->connect( &eventHandler, SIGNAL(eventReady(int,QCA::Event)), SLOT(_q_setPassphrase(int,QCA::Event)) ); eventHandler.start(); } void QOAuth::InterfacePrivate::setupNetworkAccessManager() { Q_Q(QOAuth::Interface); if (manager == 0) manager = new QNetworkAccessManager; manager->setParent(q); q->connect( manager, SIGNAL(finished(QNetworkReply*)), loop, SLOT(quit()) ); q->connect( manager, SIGNAL(finished(QNetworkReply*)), SLOT(_q_parseReply(QNetworkReply*)) ); q->connect( manager, SIGNAL(sslErrors(QNetworkReply*,QList)), SLOT(_q_handleSslErrors(QNetworkReply*,QList)) ); } QByteArray QOAuth::InterfacePrivate::httpMethodToString( HttpMethod method ) { switch ( method ) { case GET: return "GET"; case POST: return "POST"; case HEAD: return "HEAD"; case PUT: return "PUT"; #ifndef Q_WS_WIN case DELETE: return "DELETE"; #endif default: qWarning() << __FUNCTION__ << "- Unrecognized method"; return QByteArray(); } } QByteArray QOAuth::InterfacePrivate::signatureMethodToString( SignatureMethod method ) { switch ( method ) { case HMAC_SHA1: return "HMAC-SHA1"; case RSA_SHA1: return "RSA-SHA1"; case PLAINTEXT: return "PLAINTEXT"; default: qWarning() << __FUNCTION__ << "- Unrecognized method"; return QByteArray(); } } QOAuth::ParamMap QOAuth::InterfacePrivate::replyToMap( const QByteArray &data ) { // split reply to name=value strings QList replyParams = data.split( '&' ); // we'll store them in a map ParamMap parameters; QByteArray replyParam; QByteArray key; int separatorIndex; // iterate through name=value pairs Q_FOREACH ( replyParam, replyParams ) { // find occurrence of '=' separatorIndex = replyParam.indexOf( '=' ); // key is on the left key = replyParam.left( separatorIndex ); // value is on the right parameters.insert( key , replyParam.right( replyParam.length() - separatorIndex - 1 ) ); } return parameters; } void QOAuth::InterfacePrivate::_q_parseReply( QNetworkReply *reply ) { int returnCode = reply->attribute( QNetworkRequest::HttpStatusCodeAttribute ).toInt(); switch ( returnCode ) { case NoError: replyParams = replyToMap( reply->readAll() ); if ( !replyParams.contains( InterfacePrivate::ParamToken ) ) { qWarning() << __FUNCTION__ << "- oauth_token not present in reply!"; } if ( !replyParams.contains( InterfacePrivate::ParamTokenSecret ) ) { qWarning() << __FUNCTION__ << "- oauth_token_secret not present in reply!"; } case BadRequest: case Unauthorized: case Forbidden: error = returnCode; break; default: error = OtherError; } reply->close(); } void QOAuth::InterfacePrivate::_q_handleSslErrors(QNetworkReply *reply, const QList &errors) { Q_UNUSED(errors); if (ignoreSslErrors) reply->ignoreSslErrors(); } QByteArray QOAuth::InterfacePrivate::paramsToString( const ParamMap ¶meters, ParsingMode mode ) { QByteArray middleString; QByteArray endString; QByteArray prependString; switch ( mode ) { case ParseForInlineQuery: prependString = "?"; case ParseForRequestContent: case ParseForSignatureBaseString: middleString = "="; endString = "&"; break; case ParseForHeaderArguments: prependString = "OAuth "; middleString = "=\""; endString = "\","; break; default: qWarning() << __FUNCTION__ << "- Unrecognized mode"; return QByteArray(); } QByteArray parameter; QByteArray parametersString; Q_FOREACH( parameter, parameters.uniqueKeys() ) { QList values = parameters.values( parameter ); if ( values.size() > 1 ) { qSort( values.begin(), values.end() ); } QByteArray value; Q_FOREACH ( value, values ) { parametersString.append( parameter ); parametersString.append( middleString ); parametersString.append( value ); parametersString.append( endString ); } } // remove the trailing end character (comma or ampersand) parametersString.chop(1); // prepend with the suitable string (or none) parametersString.prepend( prependString ); return parametersString; } /*! \brief Creates a new QOAuth::Interface class instance with the given \a parent */ QOAuth::Interface::Interface( QObject *parent ) : QObject( parent ), d_ptr( new InterfacePrivate ) { Q_D(Interface); d->q_ptr = this; d->init(); } /*! \brief Creates a new QOAuth::Interface class instance with the given \a parent, using \a manager for network connections. Use this constructor if you want to use your custom network access manager to handle network connections needed by the interface. /sa setNetworkAccessManager() */ QOAuth::Interface::Interface(QNetworkAccessManager *manager, QObject *parent) : QObject( parent ), d_ptr( new InterfacePrivate ) { Q_D(Interface); d->q_ptr = this; d->manager = manager; d->init(); } /*! \brief Destroys the QOAuth::Interface object */ QOAuth::Interface::~Interface() { delete d_ptr; } /*! \brief Returns the network access manager used by the interface. */ QNetworkAccessManager* QOAuth::Interface::networkAccessManager() const { Q_D(const Interface); return d->manager; } /*! \brief Sets \a manager to be the network access manager used by the interface. The interface class takes ownership of the manager. If there already is a manager, it's being deleted. /sa networkAccessManager() */ void QOAuth::Interface::setNetworkAccessManager(QNetworkAccessManager* manager) { Q_D(Interface); if (d->manager) delete d->manager; d->manager = manager; d->setupNetworkAccessManager(); } /*! \property QOAuth::Interface::ignoreSslErrors \brief This property is used to control SSL errors handling. The default value is false, meaning that the interface will fail upon an SSL error. Set it to true if you want to disregard any SSL errors encountered during the authorization process. Access functions: \li bool ignoreSslErrors() const \li void setIgnoreSslErrors( bool enabled ) */ bool QOAuth::Interface::ignoreSslErrors() const { Q_D(const QOAuth::Interface); return d->ignoreSslErrors; } void QOAuth::Interface::setIgnoreSslErrors(bool enabled) { Q_D(QOAuth::Interface); d->ignoreSslErrors = enabled; } /*! \property QOAuth::Interface::consumerKey \brief This property holds the consumer key The consumer key is used by the application to identify itself to the Service Provider. Access functions: \li QByteArray consumerKey() const \li void setConsumerKey( const QByteArray &consumerKey ) */ QByteArray QOAuth::Interface::consumerKey() const { Q_D(const Interface); return d->consumerKey; } void QOAuth::Interface::setConsumerKey( const QByteArray &consumerKey ) { Q_D(Interface); d->consumerKey = consumerKey; } /*! \property QOAuth::Interface::consumerSecret \brief This property holds the consumer secret The consumerSecret is used by the application for signing outgoing requests. Access functions: \li QByteArray consumerSecret() const \li void setConsumerSecret( const QByteArray &consumerSecret ) */ QByteArray QOAuth::Interface::consumerSecret() const { Q_D(const Interface); return d->consumerSecret; } void QOAuth::Interface::setConsumerSecret( const QByteArray &consumerSecret ) { Q_D(Interface); d->consumerSecret = consumerSecret; } /*! \property QOAuth::Interface::requestTimeout \brief This property holds the timeout value in milliseconds for issued network requests. The QOAuth::Interface class can send network requests when asked to do so by calling either requestToken() or accessToken() method. By defining the \a requestTimeout, requests can have the time constraint applied, after which they fail, setting \ref error to \ref Timeout. The \a requestTimeout value is initially set to \c 0, which in this case means that no timeout is applied to outgoing requests. Access functions: \li uint requestTimeout() const \li void setRequestTimeout( uint requestTimeout ) */ uint QOAuth::Interface::requestTimeout() const { Q_D(const Interface); return d->requestTimeout; } void QOAuth::Interface::setRequestTimeout( uint msec ) { Q_D(Interface); d->requestTimeout = msec; } /*! \property QOAuth::Interface::error \brief This property holds the error code The error code is initially set to \ref NoError, and its value is updated with every method that can cause errors. Access functions: \li int error() const \sa ErrorCode */ int QOAuth::Interface::error() const { Q_D(const Interface); return d->error; } /*! This method is useful when using OAuth with RSA-SHA1 signing algorithm. It reads the RSA private key from the string given as \a key, and stores it internally. If the key is secured by a passphrase, it should be passed as the second argument. The provided string is decoded into a private RSA key, optionally using the \a passphrase. If \a key contains a valid RSA private key, this method returns true. If any problems were encountered during decoding (either the key or the passphrase are invalid), false is returned and the error code is set to QOAuth::RSADecodingError. \sa setRSAPrivateKeyFromFile() */ bool QOAuth::Interface::setRSAPrivateKey( const QString &key, const QCA::SecureArray &passphrase ) { Q_D(Interface); d->setPrivateKey( key, passphrase, InterfacePrivate::KeyFromString ); return ( d->error == NoError ); } /*! This method is useful when using OAuth with RSA-SHA1 signing algorithm. It reads the RSA private key from the given \a file, and stores it internally. If the key is secured by a passphrase, it should be passed as the second argument. The provided file is read and decoded into a private RSA key, optionally using the \a passphrase. If it contains a valid RSA private key, this method returns true. If any problems were encountered during decoding, false is returned and the appropriate error code is set: \li QOAuth::RSAKeyFileError - when the key file doesn't exist or is unreadable \li QOAuth::RSADecodingError - if problems occurred during encoding (either the key and/or password are invalid). \sa setRSAPrivateKey() */ bool QOAuth::Interface::setRSAPrivateKeyFromFile( const QString &filename, const QCA::SecureArray &passphrase ) { Q_D(Interface); if ( ! QFileInfo( filename ).exists() ) { d->error = RSAKeyFileError; qWarning() << __FUNCTION__ << "- the given file does not exist..."; } else { d->setPrivateKey( filename, passphrase, InterfacePrivate::KeyFromFile ); } return ( d->error == NoError ); } void QOAuth::InterfacePrivate::setPrivateKey( const QString &source, const QCA::SecureArray &passphrase, KeySource from ) { if( !QCA::isSupported( "pkey" ) || !QCA::PKey::supportedIOTypes().contains( QCA::PKey::RSA ) ) { qFatal( "RSA is not supported!" ); } privateKeySet = false; this->passphrase = passphrase; QCA::KeyLoader keyLoader; QEventLoop localLoop; QObject::connect( &keyLoader, SIGNAL(finished()), &localLoop, SLOT(quit()) ); switch (from) { case KeyFromString: keyLoader.loadPrivateKeyFromPEM( source ); break; case KeyFromFile: keyLoader.loadPrivateKeyFromPEMFile( source ); break; } QTimer::singleShot( 3000, &localLoop, SLOT(quit()) ); localLoop.exec(); readKeyFromLoader( &keyLoader ); } void QOAuth::InterfacePrivate::readKeyFromLoader( QCA::KeyLoader *keyLoader ) { QCA::ConvertResult result = keyLoader->convertResult(); if ( result == QCA::ConvertGood ) { error = NoError; privateKey = keyLoader->privateKey(); privateKeySet = true; } else if ( result == QCA::ErrorDecode ) { error = RSADecodingError; // this one seems to never be set .... // } else if ( result == QCA::ErrorPassphrase ) { // error = RSAPassphraseError; } else if ( result == QCA::ErrorFile ) { error = RSAKeyFileError; } } void QOAuth::InterfacePrivate::_q_setPassphrase( int id, const QCA::Event &event ) { if ( event.isNull() ) { return; } // we're looking only for the passphrase for the RSA key if ( event.type() == QCA::Event::Password && event.passwordStyle() == QCA::Event::StylePassphrase ) { // set the passphrase to the one provided with QOAuth::Interface::setRSAPrivateKey{,FromFile}() eventHandler.submitPassword( id, passphrase ); } else { eventHandler.reject( id ); } } /*! This method constructs and sends a request for obtaining an unauthorized Request Token from the Service Provider. This is the first step of the OAuth authentication flow, according to OAuth 1.0 Core specification. The PLAINTEXT signature method uses Customer Secret and (if provided) Token Secret to sign a request. For the HMAC-SHA1 and RSA-SHA1 signature methods the Signature Base String is created using the given \a requestUrl and \a httpMethod. The optional request parameters specified by the Service Provider can be passed in the \a params ParamMap. The Signature Base String contains the \ref consumerKey and uses \ref consumerSecret for encrypting the message, so it's necessary to provide them both before issuing this request. The method will check if both \ref consumerKey and \ref consumerSecret are provided, and fail if any of them is missing. When the signature is created, the appropriate request is sent to the Service Provider (namely, the \a requestUrl). Depending on the type of the request, the parameters are passed according to the Consumer Request Parametes section of the OAuth specification, i.e.: \li for GET requests, in the HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme, \li for POST requests, as a request body with \c content-type set to \c application/x-www-form-urlencoded. Once the request is sent, a local event loop is executed and set up to wait for the request to complete. If the \ref requestTimeout property is set to a non-zero value, its vaue is applied as a request timeout, after which the request is aborted. \returns If request succeded, the method returns all the data passed in the Service Provider response (including a Request Token and Token Secret), formed in a ParamMap. If request fails, the \ref error property is set to an appropriate value, and an empty ParamMap is returned. \sa accessToken(), error */ QOAuth::ParamMap QOAuth::Interface::requestToken( const QString &requestUrl, HttpMethod httpMethod, SignatureMethod signatureMethod, const ParamMap ¶ms ) { Q_D(Interface); return d->sendRequest( requestUrl, httpMethod, signatureMethod, QByteArray(), QByteArray(), params ); } /*! This method constructs and sends a request for exchanging a Request Token (obtained previously with a call to \ref requestToken()) for an Access Token, that authorizes the application to access Protected Resources. This is the third step of the OAuth authentication flow, according to OAuth 1.0 Core specification. The PLAINTEXT signature method uses Customer Secret and (if provided) Token Secret to sign a request. For the HMAC-SHA1 and RSA-SHA1 signature methods the Signature Base String is created using the given \a requestUrl, \a httpMethod, \a token and \a tokenSecret. The optional request parameters specified by the Service Provider can be passed in the \a params ParamMap. The Signature Base String contains the \ref consumerKey and uses \ref consumerSecret for encrypting the message, so it's necessary to provide them both before issuing this request. The method will check if both \ref consumerKey and \ref consumerSecret are provided, and fail if any of them is missing. When the signature is created, the appropriate request is sent to the Service Provider (namely, the \a requestUrl). Depending on the type of the request, the parameters are passed according to the Consumer Request Parametes section of the OAuth specification, i.e.: \li for GET requests, in the HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme, \li for POST requests, as a request body with \c content-type set to \c application/x-www-form-urlencoded. Once the request is sent, a local event loop is executed and set up to wait for the request to complete. If the \ref requestTimeout property is set to a non-zero value, its vaue is applied as a request timeout, after which the request is aborted. \returns If request succeded, the method returns all the data passed in the Service Provider response (including an authorized Access Token and Token Secret), formed in a ParamMap. This request ends the authorization process, and the obtained Access Token and Token Secret should be kept by the application and provided with every future request authorized by OAuth, e.g. using \ref createParametersString(). If request fails, the \ref error property is set to an appropriate value, and an empty ParamMap is returned. \sa requestToken(), createParametersString(), error */ QOAuth::ParamMap QOAuth::Interface::accessToken( const QString &requestUrl, HttpMethod httpMethod, const QByteArray &token, const QByteArray &tokenSecret, SignatureMethod signatureMethod, const ParamMap ¶ms ) { Q_D(Interface); return d->sendRequest( requestUrl, httpMethod, signatureMethod, token, tokenSecret, params ); } /*! This method generates a parameters string required to access Protected Resources using OAuth authorization. According to OAuth 1.0 Core specification, every outgoing request for accessing Protected Resources must contain information like the Consumer Key and Access Token, and has to be signed using one of the supported signature methods. The PLAINTEXT signature method uses Customer Secret and (if provided) Token Secret to sign a request. For the HMAC-SHA1 and RSA-SHA1 signature methods the Signature Base String is created using the given \a requestUrl, \a httpMethod, \a token and \a tokenSecret. The optional request parameters specified by the Service Provider can be passed in the \a params \ref ParamMap. The Signature Base String contains the \ref consumerKey and uses \ref consumerSecret for encrypting the message, so it's necessary to provide them both before issuing this request. The method will check if both \ref consumerKey and \ref consumerSecret are provided, and fail if any of them is missing. The \a mode parameter specifies the format of the parameter string. \returns The parsed parameters string, that depending on \a mode and \a httpMethod is:
\b \a mode \b outcome
QOAuth::ParseForRequestContent ready to be posted as a request body
QOAuth::ParseForInlineQuery prepended with a '?' and ready to be appended to the \a requestUrl
QOAuth::ParseForHeaderArguments ready to be set as an argument for the \c Authorization HTTP header
QOAuth::ParseForSignatureBaseString meant for internal use
\sa inlineParameters() */ QByteArray QOAuth::Interface::createParametersString( const QString &requestUrl, HttpMethod httpMethod, const QByteArray &token, const QByteArray &tokenSecret, SignatureMethod signatureMethod, const ParamMap ¶ms, ParsingMode mode ) { Q_D(Interface); d->error = NoError; // copy parameters to a writeable object ParamMap parameters = params; // calculate the signature QByteArray signature = d->createSignature( requestUrl, httpMethod, signatureMethod, token, tokenSecret, ¶meters ); // return an empty bytearray when signature wasn't created if ( d->error != NoError ) { return QByteArray(); } // append it to parameters parameters.insert( InterfacePrivate::ParamSignature, signature ); // convert the map to bytearray, according to requested mode QByteArray parametersString = d->paramsToString( parameters, mode ); return parametersString; } /*! This method is provided for convenience. It generates an inline query string out of given parameter map. The resulting string can be either sent in an HTTP POST request as a request content, or appended directly to an HTTP GET request's URL as a query string. When using this method for preparing an HTTP GET query string you can set the \a mode to ParseForInlineQuery to have the string prepended with a question mark (separating the URL path from the query string). Modes other than QOAuth::ParseForRequestContent and QOAuth::ParseForInlineQuery produce an empty byte array. Use this method together with createParametersString(), when you request a header parameters string (QOAuth::ParseForHeaderArguments) together with HTTP GET method. In such case, apart from header arguments, you must provide a query string containing custom request parameters (i.e. not OAuth-related). Pass the custom parameters map to this method to receive a query string to be appended to the URL. \sa createParametersString() */ QByteArray QOAuth::Interface::inlineParameters( const ParamMap ¶ms, ParsingMode mode ) { Q_D(Interface); QByteArray query; switch (mode) { case ParseForInlineQuery: case ParseForRequestContent: query = d->paramsToString( params, mode ); break; case ParseForHeaderArguments: case ParseForSignatureBaseString: break; } return query; } QOAuth::ParamMap QOAuth::InterfacePrivate::sendRequest( const QString &requestUrl, HttpMethod httpMethod, SignatureMethod signatureMethod, const QByteArray &token, const QByteArray &tokenSecret, const ParamMap ¶ms ) { if ( httpMethod != GET && httpMethod != POST ) { qWarning() << __FUNCTION__ << "- requestToken() and accessToken() accept only GET and POST methods"; error = UnsupportedHttpMethod; return ParamMap(); } error = NoError; ParamMap parameters = params; // create signature QByteArray signature = createSignature( requestUrl, httpMethod, signatureMethod, token, tokenSecret, ¶meters ); // if signature wasn't created, return an empty map if ( error != NoError ) { return ParamMap(); } // add signature to parameters parameters.insert( InterfacePrivate::ParamSignature, signature ); QByteArray authorizationHeader; QNetworkRequest request; if ( httpMethod == GET ) { authorizationHeader = paramsToString( parameters, ParseForHeaderArguments ); // create the authorization header request.setRawHeader( "Authorization", authorizationHeader ); } else if ( httpMethod == POST ) { authorizationHeader = paramsToString( parameters, ParseForRequestContent ); // create a network request request.setHeader( QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded" ); } request.setUrl( QUrl( requestUrl ) ); // fire up a single shot timer if timeout was specified if ( requestTimeout > 0 ) { QTimer::singleShot( requestTimeout, loop, SLOT(quit()) ); // if the request finishes on time, the error value is overriden // if not, it remains equal to QOAuth::Interface::Timeout error = Timeout; } // clear the reply container and send the request replyParams.clear(); QNetworkReply *reply; if ( httpMethod == GET ) { reply = manager->get( request ); } else if ( httpMethod == POST ) { reply = manager->post( request, authorizationHeader ); } // start the event loop and wait for the response loop->exec(); // if request completed successfully, error is different than QOAuth::Interface::Timeout // if it failed, we have to abort the request if ( error == Timeout ) { reply->abort(); } return replyParams; } QByteArray QOAuth::InterfacePrivate::createSignature( const QString &requestUrl, HttpMethod httpMethod, SignatureMethod signatureMethod, const QByteArray &token, const QByteArray &tokenSecret, ParamMap *params ) { if ( ( signatureMethod == HMAC_SHA1 || signatureMethod == RSA_SHA1 ) && consumerKey.isEmpty() ) { qWarning() << __FUNCTION__ << "- consumer key is empty, make sure that you set it" "with QOAuth::Interface::setConsumerKey()"; error = ConsumerKeyEmpty; return QByteArray(); } if ( consumerSecret.isEmpty() ) { qWarning() << __FUNCTION__ << "- consumer secret is empty, make sure that you set it" "with QOAuth::Interface::setConsumerSecret()"; error = ConsumerSecretEmpty; return QByteArray(); } if ( signatureMethod == RSA_SHA1 && privateKey.isNull() ) { qWarning() << __FUNCTION__ << "- RSA private key is empty, make sure that you provide it" "with QOAuth::Interface::setRSAPrivateKey{,FromFile}()"; error = RSAPrivateKeyEmpty; return QByteArray(); } // create nonce QCA::InitializationVector iv( 16 ); QByteArray nonce = iv.toByteArray().toHex(); // create timestamp uint time = QDateTime::currentDateTime().toTime_t(); QByteArray timestamp = QByteArray::number( time ); // create signature base string // 1. create the method string QByteArray httpMethodString = httpMethodToString( httpMethod ); // 2. prepare percent-encoded request URL QByteArray percentRequestUrl = requestUrl.toAscii().toPercentEncoding(); // 3. prepare percent-encoded parameters string params->insert( InterfacePrivate::ParamConsumerKey, consumerKey ); params->insert( InterfacePrivate::ParamNonce, nonce ); params->insert( InterfacePrivate::ParamSignatureMethod, signatureMethodToString( signatureMethod ) ); params->insert( InterfacePrivate::ParamTimestamp, timestamp ); params->insert( InterfacePrivate::ParamVersion, InterfacePrivate::OAuthVersion ); // append token only if it is defined (requestToken() doesn't use a token at all) if ( !token.isEmpty() ) { params->insert( InterfacePrivate::ParamToken, token ); } QByteArray parametersString = paramsToString( *params, ParseForSignatureBaseString ); QByteArray percentParametersString = parametersString.toPercentEncoding(); QByteArray digest; // PLAINTEXT doesn't use the Signature Base String if ( signatureMethod == PLAINTEXT ) { digest = createPlaintextSignature( tokenSecret ); } else { // 4. create signature base string QByteArray signatureBaseString; signatureBaseString.append( httpMethodString + "&" ); signatureBaseString.append( percentRequestUrl + "&" ); signatureBaseString.append( percentParametersString ); if ( signatureMethod == HMAC_SHA1 ) { if( !QCA::isSupported( "hmac(sha1)" ) ) { qFatal( "HMAC(SHA1) is not supported!" ); } // create key for HMAC-SHA1 hashing QByteArray key( consumerSecret.toPercentEncoding() + "&" + tokenSecret.toPercentEncoding() ); // create HMAC-SHA1 digest in Base64 QCA::MessageAuthenticationCode hmac( "hmac(sha1)", QCA::SymmetricKey( key ) ); QCA::SecureArray array( signatureBaseString ); hmac.update( array ); QCA::SecureArray resultArray = hmac.final(); digest = resultArray.toByteArray().toBase64(); } else if ( signatureMethod == RSA_SHA1 ) { // sign the Signature Base String with the RSA key digest = privateKey.signMessage( QCA::MemoryRegion( signatureBaseString ), QCA::EMSA3_SHA1 ).toBase64(); } } // percent-encode the digest QByteArray signature = digest.toPercentEncoding(); return signature; } QByteArray QOAuth::InterfacePrivate::createPlaintextSignature( const QByteArray &tokenSecret ) { if ( consumerSecret.isEmpty() ) { qWarning() << __FUNCTION__ << "- consumer secret is empty, make sure that you set it" "with QOAuth::Interface::setConsumerSecret()"; error = ConsumerSecretEmpty; return QByteArray(); } // get percent encoded consumer secret and token secret, join and percent encode once more QByteArray digest = consumerSecret.toPercentEncoding() + "&" + tokenSecret.toPercentEncoding(); return digest.toPercentEncoding(); } #include "moc_interface.cpp" qoauth-1.0.1/src/interface.h000066400000000000000000000110031142527727700157230ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ /*! \file interface.h This file is a part of libqoauth. You should not include it directly in your application. Instead please use \#include <QtOAuth>. */ #ifndef INTERFACE_H #define INTERFACE_H #include #include #include "qoauth_global.h" #include "qoauth_namespace.h" class QNetworkAccessManager; class QNetworkReply; namespace QOAuth { class InterfacePrivate; class QOAUTH_EXPORT Interface : public QObject { Q_OBJECT Q_PROPERTY( QByteArray consumerKey READ consumerKey WRITE setConsumerKey ) Q_PROPERTY( QByteArray consumerSecret READ consumerSecret WRITE setConsumerSecret ) Q_PROPERTY( uint requestTimeout READ requestTimeout WRITE setRequestTimeout ) Q_PROPERTY( bool ignoreSslErrors READ ignoreSslErrors WRITE setIgnoreSslErrors ) Q_PROPERTY( int error READ error ) public: Interface( QObject *parent = 0 ); Interface( QNetworkAccessManager *manager, QObject *parent = 0 ); virtual ~Interface(); QNetworkAccessManager* networkAccessManager() const; void setNetworkAccessManager(QNetworkAccessManager *manager); bool ignoreSslErrors() const; void setIgnoreSslErrors(bool enabled); QByteArray consumerKey() const; void setConsumerKey( const QByteArray &consumerKey ); QByteArray consumerSecret() const; void setConsumerSecret( const QByteArray &consumerSecret ); uint requestTimeout() const; void setRequestTimeout( uint msec ); int error() const; bool setRSAPrivateKey( const QString &key, const QCA::SecureArray &passphrase = QCA::SecureArray() ); bool setRSAPrivateKeyFromFile( const QString &filename, const QCA::SecureArray &passphrase = QCA::SecureArray() ); ParamMap requestToken( const QString &requestUrl, HttpMethod httpMethod, SignatureMethod signatureMethod = HMAC_SHA1, const ParamMap ¶ms = ParamMap() ); ParamMap accessToken( const QString &requestUrl, HttpMethod httpMethod, const QByteArray &token, const QByteArray &tokenSecret, SignatureMethod signatureMethod = HMAC_SHA1, const ParamMap ¶ms = ParamMap() ); QByteArray createParametersString( const QString &requestUrl, HttpMethod httpMethod, const QByteArray &token, const QByteArray &tokenSecret, SignatureMethod signatureMethod, const ParamMap ¶ms, ParsingMode mode ); QByteArray inlineParameters( const ParamMap ¶ms, ParsingMode mode = ParseForRequestContent ); protected: InterfacePrivate * const d_ptr; private: Q_DISABLE_COPY(Interface) Q_DECLARE_PRIVATE(Interface) Q_PRIVATE_SLOT(d_func(), void _q_parseReply(QNetworkReply *reply)) Q_PRIVATE_SLOT(d_func(), void _q_setPassphrase(int id, const QCA::Event &event)) Q_PRIVATE_SLOT(d_func(), void _q_handleSslErrors( QNetworkReply *reply, const QList &errors )) #ifdef UNIT_TEST friend class Ut_Interface; friend class Ft_Interface; #endif }; } // namespace QOAuth #endif // INTERFACE_H qoauth-1.0.1/src/interface_p.h000066400000000000000000000102031142527727700162430ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ /*! \file interface_p.h This file is a part of libqoauth and is considered strictly internal. You should not include it in your application. Instead please use \#include <QtOAuth>. */ #ifndef QOAUTH_P_H #define QOAUTH_P_H #include "interface.h" #include #include class QNetworkReply; class QEventLoop; namespace QOAuth { class Interface; class InterfacePrivate { Q_DECLARE_PUBLIC(Interface) public: enum Operation { RequestToken, Authorize, Authenticate, AccessToken }; enum KeySource { KeyFromString, KeyFromFile }; static const QByteArray OAuthVersion; static const QByteArray ParamToken; static const QByteArray ParamTokenSecret; static const QByteArray ParamConsumerKey; static const QByteArray ParamNonce; static const QByteArray ParamSignature; static const QByteArray ParamSignatureMethod; static const QByteArray ParamTimestamp; static const QByteArray ParamVersion; InterfacePrivate(); void init(); void setupNetworkAccessManager(); QByteArray httpMethodToString( HttpMethod method ); QByteArray signatureMethodToString( SignatureMethod method ); ParamMap replyToMap( const QByteArray &data ); QByteArray paramsToString( const ParamMap ¶meters, ParsingMode mode ); QByteArray createSignature( const QString &requestUrl, HttpMethod httpMethod, SignatureMethod signatureMethod, const QByteArray &token, const QByteArray &tokenSecret, ParamMap *params ); // for PLAINTEXT only QByteArray createPlaintextSignature( const QByteArray &tokenSecret ); ParamMap sendRequest( const QString &requestUrl, HttpMethod httpMethod, SignatureMethod signatureMethod, const QByteArray &token, const QByteArray &tokenSecret, const ParamMap ¶ms ); // RSA-SHA1 stuff void setPrivateKey( const QString &source, const QCA::SecureArray &passphrase, KeySource from ); void readKeyFromLoader( QCA::KeyLoader *keyLoader ); bool privateKeySet; QCA::Initializer initializer; QCA::PrivateKey privateKey; QCA::SecureArray passphrase; QCA::EventHandler eventHandler; // end of RSA-SHA1 stuff bool ignoreSslErrors; QByteArray consumerKey; QByteArray consumerSecret; ParamMap replyParams; QPointer manager; QEventLoop *loop; uint requestTimeout; int error; protected: Interface *q_ptr; public: void _q_parseReply( QNetworkReply *reply ); void _q_setPassphrase( int id, const QCA::Event &event ); void _q_handleSslErrors( QNetworkReply *reply, const QList &errors ); }; } // namespace QOAuth #endif // INTERFACE_P_H qoauth-1.0.1/src/pcfile.sh000077500000000000000000000005411142527727700154200ustar00rootroot00000000000000#!/bin/sh # This "script" creates a pkg-config file basing on values set # in project file echo "prefix=$1 exec_prefix=\${prefix} libdir=\${prefix}/lib includedir=\${prefix}/include/QtOAuth Name: QOAuth Description: Qt OAuth support library Version: $2 Requires: QtCore QtNetwork qca2 Libs: -L\${libdir} -lqoauth Cflags: -I\${includedir}" > qoauth.pc qoauth-1.0.1/src/qoauth.pc000066400000000000000000000003621142527727700154450ustar00rootroot00000000000000prefix=/usr exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include/QtOAuth Name: QOAuth Description: Qt OAuth support library Version: 1.0.1 Requires: QtCore QtNetwork qca2 Libs: -L${libdir} -lqoauth Cflags: -I${includedir} qoauth-1.0.1/src/qoauth_global.h000066400000000000000000000034261142527727700166160ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ /*! \file qoauth_global.h This file is a part of libqoauth and is considered strictly internal. You should not include it in your application. Instead please use \#include <QtOAuth>. */ #ifndef QOAUTH_GLOBAL_H #define QOAUTH_GLOBAL_H #include #if defined(QOAUTH) # define QOAUTH_EXPORT Q_DECL_EXPORT #else # define QOAUTH_EXPORT Q_DECL_IMPORT #endif #endif // QOAUTH_GLOBAL_H qoauth-1.0.1/src/qoauth_namespace.h000066400000000000000000000205141142527727700173070ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ /*! \file qoauth_namespace.h This file is a part of libqoauth. You should not include it directly in your application. Instead please use \#include <QtOAuth>. */ #ifndef QOAUTH_NAMESPACE_H #define QOAUTH_NAMESPACE_H #include #include #include "qoauth_global.h" /*! \namespace QOAuth \brief This namespace encapsulates all classes and definitions provided by libqoauth. */ namespace QOAuth { /*! \typedef ParamMap \brief A typedef for the data structure for storing request parameters */ typedef QMultiMap ParamMap; /*! \enum SignatureMethod \brief This enum type describes the signature method used by the request. There are 3 different signature methods defined by the OAuth protocol. This enum is used to specify the method used by a specific request. Hence, one of its values must be passed as a parameter in any of the \ref QOAuth::Interface::requestToken(), \ref QOAuth::Interface::accessToken() or \ref QOAuth::Interface::createParametersString() method. */ enum SignatureMethod { HMAC_SHA1, //!< Sets the signature method to HMAC-SHA1 RSA_SHA1, //!< Sets the signature method to RSA-SHA1 (not implemented yet) PLAINTEXT //!< Sets the signature method to PLAINTEXT (not implemented yet) }; /*! \enum HttpMethod \brief This enum type specifies the HTTP method used for creating a Signature Base String and/or sending a request. The HTTP method has to be specified in QOAuth class for two reasons: \li to know what type of request should be prepared and sent (\ref QOAuth::Interface::requestToken() and \ref QOAuth::Interface::accessToken()), \li to prepare a correct signature, as the Signature Base String contains a parameter specifying the HTTP method used for request (\ref QOAuth::Interface::createParametersString()). \note For \ref QOAuth::Interface::requestToken() and \ref QOAuth::Interface::accessToken() methods only \ref GET and \ref POST methods are allowed. */ enum HttpMethod { GET, //!< Sets the HTTP method to GET POST, //!< Sets the HTTP method to POST HEAD, //!< Sets the HTTP method to HEAD PUT //!< Sets the HTTP method to PUT #ifndef Q_WS_WIN , DELETE //!< Sets the HTTP method to DELETE #endif }; /*! \enum ParsingMode \brief This enum type specifies the method of parsing parameters into a parameter string. When creating a parameters string for a custom request using \ref QOAuth::Interface::createParametersString() the parsing mode must be defined in order to prepare the string correctly. According to what is stated in OAuth 1.0 Core specification, parameters can be passed in a request to the Service Provider in 3 different ways. When using \ref QOAuth::Interface::createParametersString(), choose the one that suits you by setting \a ParsingMode appropriatelly. \sa QOAuth::Interface::createParametersString() */ enum ParsingMode { ParseForRequestContent, //!< Inline query format (foo=bar&bar=baz&baz=foo ...), suitable for POST requests ParseForInlineQuery, /*!< Same as ParseForRequestContent, but prepends the string with a question mark - suitable for GET requests (appending parameters to the request URL) */ ParseForHeaderArguments, //!< HTTP request header format (parameters to be put inside a request header) ParseForSignatureBaseString //!< Signature Base String format, meant for internal use. }; /*! \enum ErrorCode \brief This enum type defines error types that are assigned to the \ref QOAuth::Interface::error property This error codes collection contains both network-related errors and those that can occur when incorrect arguments are provided to any of the class's methods. \sa QOAuth::Interface::error */ enum ErrorCode { NoError = 200, //!< No error occured (so far :-) ) BadRequest = 400, //!< Represents HTTP status code \c 400 (Bad Request) Unauthorized = 401, //!< Represents HTTP status code \c 401 (Unauthorized) Forbidden = 403, //!< Represents HTTP status code \c 403 (Forbidden) Timeout = 1001, //!< Represents a request timeout error ConsumerKeyEmpty, //!< Consumer key has not been provided ConsumerSecretEmpty, //!< Consumer secret has not been provided UnsupportedHttpMethod, /*!< The HTTP method is not supported by the request. \note \ref QOAuth::Interface::requestToken() and \ref QOAuth::Interface::accessToken() accept only HTTP GET and POST requests. */ RSAPrivateKeyEmpty = 1101, //!< RSA private key has not been provided // RSAPassphraseError, //!< RSA passphrase is incorrect (or has not been provided) RSADecodingError, /*!< There was a problem decoding the RSA private key (the key is invalid or the provided passphrase is incorrect)*/ RSAKeyFileError, //!< The provided key file either doesn't exist or is unreadable. OtherError //!< A network-related error not specified above }; /*! \brief Returns the supported OAuth protocol version */ QOAUTH_EXPORT QByteArray supportedOAuthVersion(); /*! \brief Returns the name of the Access Token argument parameter (oauth_token in current implementation) Useful when reading Service Provider's reply for \ref QOAuth::Interface::accessToken() request, e.g: \code QOAuth::Interface qoauth; QByteArray requestToken = "token"; QByteArray requestTokenSecret = "secret"; QOAuth::ParamMap reply = qoauth.accessToken( "http://example.com/access_token", QOAuth::POST, token, tokenSecret, QOAuth::HMAC_SHA1 ); if ( qoauth.error() == QOAuth::NoError ) { token = reply.value( QOAuth::tokenParameterName() ); tokenSecret = reply.value( QOAuth::tokenSecretParameterName() ); } \endcode */ QOAUTH_EXPORT QByteArray tokenParameterName(); /*! \brief Returns the name of the Token Secret argument parameter (oauth_token_secret in current implementation) \sa QOAuth::tokenParameterName() */ QOAUTH_EXPORT QByteArray tokenSecretParameterName(); } // namespace QOAuth #endif // QOAUTH_NAMESPACE_H qoauth-1.0.1/src/src.pro000066400000000000000000000035221142527727700151320ustar00rootroot00000000000000TARGET = qoauth DESTDIR = ../lib win32:DLLDESTDIR = $${DESTDIR} VERSION = 1.0.1 TEMPLATE = lib QT += network QT -= gui CONFIG += \ crypto \ create_prl !macx: CONFIG += static_and_shared OBJECTS_DIR = tmp MOC_DIR = tmp INC_DIR = ../include INCLUDEPATH += . PUBLIC_HEADERS += \ qoauth_global.h \ qoauth_namespace.h \ interface.h PRIVATE_HEADERS += \ interface_p.h HEADERS = \ $$PUBLIC_HEADERS \ $$PRIVATE_HEADERS SOURCES += interface.cpp DEFINES += QOAUTH headers.files = \ $${PUBLIC_HEADERS} \ $${INC_DIR}/QtOAuth features.path = $$[QMAKE_MKSPECS]/features features.files = ../oauth.prf docs.files = ../doc/html macx { CONFIG += lib_bundle QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET CONFIG(debug, debug|release): CONFIG += build_all FRAMEWORK_HEADERS.version = Versions FRAMEWORK_HEADERS.files = $$headers.files FRAMEWORK_HEADERS.path = Headers QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS target.path = $$[QT_INSTALL_LIBS] INSTALLS += \ target \ features } else:unix { isEmpty( PREFIX ):INSTALL_PREFIX = /usr else:INSTALL_PREFIX = $${PREFIX} # this creates a pkgconfig file system( ./pcfile.sh $${INSTALL_PREFIX} $${VERSION} ) pkgconfig.files = qoauth.pc contains(QMAKE_HOST.arch, x86_64) { target.path = $${INSTALL_PREFIX}/lib64 } else { target.path = $${INSTALL_PREFIX}/lib } headers.path = $${INSTALL_PREFIX}/include/QtOAuth docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html pkgconfig.path = $${target.path}/pkgconfig INSTALLS += \ target \ headers \ docs \ pkgconfig \ features } CONFIG(debug_and_release) { build_pass:CONFIG(debug, debug|release) { unix: TARGET = $$join(TARGET,,,_debug) else: TARGET = $$join(TARGET,,,d) } } qoauth-1.0.1/tests/000077500000000000000000000000001142527727700141725ustar00rootroot00000000000000qoauth-1.0.1/tests/ft_interface/000077500000000000000000000000001142527727700166235ustar00rootroot00000000000000qoauth-1.0.1/tests/ft_interface/ft_interface.cpp000066400000000000000000000442661142527727700217740ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #include "ft_interface.h" #include #include #include #include #include #include bool MyEventLoop::timeout() const { return m_timeout; } int MyEventLoop::exec( QEventLoop::ProcessEventsFlags flags ) { m_timeout = false; return QEventLoop::exec( flags ); } void MyEventLoop::quitWithTimeout() { QEventLoop::quit(); m_timeout = true; } void QOAuth::Ft_Interface::init() { m = new Interface; } void QOAuth::Ft_Interface::cleanup() { delete m; } void QOAuth::Ft_Interface::requestToken_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("error"); QTest::addColumn("requestToken"); QTest::addColumn("requestTokenSecret"); // OAuth test server at http://term.ie/oauth/example QTest::newRow("HMAC-SHA1") << (uint) 10000 << QByteArray( "key" ) << QByteArray( "secret" ) << QString( "http://term.ie/oauth/example/request_token.php" ) << (int) GET << (int) HMAC_SHA1 << (int) NoError << QByteArray( "requestkey" ) << QByteArray( "requestsecret" ); QTest::newRow("PLAINTEXT") << (uint) 10000 << QByteArray( "key" ) << QByteArray( "secret" ) << QString( "http://term.ie/oauth/example/request_token.php" ) << (int) GET << (int) PLAINTEXT << (int) NoError << QByteArray( "requestkey" ) << QByteArray( "requestsecret" ); // timeout seems to be untestable for a moment // QTest::newRow("timeout") << (uint) 100 // << QByteArray( "key" ) // << QByteArray( "secret" ) // << QString( "http://term.ie/oauth/example/request_token.php" ) // << (int) QOAuth::GET // << (int) QOAuth::HMAC_SHA1 // << (int) QOAuth::Timeout // << QByteArray() // << QByteArray(); } void QOAuth::Ft_Interface::requestToken() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( int, error ); QFETCH( QByteArray, requestToken ); QFETCH( QByteArray, requestTokenSecret ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); ParamMap map = m->requestToken( url, (HttpMethod) httpMethod, (SignatureMethod) signMethod ); if ( m->error() != QOAuth::Timeout ) { QVERIFY( m->error() == error ); } else { QWARN( "Request timeout" ); } //check the reply if request finished with no errors if ( m->error() == NoError ) { QCOMPARE( map.value( tokenParameterName() ), requestToken ); QCOMPARE( map.value( tokenSecretParameterName() ), requestTokenSecret ); } } void QOAuth::Ft_Interface::requestTokenRSA_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("rsaKeyFile"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("error"); QTest::addColumn("requestToken"); QTest::addColumn("requestTokenSecret"); // OAuth test server at http://term.ie/oauth/example QTest::newRow("noError") << (uint) 10000 << QByteArray( "key" ) << QByteArray( "secret" ) << QString( "rsa-testkey.pem" ) << QString( "http://term.ie/oauth/example/request_token.php" ) << (int) GET << (int) RSA_SHA1 << (int) NoError << QByteArray( "requestkey" ) << QByteArray( "requestsecret" ); } void QOAuth::Ft_Interface::requestTokenRSA() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QString, rsaKeyFile ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( int, error ); QFETCH( QByteArray, requestToken ); QFETCH( QByteArray, requestTokenSecret ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); m->setRSAPrivateKeyFromFile( rsaKeyFile ); ParamMap map = m->requestToken( url, (HttpMethod) httpMethod, (SignatureMethod) signMethod ); if ( m->error() != QOAuth::Timeout ) { QVERIFY( m->error() == error ); } else { QWARN( "Request timeout" ); } //check the reply if request finished with no errors if ( m->error() == NoError ) { QCOMPARE( map.value( tokenParameterName() ), requestToken ); QCOMPARE( map.value( tokenSecretParameterName() ), requestTokenSecret ); } } void QOAuth::Ft_Interface::accessToken_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("token"); QTest::addColumn("tokenSecret"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("error"); QTest::addColumn("accessToken"); QTest::addColumn("accessTokenSecret"); // OAuth test server at http://term.ie/oauth/example QTest::newRow("HMAC-SHA1") << (uint) 10000 << QByteArray( "key" ) << QByteArray( "secret" ) << QByteArray( "requestkey" ) << QByteArray( "requestsecret" ) << QString( "http://term.ie/oauth/example/access_token.php" ) << (int) GET << (int) HMAC_SHA1 << (int) NoError << QByteArray( "accesskey" ) << QByteArray( "accesssecret" ); QTest::newRow("PLAINTEXT") << (uint) 10000 << QByteArray( "key" ) << QByteArray( "secret" ) << QByteArray( "requestkey" ) << QByteArray( "requestsecret" ) << QString( "http://term.ie/oauth/example/access_token.php" ) << (int) GET << (int) PLAINTEXT << (int) NoError << QByteArray( "accesskey" ) << QByteArray( "accesssecret" ); } void QOAuth::Ft_Interface::accessToken() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QByteArray, token ); QFETCH( QByteArray, tokenSecret ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( int, error ); QFETCH( QByteArray, accessToken ); QFETCH( QByteArray, accessTokenSecret ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); ParamMap map = m->accessToken( url, (HttpMethod) httpMethod, token, tokenSecret, (SignatureMethod) signMethod ); if ( m->error() != QOAuth::Timeout ) { QVERIFY( m->error() == error ); } else { QWARN( "Request timeout" ); } //check the reply if request finished with no errors if ( m->error() == NoError ) { QCOMPARE( map.value( tokenParameterName() ), accessToken ); QCOMPARE( map.value( tokenSecretParameterName() ), accessTokenSecret ); } } void QOAuth::Ft_Interface::accessTokenRSA_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("token"); QTest::addColumn("tokenSecret"); QTest::addColumn("rsaKeyFile"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("error"); QTest::addColumn("accessToken"); QTest::addColumn("accessTokenSecret"); // OAuth test server at http://term.ie/oauth/example QTest::newRow("noError") << (uint) 10000 << QByteArray( "key" ) << QByteArray( "secret" ) << QByteArray( "requestkey" ) << QByteArray( "requestsecret" ) << QString( "rsa-testkey.pem" ) << QString( "http://term.ie/oauth/example/access_token.php" ) << (int) GET << (int) RSA_SHA1 << (int) NoError << QByteArray( "accesskey" ) << QByteArray( "accesssecret" ); } void QOAuth::Ft_Interface::accessTokenRSA() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QByteArray, token ); QFETCH( QByteArray, tokenSecret ); QFETCH( QString, rsaKeyFile ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( int, error ); QFETCH( QByteArray, accessToken ); QFETCH( QByteArray, accessTokenSecret ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); m->setRSAPrivateKeyFromFile( rsaKeyFile ); ParamMap map = m->accessToken( url, (HttpMethod) httpMethod, token, tokenSecret, (SignatureMethod) signMethod ); if ( m->error() != QOAuth::Timeout ) { QVERIFY( m->error() == error ); } else { QWARN( "Request timeout" ); } //check the reply if request finished with no errors if ( m->error() == NoError ) { QCOMPARE( map.value( tokenParameterName() ), accessToken ); QCOMPARE( map.value( tokenSecretParameterName() ), accessTokenSecret ); } } void QOAuth::Ft_Interface::accessResources_data() { QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("token"); QTest::addColumn("tokenSecret"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("param1"); QTest::addColumn("value1"); QTest::addColumn("param2"); QTest::addColumn("value2"); QTest::addColumn("param3"); QTest::addColumn("value3"); QTest::addColumn("parsingMode"); QTest::addColumn("error"); // OAuth test server at http://term.ie/oauth/example QTest::newRow("HMAC-SHA1") << QByteArray( "key" ) << QByteArray( "secret" ) << QByteArray( "accesskey" ) << QByteArray( "accesssecret" ) << QString( "http://term.ie/oauth/example/echo_api.php" ) << (int) GET << (int) HMAC_SHA1 << QByteArray( "first" ) << QByteArray( "first" ) << QByteArray( "second" ) << QByteArray( "second" ) << QByteArray( "third" ) << QByteArray( "third" ) << (int) ParseForHeaderArguments << (int) NoError; QTest::newRow("PLAINTEXT") << QByteArray( "key" ) << QByteArray( "secret" ) << QByteArray( "accesskey" ) << QByteArray( "accesssecret" ) << QString( "http://term.ie/oauth/example/echo_api.php" ) << (int) GET << (int) PLAINTEXT << QByteArray( "first" ) << QByteArray( "first" ) << QByteArray( "second" ) << QByteArray( "second" ) << QByteArray( "third" ) << QByteArray( "third" ) << (int) ParseForHeaderArguments << (int) NoError; } void QOAuth::Ft_Interface::accessResources() { QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QByteArray, token ); QFETCH( QByteArray, tokenSecret ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( QByteArray, param1 ); QFETCH( QByteArray, value1 ); QFETCH( QByteArray, param2 ); QFETCH( QByteArray, value2 ); QFETCH( QByteArray, param3 ); QFETCH( QByteArray, value3 ); QFETCH( int, parsingMode ); QFETCH( int, error ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); ParamMap map; map.insert( param1, value1 ); map.insert( param2, value2 ); map.insert( param3, value3 ); QByteArray parameters = m->createParametersString( url, (HttpMethod) httpMethod, token, tokenSecret, (SignatureMethod) signMethod, map, (ParsingMode) parsingMode ); url.append( m->inlineParameters( map, ParseForInlineQuery ) ); QNetworkAccessManager manager; MyEventLoop loop; connect( &manager, SIGNAL(finished(QNetworkReply*)), &loop, SLOT(quit()) ); QTimer::singleShot( 10000, &loop, SLOT(quitWithTimeout()) ); QNetworkRequest rq; rq.setUrl( QUrl( url ) ); rq.setRawHeader( "Authorization", parameters ); QNetworkReply *reply = manager.get( rq ); loop.exec(); if ( loop.timeout() ) { QWARN( "Request timeout" ); } else { ParamMap replyMap = m->d_ptr->replyToMap( reply->readAll() ); QCOMPARE( replyMap.value( param1 ), value1.toPercentEncoding() ); QCOMPARE( replyMap.value( param2 ), value2.toPercentEncoding() ); QCOMPARE( replyMap.value( param3 ), value3.toPercentEncoding() ); QVERIFY( m->error() == error ); } } void QOAuth::Ft_Interface::accessResourcesRSA_data() { QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("token"); QTest::addColumn("tokenSecret"); QTest::addColumn("rsaKeyFile"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("param1"); QTest::addColumn("value1"); QTest::addColumn("param2"); QTest::addColumn("value2"); QTest::addColumn("param3"); QTest::addColumn("value3"); QTest::addColumn("parsingMode"); QTest::addColumn("error"); // OAuth test server at http://term.ie/oauth/example QTest::newRow("noError") << QByteArray( "key" ) << QByteArray( "secret" ) << QByteArray( "accesskey" ) << QByteArray( "accesssecret" ) << QString( "rsa-testkey.pem" ) << QString( "http://term.ie/oauth/example/echo_api.php" ) << (int) GET << (int) RSA_SHA1 << QByteArray( "first" ) << QByteArray( "first" ) << QByteArray( "second" ) << QByteArray( "second" ) << QByteArray( "third" ) << QByteArray( "third" ) << (int) ParseForHeaderArguments << (int) NoError; } void QOAuth::Ft_Interface::accessResourcesRSA() { QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QByteArray, token ); QFETCH( QByteArray, tokenSecret ); QFETCH( QString, rsaKeyFile ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( QByteArray, param1 ); QFETCH( QByteArray, value1 ); QFETCH( QByteArray, param2 ); QFETCH( QByteArray, value2 ); QFETCH( QByteArray, param3 ); QFETCH( QByteArray, value3 ); QFETCH( int, parsingMode ); QFETCH( int, error ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); m->setRSAPrivateKeyFromFile( rsaKeyFile ); ParamMap map; map.insert( param1, value1 ); map.insert( param2, value2 ); map.insert( param3, value3 ); QByteArray parameters = m->createParametersString( url, (HttpMethod) httpMethod, token, tokenSecret, (SignatureMethod) signMethod, map, (ParsingMode) parsingMode ); url.append( m->inlineParameters( map, ParseForInlineQuery ) ); QNetworkAccessManager manager; MyEventLoop loop; connect( &manager, SIGNAL(finished(QNetworkReply*)), &loop, SLOT(quit()) ); QTimer::singleShot( 10000, &loop, SLOT(quitWithTimeout()) ); QNetworkRequest rq; rq.setUrl( QUrl( url ) ); rq.setRawHeader( "Authorization", parameters ); QNetworkReply *reply = manager.get( rq ); loop.exec(); if ( loop.timeout() ) { QWARN( "Request timeout" ); } else { ParamMap replyMap = m->d_ptr->replyToMap( reply->readAll() ); QCOMPARE( replyMap.value( param1 ), value1.toPercentEncoding() ); QCOMPARE( replyMap.value( param2 ), value2.toPercentEncoding() ); QCOMPARE( replyMap.value( param3 ), value3.toPercentEncoding() ); QVERIFY( m->error() == error ); } } QTEST_MAIN(QOAuth::Ft_Interface) qoauth-1.0.1/tests/ft_interface/ft_interface.h000066400000000000000000000043501142527727700214270ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #ifndef FT_INTERFACE_H #define FT_INTERFACE_H #include #include class MyEventLoop : public QEventLoop { Q_OBJECT public: bool timeout() const; int exec( ProcessEventsFlags flags = AllEvents ); public slots: void quitWithTimeout(); private: bool m_timeout; }; namespace QOAuth { class Interface; class Ft_Interface : public QObject { Q_OBJECT private Q_SLOTS: void init(); void cleanup(); void requestToken_data(); void requestToken(); void requestTokenRSA_data(); void requestTokenRSA(); void accessToken_data(); void accessToken(); void accessTokenRSA_data(); void accessTokenRSA(); void accessResources_data(); void accessResources(); void accessResourcesRSA_data(); void accessResourcesRSA(); private: Interface *m; }; } // namespace QOAuth #endif // FT_INTERFACE_H qoauth-1.0.1/tests/ft_interface/ft_interface.pro000066400000000000000000000010761142527727700220020ustar00rootroot00000000000000TARGET = ft_interface TEMPLATE = app DEFINES += UNIT_TEST include(../../oauth.prf) QT += testlib network QT -= gui CONFIG += crypto macx { CONFIG -= app_bundle QMAKE_POST_LINK += install_name_tool -change qoauth.framework/Versions/1/qoauth \ ../../lib/qoauth.framework/Versions/1/qoauth $${TARGET} } else:unix { # the second argument (after colon) is for # being able to run make check from the root source directory LIBS += -Wl,-rpath,../../lib:lib } INCLUDEPATH += . ../../src HEADERS += ft_interface.h SOURCES += ft_interface.cpp qoauth-1.0.1/tests/ft_interface/rsa-testkey.pem000066400000000000000000000016241142527727700216040ustar00rootroot00000000000000-----BEGIN PRIVATE KEY----- MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBALRiMLAh9iimur8V A7qVvdqxevEuUkW4K+2KdMXmnQbG9Aa7k7eBjK1S+0LYmVjPKlJGNXHDGuy5Fw/d 7rjVJ0BLB+ubPK8iA/Tw3hLQgXMRRGRXXCn8ikfuQfjUS1uZSatdLB81mydBETlJ hI6GH4twrbDJCR2Bwy/XWXgqgGRzAgMBAAECgYBYWVtleUzavkbrPjy0T5FMou8H X9u2AC2ry8vD/l7cqedtwMPp9k7TubgNFo+NGvKsl2ynyprOZR1xjQ7WgrgVB+mm uScOM/5HVceFuGRDhYTCObE+y1kxRloNYXnx3ei1zbeYLPCHdhxRYW7T0qcynNmw rn05/KO2RLjgQNalsQJBANeA3Q4Nugqy4QBUCEC09SqylT2K9FrrItqL2QKc9v0Z zO2uwllCbg0dwpVuYPYXYvikNHHg+aCWF+VXsb9rpPsCQQDWR9TT4ORdzoj+Nccn qkMsDmzt0EfNaAOwHOmVJ2RVBspPcxt5iN4HI7HNeG6U5YsFBb+/GZbgfBT3kpNG WPTpAkBI+gFhjfJvRw38n3g/+UeAkwMI2TJQS4n8+hid0uus3/zOjDySH3XHCUno cn1xOJAyZODBo47E+67R4jV1/gzbAkEAklJaspRPXP877NssM5nAZMU0/O/NGCZ+ 3jPgDUno6WbJn5cqm8MqWhW1xGkImgRk+fkDBquiq4gPiT898jusgQJAd5Zrr6Q8 AO/0isr/3aa6O6NLQxISLKcPDk2NOccAfS/xOtfOz4sJYM3+Bs4Io9+dZGSDCA54 Lw03eHTNQghS0A== -----END PRIVATE KEY----- qoauth-1.0.1/tests/tests.pro000066400000000000000000000000701142527727700160530ustar00rootroot00000000000000TEMPLATE = subdirs SUBDIRS += ut_interface ft_interface qoauth-1.0.1/tests/ut_interface/000077500000000000000000000000001142527727700166425ustar00rootroot00000000000000qoauth-1.0.1/tests/ut_interface/empty.file000066400000000000000000000000001142527727700206270ustar00rootroot00000000000000qoauth-1.0.1/tests/ut_interface/rsa-clean.pem000066400000000000000000000016241142527727700212150ustar00rootroot00000000000000-----BEGIN PRIVATE KEY----- MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBALRiMLAh9iimur8V A7qVvdqxevEuUkW4K+2KdMXmnQbG9Aa7k7eBjK1S+0LYmVjPKlJGNXHDGuy5Fw/d 7rjVJ0BLB+ubPK8iA/Tw3hLQgXMRRGRXXCn8ikfuQfjUS1uZSatdLB81mydBETlJ hI6GH4twrbDJCR2Bwy/XWXgqgGRzAgMBAAECgYBYWVtleUzavkbrPjy0T5FMou8H X9u2AC2ry8vD/l7cqedtwMPp9k7TubgNFo+NGvKsl2ynyprOZR1xjQ7WgrgVB+mm uScOM/5HVceFuGRDhYTCObE+y1kxRloNYXnx3ei1zbeYLPCHdhxRYW7T0qcynNmw rn05/KO2RLjgQNalsQJBANeA3Q4Nugqy4QBUCEC09SqylT2K9FrrItqL2QKc9v0Z zO2uwllCbg0dwpVuYPYXYvikNHHg+aCWF+VXsb9rpPsCQQDWR9TT4ORdzoj+Nccn qkMsDmzt0EfNaAOwHOmVJ2RVBspPcxt5iN4HI7HNeG6U5YsFBb+/GZbgfBT3kpNG WPTpAkBI+gFhjfJvRw38n3g/+UeAkwMI2TJQS4n8+hid0uus3/zOjDySH3XHCUno cn1xOJAyZODBo47E+67R4jV1/gzbAkEAklJaspRPXP877NssM5nAZMU0/O/NGCZ+ 3jPgDUno6WbJn5cqm8MqWhW1xGkImgRk+fkDBquiq4gPiT898jusgQJAd5Zrr6Q8 AO/0isr/3aa6O6NLQxISLKcPDk2NOccAfS/xOtfOz4sJYM3+Bs4Io9+dZGSDCA54 Lw03eHTNQghS0A== -----END PRIVATE KEY----- qoauth-1.0.1/tests/ut_interface/rsa-pass.pem000066400000000000000000000033171142527727700211020ustar00rootroot00000000000000-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,7DF93A44614B772F BZZ86A/F4X3Io3IZ8SRIVQnE6WA8I8+c4ivy4Hnqb7G1yHGOYdGS2YadpCyp5r1S /M6tTDND/+ROxVK4eEqvo6kJJ5DzmGM8hOUP7U/YirSCapHDBpcuvFCbWhZDooK4 FnNCbxPYe/+06bnLtsp4o/5gqYtdtfJj9mFjHotTLy5oyc4rH89YbXxPIrVpkl+6 U7CD5q0AueuZo1CYb+FsG+SuUaXxcCnLsbzbschnsGFmM7J9Xc4N7jbUeJevd223 +2BJvghoi+7fxONbZy/uMhoiyXj68vuO6LHfE8njXNigL0hJD61Zn++DoQiAkUsf MXD9xAcGP3xsQXaknSZVF3581qM1liubrde62f2jBIT+AhT3mgyzBOVlG8lGXOBm m+N53D9EjkXuKUhZzL54YJJqxIyqwGWCZI96YH7AxyXNPEvFLSw6aPSrky0MBSds XXO4KAKfIp5ey6CwABO4PHbpC2eoTlmpGAJpdAxv8NtEv6MKip/uSdr4PmKG6u79 E/T/MygeJzgSHotgFlH8PliEqHrriHRrUomDSDKlsVeMG5425XWW2g8cuvYTQyZ8 7ss59uMFvcmlDmRqJh2ATzOqeKoEFbPdrWdhdI/w/ZEWH6BD9yDTAjP4IX6IyTl5 Jaca9ZkBt/sT6zbroltlNXWOZOYq62eZNpebpg65RwQ6JNg54L38PWqQYtmpWSB1 qNghu7IkgHkXUei8V1sh30KHl414xyA/8zriZZyfsF4V3uIi6p+3x6m6ECAZ5Z5O DpP+7R1b+5G3CiLXJCmMOPOxj0OtPdmlnpgN1/hKnXa3alC0llWZX+UPidAmVPHO v84tL03fDdR6cCtf1gQrb6VAgspwQV/6VeqBXeXC4VacBtqirKBQnoq0pfxOnjAr rUdMXFEjDslmux9qKf3W37bUHkLfgwMyGiUBbJbQxiCg009NZ/AND/MRcCQsU6WI WTCVaQ3aRT2BifRwGw1GDI0hm/T6ar4lHcGzDAbhEaR9fCSOMxfYZP+P4MqqymEF svhI3+93zNhVtWKa1mnhfkTHm2/H6hONSxPlJtPPjxAYghrUZWJ5liDIptANnyvX Cv/2RTIs22lihEeHVX8EKv+E90P14XbWv6pPagbFtZBfUD6wujKnOGT92UdDWEw6 3FHRfN7V6Yizq6pvl6B1wZbmor7npe1Q5jIVhyUGW7n4W0RMUjdFpQt5d4EWnBw6 GIWn1wAB3OZ6q+pZQd85KmakqeuyBrtqY6GwPb+lfuGS7A6G5J/EJ/c6sQISVI5w XsDvqc4nGvS7rj9IFD6s+uFlb+G23PMVILxWEO+on5oV5PCy8CQIcvHYddQjYvYD dFen9Ey1YworxZfaY8UjYECrFj3Z4dJaeNo5sUZUELoTZMNoLNkWjWudbt29J90l sHFQWp7M99mms1ebVjVjeCo8HM1vAriScZCwqGH6n9e5Uplc4gSCA+m9Y17Z/1lY c3mv8qafdh0gCUyjdQX3YIYHG60smgpwl+HeyPO3Bg3p8KYpNfrBh4PC1C/jsP6s K4iLPS0/0CBmXhYQF1v2zqMdjpdRyIoceb8wn4ExD19Ei2Z1uFn/fw== -----END RSA PRIVATE KEY----- qoauth-1.0.1/tests/ut_interface/test.pem000066400000000000000000000032131142527727700203230ustar00rootroot00000000000000-----BEGIN RSA PRIVATE KEY----- MIIEoQIBAAKCAQEAurSTMsnYfzJYLmCgeNjmxOHgbW5eSB/i6iwKQ4Mxdsvj/8+c xUUNLWhAPQW/9Waqk6tzvPDuaAUv+mcVIAMkpv+n8w7xDZHXGzeBCLbBryyUijrO sdRsjIhFI3dzsh+YPDYqjvUbWH5O7b/GhOzXMeIEkLpNn7GN+ayVNIz4DOnaVuyo N4wqNwvs7qXcQantYkhqcEw1QAdQ8yTabF1AQDCN4mh9o4e3SY1SbKZ/yXZXgQNC Vwhix/5BriyPyIhdCrn4EU1aUMogIesnUwniuYd1OdodZPYq8mzz7l8o+Nt86QNz COksTvyEg+r/gBxjlqMm490Vm8MiL38yWn/fCwIBIwKCAQB1W4+5hjBP88JmS12N yiqno+wnhzPy0jbcVjJWUnbc9TA6ZT34V0ociqwJGY6aQIh6E/+bVZ0rcPmWFOi1 CUo9FboGfmuiISgfvHz+KbuSrk69SYk8lCb5P7ZuEJHdrXWiMK0JZt39HDGcwa/7 yBI8nLJpma0ijNzmFLWOvwJRQXZmIQCitLD32Bm4s77d7U1e+2HyI+Iecu+6ddg2 MJsHGNd6LiV0gFPMKGX44Xo7eX49c9MIRSsOZAUTMOBIQmfqPCo7B9+6hHglR9bh /ISrkjcyvxRhAxVKKLOHutE3+8rU6+pyQVOaqX6dcQA8PxrlPPGEhIPUBgyG0Fpl GZ9rAoGBANs/Mc3pj6vAiG4izribedPRNpiHNq9TWqHX7CNDff8wDiFcGvkK+PsJ bYc+4DPuluYhKFjoHuoeWHScKo30ybOG+vY9dBqsGyVBJUmGmuHbN3DpIYocrgOZ QqQx1riplKQcugDM9tmZSSg1cHlctCA1n4F9jlSW7RYJRoP+x5c5AoGBANoA43CQ 9E2mZeGDFkVzqu/uU1j/IkEZUuvm8ZleTBvh70RD7NSlCGV7U+Mh0/IfKctydBmz NZzkNTlcND/sbEoDdpAY2Fu2Ig0xGWUH0aIqcwmXQsRQ2oV6dTIex/Tqk1vt6WX6 imT51EFrRr/yGyQ6IrDNqnrttSbEG8F1D4RjAoGBAMh0SsrkK5W3WCouc9v73Rlu 0tSY4Ypa1oVXs1Nw6DnFiUMSYc3A46Ow2SsyLBI5OYHybggkrozoi2NM87T9EC8c UypG0I1qJ3KEtGB7EUOGmRbGhRCPQANKS47Oeyx9ybqd6+N5kTv53HyIoVkETOo/ p8bZMaxsu4HcmD4qxRyLAoGAdlhA8/brBZTYOJeeYDd6DTg739r1VooXEljMS/Fc hCoxbjOAkLFcVFjkZVuBr1K+6skadFn4iF6gjNpIP/VfW2D3OEgAbEzt6ed0L4fm 1GAv0gGn5uoQOdTDRxgGJd5tQIh3Yz7dagP24a9DqgcWDFoS1QHu1QSyy+bNPSJK QI0CgYARVyFgmt7GVMgxxDJjBG7nU5+MOzIRkVwYn5H/wbU/Y6R8NaIHtz7oOHiF NedW2z8NhD9QV9mvkhfdAccA4/il62anvKM4UI/HaD4Y0Vd7Bp2A9fy8HhC5yapb rMTWBhBzTuVfb3r/IVPp0+MVasJGL4Bda2AlKfHM+0Tn5655wg== -----END RSA PRIVATE KEY----- qoauth-1.0.1/tests/ut_interface/ut_interface.cpp000066400000000000000000000446461142527727700220340ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #include "ut_interface.h" #include #include #include #include void QOAuth::Ut_Interface::init() { m = new Interface; } void QOAuth::Ut_Interface::cleanup() { delete m; } void QOAuth::Ut_Interface::constructor() { QVERIFY( m ); QVERIFY( m->consumerKey().isEmpty() ); QVERIFY( m->consumerSecret().isEmpty() ); QVERIFY( m->error() == NoError ); QVERIFY( m->requestTimeout() == 0 ); QVERIFY( m->d_ptr ); } void QOAuth::Ut_Interface::consumerKey() { QByteArray consumerKey( "6d65216f4272d0d3932cdcf8951997c2" ); m->d_ptr->consumerKey = consumerKey; QCOMPARE( m->consumerKey(), consumerKey ); } void QOAuth::Ut_Interface::setConsumerKey() { QByteArray consumerKey( "6d65216f4272d0d3932cdcf8951997c2" ); m->setConsumerKey( consumerKey ); QCOMPARE( m->d_ptr->consumerKey, consumerKey ); } void QOAuth::Ut_Interface::consumerSecret() { QByteArray consumerSecret( "5af4e09d887c4969211ba40e9dd8f873" ); m->d_ptr->consumerSecret = consumerSecret; QCOMPARE( m->consumerSecret(), consumerSecret ); } void QOAuth::Ut_Interface::setConsumerSecret() { QByteArray consumerSecret( "5af4e09d887c4969211ba40e9dd8f873" ); m->setConsumerSecret( consumerSecret ); QCOMPARE( m->d_ptr->consumerSecret, consumerSecret ); } void QOAuth::Ut_Interface::requestTimeout() { uint timeout = 13986754; m->d_ptr->requestTimeout = timeout; QVERIFY( m->requestTimeout() == timeout ); } void QOAuth::Ut_Interface::setRequestTimeout() { uint timeout = 13986754; m->setRequestTimeout( timeout ); QVERIFY( m->d_ptr->requestTimeout == timeout ); } void QOAuth::Ut_Interface::error() { m->d_ptr->error = Forbidden; QVERIFY( m->error() == Forbidden ); } void QOAuth::Ut_Interface::requestToken_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("error"); QTest::addColumn("requestToken"); QTest::addColumn("requestTokenSecret"); QTest::newRow("key empty") << (uint) 0 << QByteArray() << QByteArray( "135432" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) GET << (int) HMAC_SHA1 << (int) ConsumerKeyEmpty << QByteArray() << QByteArray(); QTest::newRow("secret empty") << (uint) 0 << QByteArray( "135432" ) << QByteArray() << QString( "http://wtf&(^%)$&#.com" ) << (int) GET << (int) HMAC_SHA1 << (int) ConsumerSecretEmpty << QByteArray() << QByteArray(); QTest::newRow("httpMethod") << (uint) 0 << QByteArray( "135432" ) << QByteArray( "654316" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) PUT << (int) HMAC_SHA1 << (int) UnsupportedHttpMethod << QByteArray() << QByteArray(); // timeout seems to be untestable for a moment // QTest::newRow("timeout") << (uint) 100 // << QByteArray( "key" ) // << QByteArray( "secret" ) // << QString( "http://term.ie/oauth/example/request_token.php" ) // << (int) QOAuth::GET // << (int) QOAuth::HMAC_SHA1 // << (int) QOAuth::Timeout // << QByteArray() // << QByteArray(); } void QOAuth::Ut_Interface::requestToken() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( int, error ); QFETCH( QByteArray, requestToken ); QFETCH( QByteArray, requestTokenSecret ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); ParamMap map = m->requestToken( url, (HttpMethod) httpMethod, (SignatureMethod) signMethod ); QVERIFY( m->error() == error ); //check the reply if request finished with no errors if ( m->error() == NoError ) { QCOMPARE( map.value( tokenParameterName() ), requestToken ); QCOMPARE( map.value( tokenSecretParameterName() ), requestTokenSecret ); } } void QOAuth::Ut_Interface::accessToken_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("token"); QTest::addColumn("tokenSecret"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("error"); QTest::addColumn("accessToken"); QTest::addColumn("accessTokenSecret"); QTest::newRow("key empty") << (uint) 0 << QByteArray() << QByteArray( "135432" ) << QByteArray( "token" ) << QByteArray( "tokensecret" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) GET << (int) HMAC_SHA1 << (int) ConsumerKeyEmpty << QByteArray() << QByteArray(); QTest::newRow("secret empty") << (uint) 0 << QByteArray( "135432" ) << QByteArray() << QByteArray( "token" ) << QByteArray( "tokensecret" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) GET << (int) HMAC_SHA1 << (int) ConsumerSecretEmpty << QByteArray() << QByteArray(); QTest::newRow("httpMethod") << (uint) 0 << QByteArray( "135432" ) << QByteArray( "654316" ) << QByteArray( "token" ) << QByteArray( "tokensecret" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) PUT << (int) HMAC_SHA1 << (int) UnsupportedHttpMethod << QByteArray() << QByteArray(); } void QOAuth::Ut_Interface::accessToken() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QByteArray, token ); QFETCH( QByteArray, tokenSecret ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( int, error ); QFETCH( QByteArray, accessToken ); QFETCH( QByteArray, accessTokenSecret ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); ParamMap map = m->accessToken( url, (HttpMethod) httpMethod, token, tokenSecret, (SignatureMethod) signMethod ); QVERIFY( m->error() == error ); //check the reply if request finished with no errors if ( m->error() == NoError ) { QCOMPARE( map.value( tokenParameterName() ), accessToken ); QCOMPARE( map.value( tokenSecretParameterName() ), accessTokenSecret ); } } void QOAuth::Ut_Interface::createParametersString_data() { QTest::addColumn("timeout"); QTest::addColumn("key"); QTest::addColumn("secret"); QTest::addColumn("token"); QTest::addColumn("tokenSecret"); QTest::addColumn("url"); QTest::addColumn("httpMethod"); QTest::addColumn("signMethod"); QTest::addColumn("param1"); QTest::addColumn("value1"); QTest::addColumn("param2"); QTest::addColumn("value2"); QTest::addColumn("param3"); QTest::addColumn("value3"); QTest::addColumn("parsingMode"); QTest::addColumn("error"); QTest::newRow("key empty") << (uint) 0 << QByteArray() << QByteArray( "135432" ) << QByteArray( "token" ) << QByteArray( "tokensecret" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) GET << (int) HMAC_SHA1 << QByteArray() << QByteArray() << QByteArray() << QByteArray() << QByteArray() << QByteArray() << (int) ParseForInlineQuery << (int) ConsumerKeyEmpty; QTest::newRow("secret empty") << (uint) 0 << QByteArray( "135432" ) << QByteArray() << QByteArray( "token" ) << QByteArray( "tokensecret" ) << QString( "http://wtf&(^%)$&#.com" ) << (int) GET << (int) HMAC_SHA1 << QByteArray() << QByteArray() << QByteArray() << QByteArray() << QByteArray() << QByteArray() << (int) ParseForInlineQuery << (int) ConsumerSecretEmpty; } void QOAuth::Ut_Interface::createParametersString() { QFETCH( uint, timeout ); QFETCH( QByteArray, key ); QFETCH( QByteArray, secret ); QFETCH( QByteArray, token ); QFETCH( QByteArray, tokenSecret ); QFETCH( QString, url ); QFETCH( int, httpMethod ); QFETCH( int, signMethod ); QFETCH( QByteArray, param1 ); QFETCH( QByteArray, value1 ); QFETCH( QByteArray, param2 ); QFETCH( QByteArray, value2 ); QFETCH( QByteArray, param3 ); QFETCH( QByteArray, value3 ); QFETCH( int, parsingMode ); QFETCH( int, error ); m->setRequestTimeout( timeout ); m->setConsumerKey( key ); m->setConsumerSecret( secret ); ParamMap map; map.insert( param1, value1 ); map.insert( param2, value2 ); map.insert( param3, value3 ); QByteArray parameters = m->createParametersString( url, (HttpMethod) httpMethod, token, tokenSecret, (SignatureMethod) signMethod, map, (ParsingMode) parsingMode ); QVERIFY( m->error() == error ); } void QOAuth::Ut_Interface::inlineParameters_data() { QTest::addColumn("par1"); QTest::addColumn("val1"); QTest::addColumn("par2"); QTest::addColumn("val2"); QTest::addColumn("par3"); QTest::addColumn("val3"); QTest::addColumn("mode"); QTest::addColumn("result"); QTest::newRow("empty") << QByteArray() << QByteArray() << QByteArray() << QByteArray() << QByteArray() << QByteArray() << (int) ParseForInlineQuery << QByteArray( "?=&=&=" ); QTest::newRow("easy") << QByteArray( "one" ) << QByteArray( "two" ) << QByteArray( "three" ) << QByteArray( "four" ) << QByteArray( "six" ) << QByteArray( "ten" ) << (int) ParseForRequestContent << QByteArray( "one=two&six=ten&three=four" ); QTest::newRow("tricky") << QByteArray( "arg1" ) << QByteArray( "%%**_+%%" ) << QByteArray( "arg2" ) << QByteArray() << QByteArray( "arg2" ) << QByteArray( "&+=" ) << (int) ParseForInlineQuery << QByteArray( "?arg1=%%**_+%%&arg2=&arg2=&+=" ); QTest::newRow("wrong mode") << QByteArray( "arg1" ) << QByteArray( "%%**_+%%" ) << QByteArray( "arg2" ) << QByteArray() << QByteArray( "arg2" ) << QByteArray( "&+=" ) << (int) ParseForHeaderArguments << QByteArray( "" ); } void QOAuth::Ut_Interface::inlineParameters() { QFETCH( QByteArray, par1 ); QFETCH( QByteArray, val1 ); QFETCH( QByteArray, par2 ); QFETCH( QByteArray, val2 ); QFETCH( QByteArray, par3 ); QFETCH( QByteArray, val3 ); QFETCH( int, mode ); QFETCH( QByteArray, result ); ParamMap map; map.insert( par1, val1 ); map.insert( par2, val2 ); map.insert( par3, val3 ); QByteArray query = m->inlineParameters( map, (ParsingMode) mode ); QCOMPARE( query, result ); } void QOAuth::Ut_Interface::setRSAPrivateKey_data() { QTest::addColumn("key"); QTest::addColumn("passphrase"); QTest::addColumn("error"); QTest::newRow("clean") << "-----BEGIN PRIVATE KEY-----\n" "MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBALRiMLAh9iimur8V\n" "A7qVvdqxevEuUkW4K+2KdMXmnQbG9Aa7k7eBjK1S+0LYmVjPKlJGNXHDGuy5Fw/d\n" "7rjVJ0BLB+ubPK8iA/Tw3hLQgXMRRGRXXCn8ikfuQfjUS1uZSatdLB81mydBETlJ\n" "hI6GH4twrbDJCR2Bwy/XWXgqgGRzAgMBAAECgYBYWVtleUzavkbrPjy0T5FMou8H\n" "X9u2AC2ry8vD/l7cqedtwMPp9k7TubgNFo+NGvKsl2ynyprOZR1xjQ7WgrgVB+mm\n" "uScOM/5HVceFuGRDhYTCObE+y1kxRloNYXnx3ei1zbeYLPCHdhxRYW7T0qcynNmw\n" "rn05/KO2RLjgQNalsQJBANeA3Q4Nugqy4QBUCEC09SqylT2K9FrrItqL2QKc9v0Z\n" "zO2uwllCbg0dwpVuYPYXYvikNHHg+aCWF+VXsb9rpPsCQQDWR9TT4ORdzoj+Nccn\n" "qkMsDmzt0EfNaAOwHOmVJ2RVBspPcxt5iN4HI7HNeG6U5YsFBb+/GZbgfBT3kpNG\n" "WPTpAkBI+gFhjfJvRw38n3g/+UeAkwMI2TJQS4n8+hid0uus3/zOjDySH3XHCUno\n" "cn1xOJAyZODBo47E+67R4jV1/gzbAkEAklJaspRPXP877NssM5nAZMU0/O/NGCZ+\n" "3jPgDUno6WbJn5cqm8MqWhW1xGkImgRk+fkDBquiq4gPiT898jusgQJAd5Zrr6Q8\n" "AO/0isr/3aa6O6NLQxISLKcPDk2NOccAfS/xOtfOz4sJYM3+Bs4Io9+dZGSDCA54\n" "Lw03eHTNQghS0A==\n" "-----END PRIVATE KEY-----" << QByteArray() << (int) NoError; QTest::newRow("protected") << "-----BEGIN RSA PRIVATE KEY-----\n" "Proc-Type: 4,ENCRYPTED\n" "DEK-Info: DES-EDE3-CBC,7DF93A44614B772F\n" "\n" "BZZ86A/F4X3Io3IZ8SRIVQnE6WA8I8+c4ivy4Hnqb7G1yHGOYdGS2YadpCyp5r1S\n" "/M6tTDND/+ROxVK4eEqvo6kJJ5DzmGM8hOUP7U/YirSCapHDBpcuvFCbWhZDooK4\n" "FnNCbxPYe/+06bnLtsp4o/5gqYtdtfJj9mFjHotTLy5oyc4rH89YbXxPIrVpkl+6\n" "U7CD5q0AueuZo1CYb+FsG+SuUaXxcCnLsbzbschnsGFmM7J9Xc4N7jbUeJevd223\n" "+2BJvghoi+7fxONbZy/uMhoiyXj68vuO6LHfE8njXNigL0hJD61Zn++DoQiAkUsf\n" "MXD9xAcGP3xsQXaknSZVF3581qM1liubrde62f2jBIT+AhT3mgyzBOVlG8lGXOBm\n" "m+N53D9EjkXuKUhZzL54YJJqxIyqwGWCZI96YH7AxyXNPEvFLSw6aPSrky0MBSds\n" "XXO4KAKfIp5ey6CwABO4PHbpC2eoTlmpGAJpdAxv8NtEv6MKip/uSdr4PmKG6u79\n" "E/T/MygeJzgSHotgFlH8PliEqHrriHRrUomDSDKlsVeMG5425XWW2g8cuvYTQyZ8\n" "7ss59uMFvcmlDmRqJh2ATzOqeKoEFbPdrWdhdI/w/ZEWH6BD9yDTAjP4IX6IyTl5\n" "Jaca9ZkBt/sT6zbroltlNXWOZOYq62eZNpebpg65RwQ6JNg54L38PWqQYtmpWSB1\n" "qNghu7IkgHkXUei8V1sh30KHl414xyA/8zriZZyfsF4V3uIi6p+3x6m6ECAZ5Z5O\n" "DpP+7R1b+5G3CiLXJCmMOPOxj0OtPdmlnpgN1/hKnXa3alC0llWZX+UPidAmVPHO\n" "v84tL03fDdR6cCtf1gQrb6VAgspwQV/6VeqBXeXC4VacBtqirKBQnoq0pfxOnjAr\n" "rUdMXFEjDslmux9qKf3W37bUHkLfgwMyGiUBbJbQxiCg009NZ/AND/MRcCQsU6WI\n" "WTCVaQ3aRT2BifRwGw1GDI0hm/T6ar4lHcGzDAbhEaR9fCSOMxfYZP+P4MqqymEF\n" "svhI3+93zNhVtWKa1mnhfkTHm2/H6hONSxPlJtPPjxAYghrUZWJ5liDIptANnyvX\n" "Cv/2RTIs22lihEeHVX8EKv+E90P14XbWv6pPagbFtZBfUD6wujKnOGT92UdDWEw6\n" "3FHRfN7V6Yizq6pvl6B1wZbmor7npe1Q5jIVhyUGW7n4W0RMUjdFpQt5d4EWnBw6\n" "GIWn1wAB3OZ6q+pZQd85KmakqeuyBrtqY6GwPb+lfuGS7A6G5J/EJ/c6sQISVI5w\n" "XsDvqc4nGvS7rj9IFD6s+uFlb+G23PMVILxWEO+on5oV5PCy8CQIcvHYddQjYvYD\n" "dFen9Ey1YworxZfaY8UjYECrFj3Z4dJaeNo5sUZUELoTZMNoLNkWjWudbt29J90l\n" "sHFQWp7M99mms1ebVjVjeCo8HM1vAriScZCwqGH6n9e5Uplc4gSCA+m9Y17Z/1lY\n" "c3mv8qafdh0gCUyjdQX3YIYHG60smgpwl+HeyPO3Bg3p8KYpNfrBh4PC1C/jsP6s\n" "K4iLPS0/0CBmXhYQF1v2zqMdjpdRyIoceb8wn4ExD19Ei2Z1uFn/fw==\n" "-----END RSA PRIVATE KEY-----" << QByteArray( "testpassphrase" ) << (int) NoError; QTest::newRow("empty key") << "" << QByteArray() << (int) RSADecodingError; } void QOAuth::Ut_Interface::setRSAPrivateKey() { QFETCH( QString, key ); QFETCH( QByteArray, passphrase ); QFETCH( int, error ); QCA::SecureArray sa( passphrase ); m->setRSAPrivateKey( key, sa ); QCOMPARE( m->error(), error ); } void QOAuth::Ut_Interface::setRSAPrivateKeyFromFile_data() { QTest::addColumn("file"); QTest::addColumn("passphrase"); QTest::addColumn("error"); QTest::newRow("correct") << "rsa-clean.pem" << QByteArray() << (int) NoError; QTest::newRow("also correct") << "test.pem" << QByteArray() << (int) NoError; QTest::newRow("protected") << "rsa-pass.pem" << QByteArray("testpassphrase") << (int) NoError; QTest::newRow("wrong pass") << "rsa-pass.pem" << QByteArray() << (int) RSADecodingError; QTest::newRow("empty file") << "empty.file" << QByteArray() << (int) RSADecodingError; QTest::newRow("no such file") << "nosuch.file" << QByteArray() << (int) RSAKeyFileError; } void QOAuth::Ut_Interface::setRSAPrivateKeyFromFile() { QFETCH( QString, file ); QFETCH( QByteArray, passphrase ); QFETCH( int, error ); QCA::SecureArray sa( passphrase ); m->setRSAPrivateKeyFromFile( file, sa ); QCOMPARE( m->error(), error ); } QTEST_MAIN(QOAuth::Ut_Interface) qoauth-1.0.1/tests/ut_interface/ut_interface.h000066400000000000000000000044441142527727700214710ustar00rootroot00000000000000/*************************************************************************** * Copyright (C) 2009 by Dominik Kapusta * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation; either version 2.1 of * * the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to * * the Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #ifndef UT_INTERFACE_H #define UT_INTERFACE_H #include #include namespace QOAuth { class Interface; class Ut_Interface : public QObject { Q_OBJECT private Q_SLOTS: void init(); void cleanup(); void constructor(); void consumerKey(); void setConsumerKey(); void consumerSecret(); void setConsumerSecret(); void requestTimeout(); void setRequestTimeout(); void error(); void requestToken_data(); void requestToken(); void accessToken_data(); void accessToken(); void createParametersString_data(); void createParametersString(); void inlineParameters_data(); void inlineParameters(); void setRSAPrivateKey_data(); void setRSAPrivateKey(); void setRSAPrivateKeyFromFile_data(); void setRSAPrivateKeyFromFile(); private: Interface *m; QCA::Initializer initializer; }; } // namespace QOAuth #endif // UT_INTERFACE_H qoauth-1.0.1/tests/ut_interface/ut_interface.pro000066400000000000000000000010761142527727700220400ustar00rootroot00000000000000TARGET = ut_interface TEMPLATE = app DEFINES += UNIT_TEST include(../../oauth.prf) QT += testlib network QT -= gui CONFIG += crypto macx { CONFIG -= app_bundle QMAKE_POST_LINK += install_name_tool -change qoauth.framework/Versions/1/qoauth \ ../../lib/qoauth.framework/Versions/1/qoauth $${TARGET} } else:unix { # the second argument (after colon) is for # being able to run make check from the root source directory LIBS += -Wl,-rpath,../../lib:lib } INCLUDEPATH += . ../../src HEADERS += ut_interface.h SOURCES += ut_interface.cpp