aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/password.c
Commit message (Expand)AuthorAge
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-09
* Salt fix for password, from Tatsuo Ishii.Bruce Momjian1997-11-27
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* pg_password utility. Cleanup for psql passwords. New datetime contrib stuff...Bruce Momjian1997-08-25
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-28
* change strtok(0.. to strtok(NULL..Marc G. Fournier1997-03-20
* Check for and set HAVE_CRYPT_H if <crypt.h> existsMarc G. Fournier1997-03-20
* Replace strsep() by strtok()Marc G. Fournier1997-03-18
* Missing bits from Dan's patches...sorry :(Marc G. Fournier1997-03-14