summaryrefslogtreecommitdiff
path: root/src/backend/libpq/password.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+2
* Final cleanup.Bruce Momjian1999-07-161-5/+7
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-8/+8
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* Many more cleanups...Marc G. Fournier1998-12-141-3/+10
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-2/+0
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+7
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-48/+21
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-1/+1
* Salt fix for password, from Tatsuo Ishii.Bruce Momjian1997-11-271-4/+1
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-071-1/+1
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-1/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-1/+1
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-12/+12
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-90/+100
* pg_password utility. Cleanup for psql passwords. New datetime contrib stuff...Bruce Momjian1997-08-251-1/+2
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-2/+3
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-2/+1
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-281-1/+1
* change strtok(0.. to strtok(NULL..Marc G. Fournier1997-03-201-1/+1
* Check for and set HAVE_CRYPT_H if <crypt.h> existsMarc G. Fournier1997-03-201-0/+3
* Replace strsep() by strtok()Marc G. Fournier1997-03-181-2/+2
* Missing bits from Dan's patches...sorry :(Marc G. Fournier1997-03-141-0/+107