~bzr-pqm/bzr/bzr.dev

  • Committer: Vincent Ladeuil
  • Date: 2007-10-22 15:18:24 UTC
  • mto: (2961.1.1 trunk)
  • Revision ID: v.ladeuil+lp@free.fr-20071022151824-eol757lk393ofc38
AuthenticationConfig can be queried for logins too (first step).

* bzrlib/transport/ssh.py:
(_paramiko_auth): Try to get a user from AuthenticationConfig.

* bzrlib/smtp_connection.py:
(SMTPConnection._authenticate): Try to get a user from
AuthenticationConfig.

* bzrlib/transport/ftp.py:
(FtpTransport._create_connection): Try to get a user from
AuthenticationConfig. Credentials are now (user, password) instead
of just password.

* bzrlib/tests/test_ftp_transport.py:
(TestFTPServerUI._add_authorized_user): Cleanup by refactoring.

* bzrlib/config.py:
(AuthenticationConfig.get_user): New method to get logins.
Filename Latest Rev Last Changed Committer Comment Size
..
serializer 1185.82.3 18 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
__init__.py 2485.8.35 17 years ago Vincent Ladeuil Fix pull multiple connections. * bzrlib/builtins. 3.6 KB Diff Download File
apply_bundle.py 2520.4.6 17 years ago Aaron Bentley Get installation started 2.8 KB Diff Download File
bundle_data.py 2858.2.1 17 years ago Martin Pool Remove most calls to safe_file_id and safe_revisio 29.2 KB Diff Download File
commands.py 1551.18.4 17 years ago Aaron Bentley Restore bundle-info -v, fix multiparent detection 3.8 KB Diff Download File