Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes/fixes #6

Merged
merged 4 commits into from Jul 21, 2017
Merged

Minor changes/fixes #6

merged 4 commits into from Jul 21, 2017

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    ec40389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840fca2 View commit details
    Browse the repository at this point in the history
  3. Make the test program a little friendlier.

    This way it can be run outside of the test rig and report whether the
    password is good, and include the error if not.
    tdb committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    4358a5e View commit details
    Browse the repository at this point in the history
  4. Fix some linking issues.

    On Ubuntu 16.04 I had trouble making this compile. There was one notable
    change required - the libraries to link (ppm.so and LIBS) need to be
    given after the file being compiled. It also seems helpful to link
    ppm.so against the required libraries, otherwise how will slapd know to
    find libcrack?
    
    Finally, I added -Wl,-rpath=. to ppm_test meaning it can be run directly
    without needing to set the library path.
    tdb committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    0b46c24 View commit details
    Browse the repository at this point in the history