The Siteminder module allows for users to authenticate to a Drupal site when the site is being run within the Siteminder environment. Siteminder itself is a single sign-on application made by Computer Associates. You can read more about the Siteminder system here http://www.ca.com/us/internet-access-control.aspx
The module is a bridge between simplehtmldom PHP library and Drupal.
It provides powerful API for HTML parsing. Also, it works fine with broken markup.
Payment Express offers both merchant hosted and provider hosted payment processors and is commonly used in Australia and New Zealand. This module implements methods for each of these (via PXPay, PXPost).
No new URL shortening features will be accepted into this module: consider this a backport of the Drupal 7 shortlink functionality. For a module with more flexibility, please look at the Short URL module.
ShortURL is the module with all the features and this one the one without any configuration!
Drupal 7 port
This module will not be ported to Drupal 7, because Drupal 7 already includes support for the shortlink standard. You will only need to install the Global Redirect module to automatically redirect the user to the corresponding alias.
Description
This module offers simple support for the shortlink standard, currently only for nodes.
Typically, you use the Pathauto module to automatically generate path aliases for the content (nodes) you create (or maybe you enter aliases manually). These are typically longer than the original "node/" paths.
This module aims to be independent from other web services and thus uses those "node/" paths for short URLs. This of course implies that your short URLs will only go offline if your site goes offline. This module relies on the Global Redirect module to perform the redirects to the aliased paths.