Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
--HG--
branch : ciscoconfparse
  • Loading branch information
mpenning committed Jan 26, 2015
1 parent 4c35521 commit fa75b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx-doc/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ History and Python Apologetic

:class:`~ciscoconfparse.CiscoConfParse()` was born from audit requirements. When I first built the module, I was contracting for a company with hundreds of devices; PCI compliance obligated us to perform security audits on the configs and management wanted it done quarterly. Our company was supposed to have an automated tool, but nobody could get it to work. I offered to build an audit and diff script instead of our entire team spending hundreds of man-hours on a manual task each quarter.

At first, I tried using a canned Perl config-parsing library; it was great when it worked, but the library suffered from mysterious crashes on certain configs. I tried auditing the troublesome configs maually, but dealing with the crashes put me behind schedule. I reached a point where I realized the audit results were going to be late if something didn't change, so I wrote the author for help, but he literally said that he wasn't really sure how the library works. [#]_
At first, I tried using a canned Perl config-parsing library; it was great when it worked, but the library suffered from mysterious crashes on certain configs. I tried auditing the troublesome configs manually, but dealing with the crashes put me behind schedule. I reached a point where I realized the audit results were going to be late if something didn't change, so I wrote the author for help, but he literally said that he wasn't really sure how the library works. [#]_

With the deadline approaching, I wound up spending a full weekend of my own time writing my first endeavor in Python. It worked so well, I found myself building similar tools for other accounts that weren't even mine. After more work, I ultimately I published this as open-source software. ciscoconfparse is available to anyone who wants to invest a little effort on the front-end. Many companies in the US and Europe are already using it to audit their configs; I only ask that you drop me a line [#]_ and let me know if you like it and how I can improve the library.

Expand Down

0 comments on commit fa75b9e

Please sign in to comment.