Edit

IABSD.fr/src/usr.bin/passwd

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2026-03-09 12:56:12
    Hash : c1317b35
    Message : Inside libc, getpwent.c does not use dbopen() and instead uses unexported db functions. The copy of the code outside libc, must use dbopen(). -DFORCE_DBOPEN was used with #ifdef, but now that the file is an edited copy that is no longer neccessary.