~bzr-pqm/bzr/bzr.dev

  • Committer: Vincent Ladeuil
  • Date: 2009-04-27 16:10:10 UTC
  • mto: (4310.1.1 integration)
  • Revision ID: v.ladeuil+lp@free.fr-20090427161010-7swfzeagf63cpixd
Fix bug #367726 by reverting some default user handling introduced
while fixing bug #256612.

* bzrlib/transport/ssh.py:
(_paramiko_auth): Explicitly use getpass.getuser() as default
user.

* bzrlib/transport/ftp/_gssapi.py:
(GSSAPIFtpTransport._create_connection): Explicitly use
getpass.getuser() as default user.

* bzrlib/transport/ftp/__init__.py:
(FtpTransport._create_connection): Explicitly use
getpass.getuser() as default user.

* bzrlib/tests/test_sftp_transport.py:
(TestUsesAuthConfig.test_sftp_is_none_if_no_config)
(TestUsesAuthConfig.test_sftp_doesnt_prompt_username): Revert to
None as the default user.

* bzrlib/tests/test_remote.py:
(TestRemoteSSHTransportAuthentication): The really offending one:
revert to None as the default user.

* bzrlib/tests/test_config.py:
(TestAuthenticationConfig.test_username_default_no_prompt): Update
test (and some PEP8).

* bzrlib/smtp_connection.py:
(SMTPConnection._authenticate): Revert to None as the default
user.

* bzrlib/plugins/launchpad/account.py:
(_get_auth_user): Revert default value handling.

* bzrlib/config.py:
(AuthenticationConfig.get_user): Fix doc-string. Leave default
value handling to callers.
Filename Latest Rev Last Changed Committer Comment Size
..
ftp 3331.2.3 16 years ago Jelmer Vernooij Move ftp transport into separate directory. Diff
http 1540.3.3 18 years ago Martin Pool Review updates of pycurl transport Split them out Diff
__init__.py 4294.2.10 15 years ago Robert Collins Review feedback. 72.4 KB Diff Download File
brokenrename.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.9 KB Diff Download File
chroot.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 5.6 KB Diff Download File
decorator.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 7.9 KB Diff Download File
fakenfs.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 2.5 KB Diff Download File
fakevfat.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 3.8 KB Diff Download File
local.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 20.9 KB Diff Download File
log.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 5.3 KB Diff Download File
memory.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 10.8 KB Diff Download File
nosmart.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
readonly.py 4189.1.1 15 years ago Martin Pool merge update to FSF address 3 KB Diff Download File
remote.py 4189.1.1 15 years ago Martin Pool merge update to FSF address 23.4 KB Diff Download File
sftp.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 49 KB Diff Download File
ssh.py 4304.2.1 15 years ago Vincent Ladeuil Fix bug #367726 by reverting some default user han 22.1 KB Diff Download File
trace.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 6.1 KB Diff Download File
unlistable.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 1.7 KB Diff Download File