summaryrefslogtreecommitdiff
path: root/src/backend/libpq/md5.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Clean up md5.c to make it clearer that it is a frontend-and-backendTom Lane2005-10-201-16/+8
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-7/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* This patch optimizes the md5_text() function (which is used toNeil Conway2005-02-231-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-271-17/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-3/+1
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-3/+12
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Improve comments about duplicate files.Bruce Momjian2001-11-181-2/+3
* Update CVS tags.Bruce Momjian2001-11-131-2/+1
* Use better CVS tag.Bruce Momjian2001-11-131-4/+2
* Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian2001-11-131-3/+15
* Sync up both files.Bruce Momjian2001-11-121-1/+3
* Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian2001-11-121-1/+1
* Add code to check that md5.c files are in sync.Bruce Momjian2001-11-121-2/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-116/+131
* Clean up comments.Tom Lane2001-09-291-9/+14
* Put MD5 salt at the end for security.Bruce Momjian2001-09-271-10/+22
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-211-10/+3
* Add intended Array.java file that accidentally was patched into theBruce Momjian2001-08-251-44/+42
* Add 4-byte MD5 salt.Bruce Momjian2001-08-171-4/+6
* Use malloc/palloc as appropriate.Bruce Momjian2001-08-151-0/+7
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-151-2/+2
* Add new files.Bruce Momjian2001-08-151-0/+303