Skip to content

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