Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

This morning, I work on my PAM module (pam_eaccess) to make it working Solaris 10. That's was very funny. First, I don't understand some things like the string.h strings.h, etc but anyway, it works now. After some hours spend to write a configure.in and all others auto* related files.

There is a 0.2 release available here..

Note to myself:

  • pam_get_user use a const char * in linux, a char * in Solaris
  • Linux glibc replace a char * string set to NULL by the string (null) for a printf (and likes). Others OSes don't, which implies a segfault

Comments