index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
password.c
Commit message (
Expand
)
Author
Age
*
A little more code reorg for MD5/crypt.
Bruce Momjian
2001-08-17
*
Use MD5 for wire protocol encryption for >= 7.2 client/server.
Bruce Momjian
2001-08-15
*
Improve wording of authentication files.
Bruce Momjian
2001-06-18
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Be a little more careful with strtok().
Tom Lane
2000-11-27
*
Pay attention to fgets() failure return.
Tom Lane
2000-11-27
*
Clean up callers of AllocateFile and BasicOpenFile to ensure that
Tom Lane
2000-08-27
*
Remove long-dead support for invoking queries from dynamically loaded
Tom Lane
2000-07-08
*
Expand secondary password file feature, so that you can use these
Peter Eisentraut
2000-07-04
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
*
Add:
Bruce Momjian
2000-01-26
*
verify_password() leaked a file descriptor if it failed to find the given
Tom Lane
1999-11-23
*
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
Tom Lane
1999-10-23
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Apply Win32 patch from Horak Daniel.
Bruce Momjian
1999-01-17
*
Many more cleanups...
Marc G. Fournier
1998-12-14
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
From: Phil Thompson <phil@river-bank.demon.co.uk>
Marc G. Fournier
1998-01-26
*
Major code cleanup following the pg_password insertion...
Marc G. Fournier
1997-12-09
*
Salt fix for password, from Tatsuo Ishii.
Bruce Momjian
1997-11-27
*
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
Bruce Momjian
1997-11-07
*
Rename strNcpy to StrNCpy, and change third parameter.
Bruce Momjian
1997-10-25
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
pg_password utility. Cleanup for psql passwords. New datetime contrib stuff...
Bruce Momjian
1997-08-25
*
Reduce open() calls. Replace fopen() calls with calls to fd.c functions.
Bruce Momjian
1997-08-18
*
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-08-12
*
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Marc G. Fournier
1997-03-28
*
change strtok(0.. to strtok(NULL..
Marc G. Fournier
1997-03-20
*
Check for and set HAVE_CRYPT_H if <crypt.h> exists
Marc G. Fournier
1997-03-20
*
Replace strsep() by strtok()
Marc G. Fournier
1997-03-18
*
Missing bits from Dan's patches...sorry :(
Marc G. Fournier
1997-03-14