Hackfut Security File Manager
Current Path:
/opt/alt/postgresql11/usr/include/pgsql/server/libpq
opt
/
alt
/
postgresql11
/
usr
/
include
/
pgsql
/
server
/
libpq
/
📁
..
📄
auth.h
(903 B)
📄
be-fsstubs.h
(1.57 KB)
📄
crypt.h
(550 B)
📄
hba.h
(1.74 KB)
📄
ip.h
(1.5 KB)
📄
libpq-be.h
(6.17 KB)
📄
libpq-fs.h
(633 B)
📄
libpq.h
(2.5 KB)
📄
md5.h
(901 B)
📄
pqcomm.h
(6.36 KB)
📄
pqformat.h
(1.95 KB)
📄
pqsignal.h
(1.27 KB)
Editing: crypt.h
/*------------------------------------------------------------------------- * * crypt.h * Interface to libpq/crypt.c * * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/libpq/crypt.h * *------------------------------------------------------------------------- */ #ifndef PG_CRYPT_H #define PG_CRYPT_H #include "libpq/libpq-be.h" extern int md5_crypt_verify(const Port *port, const char *user, char *client_pass); #endif
Upload File
Create Folder