Password autentication functions

Hi all

In QNX 6.3 I use the getspnam() and crypt() function to check a password
written by the used.

What are the related calls to be used in QNX 4.25? I can’t find anything
similar…

Thanks!
Davide


/* Ancri Davide - */

On Mon, 13 Jun 2005 16:16:46 +0400, Davide Ancri <falsemail@nospam.xx>
wrote:

In QNX 6.3 I use the getspnam() and crypt() function to check a password
written by the used.
What are the related calls to be used in QNX 4.25? I can’t find anything
similar…
crypt() is in the unix3[r|s].lib from the Watcom C v10.6B Security patch;

getspnam() can be found in the login3r.lib
(ftp://ftp.qnx.com/usr/free/qnx4/os/utils/misc/login3r.lib)

Make sure you have the latest QNX v4.25 patch G and QNX security patch
installed.

Tony.

Tony wrote:

crypt() is in the unix3[r|s].lib from the Watcom C v10.6B Security patch;
getspnam() can be found in the login3r.lib
(> ftp://ftp.qnx.com/usr/free/qnx4/os/utils/misc/login3r.lib> )

Make sure you have the latest QNX v4.25 patch G and QNX security patch
installed.

Thanks!
Davide


/* Ancri Davide - */