]> granicus.if.org Git - postgresql/history - src/backend/libpq/hba.c
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / libpq / hba.c
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-28 Bruce MomjianCode cleanup.
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-21 Neil ConwayFix a potential backend crash during authentication...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-27 Tom LaneCause pg_hba.conf file inclusion (@file stuff) to behav...
2004-11-17 Tom LaneFix off-by-one memory allocation, as reported by Rod...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-09-18 Tom LaneFix memory leak in tokenize_file, per report from Vadim...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-26 Tom LaneAdd some more logging to simplify diagnosis of problems...
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...
next