aboutsummaryrefslogtreecommitdiff
path: root/xbmc/PasswordManager.cpp
AgeCommit message (Expand)Author
2023-08-21[passwordManager] Migrate to tinyxml2fuzzard
2022-10-13use CFileUtils::Exists instead of CFile::Exists where appropriateArne Morten Kvarving
2022-10-05Cleanup addons/addoninfo/AddonExtensions.h: Get rid of StringUtils.h include.Kai Sommerfeld
2022-05-11Merge pull request #19217 from strugee/webdav-passwordsGarrett Brown
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2021-02-12[network] Use passwords.xml for more protocolsAJ Jordan
2019-07-09[format] fix include orderRechi
2019-05-07Simplify boolean expressionsDavid Bridson
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ...Kai Sommerfeld
2018-10-08Eliminate CServiceBroker::GetProfileManager(); use CServiceBroker::GetSetting...Kai Sommerfeld
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-06-12[xbmc] nuke whitespaceh.udo
2018-04-02[xbmc] PasswordManager: added domain name support for smb.Anton Fedchin
2018-03-23[xbmc] PasswordManager: add support storing credentials for nfs and sftp prot...Anton Fedchin
2018-02-02Kill CProfilesManager singletonGarrett Brown
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-07-14[std cleanup] xbmc/hudokkow
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-05-07adjust CGUIDialogLockSettings to derive from CGUIDialogSettingsManualBasemontellese
2013-12-14changed: use empty() instead of size()WiSo
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-04-04cosmetics: cleanup unused Settings.h includesmontellese
2013-04-04settings: move profile settings to CProfilesManagermontellese
2013-04-04move profile related files into new "profiles" directorymontellese
2013-03-03settings: move GUIDialog* and GUIWindow* into their own sub-directoriesmontellese
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-07-28password manager: don't save/store authenticated url if it doesn't contain us...pieh
2012-07-08splits saving of auth details out of CPasswordManager::PromptForAuthenticationJonathan Marshall
2012-05-03Use system implementation of tinyxml instead of internal implementation.Andres Mejia
2011-01-24Merged cptspiff's code-reshuffle branch.theuni