aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-04
* Update kerberos patchBruce Momjian2000-05-27
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-27
* Patch for Kerberos V.Bruce Momjian2000-05-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Improve error messages when a connection is rejected.Tom Lane1999-04-16
* I've been having also sorts of fun trying to get kerberos 4Bruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-13
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-31
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-29
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-27
* Protocol cleanup from Phil.Bruce Momjian1998-01-27
* 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
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart1997-11-17
* 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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* I don't know whether this breaks what the previous person tried toMarc G. Fournier1997-03-25
* From: Jun Kuwamura <juk@rccm.co.jp>Marc G. Fournier1997-03-18
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Add #include <sys/types.h> so it works with Ultrix's in.hBryan Henderson1996-11-16
* I'm getting there, slowly :)Marc G. Fournier1996-11-06
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* clean up makefileMarc G. Fournier1996-10-31
* Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian1996-10-13
* New host-based authentication with identBryan Henderson1996-10-12
* The following patch makes postmaster -D work. -D specifies a different PGDATAMarc G. Fournier1996-08-14
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09