aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ldap
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-06-012-8/+3
| | | | Notes: svn path=/head/; revision=356034
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355321
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326994
* Install schema files with pam_ldap.Joe Marcus Clarke2011-12-271-2/+8
| | | | | | | | PR: 163492 Submitted by: Mel.Flynn@datakitty.lan.rachie.is-a-geek.net Notes: svn path=/head/; revision=288089
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Remove this post-extract target to avoid autotools regeneration.Joe Marcus Clarke2011-01-021-3/+0
| | | | Notes: svn path=/head/; revision=267286
* Update to 1.8.6.Joe Marcus Clarke2010-12-174-102/+13
| | | | Notes: svn path=/head/; revision=266512
* Use the cannonical path to Perl in the vers_string script.Joe Marcus Clarke2010-03-131-0/+4
| | | | | | | PR: 144108 Notes: svn path=/head/; revision=251017
* Fix the build.Joe Marcus Clarke2010-01-181-0/+1
| | | | | | | | PR: 142725 Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> Notes: svn path=/head/; revision=248110
* * Update to 1.8.5Joe Marcus Clarke2010-01-103-12/+20
| | | | | | | | | | | * Allow the configuration file to be overridden by defining PAM_LDAP_CONF at build time. PR: 142468 Submitted by: skv Notes: svn path=/head/; revision=247547
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update to 1.8.4.Joe Marcus Clarke2007-10-242-4/+4
| | | | | | | | | | | | | | fix for BUG#291: don't suppress password policy errors which should not be suppressed fix for BUG#312: pam_ldap does not try to reconnect when LDAP server closed the connection PR: 116176 Submitted by: mm Notes: svn path=/head/; revision=201886
* Update to 1.8.2.Joe Marcus Clarke2006-07-092-4/+4
| | | | Notes: svn path=/head/; revision=167250
* Dist file re-rolled. No changes to files according to diff(1). UpdatingSean Chittenden2006-02-211-3/+3
| | | | | | | | | distinfo. Approved by: marcus@ Notes: svn path=/head/; revision=156558
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Update to 1.8.0.Joe Marcus Clarke2005-08-274-11/+8
| | | | | | | | | | Security: Fixes a security vulnerability described at http://www.kb.cert.org/vuls/id/778916 Requested by: simon Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140991
* Update to 1.7.8, now with a shiny new man page.Joe Marcus Clarke2005-06-263-6/+11
| | | | Notes: svn path=/head/; revision=138046
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 1.7.6.Joe Marcus Clarke2004-10-313-18/+17
| | | | Notes: svn path=/head/; revision=120515
* Implement a "mgrate" facility that lets one migrate/overwrite the LDAPJoe Marcus Clarke2004-09-022-8/+59
| | | | | | | | | | | | | | | | | | | | | userPassword field of the user being authenticated. The PAM and LDAP usernames must be the same. This makes "pam_ldap migrate" similar to "pam_smbpass migrate". This has been submitted to PADL in http://bugzilla.padl.com/show_bug.cgi?id=178. [1] Allow pam_ldap to change user passwords under certain circumstances. This has been submitted to PADL in http://bugzilla.padl.com/show_bug.cgi?id=177. [2] All of this is documented further at http://www.iem.pw.edu.pl/~wielebap/ldap/pam_ldap/pam_ldap_doc.pdf. PR: 71289 [1] 71287 [2] Submitted by: Pawel Wieleba <wielebap@iem.pw.edu.pl> Notes: svn path=/head/; revision=117964
* Update to 1.7.1.Joe Marcus Clarke2004-08-312-3/+3
| | | | Notes: svn path=/head/; revision=117720
* Update to 1.6.9.Joe Marcus Clarke2004-03-192-4/+3
| | | | Notes: svn path=/head/; revision=104592
* SIZEifyJoe Marcus Clarke2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104591
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Change the references to -STABLE and -CURRENT to 4.X and 5.X respectivelyJoe Marcus Clarke2004-01-241-2/+2
| | | | | | | as the latter is more new user-friendly. Notes: svn path=/head/; revision=98937
* Update to 1.6.7.Joe Marcus Clarke2003-12-252-3/+3
| | | | Notes: svn path=/head/; revision=96558
* * Update to 1.6.5Joe Marcus Clarke2003-11-163-15/+15
| | | | | | | | | * Use USE_OPENLDAP * Remove ability to build with openldap12 * Convert display message to a real pkg-message Notes: svn path=/head/; revision=94078
* Use openldap21-client.Joe Marcus Clarke2003-08-141-4/+2
| | | | Notes: svn path=/head/; revision=86950
* Update to 1.6.4.Joe Marcus Clarke2003-06-012-13/+11
| | | | Notes: svn path=/head/; revision=81873
* * Update to 1.6.1Joe Marcus Clarke2003-02-263-3/+3
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=76478
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* Update to 1.5.6.Joe Marcus Clarke2002-10-202-2/+2
| | | | Notes: svn path=/head/; revision=68394
* Update to 1.5.4.Joe Marcus Clarke2002-10-123-8/+8
| | | | Notes: svn path=/head/; revision=67843
* Update to 1.5.2.Joe Marcus Clarke2002-09-192-2/+2
| | | | Notes: svn path=/head/; revision=66743
* Update to 1.5.1.Joe Marcus Clarke2002-08-313-8/+8
| | | | Notes: svn path=/head/; revision=65391
* Update to 1.5.0.Joe Marcus Clarke2002-07-263-13/+11
| | | | Notes: svn path=/head/; revision=63582
* Fix the checksum. The master site must have rerolled the image. OnJoe Marcus Clarke2002-06-271-1/+1
| | | | | | | | | | | | inspection, the distfiles have not changed at all: /tmp 15:09 gyros marcus %512# diff -ruN pam_ldap-148.orig pam_ldap-148 /tmp 15:09 gyros marcus %513# Reported by: Kai Gallasch <kai@adminhell.org> Notes: svn path=/head/; revision=62118
* Update to 1.4.8.Joe Marcus Clarke2002-05-124-9/+7
| | | | Notes: svn path=/head/; revision=58977
* Change my ports to use my FreeBSD.org address.Joe Marcus Clarke2002-04-051-1/+1
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57352
* Unbreak pam_ldap on -CURRENT after the latest OpenPAM patchPatrick Li2002-04-012-4/+11
| | | | | | | | PR: 36613 Submitted by: maintainer Notes: svn path=/head/; revision=57147
* - add a patch to let this build with OpenPAM, but mark as broken forPete Fritchman2002-03-292-2/+105
| | | | | | | | | | | -currents with OpenPAM because functionality is broken. - touch -> ${TOUCH} PR: 36469 Submitted by: maintainer Notes: svn path=/head/; revision=56842
* Set where to look for ldap secret filePatrick Li2002-03-231-1/+2
| | | | | | | | PR: 36029 Submitted by: maintainer Notes: svn path=/head/; revision=56471
* Update to 1.4.0Patrick Li2002-03-082-2/+2
| | | | | | | | PR: 35663 Submitted by: maintainer Notes: svn path=/head/; revision=55711
* Update to 1.3.7Patrick Li2002-02-045-53/+10
| | | | | | | | PR: 34592 Submitted by: maintainer Notes: svn path=/head/; revision=54214
* Update to version 1.3.4.Steve Price2001-12-032-2/+5
| | | | | | | | PR: 32427 Submitted by: maintainer Notes: svn path=/head/; revision=50918
* update to 1.3.1.FUJISHIMA Satsuki2001-09-222-2/+2
| | | | | | | | PR: 30745 Submitted by: maintainer Notes: svn path=/head/; revision=48082