Searched refs:check_password (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sys/lib/libsa/ |
| H A D | checkpasswd.c | 105 return check_password(bootpasswd); in checkpasswd() 109 check_password(const char *password) in check_password() function
|
| H A D | stand.h | 290 int check_password(const char *);
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | ppm_test.c | 48 ret = check_password(argv[2], &errmsg, &pEntry, &pArg); in main()
|
| H A D | ppm.h | 116 int check_password(char *pPasswd, char **ppErrStr, Entry *e, void *pArg);
|
| H A D | ppm.c | 433 check_password(char *pPasswd, char **ppErrStr, Entry *e, void *pArg) in check_password() function
|
| /netbsd-src/sys/arch/i386/stand/pxeboot/ |
| H A D | main.c | 166 || check_password((char *)boot_params.bp_password))) { in main()
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | bootmenu.c | 200 check_password((char *)boot_params.bp_password))) {
|
| /netbsd-src/sys/arch/i386/stand/boot/ |
| H A D | boot2.c | 389 if (check_password((char *)boot_params.bp_password)) { in boot2()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | boot.c | 351 if (check_password((char *)boot_params.bp_password)) { in boot()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | server.c | 7049 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 D | ChangeLog-96 | 306 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 D | ChangeLog-97 | 1633 * 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 D | ChangeLog-9395 | 589 * 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 D | ChangeLog | 3745 (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
|