Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / media / CredentialManager.cc
2016-11-01 DongHun KwakImported Upstream version 15.0.0 56/94656/1
2016-11-01 DongHun KwakImported Upstream version 14.43.0 49/94649/1
2011-11-10 Harald FernengelFix another static initialization problem
2010-02-26 Michael AndresDon't inline in the .cc file, if the method is exposed... BASE-SuSE-Code-11_2-Branch
2009-01-27 Ján KupecIgnore URL's username, password, and query string in...
2008-09-27 Jan Kupec- fixed endless loop when CM returns bad password
2008-09-26 Jan Kupec- save credentials after asking for them
2008-09-25 Jan Kupec- ZConfig::credentialsGlobal{File,Dir}() added (/etc...
2008-09-23 Jan Kupec- avoid passing service credentials to repos if their...
2008-09-23 Jan Kupec- when looking for credentials, use wanted_url.startsWi...
2008-09-18 Jan Kupec- delete the leading path from ?credentials param,...
2008-09-18 Jan Kupec- repomanager: pass service's credentials down to repos
2008-09-17 Jan Kupec- set 600 on user creds and 640 permissions on global...
2008-09-17 Jan Kupec- save user credentials when adding repos/services...
2008-09-17 Jan Kupec- new CredentialManager Impl
2008-09-08 Jan Kupec- CredentialManager added