Search:

Type: Posts; User: marinus

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,181

    On my system, getpwuid(getuid())->pw_passwd only...

    On my system, getpwuid(getuid())->pw_passwd only returns 'x'.
  2. Replies
    8
    Views
    4,181

    No, that's not what I need. I need some way to...

    No, that's not what I need. I need some way to see if the password the user typed in is really his login password. I need to get the login password from somewhere, or I need a function which I can...
  3. Replies
    8
    Views
    4,181

    How to check somebody's password?

    I'm writing a program that will need the user's password. The program should not have to be run as root, but it should work when run normally.

    The user should type his login password, and the...
Results 1 to 3 of 3