CVS log for ports/net/nss_ldap/Makefile
Up to [FreeBSD] / ports / net / nss_ldap
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jan 11 15:31:37 2012 UTC (4 weeks, 1 day ago) by rm
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -0 lines
- fix build when perl built with USE_PERL set to off (no symlink in /usr/bin) PR: 163687 Submitted by: Mel Flynn <mel at datakitty.lan.rachie.is-a-geek dot net> Approved by: maintainer (timeout, 2 weeks)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Dec 3 18:45:42 2011 UTC (2 months, 1 week ago) by scheidell
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
-Fix nss_initgroups_ignoreusers (add patch to bsdnss.c) PR: 152982 Submitted by: kmenshikov@peterhost.ru Approved by: mentor (timeout), gabor (mentor) Obtained from: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075131.html Feature safe: yes
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:24:33 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Feb 25 01:31:58 2011 UTC (11 months, 2 weeks ago) by delphij
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Chase after net/openldap24-server update. Reminded by: miwi
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Feb 18 08:41:07 2011 UTC (11 months, 3 weeks ago) by martymac
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +13 -7 lines
- Fix several default paths relative to PREFIX - Move REINPLACE_CMDs to the post-patch target to avoid patching the same files again when re-running the install target - Provide a .conf file from the .conf.sample one - Add a LOCAL mirror PR: 154843 Approved by: Michael Graziano <mikeg@bsd-box.net> (maintainer), ehaupt (mentor) Feature safe: yes
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:57 2010 UTC (14 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:26 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Punt autoconf267->autoconf268
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:57:45 2010 UTC (16 months ago) by ade
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Round one migration of ports from automake{19,110} to automake111
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:59 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +10 -2 lines
Autotools update. Read ports/UPDATING 20100915 for details. Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Sep 3 16:43:07 2010 UTC (17 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +10 -2 lines
- Use SUB_FILES instead of invoking sed manually to change pkg-message - Replaces spaces with a tab after OPTIONS - While here add LICENSE PR: ports/148925 Submitted by: Sevan Janiyan <venture37 _at_ geeklan.co.uk> Approved by: Michael Graziano <mikeg _at_ bsd-box.net> (maintainer)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jan 18 03:43:56 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
- Update to 1.265 - Submitted is now MAINTAINER Major upgrade-related fixes (from upstream): - Version info now in binary - Fix broken ethers LDAP query - FD leak cleanup Fixes in port: - Re-enable many nss classes that were disabled (ethers, netgroups) - Fix compile-time breakage in ldap-ethers code (Better fix going upstream when I have time) *** Note: Ethers and Netgroup support aren't thoroughly tested as I don't use these in my environment. Re-enabling them doesn't seem to cause any problems, so they're back on in accordance with POLA. PRs/test cases for these are welcome if anyone finds breakage. PR: ports/141931 Submitted by: Michael Graziano <mikeg@bsd-box.net>
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 4 05:28:43 2010 UTC (2 years, 1 month ago) by pgollucci
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -0 lines
- OPTIONS += LCLASS Allow the use of login classes in nss_ldap via a new LDAP attribute (loginClass). Administrators should be able to add this attribute to their schemata easily. PR: ports/14107 Submitted by: Jacob Myers <jacob@whotookspaz.org>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Sep 16 22:06:58 2009 UTC (2 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Reset maintainer at his request due to lack of time. Hat: portmgr Feature safe: yes
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 18 21:45:43 2009 UTC (2 years, 5 months ago) by tmclaugh
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -2 lines
- fix krb5_ccname broken in previous commit. PR: 133344
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 18 14:33:37 2009 UTC (2 years, 5 months ago) by skv
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -3 lines
Unbreak build with defined WITHOUT_KERBEROS. PR: ports/133344 Submitted by: Alex Bakhtin <bakhtin xx amt.ru> Approved by: maintainer timeout (> 4 months)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 6 10:09:54 2009 UTC (2 years, 9 months ago) by flz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Disable pthread_atfork detection. This fixes login issues on FreeBSD 7.2-RELEASE and possibly previous versions. PR: ports/133501 Submitted by: Benjamin Lee <ben@b1c1l1.com> Approved by: maintainer timeout (4 weeks)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 5 19:04:27 2009 UTC (3 years, 1 month ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
Bump PORTREVISION's after OpenLDAP update. Suggested by: rafan
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 10 16:11:25 2008 UTC (3 years, 2 months ago) by mm
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -3 lines
- Update to 1.264 [1] - use more autotools [2] - fixes assertion problems related to openldap 2.4 [3] PR: ports/129445 [1], ports/127675 [2], ports/122750 [3] Submitted by: mm [1], "Eugene M. Kim" <gene@nttmcl.com> [2] Approved by: maintainer (timeout ports/127675, ports/129030, ports/127675)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 16 23:18:29 2007 UTC (4 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -11 lines
- Distfile rerolled; no changes (verified) - While here, style PR: ports/117886 Reported by: O. Hartmann <ohartman@zedat.fu-berlin.de> Approved by: maintainer timeout (1 month)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 7 11:44:21 2007 UTC (4 years, 5 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- Update to 1.257 PR: ports/116175 Submitted by: mm Approved by: Artem Kazakov <kazakov at gmail.com> (maintainer)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Aug 13 10:57:42 2007 UTC (4 years, 5 months ago) by mm
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Update to 1.256 PR: ports/114862 Approved by: maintainer (timeout), garga (mentor, implicit)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Mar 9 10:50:51 2007 UTC (4 years, 11 months ago) by anray
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update to 1.255 Submitted by: maintainer in ports@
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 1 20:02:16 2007 UTC (5 years ago) by stas
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
- Update to 1.254 Submitted by: "Artem Kazakov" <kazakov@gmail.com> (maintainer)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Dec 20 02:31:16 2006 UTC (5 years, 1 month ago) by clsung
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -5 lines
- In some cases (like sudo), we should check euid not uid, thanks for jnlin at csie.nctu.edu.tw - Use MAN5PREFIX - portlint warns: 1) IGNORE should be lowercase-lead 2) INSTALLS_SHLIB should be replaced by USE_LDCONFIG 3) PLIST_FILES should be used when only two files - Bump PORTREVISION PR: ports/104310 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (timeout)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jul 29 20:47:45 2006 UTC (5 years, 6 months ago) by tmclaugh
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -2 lines
- Update to 1.251
- Install man page
- Make krb5_ccname option in nss_ldap.conf work
nss_ldap has two different arguments that can be used at compile time to
make this work. The --enable-configurable-krb5-ccname-env configure
option was chossen because it works with both the Heimdal and MIT
Kerberos implementations and does not require a kerberos dependency. A
note has been made in UPDATING that this now works because
misconfiguration can lockout users.
PR: 100104
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Maintainer
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 27 16:31:57 2006 UTC (5 years, 8 months ago) by anray
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Update to 1.250 Submitted by: maintainer via email
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed May 24 10:48:59 2006 UTC (5 years, 8 months ago) by anray
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -6 lines
- Now it is possible to use ldap as source for hosts database. Only gethosbyname, gethostbyname2, gethostbyaddr are implemented. Behavior of getpwXXX functions is made traditional for BSD. When uid=0 they return user password, otherwise returned password is "x". Also, in previous version of the port functions setpwent/endpwent and setgrent/endgrent were mixed. Now they are not. - Assign maintainership to submitter. Submitted by: Artem Kazakov <kazakov@gmail.com>
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 3 06:36:43 2006 UTC (5 years, 10 months ago) by sem
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
- MASTER_SITE is unstable. Copy distfile on MASTER_SITE_LOCAL. Requested by: Dmitriy Kirhlarov (kyrh@RusNet)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 24 22:52:30 2006 UTC (5 years, 10 months ago) by anray
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
- Update to 1.249 [1] - Fix build when sasl installed. PR: ports/94049 [1] Submitted by: Dmitriy Kirhlarov <dkirhlarov@oilspace.com> [1]
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 24 05:44:37 2006 UTC (5 years, 10 months ago) by linimon
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Reset maintainer at his request; nectar is away from FreeBSD work right now.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 1 10:52:31 2006 UTC (6 years ago) by des
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -3 lines
Remove BROKEN; nss_ldap compiles and runs fine on recent -CURRENT.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Dec 30 05:25:00 2005 UTC (6 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
- Update to 1.244 PR: ports/90151 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Approved by: maintainer timeout (nectar; 3 weeks)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 28 22:49:22 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -0 lines
BROKEN on 7.0: Does not compile
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 11 18:50:29 2005 UTC (6 years, 7 months ago) by niels
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Upgraded to version 1.239 Submitted by: Thomas Sandford PR: ports/82841 Approved by: nectar (mentor,maintainer)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 2 15:24:36 2004 UTC (8 years ago) by nectar
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
USE_OPENLDAP Submitted by: Darrin Smith <beldin@beldin.org>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 2 15:11:17 2004 UTC (8 years ago) by nectar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -4 lines
Enable RFC 2307bis, schema mapping, and paged results. PR: ports/61996 Submitted by: Joseph Scott <joseph@randomnetworks.com>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 8 14:28:35 2004 UTC (8 years, 1 month ago) by nectar
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -2 lines
Make nss_ldap pull its LDAP configuration from
${PREFIX}/etc/nss_ldap.conf rather than /etc/ldap.conf and the
LDAP secret from ${PREFIX}/etc/nss_ldap.secret rather than
/etc/ldap.secret.
Requested by: Many.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 14 22:12:22 2003 UTC (8 years, 5 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Quick fix for INDEX build breakage by openldap2[012] split. We should use net/openldap20/bsd.openldap.mk later... Pointy hat to: kuriyama
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 25 00:07:20 2003 UTC (8 years, 9 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Add support for using nss_ldap in `compat' mode (i.e. as sources for the `passwd_compat' and `group_compat' databases).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 20 01:16:00 2003 UTC (8 years, 9 months ago) by nectar
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Mark `IGNORE' for earlier FreeBSD versions, rather than `BROKEN'. Requested by: kris
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 18 01:06:05 2003 UTC (8 years, 9 months ago) by nectar
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
Correct distfile name. Submitted by: gordon
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:28:01 2003 UTC (8 years, 9 months ago) by nectar
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Previous commit was Sponsored by: DARPA, Network Associates Laboratories
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:25:52 2003 UTC (8 years, 9 months ago) by nectar
Branches: MAIN
Add nss_ldap, an RFC 2307-compliant NSS module. Currently only the getpwent(3) and getgrent(3) family of functions are supported.
