diff options
author | Sankar P <psankar@novell.com> | 2005-10-20 16:21:26 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-10-20 16:21:26 +0800 |
commit | ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7 (patch) | |
tree | 580a755540e7e5d6d449af991f9933a60f7d9dfb /plugins/groupwise-features/ChangeLog | |
parent | 39a6b3044dbd3766ffea4a804c64ce2d680777c4 (diff) | |
download | gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.tar gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.tar.gz gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.tar.bz2 gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.tar.lz gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.tar.xz gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.tar.zst gsoc2013-evolution-ddec6b2a3e2f61a10e1d20ad383f30abe2a26ad7.zip |
When the user forgets-password explicitly, the subsequent proxy-login
2005-10-20 Sankar P <psankar@novell.com>
* proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc):
When the user forgets-password explicitly, the subsequent proxy-login requests
are made with a NULL password leading to unexpected behavior.
Fixes #312467
* proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc):
Added the missing unrefs for the connection object.
svn path=/trunk/; revision=30543
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 7cfcbd29aa..9142bcfb79 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,13 @@ +2005-10-20 Sankar P <psankar@novell.com> + + * proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc): + When the user forgets-password explicitly, the subsequent proxy-login requests + are made with a NULL password leading to unexpected behavior. + Fixes #312467 + + * proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc): + Added the missing unrefs for the connection object. + 2005-10-19 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c (org_gnome_proxy): Dont try to connect when the account is |