Home
last modified time | relevance | path

Searched refs:check_password (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dcheckpasswd.c105 return check_password(bootpasswd); in checkpasswd()
109 check_password(const char *password) in check_password() function
H A Dstand.h290 int check_password(const char *);
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm_test.c48 ret = check_password(argv[2], &errmsg, &pEntry, &pArg); in main()
H A Dppm.h116 int check_password(char *pPasswd, char **ppErrStr, Entry *e, void *pArg);
H A Dppm.c433 check_password(char *pPasswd, char **ppErrStr, Entry *e, void *pArg) in check_password() function
/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dmain.c166 || check_password((char *)boot_params.bp_password))) { in main()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootmenu.c200 check_password((char *)boot_params.bp_password))) {
/netbsd-src/sys/arch/i386/stand/boot/
H A Dboot2.c389 if (check_password((char *)boot_params.bp_password)) { in boot2()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c351 if (check_password((char *)boot_params.bp_password)) { in boot()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c7049 check_password (char *username, char *password, char *repository) in check_password() function
7290 host_user = check_password (username, descrambled_password, repository); in pserver_authenticate_connection()
H A DChangeLog-96306 check_password, pserver_authenticate_connection,
1277 * server.c (check_password): if available use getspnam instead of
1285 (check_password): ditto
2931 * server.c (check_password): Don't use ANSI string concatenation.
3664 (check_password): Modify to use host_user.
H A DChangeLog-971633 * server.c (check_password): If !system_auth, then skip the check
3205 check_command_legal_p(), set in check_password().
3206 (check_password): set above new global CVS_Username; reorganized a
H A DChangeLog-9395589 * server.c (check_password): take `repository' arg too now.
598 * server.c (check_password): If user has a null password, then
604 * server.c (check_password): new func.
H A DChangeLog3745 (check_password): Calls check_pam_password if PAM is enabled otherwiseu
6250 (check_password): Add PAM support.
7397 so it's not an exact duplicate of the one in check_password.
7399 (check_password): Add syslog call for password mismatches, rearrange
10238 * server.c (serve_directory, serve_notify, check_password,
13191 * server.c (check_password): Fix uninitialized memory read if
13322 * server.c (check_password): If shadow passwords are supported but no