summaryrefslogtreecommitdiff
path: root/security/pam-pgsql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* Update MASTER_SITESTilman Keskinoz2003-07-221-3/+3
| | | | | | | | PR: 54721 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=85351
* update maintainer's email addressYen-Ming Lee2003-04-161-1/+1
| | | | | | | | PR: 51035 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79097
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Use MASTER_SITE_DEBIAN.Christian Weisgerber2003-02-131-10/+2
| | | | Notes: svn path=/head/; revision=75462
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.Sean Chittenden2003-01-181-2/+4
| | | | | | | | | | This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1] Notes: svn path=/head/; revision=73443
* Maitainer update: Fix security/pam-pgsql on -currentEdwin Groothuis2002-11-242-5/+18
| | | | | | | | | | Noticed on: bento PR: ports/45652 Submitted by: Mathieu Arnold <m@absolight.fr> Notes: svn path=/head/; revision=70977
* 1. Fixed coredump on -STABLEYing-Chieh Liao2002-09-184-4/+365
| | | | | | | | | | 2. pass maintainership to Mathieu Arnold <m@absolight.fr> PR: 41637 Submitted by: old maintainer Notes: svn path=/head/; revision=66610
* Catch up to the new bsd.lib.mk API (these libs are not internal).Ruslan Ermilov2002-07-211-5/+1
| | | | Notes: svn path=/head/; revision=63316
* Upgrade to 0.5.2-5 and transfer maintainership to Andrey Pevnev.Mikhail Teterin2002-05-123-5/+7
| | | | | | | | | Add another WWW to the pkg-descr. Woken up by: Andrey Pevnev Notes: svn path=/head/; revision=58966
* Search in the ${LOCABASE}/include too, not just include/pgsql.Mikhail Teterin2002-03-231-1/+1
| | | | | | | Submitted by: Anders Nordby Notes: svn path=/head/; revision=56498
* Fix the patch (a header and an empty line) and remove last mentionsMikhail Teterin2002-02-052-5/+4
| | | | | | | of the shortlived pqescape.c. Notes: svn path=/head/; revision=54220
* Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIANMikhail Teterin2002-02-052-6/+7
| | | | | | | | idea is not catching up), and upgrade the port to port-revision 2, which uses the newer patch from the authors 0.5.2-2. Notes: svn path=/head/; revision=54219
* Update to 0.5.2, which also includes the fix for the security hole IMikhail Teterin2002-01-214-75/+13
| | | | | | | | | tried to close before. Note, that the hole WAS STILL THERE in 0.5.1 -- up until today :-( Although I added the pqescape.c, I forgot to add the patch, that made use of it... Notes: svn path=/head/; revision=53487
* Close the security hole by making it escape all of the untrusted inputMikhail Teterin2002-01-093-4/+71
| | | | | | | | | | | | | | | | | | before passing it to the SQL server. The code in the added pqescape.c is going to be in the next PostgreSQL release, but it is not there yet and this port will use its own private copy for now. No REVISION bump since the port was forbidden ever since the last upgrade. Submitter reviewed my tweaks of his patch and approved them authorizing (as one of the SOs) the removal of the FORBIDDEN flag. Submitted by: nectar Reviewed by: nectar Approved by: nectar Obtained from: http://CERT.uni-stuttgart.de/doc/postgresql/escape/ Notes: svn path=/head/; revision=52829
* Remove the dependency on security/mhash by calling MD5Data directly.Mikhail Teterin2002-01-093-5/+101
| | | | | | | | | | No REVISION bump, as the port remained FORBIDDEN ever since the last upgrade. While here, clarify the FORBIDDEN message a little. Notes: svn path=/head/; revision=52828
* Mark this port FORBIDDEN due to a security hole.Jacques Vidrine2002-01-081-0/+2
| | | | Notes: svn path=/head/; revision=52775
* Upgrade to 0.5.1. It now uses mhash, BTW.Mikhail Teterin2002-01-083-7/+8
| | | | | | | Submitted by: fenner's script (thanks!) Notes: svn path=/head/; revision=52771
* Re-organize the local MASTER_SITE_DEBIAN setting to include A LOTMikhail Teterin2001-07-091-6/+12
| | | | | | | | | | | of country-code based aliases for the debian mirrors. Someone with power to commit to bsd.sites.mk should, of course, move it there ASAP. Get ready for upgrade to 0.5.1 -- noone else stepped forward to do this. Notes: svn path=/head/; revision=44975
* Fix include directory for postgresql7.1's new layout.Vanilla I. Shu2001-04-212-4/+5
| | | | Notes: svn path=/head/; revision=41759
* Fix the package building (I used - in the Makefile, but _ in theMikhail Teterin2001-03-302-11/+8
| | | | | | | | | | | | | | pkg-plist) by passing the DOCDIR variable through PLIST_SUB. Remove my own PLIST_SUB hackery that predated (and, hopefully, inspired) the now standard PORTDOCS addition. Surprisingly enough, there still is no version 0.4 of this thing on the distsite... Submitted by: bento (and fenner's script -- many thanks) Notes: svn path=/head/; revision=40599
* Fix the hardcoded prefix path to the ${LOCALBASE}.Mikhail Teterin2001-03-181-1/+1
| | | | | | | Submitted by: vanilla Notes: svn path=/head/; revision=40023
* Add pam-pgsql 0.3, a pam module for authenticating with PostgreSQL.Mikhail Teterin2001-02-267-0/+80
PR: 22876 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=38817