summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-251-5/+8
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-041-13/+5
* Update kerberos patchBruce Momjian2000-05-271-99/+104
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-271-104/+99
* Patch for Kerberos V.Bruce Momjian2000-05-271-99/+104
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-15/+17
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-271-4/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-10/+10
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* pgindent run over code.Bruce Momjian1999-05-251-35/+36
* Improve error messages when a connection is rejected.Tom Lane1999-04-161-13/+75
* I've been having also sorts of fun trying to get kerberos 4Bruce Momjian1999-03-141-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-37/+28
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-16/+16
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-29/+43
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-131-3/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-116/+134
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-2/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-311-27/+48
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-291-51/+54
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-271-2/+2
* Protocol cleanup from Phil.Bruce Momjian1998-01-271-4/+4
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-329/+339
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-3/+3
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-2/+30
* Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart1997-11-171-3/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-116/+116
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-399/+439
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+4
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-21/+21
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-3/+3
* I don't know whether this breaks what the previous person tried toMarc G. Fournier1997-03-251-9/+8
* From: Jun Kuwamura <juk@rccm.co.jp>Marc G. Fournier1997-03-181-5/+10
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-5/+42
* Add #include <sys/types.h> so it works with Ultrix's in.hBryan Henderson1996-11-161-1/+2
* I'm getting there, slowly :)Marc G. Fournier1996-11-061-9/+9
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+2
* clean up makefileMarc G. Fournier1996-10-311-5/+8
* Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian1996-10-131-2/+5
* New host-based authentication with identBryan Henderson1996-10-121-256/+137
* The following patch makes postmaster -D work. -D specifies a different PGDATAMarc G. Fournier1996-08-141-7/+7
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+668