summaryrefslogtreecommitdiff
path: root/net/isc-dhcp3-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move isc-dhcp3-(server|client|relay) to isc-dhcp30-(server|client|relay)Edwin Groothuis2008-10-1323-3268/+0
| | | | | | | to make space for the isc-dhcp31 and isc-dhcp40 servers of it. Notes: svn path=/head/; revision=221530
* Update to 3.0.7.Stefan Walter2008-10-121-21/+21
| | | | | | | | | PR: 124000 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer Notes: svn path=/head/; revision=221460
* Fix dhcpd_devfs_enable on 7.x and later.Tom McLaughlin2007-12-041-5/+8
| | | | | | | | | PR: 115967 Submitted by: Eygene Ryabinkin Approved by: portmgr (linimon, pav), maintainer Notes: svn path=/head/; revision=202894
* - Fix build on recent current after ascii2addr() removalPav Lucistnik2007-03-141-2/+2
| | | | | | | | | PR: ports/110028 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer) Obtained from: bms Notes: svn path=/head/; revision=187389
* * Fix for ldap_read_function to avoid returning empty stringsMartin Wilke2007-02-261-4/+4
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=186033
* - fix isc-dhcpd.sh jail options stop and status commandsDirk Meyer2006-11-051-0/+7
| | | | | | | | | PR: 103168 Submitted by: Chris Cowart Approved by: Joerg Pulz (maintainer) Notes: svn path=/head/; revision=176470
* - Update to 3.0.5rc1Sergey Matveychuk2006-08-253-56/+3
| | | | | | | | | | | - New USE_RC_SUBR order - Stop daemons on ports deinstall. (Add note in UPDATING about this) PR: ports/102489 Submitted by: maintainer Notes: svn path=/head/; revision=171378
* - Fix the time_t problem on *64 ARCHS without introducing a possibleSergey Matveychuk2006-05-242-9/+53
| | | | | | | | | | | | security risk by writing 8 bytes to a 4 byte declared variable. The first fix introduced a potential security problem. PR: ports/97681 Submitted by: maintainer, Dan Lukes <dan_at_obluda.cz> (an initial patch) Notes: svn path=/head/; revision=163229
* - Fix IP address lease time bug on 64-bit archs. It caused clientsSergey Matveychuk2006-05-161-7/+16
| | | | | | | | | | | (at least Windows XP) to reject a leased IP info. The reason was time_t that is 8-bytes wide on FreeBSD *64. PR: ports/97333 Submitted by: maintainer Notes: svn path=/head/; revision=162543
* - Update net/isc-dhcp3-* to 3.0.4Sergey Matveychuk2006-05-074-59/+38
| | | | | | | | | | | | | | * fixes to the failover protocol * manpage updates * DDNS fixes * commandline parsing fixes - Remove USE_REINPLACE PR: ports/96916 Submitted by: maintainer Notes: svn path=/head/; revision=161641
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Fix rcNG script on CURRENTSergey Matveychuk2005-12-141-1/+2
| | | | | | | | | | | - PORTREVISION bump PR: ports/89974 Reported by: Martin MATO Submitted by: Joerg Pulz (maintainer) Notes: svn path=/head/; revision=151183
* * update the net/isc-dhcp3-* ports to v3.0.3Sergey Matveychuk2005-07-251-10/+10
| | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=140108
* - Missed files on last commitSergey Matveychuk2005-06-152-0/+28
| | | | Notes: svn path=/head/; revision=137483
* Add missed load_rc_config, othervise it's impossible to override any of theMaxim Sobolev2005-04-071-0/+2
| | | | | | | config options. Notes: svn path=/head/; revision=132689
* - Update to 3.0.2 (maintenance bugs fix release)Sergey Matveychuk2005-04-052-30/+80
| | | | | | | | | | - ports/75889, ports/76811, ports/76834 included PR: ports/78613 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=132534
* - Fix chrooted startup [1]Pav Lucistnik2004-10-171-3/+3
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=119653
* net/isc-dhcp3-servre (4.x devfs fix)Edwin Groothuis2004-10-131-29/+78
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=119122
* - Fix rc script for combination WITHOUT_DHCP_PARANOIA=yes WITHOUT_DHCP_JAIL=yesPav Lucistnik2004-08-201-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@9online.fr> (maintainer) Notes: svn path=/head/; revision=116754
* - Update RC scripts to play nicely with latest changes in -CURRENTPav Lucistnik2004-07-262-17/+17
| | | | | | | | PR: ports/69590 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=114803
* - minor changes:Pav Lucistnik2004-07-061-24/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=113018
* new paranoia and jail options handled by rc variables to easy they use.Oliver Eikemeier2004-06-263-12/+511
| | | | | | | | PR: 68357 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=112320
* Grml. files forgotten in last commit.Oliver Eikemeier2004-06-252-75/+509
| | | | Notes: svn path=/head/; revision=112264
* Update to 3.0.1rc14Oliver Eikemeier2004-06-252-29/+50
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=112263
* - Integrate paranoia and jail patches to allow running in chroot and jailPav Lucistnik2004-06-011-0/+250
| | | | | | | | | | - Employ OPTIONS PR: ports/67407 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=110606
* Back out last night's attempt to fix the client build on 4.x, and commitDag-Erling Smørgrav2004-03-226-8/+17
| | | | | | | a better solution submitted by the maintainer. Notes: svn path=/head/; revision=104990
* Don't try to apply 802.11 patches on systems which lack the requiredDag-Erling Smørgrav2004-03-224-1/+1
| | | | | | | interfaces and headers. Notes: svn path=/head/; revision=104882
* Mega-update from maintainer:Dag-Erling Smørgrav2004-03-1617-145/+1230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=104204
* Maintainer update: isc-dhcp3 splitted to -server, -client, -relay and -devel ↵Edwin Groothuis2004-01-175-0/+519
| | | | | | | | | | | | sub-ports Step one: convert net/isc-dhcp3 into net/isc-dhcp3-server PR: ports/51757 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=98427
* Update to isc-dhcpd-3.0.1rc11, which fixes a security vulnerability in theKris Kennaway2003-01-161-11/+0
| | | | | | | bundled resolver library. Notes: svn path=/head/; revision=73219
* add missing patch fileYing-Chieh Liao2002-05-101-0/+11
| | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=58852
* remove unnecessary patch (already in rc9)Ying-Chieh Liao2002-05-101-13/+0
| | | | | | | Submitted by: synker (on irc) Notes: svn path=/head/; revision=58844
* upgrade to 3.0.1.r9Ying-Chieh Liao2002-05-101-11/+0
| | | | | | | | PR: 37915 Submitted by: maintainer Notes: svn path=/head/; revision=58834
* Fix format string vulnerability as noted at:Chris D. Faulhaber2002-05-091-0/+13
| | | | | | | | http://www.cert.org/advisories/CA-2002-12.html http://www.ngsec.com/docs/advisories/NGSEC-2002-2.txt Notes: svn path=/head/; revision=58777
* Write all leases to the lease file.Anders Nordby2002-04-211-0/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=57952
* Update to 3.0.1 rc8.Anders Nordby2002-04-191-13/+4
| | | | | | | | PR: 37131 Submitted by: maintainer Notes: svn path=/head/; revision=57894
* Add a patch that was left out from the last updatePatrick Li2002-01-311-0/+12
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=54054
* Update to 3.0 release.Peter Pentchev2001-10-156-17/+155
| | | | | | | | | | A bit of general cleanup. PR: 31058 Submitted by: maintainer Notes: svn path=/head/; revision=48794
* Update to version 3.0.r8.2James E. Housley2001-06-291-2/+4
| | | | | | | | PR: 28500 Submitted by: Cyrille Lefevre <clefevre@redirect.to> Notes: svn path=/head/; revision=44539
* Update to version 3.0.r8James E. Housley2001-06-071-2/+3
| | | | | | | | PR: 27899 Submitted by: Cyrille Lefevre <clefevre@redirect.to> Notes: svn path=/head/; revision=43592
* Update to 3.0RC2.Peter Pentchev2001-04-221-6/+6
| | | | | | | | PR: 26753 Submitted by: maintainer Notes: svn path=/head/; revision=41795
* Update to version 3.0.b2.23James E. Housley2001-03-248-338/+16
| | | | | | | Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER Notes: svn path=/head/; revision=40312
* Additiona patch sent by MAINTAINER and forgot by me.James E. Housley2001-03-231-3/+6
| | | | | | | Submitted by: Cyrille Lefevre <root@gits.dyndns.org> Notes: svn path=/head/; revision=40260
* update ISC dhcp to the latest version, which is 3.0b2pl22.James E. Housley2001-03-233-17/+23
| | | | | | | | PR: 25977 Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER Notes: svn path=/head/; revision=40232
* update to 3.0b2pl18.FUJISHIMA Satsuki2001-03-082-24/+19
| | | | | | | | PR: 25501 Submitted by: maintainer Notes: svn path=/head/; revision=39288
* New patchfiles in the update to 3.0b2pl16.Peter Pentchev2001-02-172-0/+45
| | | | | | | | PR: 24911 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - maintainer Notes: svn path=/head/; revision=38427
* Update to 3.0b2pl16, assign maintainership to Cyrille Lefevre.Peter Pentchev2001-02-178-82/+212
| | | | | | | | PR: 24911 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - new maintainer Notes: svn path=/head/; revision=38426
* Add sample RC startup script.David E. O'Brien2000-12-131-0/+31
| | | | | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> (w/changes by me) Notes: svn path=/head/; revision=35946
* Opps, forgot to fix the file path after I re-generated the patch.David E. O'Brien2000-12-051-1/+1
| | | | | | | (we use some perl h0h0magic, so the file extention is non-standard) Notes: svn path=/head/; revision=35694
* Allow the selection of the [sys]log facility to use.David E. O'Brien2000-12-021-0/+5
| | | | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=35593