aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/scan_name.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-12/+2
* Throw an exception if SCAN name is malformed or emptylloyd2008-11-111-0/+3
* Remove support for multiple providers in SCAN_Name, mostly because Illoyd2008-11-111-25/+3
* Make SCAN_Name::arg return a new SCAN_Name that has the same providers list,lloyd2008-11-111-1/+9
* Shorten SCAN_Name's argument arg in function nameslloyd2008-11-101-2/+2
* Fix parsing of nested + aliased names like TLS.Digest.0 in SCAN_Namelloyd2008-11-101-3/+31
* In SCAN_Name, keep track of the original inputs and make them accessiblelloyd2008-11-101-0/+3
* Add a facility in SCAN_Name for provider nameslloyd2008-11-101-2/+24
* Constifylloyd2008-11-091-2/+2
* Add a SCAN_Name class that encapsulates operations currently done repeatedlylloyd2008-11-091-0/+35