Skip to content

Updated libpam-sqlite to support SQLite3 #2

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sangeeths
Copy link

  1. Added pam_sqlite3.c
    -> Upgraded to sqlite3.h; All existing SQLite C APIs have been replaced with SQLite3 C APIs.
    -> Updated crypt_make_salt() with sha512; salt length = 16 bits.
    -> Introduced goto statements wherever possible to reduce the risk for not freeing memory, releasing locks & handles, etc during error condition.
    -> Re-aligned code for better readability
    -> Updated SYSLOG for error cases
  2. Updated Makefile.in; Introduced a new target for pam_sqlite3.c
  3. Updated configure to include sqlite3.h
  4. Updated install-module to install pam_sqlite3.so
  5. Update .gitingnore to ignore *.swp

Sangeeth Saravanaraj added 3 commits August 9, 2013 23:06
    -> Upgraded to sqlite3.h; All existing SQLite C APIs have been replaced with SQLite3 C APIs.
    -> Updated crypt_make_salt() with sha512; salt length = 16 bits.
    -> Introduced goto statements wherever possible to reduce the risk for not freeing memory, releasing locks & handles, etc during error condition.
    -> Re-aligned code for better readability
2. Updated Makefile.in; Introduced a new target for pam_sqlite3.c
3. Updated configure to include sqlite3.h
4. Updated install-module to install pam_sqlite3.so
5. Update .gitingnore to ignore *.swp
@q2dg
Copy link

q2dg commented Feb 10, 2019

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