]> granicus.if.org Git - postgresql/history - src/backend/libpq/hba.c
Allow configuration files to be placed outside the data directory.
[postgresql] / src / backend / libpq / hba.c
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-25 Tom LaneFix erroneous error message printout when a configurati...
2004-05-19 Tom LaneImprove error reporting behavior in parse_hba(): give...
2004-02-02 Neil ConwayFix a read of uninitialized memory in next_token()...
2003-12-25 Bruce MomjianPatch that makes quoting "sameuser", "samegroup", and...
2003-12-05 Tom LaneGuard against bug in Solaris' bsearch(), per Michael...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-25 Bruce MomjianRemove socket credentials defines not referenced.
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-05 Tom LaneSecond try at IPv4-to-v6 mapping code; avoid assuming...
2003-09-05 Tom LaneAllow IPv4-format entries in pg_hba.conf to match IPv6...
2003-09-05 Bruce MomjianThis fixes three minor typos in hba.c.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix some unprotected references to AF_UNIX ... wouldn...
2003-07-26 Bruce MomjianAt long last I put together a patch to support 4 client...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Tom LaneA few parentheses shy of a load here ...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-15 Tom Laneindex() -> strchr().
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-13 Tom LaneSecond try at avoiding conflicts with system isblank().
2003-04-12 Tom LaneGuard against macro versions of isblank().
2003-04-03 Tom LaneFix load_user/load_group to not leave dangling pointers...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-15 Bruce MomjianA typo in src/backend/libpq/hba.c breaks local ident...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-14 Bruce MomjianThe actual segfault was caused by a double pfree()...
2002-12-11 Bruce MomjianFix line count error reporting in config files, like...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-03 Bruce MomjianAdd OpenBSD local indent credentials, from William...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-26 Tom LaneTreat \r as white space when parsing pg_hba and related...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-28 Bruce MomjianFix problem with new pg_hba.conf code where the same...
2002-04-25 Bruce MomjianFix password code to deal with new quoting code.
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-01-09 Tom LaneFix use of 'char' to hold result of getc, per bug repor...
2001-11-12 Tom Lanesend() attempt for IDENT communication should retry...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-26 Bruce MomjianAdd ALIGN() for cred packet, for OpenBSD.
2001-09-26 Bruce MomjianDisable local creds on OpenBSD because it doesn't suppo...
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-09-07 Bruce MomjianAdd CRED alignment for NetBSD.
2001-09-07 Bruce MomjianUpdate SCM_CREDS for Net/Free/BSD-OS. Add configure...
2001-09-06 Bruce MomjianPAM authentication:
2001-08-21 Bruce MomjianFix SCM_CREDS for FreeBSD, from Teodor Sigaev.
2001-08-21 Bruce MomjianAdd missing include for SCM_CREDS.
2001-08-21 Bruce MomjianFix SO_PEERCRED printf bug added with SCM_CREDS cleanup.
2001-08-21 Bruce MomjianAdd SCM_CREDS to get owner of unix-domain socket on...
2001-08-16 Bruce MomjianAdd new MD5 pg_hba.conf keyword. Prevent fallback...
2001-08-16 Bruce MomjianRemove protocol version change. Try MD5 first, then...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-08-02 Tom LaneEven though SO_PEERCRED is probably totally unportable...
2001-08-02 Tom LaneRemove SO_PASSCRED step in ident_unix --- according...
2001-08-01 Tom LaneDigging through previous discussion of this patch,...
2001-08-01 Tom LaneSupport ident authentication on local (Unix) socket...
2001-07-31 Tom LaneCleanup code for preparsing pg_hba.conf and pg_ident...
2001-07-30 Bruce MomjianLoad pg_hba.conf and pg_ident.conf on startup and SIGHU...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-08-27 Tom LaneClean up callers of AllocateFile and BasicOpenFile...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianRename MAP_FILE to USERMAP_FILE for Digital Unix.
1999-05-09 Tom LaneFix some miscellaneous places that were using raw open...
1999-04-16 Tom LaneImprove error messages when a connection is rejected.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-14 Marc G. FournierMany more cleanups...
1998-10-02 Bruce MomjianSummary
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-13 Bruce MomjianCleanup of 'sameuser' patch.
1998-06-13 Bruce Momjian> I needed to do that for the web database that I'm...
1998-03-15 Marc G. FournierFrom: hankin <hankin@consultco.com>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-24 Marc G. FournierFrom: "Denis V. Dmitrienko" <denis@null.net>
1998-01-27 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
next