pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-04-17
2009-04-17 22:16:39 by Stephen R. van den Berg <srb@cuci.nl>
2830e72a6c5d713a271367e5d9b320115f00b034 (
6
lines) (+
2
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Drop CryptPassword support.
Rev: lib/modules/Sql.pmod/pgsql.pike:1.70
640:
sendpass=pass; break; case 4:PD("CryptPassword\n");
-
if(msglen<2)
-
errtype=
protocolerror;
-
sendpass=_c.getstring(msglen);msglen=0; // salt
-
errtype=
protocolunsupported;
// Pike lacks function that takes salt
+
errtype=protocolunsupported;
break; case 5:PD("MD5Password\n"); if(msglen<4)