Crash-Override.net

Benjamin 'blindcoder' Schieder - Code Collection

Home | Who am I?

News

16-01-07 13:13

pam_extern 0.3

I just released pam_extern 0.3. See Details for the changelog.

Tue Jan 16 12:26:11 CET 2007 Benjamin Schieder <blindcoder@scavenger.homeip.net>

 

* pam_extern now passes the password on stdin instead of an environment variable to prevent it from showing up in `ps auxe`

* check every malloc for success

* pam_extern is now compiled with -Wall

* implemented suggestions from Keith Schincke about using D Macro instead of fprintf(stderr) and _pam_overwrite and _pam_drop instead of free()

 


Back