pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-11
2017-11-11 23:24:25 by Stephen R. van den Berg <srb@cuci.nl>
a64a2c5536da4519b3af833005242e38183366ca (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Make syntax 8.0 compatible.
723:
object cs = ci->start(); CHAIN(cs)->add_int8('p')->add_hstring(msg, 4, 4); cs->sendcmd(SENDOUT); // No flushing, PostgreSQL 9.4 disapproves
-
}
+
}
;
PD("Authentication "); msglen-=4+4; int authtype, k;
802:
#endif } if (k) {
-
cnonce = MIME.encode_base64(
Random.System().
random_string(18));
+
cnonce = MIME.encode_base64(random_string(18));
word = "n,,n=,r=" + cnonce; authresponse(({ "SCRAM-SHA-256", 0, sprintf("%4c", sizeof(word)), word