Martin Wilke
388757565d
* Fix for ldap_read_function to avoid returning empty strings
...
that are causing parsing errors in ldap-dynamic mode
* Added ldap-ssl <off|start_tls|ldaps|on> option and several
ldap-tls* options
* Added ldap-referrals <on|off> option
* Implemented a LDAP rebind function
* Renamed dhcpd.conf option ldap-server-cn to ldap-dhcp-server-cn
* Dhcp.schema - schema updates
* Bump PORTREVISION
PR: 109563
Submitted by: roudoudou<roudoud0u@free.fr>
Approved by: maintainer
2007-02-26 22:20:59 +00:00
Rong-En Fan
ffef6e9372
- Update ldap patch checksum
...
PR: ports/109351
Submitted by: Tomonori INOUE <inouetom at gmail.com>
Approved by: Joerg Pulz <Joerg.Pulz at frm2.tum.de> (maintainer)
2007-02-21 10:57:21 +00:00
Martin Wilke
f62abe17bc
- Update to 3.0.5
...
PR: ports/106899
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
2006-12-21 19:57:23 +00:00
Sergey Matveychuk
fc3afe641b
Update the net/isc-dhcp3-* ports to version 3.0.5rc2.
...
Changes since version 3.0.5rc1:
* A bug was repaired in fixes to the dhclient, which saught to run the
dhclient-script with the 'EXPIRE' state should it receive a NAK in
response to a REQUEST. The client now iterates the PREINIT state
after the EXPIRE state, so that interfaces that might be configured
'down' can be brought back 'up' and initialized.
* DHCPINFORM handling for clients that properly set ciaddr and come to
the server via a relay agent has been repaired.
PR: ports/102680
Submitted: maintainer
2006-09-02 19:40:17 +00:00
Sergey Matveychuk
20b17ff3de
- Update to 3.0.5rc1
...
- New USE_RC_SUBR order
- Stop daemons on ports deinstall. (Add note in UPDATING about this)
PR: ports/102489
Submitted by: maintainer
2006-08-25 12:02:58 +00:00
Sergey Matveychuk
a1dec1380f
- Update net/isc-dhcp3-* to 3.0.4
...
* fixes to the failover protocol
* manpage updates
* DDNS fixes
* commandline parsing fixes
- Remove USE_REINPLACE
PR: ports/96916
Submitted by: maintainer
2006-05-07 20:34:01 +00:00
Pav Lucistnik
dbf57be6c4
- Update LDAP patch
...
PR: ports/96353
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
2006-04-27 08:11:08 +00:00
Edwin Groothuis
ca424c4e97
SHA256ify
...
APproved by: krion@
2006-02-01 22:46:10 +00:00
Sergey Matveychuk
9b02ae4cc0
* update the net/isc-dhcp3-* ports to v3.0.3
...
- this is a maintenance release
- failover related bugs fixed
- BOOTP related bugs fixed
- DDNS related bugs fixed
- manpage updates
- small memory leak closed
* changes to the port itself
- better use of PATCH_SITES and PATCHFILES
- added new OPTION: DHCP_SOCKETS
+ this offers the possibility to prefer sockets over /dev/bpf
( only useful for jail(8)ed environments where the bpf device
is not available and therefore only utilized if DHCP_JAIL
is set ) this addresses the PR ports/76820
PR: ports/84057
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
2005-07-25 18:34:18 +00:00
Sergey Matveychuk
7ce3ca0acc
- added support for draft-ietf-dhc-leasequery-08.txt
...
DHCPLEASEQUERY support.
Thanks to Dmitry V. Sukhodoev <raven@chics.ru> for providing this patch
- introduced new OPTION to enable DHCPLEASEQUERY support
PR: ports/79599
Submitted by: maintainer
2005-06-15 07:19:56 +00:00
Sergey Matveychuk
d6fc769a53
- Update to 3.0.2 (maintenance bugs fix release)
...
- ports/75889, ports/76811, ports/76834 included
PR: ports/78613
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
2005-04-05 08:47:45 +00:00
Edwin Groothuis
01a18f213a
add LDAP backend support to net/isc-dhcp3-server
...
with some modifications to the port itself and utilizing a
patch from Brian Masney (http://www.newwave.net/~masneyb/ )
it is possible to use an LDAP backend to store the configuration
for dhcpd, the different network and host entries. dynamic
leases are also written to the LDAP backend.
this is very useful in a dhcp failover environment, as it
is no longer necessary to sync the dhcpd.conf file manually
to the backup system if one has changed something on the
dhcp master. two lookup methods are implemented.
- static lookup:
on dhcpd startup one LDAP lookup for all entries is done.
no further lookups will be made.
dhcpd must be restarted for every configuration change.
- dynamic lookup:
for every client request an LDAP lookup will be made.
every configuration change kicks in when the next
client request is recieved and the lookup is made.
PR: ports/71030
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Cyrille Lefevre
2004-10-13 00:15:01 +00:00
Oliver Eikemeier
99f8fa9cad
Update to 3.0.1rc14
...
Security fix:
<http://www.freebsd.org/ports/portaudit/7a9d5dfe-c507-11d8-8898-000d6111a684.html >
PR: 68268
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer),
Xin LI <delphij@frontfree.net>
2004-06-25 18:50:13 +00:00
Trevor Johnson
6a7650a4d6
Remove entry for dhcp3_3.0+3.0.1rc9-2.2.diff.gz, which has been
...
unused since PR 56615 was committed. List size.
Approved by: Cyrille Lefevre (maintainer)
2004-03-11 13:03:53 +00:00
Greg Lewis
b382324173
. Update to 3.0.1.r12.
...
. Use %%DOCSDIR%% in the packing list.
PR: 56615
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2003-09-10 14:22:30 +00:00
Jacques Vidrine
8b4c0f0d56
Security fix for dhcrelay. See
...
<URL: http://www.kb.cert.org/vuls/id/149953 >
and <URL: http://www.debian.org/security/2003/dsa-245 >.
PR: ports/48224
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2003-02-13 02:46:25 +00:00
Kris Kennaway
7df6811c33
Update to isc-dhcpd-3.0.1rc11, which fixes a security vulnerability in the
...
bundled resolver library.
2003-01-16 04:15:15 +00:00
Ying-Chieh Liao
b3b2c2f25f
upgrade to 3.0.1.r9
...
PR: 37915
Submitted by: maintainer
2002-05-10 04:11:55 +00:00
Anders Nordby
0f241b0e8d
Update to 3.0.1 rc8.
...
PR: 37131
Submitted by: maintainer
2002-04-19 20:59:21 +00:00
Patrick Li
821e201663
Update to 3.0.1.r6
...
PR: 34468
Submitted by: maintainer
2002-01-31 00:42:10 +00:00
David W. Chapman Jr.
ee9c7e2271
Update to 3.0.1.r4
...
PR: 31818
Submitted by: maintainer
2001-11-07 16:56:51 +00:00
Peter Pentchev
9674a8035c
Update to 3.0.1rc2.
...
PR: 31654
Submitted by: maintainer
2001-10-31 14:19:57 +00:00
David W. Chapman Jr.
86a07e8b54
Update to 3.0.1
...
PR: 31357
Submitted by: maintainer
2001-10-19 03:12:25 +00:00
Peter Pentchev
146a0de9e6
Update to 3.0 release.
...
A bit of general cleanup.
PR: 31058
Submitted by: maintainer
2001-10-15 13:33:15 +00:00
David W. Chapman Jr.
bbd8950b5f
Update to 3.0.r11
...
Update MAINTAINER's email
PR: 29863
Submitted by: maintainer
2001-08-19 18:19:15 +00:00
Peter Pentchev
871fa1b640
Update to 3.0rc10.
...
PR: 28701
Submitted by: maintainer
2001-07-05 06:29:04 +00:00
James E. Housley
c2adc4c047
Update to version 3.0.r8.2
...
PR: 28500
Submitted by: Cyrille Lefevre <clefevre@redirect.to>
2001-06-29 01:25:07 +00:00
James E. Housley
afb4476535
Update to version 3.0.r8
...
PR: 27899
Submitted by: Cyrille Lefevre <clefevre@redirect.to>
2001-06-07 11:17:09 +00:00
Alexander Langer
6f8b692465
Update to 3.0.r7.
...
PR: 27478
Submitted by: Cyrille Lefevre <clefevre@poboxes.com> (maintainer)
2001-05-21 19:30:29 +00:00
James E. Housley
b68cddd663
PORTVERSION bumped to 3.0.r4
...
MASTER_SITES updated w/ mirrors.
PR: 27288
Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
2001-05-14 00:17:11 +00:00
Michael Haro
8d4abbbb51
Updated port: net/isc-dhcp3 to version rc3
...
PR: 26982
Submitted by: maintainer
2001-04-30 23:55:54 +00:00
Peter Pentchev
5306c9a613
Update to 3.0 RC 2 patch-level 1.
...
Install docs into a version-dependent dir.
Add a backup MASTER_SITE_SUBDIR.
PR: 26835
Submitted by: maintainer
2001-04-25 12:13:34 +00:00
Peter Pentchev
05a179bf6e
Update to 3.0RC2.
...
PR: 26753
Submitted by: maintainer
2001-04-22 11:59:08 +00:00
Munechika SUMIKAWA
b3ee3aeed4
Upgrade to 3.0.r1.1.
...
PR: 26688/ports
Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
2001-04-20 16:14:52 +00:00
Daniel Harris
e43ef8bed9
Update to 3.0.b2.24.
...
PR: 26390
Submitted by: maintainer
2001-04-07 14:25:28 +00:00
James E. Housley
a9b869c164
Update to version 3.0.b2.23
...
Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
2001-03-24 11:09:53 +00:00
James E. Housley
14a6bfe50d
update ISC dhcp to the latest version, which is 3.0b2pl22.
...
PR: 25977
Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
2001-03-23 01:33:47 +00:00
FUJISHIMA Satsuki
922183a077
update to 3.0b2pl18.
...
PR: 25501
Submitted by: maintainer
2001-03-08 20:06:36 +00:00
Peter Pentchev
dbf330cfa8
Update to 3.0b2pl16, assign maintainership to Cyrille Lefevre.
...
PR: 24911
Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - new maintainer
2001-02-17 14:17:30 +00:00
David E. O'Brien
6a8382eed0
Update to 3.0 beta 2 patchlevel 11
2000-12-02 06:25:48 +00:00
David E. O'Brien
5f401376a5
Grrr. I don't know how I managed to not commit this in the dhcp-3.0b2pl9
...
update.
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
2000-10-27 05:48:59 +00:00
David E. O'Brien
ab851a1b55
Update to 3.0 beta 2 patchlevel 6
2000-10-04 07:41:49 +00:00
David E. O'Brien
fd9d272962
Update to version 3.0 Beta 2, Patchlevel l5.
2000-09-27 10:36:13 +00:00
David E. O'Brien
bd2fc1f005
Upgrade to version 3.0b1pl17.
2000-07-21 05:42:18 +00:00
David E. O'Brien
7b56fac47b
Update to 3.0b1pl14
...
PR: 19493, 18475
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2000-06-25 21:08:08 +00:00
David E. O'Brien
ca783cc60b
Update to Beta version of ISC's version 3 DHCP suite.
...
This may be useful to monitor changes in the DHCP suite.
2000-06-14 16:21:21 +00:00
Justin M. Seger
c1c6dfd089
* Upgrade to dhcp-2.0 release.
...
* Install manpages instead of catpages
1999-06-25 20:08:41 +00:00
Justin M. Seger
c6ed5af9f6
Upgrade to isc-dhcp-2.b1.27
1999-05-02 11:19:14 +00:00
Justin M. Seger
3045550669
Upgrade to patchlevel 18
...
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
PR: ports/10459
1999-03-07 13:01:15 +00:00
Justin M. Seger
3abdd885f8
Upgrade to patchlevel 17
1999-02-28 14:08:11 +00:00