Home
last modified time | relevance | path

Searched refs:crypt_pwd (Results 1 – 25 of 87) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dcrypt.c43 *crypt_pwd; in md5_crypt_verify() local
119 crypt_pwd = palloc(MD5_PASSWD_LEN + 1); in md5_crypt_verify()
125 sizeof(port->md5Salt), crypt_pwd)) in md5_crypt_verify()
127 pfree(crypt_pwd); in md5_crypt_verify()
141 pfree(crypt_pwd); in md5_crypt_verify()
148 crypt_pwd)) in md5_crypt_verify()
150 pfree(crypt_pwd); in md5_crypt_verify()
171 crypt_pwd = shadow_pass; in md5_crypt_verify()
175 if (strcmp(crypt_client_pass, crypt_pwd) == 0) in md5_crypt_verify()
196 pfree(crypt_pwd); in md5_crypt_verify()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd) in pg_password_sendauth()
846 if (crypt_pwd) in pg_password_sendauth()
847 free(crypt_pwd); in pg_password_sendauth()
1146 char *crypt_pwd; in PQencryptPassword() local
1149 if (!crypt_pwd) in PQencryptPassword()
1154 free(crypt_pwd); in PQencryptPassword()
1158 return crypt_pwd; in PQencryptPassword()
1255 if (crypt_pwd) in PQencryptPasswordConn()
1259 free(crypt_pwd); in PQencryptPasswordConn()
1272 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd) in pg_password_sendauth()
846 if (crypt_pwd) in pg_password_sendauth()
847 free(crypt_pwd); in pg_password_sendauth()
1146 char *crypt_pwd; in PQencryptPassword() local
1149 if (!crypt_pwd) in PQencryptPassword()
1154 free(crypt_pwd); in PQencryptPassword()
1158 return crypt_pwd; in PQencryptPassword()
1255 if (crypt_pwd) in PQencryptPasswordConn()
1259 free(crypt_pwd); in PQencryptPasswordConn()
1272 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd) in pg_password_sendauth()
846 if (crypt_pwd) in pg_password_sendauth()
847 free(crypt_pwd); in pg_password_sendauth()
1146 char *crypt_pwd; in PQencryptPassword() local
1149 if (!crypt_pwd) in PQencryptPassword()
1154 free(crypt_pwd); in PQencryptPassword()
1158 return crypt_pwd; in PQencryptPassword()
1255 if (crypt_pwd) in PQencryptPasswordConn()
1259 free(crypt_pwd); in PQencryptPasswordConn()
1272 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd) in pg_password_sendauth()
846 if (crypt_pwd) in pg_password_sendauth()
847 free(crypt_pwd); in pg_password_sendauth()
1146 char *crypt_pwd; in PQencryptPassword() local
1149 if (!crypt_pwd) in PQencryptPassword()
1154 free(crypt_pwd); in PQencryptPassword()
1158 return crypt_pwd; in PQencryptPassword()
1255 if (crypt_pwd) in PQencryptPasswordConn()
1259 free(crypt_pwd); in PQencryptPasswordConn()
1272 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd)
846 if (crypt_pwd)
847 free(crypt_pwd);
1146 char *crypt_pwd;
1149 if (!crypt_pwd)
1154 free(crypt_pwd);
1158 return crypt_pwd;
1255 if (crypt_pwd)
1259 free(crypt_pwd);
1272 if (!crypt_pwd)
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/libpq/
H A Dfe-auth.c767 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1102 char *crypt_pwd; in PQencryptPassword() local
1105 if (!crypt_pwd) in PQencryptPassword()
1110 free(crypt_pwd); in PQencryptPassword()
1114 return crypt_pwd; in PQencryptPassword()
1211 if (crypt_pwd) in PQencryptPasswordConn()
1215 free(crypt_pwd); in PQencryptPasswordConn()
1228 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd) in pg_password_sendauth()
846 if (crypt_pwd) in pg_password_sendauth()
847 free(crypt_pwd); in pg_password_sendauth()
1146 char *crypt_pwd; in PQencryptPassword() local
1149 if (!crypt_pwd) in PQencryptPassword()
1154 free(crypt_pwd); in PQencryptPassword()
1158 return crypt_pwd; in PQencryptPassword()
1255 if (crypt_pwd) in PQencryptPasswordConn()
1259 free(crypt_pwd); in PQencryptPasswordConn()
1272 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/libpq/
H A Dfe-auth.c737 if (!crypt_pwd)
772 if (crypt_pwd)
773 free(crypt_pwd);
1072 char *crypt_pwd;
1075 if (!crypt_pwd)
1080 free(crypt_pwd);
1084 return crypt_pwd;
1181 if (crypt_pwd)
1185 free(crypt_pwd);
1198 if (!crypt_pwd)
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/libpq/
H A Dfe-auth.c811 if (!crypt_pwd) in pg_password_sendauth()
846 if (crypt_pwd) in pg_password_sendauth()
847 free(crypt_pwd); in pg_password_sendauth()
1146 char *crypt_pwd; in PQencryptPassword() local
1149 if (!crypt_pwd) in PQencryptPassword()
1154 free(crypt_pwd); in PQencryptPassword()
1158 return crypt_pwd; in PQencryptPassword()
1255 if (crypt_pwd) in PQencryptPasswordConn()
1259 free(crypt_pwd); in PQencryptPasswordConn()
1272 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/libpq/
H A Dfe-auth.c771 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1152 char *crypt_pwd; in PQencryptPassword() local
1155 if (!crypt_pwd) in PQencryptPassword()
1160 free(crypt_pwd); in PQencryptPassword()
1164 return crypt_pwd; in PQencryptPassword()
1263 if (crypt_pwd) in PQencryptPasswordConn()
1267 free(crypt_pwd); in PQencryptPasswordConn()
1280 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/libpq/
H A Dfe-auth.c771 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1152 char *crypt_pwd; in PQencryptPassword() local
1155 if (!crypt_pwd) in PQencryptPassword()
1160 free(crypt_pwd); in PQencryptPassword()
1164 return crypt_pwd; in PQencryptPassword()
1263 if (crypt_pwd) in PQencryptPasswordConn()
1267 free(crypt_pwd); in PQencryptPasswordConn()
1280 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/libpq/
H A Dfe-auth.c771 if (!crypt_pwd) in pg_password_sendauth()
802 if (crypt_pwd) in pg_password_sendauth()
803 free(crypt_pwd); in pg_password_sendauth()
1152 char *crypt_pwd; in PQencryptPassword() local
1155 if (!crypt_pwd) in PQencryptPassword()
1160 free(crypt_pwd); in PQencryptPassword()
1164 return crypt_pwd; in PQencryptPassword()
1263 if (crypt_pwd) in PQencryptPasswordConn()
1267 free(crypt_pwd); in PQencryptPasswordConn()
1280 if (!crypt_pwd) in PQencryptPasswordConn()
[all …]

1234