mlhartme / sushi

Scripting Library for Java
Apache License 2.0
7 stars 4 forks source link

Implement basic netrc parser #4

Closed mfriedenhagen closed 10 years ago

mfriedenhagen commented 10 years ago

I just implemented a .netrc parser as I quite often use Python or Curl and have authentication information already in this form. No need to introduce another place to store passwords :grin:

According to Wikipedia the Python license PSF should work fine with Apache 2.0.

This PR includes resp. supersedes #3.

mlhartme commented 10 years ago

Thank you for your contribution!

I've merged your code and added a rough integration for webdav nodes. Can you check if that's what you need?

Do you think I should also integrate it into SshNodes? And maybe also replace passphrase files by netrc support?

I want to rename NetRcParser to NetRc, is that ok for you?

mfriedenhagen commented 10 years ago

@mlhartme: