summaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp30-server
Commit message (Collapse)AuthorAgeFilesLines
* Add an additional site to PATCH_SITES to make the ldap patchfile fetchablevs2005-02-271-1/+2
| | | | | | PR: ports/75389 Submitted by: Jörg Pulz Approved by: maintainer timeout
* - Fix chrooted startup [1]pav2004-10-172-4/+9
| | | | | | | | - Reflect new nologin location on recent 5.x PR: ports/72713 Reported by: Hilko Meyer <hilko.meyer@gmx.de> [1] Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* net/isc-dhcp3-servre (4.x devfs fix)edwin2004-10-133-30/+80
| | | | | | | | files/isc-dhcpd.sh.sample: devfs check added pkg-message: dhcpd_devfs_enable added. PR: ports/71732 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* add LDAP backend support to net/isc-dhcp3-serveredwin2004-10-134-7/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix rc script for combination WITHOUT_DHCP_PARANOIA=yes WITHOUT_DHCP_JAIL=yespav2004-08-202-2/+2
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@9online.fr> (maintainer)
* Sync with reality.obrien2004-08-181-1/+1
| | | | (ports/net/isc-dhcp3-server/files/isc-dhcpd.sh.sample,v rev 1.7)
* - Update RC scripts to play nicely with latest changes in -CURRENTpav2004-07-262-17/+17
| | | | | PR: ports/69590 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* - Only perform configure-package target in -server portpav2004-07-071-0/+2
| | | | | | Fixes: net/isc-dhcp3-devel Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Reported by: kris / pointyhat
* - minor changes:pav2004-07-062-29/+111
| | | | | | | | | | | | | | | | | | | | | | | Makefile configure-package added to post-install .ORDER added files/isc-dhcpd.sh.sample some debug() added precious() test inverted lsmod() added safe_chmod() fixed (don't chown .../dev if mounted) safe_mkdir() fixed (don't create .../dev if mounted) check_chuser() fixed (-z "${var}" instead of -z ${var}) setup_umask() fixed (dhcpd_umask -> dhcpd_withumask) dhcpd_stop() fixed (sh $0 force... instead of $0 ...) _dhcpd__uninstall() added dhcpd_uninstall() recursively called to handle all the combinations of dhcpd_chuser_enable and dhcpd_chroot_enable $__dhcpd_uninstall added $_dhcpd_piddir and $_dhcpd_leaddir -> $__dhcpd_* Closes PR: ports/68647 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* new paranoia and jail options handled by rc variables to easy they use.eik2004-06-267-25/+575
| | | | | PR: 68357 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* Grml. files forgotten in last commit.eik2004-06-252-75/+509
|
* Update to 3.0.1rc14eik2004-06-255-42/+61
| | | | | | | | | 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>
* Fix OPTION-handling w.r.t. sub-ports.vs2004-06-181-0/+1
| | | | | PR: ports/67834 Submitted by: maintainer
* - Integrate paranoia and jail patches to allow running in chroot and jailpav2004-06-013-18/+282
| | | | | | | - Employ OPTIONS PR: ports/67407 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* Back out last night's attempt to fix the client build on 4.x, and commitdes2004-03-227-19/+18
| | | | a better solution submitted by the maintainer.
* Don't try to use interface polling on 5.1 or older.des2004-03-221-0/+4
|
* Don't try to apply 802.11 patches on systems which lack the requireddes2004-03-225-1/+7
| | | | interfaces and headers.
* Mega-update from maintainer:des2004-03-1620-169/+1283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isc-dhcp3-client/pkg-message updated isc-dhcp3-devel/pkg-plist updated from PR#61620 isc-dhcp3-relay/pkg-message rewritten to reflect rcNG change isc-dhcp3-relay/pkg-plist etc/rc.isc-dhcrelay.conf deleted etc/rc.d/isc-dhcrelay.sh.sample renamed to etc/rc.d/isc-dhcrelay.sh isc-dhcp3-server/Makefile PORTREVISION bumped USE_RC_SUBR added *_SUB added pre-everything added (WITHOUT_INTERFACE_POLLING cond added) patch-scripts and patch-pkgmessage (! -devel cond) updated patch-site-conf and patch-rc-scripts added install-startup-files now install etc/rc.d/isc-dhcpd.sh instead of etc/rc.d/isc-dhcpd.sh.sample display-message updated (! -devel cond) isc-dhcp3-server/pkg-message rewritten to reflect rcNG change isc-dhcp3-server/pkg-plist etc/rc.isc-dhcpd.conf deleted etc/rc.d/isc-dhcpd.sh.sample renamed to etc/rc.d/isc-dhcpd.sh isc-dhcp3-server/files/isc-dhcpd.sh.sample isc-dhcp3-server/files/isc-dhcrelay.sh.sample both converted to rcNG isc-dhcp3-server/files/patch-freebsd synced w/ -current isc-dhcp3-server/files/patch-site.conf CLIENT_PATH added CFLAGS synced w/ -current isc-dhcp3-server/patch-client::clparse.c isc-dhcp3-server/patch-client::dhclient.8 new files synced w/ -current isc-dhcp3-server/patch-client::dhclient.c new file synced w/ -current (-DENABLE_POLLING_MODE) isc-dhcp3-server/patch-client::dhclient.conf new file isc-dhcp3-server/patch-common::dhcp-options.5 new file synced w/ -current isc-dhcp3-server/patch-common::discover.c new file from PR#61011 isc-dhcp3-server/patch-common::dispatch.c new file synced w/ -current (-DENABLE_POLLING_MODE) isc-dhcp3-server/files/patch-common::parse.c fix time_t issues on little-endian 64-bit platforms isc-dhcp3-server/patch-dst::Makefile.dist new file from PR#61620 isc-dhcp3-server/patch-includes::cf::freebsd.h new file synced w/ -current (-DRESCUE unused right now) isc-dhcp3-server/patch-includes::dhcpd.h new file synced w/ -current (-DENABLE_POLLING_MODE) isc-dhcp3-server/files/rc.isc-dhcpd.conf.sample isc-dhcp3-server/files/rc.isc-dhcrelay.conf.sample deleted files PR: 57943, 61011, 61620 Submitted by: sec@42.org, andy@fud.org.nz, kaa@in-line.ru, des, ru
* Remove entry for dhcp3_3.0+3.0.1rc9-2.2.diff.gz, which has beentrevor2004-03-111-1/+1
| | | | | | unused since PR 56615 was committed. List size. Approved by: Cyrille Lefevre (maintainer)
* Post-repocopy fixes:sergei2004-03-051-4/+0
| | | | | | | | | | - add omitted content to pkg-message (-client, -relay) - remove empty pkg-message file (-devel) - use DOCSDIR macro - fix pkg-plist (-server) PR: ports/62025 Submitted by: maintainer
* Fix build of net/isc-dhcp3-server (and others) for read only file systems.edwin2004-01-181-2/+2
| | | | | Apologies to Cyrille Lefevre, it is sometimes hard to fix failed patch-files. Thanks to Rolandas Naujikas for reporting it.
* make portlint a little bit happier.edwin2004-01-171-25/+23
|
* Maintainer update: isc-dhcp3 splitted to -server, -client, -relay and -devel ↵edwin2004-01-179-55/+579
| | | | | | | | | sub-ports Step one: convert net/isc-dhcp3 into net/isc-dhcp3-server PR: ports/51757 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* . Update to 3.0.1.r12.glewis2003-09-103-12/+8
| | | | | | | . Use %%DOCSDIR%% in the packing list. PR: 56615 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* backout last commit, I should have read and understood the || beforeedwin2003-08-251-2/+2
| | | | | I started on this. My apologies.
* only remove the files if they are zero-length.edwin2003-08-251-2/+2
|
* isc-dhcp3 port package creates dhcp.leases in wrong directoryedwin2003-08-251-4/+4
| | | | | | | | | | | | When installing a package created from net/isc-dhcp3 port it creates dhcpd.leases and dhclient.leases in /var/run directory. However, the dhcpd program expects these files to be in /var/db. (it's funny it's the same problem I ran in last weekend on a real machine :-) PR: ports/51918 Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Security fix for dhcrelay. Seenectar2003-02-132-0/+5
| | | | | | | | <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)
* Update to isc-dhcpd-3.0.1rc11, which fixes a security vulnerability in thekris2003-01-163-13/+2
| | | | bundled resolver library.
* Rename patch-message target to patch-pkgmessage since patch-messagenaddy2002-11-061-2/+2
| | | | | | is already used by bsd.port.mk. Approved by: maintainer
* add MASTER_SITE_ISC (1) and apply themijliao2002-08-011-40/+1
| | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
* USE_REINPLACE has to be defined before including bsd.port.pre.mkpat2002-06-261-1/+2
| | | | | PR: ports/39881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-241-5/+5
| | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
* add missing patch fileijliao2002-05-101-0/+11
| | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* remove unnecessary patch (already in rc9)ijliao2002-05-101-13/+0
| | | | Submitted by: synker (on irc)
* upgrade to 3.0.1.r9ijliao2002-05-103-14/+3
| | | | | PR: 37915 Submitted by: maintainer
* Fix format string vulnerability as noted at:jedgar2002-05-092-0/+14
| | | | | http://www.cert.org/advisories/CA-2002-12.html http://www.ngsec.com/docs/advisories/NGSEC-2002-2.txt
* Write all leases to the lease file.anders2002-04-211-0/+11
| | | | Submitted by: maintainer
* Update to 3.0.1 rc8.anders2002-04-193-15/+6
| | | | | PR: 37131 Submitted by: maintainer
* Add a patch that was left out from the last updatepat2002-01-311-0/+12
| | | | Submitted by: maintainer
* Update to 3.0.1.r6pat2002-01-312-2/+2
| | | | | PR: 34468 Submitted by: maintainer
* Update maintainer's email addressdwcjr2002-01-171-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Update to 3.0.1.r4dwcjr2001-11-072-2/+2
| | | | | PR: 31818 Submitted by: maintainer
* Update to 3.0.1rc2.roam2001-10-312-2/+2
| | | | | PR: 31654 Submitted by: maintainer
* Update to 3.0.1dwcjr2001-10-194-17/+19
| | | | | PR: 31357 Submitted by: maintainer
* Add a message that Cyrille did provide in PR 31058, but I somehowroam2001-10-151-0/+24
| | | | | | missed in committing.. Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update to 3.0 release.roam2001-10-159-104/+261
| | | | | | | A bit of general cleanup. PR: 31058 Submitted by: maintainer
* Remove FETCH_BEFORE_ARGS.brian2001-08-201-2/+0
| | | | Approved by: James E. Housley <jeh@FreeBSD.org>
* Update to 3.0.r11dwcjr2001-08-192-3/+3
| | | | | | | Update MAINTAINER's email PR: 29863 Submitted by: maintainer
OpenPOWER on IntegriCloud