Skip to content

Conversation

nolman
Copy link
Contributor

@nolman nolman commented Dec 7, 2012

Strictly whitespace changes - there were a bunch of tab characters littered throughout and some trailing spaces.

$ git show 84a21ec -w --pretty=oneline
84a21ec remove tabs and use soft whitespaces
$

@jch
Copy link
Member

jch commented Oct 7, 2014

@nolman we'd love to get this as part of the clean up for 1.0 (https://groups.google.com/d/msg/ruby-ldap/3y6g1Oqgvd0/vy5DaAcwF_cJ). Would you be interested in recreating this PR against the latest master?

@nolman
Copy link
Contributor Author

nolman commented Oct 7, 2014

Fixed!

@@ -27,7 +27,7 @@ def generate(type, str)
when :sha
attribute_value = '{SHA}' + Base64.encode64(Digest::SHA1.digest(str)).chomp!
when :ssha
salt = SecureRandom.random_bytes(16)
salt = SecureRandom.random_bytes(16)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks a bit funky.

@jch
Copy link
Member

jch commented Oct 7, 2014

@nolman thanks for the speedy turnaround. Could you go through your changeset and manually verify the changes? I think whatever editor/script you used to fix the whitespaces got tripped up in a few places.

@jch jch self-assigned this Oct 7, 2014
@nolman
Copy link
Contributor Author

nolman commented Oct 14, 2014

This should be good now.

@jch jch mentioned this pull request Oct 14, 2014
@jch
Copy link
Member

jch commented Oct 14, 2014

Thanks for the pull! I'll merge it in via #128

@jch jch closed this Oct 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants