summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-09-14Fixed the path to the man pages, which is hard-coded in the configurerillig1-1/+6
script.
2006-09-14Advertize NET_SNMP_SYS_CONTACT, NET_SNMP_SYS_LOCATION, NET_SNMP_PERSISTENTDIRghen1-1/+6
and NET_SNMP_MIBDIRS as being user-settable.
2006-09-13Update to 0.94adrianp2-7/+6
0.94 Jul 08 2006 - Add nofatal to Sys::Syslog::openlog if Sys::Syslog version >= 0.15 (thanks to DSCHWEI on cpan) - Added the leave_children_open_on_hup flag which leaves open connections open when the server is hupped. It is false by default. - Make sure new and run can both take a hash or a hashref of values. - More fixes to HUP under taint (thanks to LUPE on cpan) - Allow for port, host, and proto to be passed as arrayrefs to run and new. - Fix bug in a check for dead child processes algorithm in PreFork server (thanks to Michael Virnstein). 0.93 Mar 23 2006 - Allow for get sock info routines to use $peer->{client} rather than STDIN which may not be set if the "no_client_stdout" flag is set. (thanks to Mark Martinec for pointing this out) 0.92 Mar 13 2006 - Allow for duplicated STDIN and STDOUT to properly close. Previously they closed because they were simple symbol globs. Now they need an explicit close be cause they are opened to the client socket's file descriptors. - Add flag to disable all of the binding of client to STDIN and STDOUT 0.91 Mar 08 2006 - Abstract shutdown_sockets method that is called at the end of server_close (to allow for calling in other places). - Make sure close_children unsets the overridden signals in the forked and preforked servers. - Better handling of STDIN and STDOUT as provided by tye on perlmonks in response to Ben Cohen's question (in node http://www.perlmonks.org/?node_id=534791) - Finally added a new method. - Added much missing perldoc. - Pass parameters to ->run the second time it is called. This allows for multitype to handle more parameters - but needs to be tested for all use cases (it could result in array fields getting multiple entries which should be fine in most cases). Thanks to Aron Ujvari for pointing this out. - Add default_values method (suggested by Malte S. Stretz). - Fix udp_broadcast issue (fix by Rob Mueller) 0.90 Dec 05 2005 - Make HUP work correctly on Multiplex server. - Allow socket files to cleanup correctly. - Allow Net::Server::Daemonize to function properly in Taint mode again (broken in .88). - Add ->commandline method to allow for getting and setting the commandline for use during a HUP. This is to allow for untainting as necessary. - Add ->can_read_hook (see the documentation) to allow for processing of arbitrary handles in accept_multi_port. 0.89 Nov 22 2005 - Added SSL_passwd_cb to Proto/SSL.pm (Irving A. Bermudez S.) - Fix rt #13450 which is caused by broken POSIX::setuid on perl 5.8.0 on RedHat 9.0. - Allow for graceful skipping if a port is configured twice in the configuration file. - Allow tests that can pass to pass on Win32 (skip those that cannot) - Allow "-" in user names. (Carl Lewis) - Add Reuse = 1 to Proto::UDP. (Slaven Rezic) - Allow for udp_broadcast setting in Proto::UDP. (Tim Watt) - Add bug note to Proto::SSL (Christopher A Bongaarts) - setsid property is now boolean rather than checking definedness. - Command line parameters override conf file parameters. - Store command line a little better in preparation for HUP.
2006-09-13Update "libtorrent" package to version 0.10.1 and "rtorrent" packagetron8-66/+31
to version 0.6.1. Changes since version 0.8.5 respectively 0.4.5 are: - improved user interface (apparently also fixing redraw problems under DragonFly BSD) - better diskspace handling - show client names and versions in the peer list - improved tracker communication - lots of bug fixes Based on patches provided by Jan 'Rumko' Kosir in private e-mail.
2006-09-10Update to 1.1.3:adrianp5-93/+61
This version has been released to fix build issues in 1.1.2. The build tools (autoconf, libtool, libltld) have been upgraded to a recent version, and the server now builds "out of the box" on more platforms. Other fixes include: * More dictionary updates * Oracle support for radsqlrelay * Security and portability fixes to rlm_otp * Experimental module to store IP's in an SQL table. * Miscellaneous bug fixes
2006-09-10Update btpd to 0.11, patch provided via PR 34068.obache2-6/+6
btpd 0.11: ---------- Bug fixes: - A file descriptor was closed too early, which could cause btpd to exit with an error message on systems using epoll. btpd 0.10: ---------- Misc: - The protection mode of the ipc socket can now be specified via the new "--ipcprot" option for btpd. Bug fixes: - The pid file is now written correctly. - btpd's "-d" option now works for relative paths too. - Add a time out for handshake completion. Prevously btpd could slowly fill with unused incoming connections. btpd 0.9: --------- Misc: - Small changes to 'btcli stat' output. Bug fixes: - Use correct value for '--prealloc' default. - Stopped torrents now show correct rates (0kB/s). - The test of content that has been modified between runs was broken.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache8-18/+18
2006-09-07Update to 2.14.3:jmmv2-6/+8
2006-08-28 Brian Cameron <brian.cameron@sun.com> * linc2/src/linc-connection.c: Patch to correct problem where DHCP hostname changes caused login to block. 2006-08-16 Jules Colding <colding@omesc.com> * src/orb/orb-core/corba-orb.c (ORBit_get_giop_recv_limit): Added gtk-doc documentation. 2006-08-08 Brian Cameron <Brian.Cameron@sun.com> * linc2/src/linc-protocols.c: Modify ORBLocalOnly test for TCP/IP connections so that differences in the port number does not cause the test to fail. Since the port number does not affect whether the IP address is local, this should make the test work properly on platforms where the access () function fills in the port value that is being compared. On Solaris, this fixes a bug that causes Java a11y to break, from an end-user perspective. 2006-08-07 Jules Colding <colding@omesc.com> * configure.in (CFLAGS): Fix #147556 * acinclude.m4: Added AX_CFLAGS_GCC_OPTION
2006-09-07+ mpingrillig1-1/+2
2006-09-07Imported mping from PR 34488.rillig4-0/+33
Mping is a system for collecting packet delay and loss statistics in a TCP/IP network using ICMP echo. Mping is based on original ping(8) with following new features: - Ability to ping multiple hosts simultaneously - Prints 10/50/90-percentile as well as min/avg/max. Packaged by Martin Wilke.
2006-09-07Fix spaces to unbreak DragonFly build.joerg2-4/+13
2006-09-05Update to 1.4.0. Changes:tv2-6/+6
1.4.0 2006-8-7 * Changed license from GPL to LGPL, so that PHP Extension can be included in PECL (Olivier Hill) * Rewrote GEOIP_CHECK_CACHE code, fixed numerous bugs - CheckCache now works if GeoIP file is overwriten by mv command - Fixed bug where CheckCache kept reloading in GEOIP_STANDARD_MODE - Fixed segfault issue in GEOIP_MEMORY_CACHE mode - Fixed garbage data appearing in GEOIP_INDEX_CACHE mode - Fixed realloc in case realloc returns new memory block (Andre Morozov of Stone Steps) * Updated geoipupdate to print status messages for each database instead of just last database * Check that gi is not null before running code in GeoIP_delete * Updated LICENSE file to add GPL License Exception for PHP * Fixed alpha-3 codes ordering, replaced TLS,TKM,TUN,TON with TKM,TUN,TON,TLS * TP/East Timor changed to TL/Timor-Leste, reflecting changes in ISO-3166 * Added Netware and Windows makefiles (Guenter Knauf) * Fixed NetWare compiler issue with char block[block_size] declaration (Guenter Knauf) * Updated geoipupdate example to run weekly
2006-09-05Fixes for CVE-2006-4095 and CVE-2006-4096 from bind-9.3.2-P1adrianp4-3/+153
* Assertion failure in ISC BIND SIG query processing (CVE-2006-4095) - Recursive servers Queries for SIG records will trigger an assertion failure if more than one RRset is returned. However exposure can be minimized by restricting which sources can ask for recursion. - Authoritative servers If a nameserver is serving a RFC 2535 DNSSEC zone and is queried for the SIG records where there are multiple RRsets, then the named program will trigger an assertion failure when it tries to construct the response. * INSIST failure in ISC BIND recursive query handling code (CVE-2006-4096) It is possible to trigger an INSIST failure by sending enough recursive queries such that the response to the query arrives after all the clients waiting for the response have left the recursion queue. However exposure can be minimized by restricting which sources can ask for recursion.
2006-09-05+httpingadrianp1-1/+2
2006-09-05Httping is like 'ping' but for http-requests.adrianp4-0/+29
Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers).
2006-09-03Added the relevant variables to BUILD_DEFS.rillig1-1/+3
2006-09-03Updated to version 0.58.heinz3-6/+20
Pkgsrc changes: - Added patch-ac to change the number of skipped online tests (still incorrect). Changes since version 0.57: =========================== Feature: hooks for DLV support in Net::DNS::SEC added hooks for DLV support which is/will be available in Net::DNS::SEC as of subversion version 592 (Tests are done agains the subversion number, not against the perl release version) Net::DNS::SEC version 0.15 will have DLV support. Partly Fixed rt.cpan.org 18940 djhale noticed a number of error conditions under which de udp_connection in Nameserver dies. We now print a warning instead of dying. Fix rt.cpan.org 18958 Fixed typebyname croak for SIGZERO. Acknowledgements to djhale. Optimize rt.cpan.org 11931 Hanno Stock optimized the method to get the list of available interfaces in Win32. I have only done very rudimentary tests on my Windows XP system. Fix dependency on "CC" rt.cpan.org 19352 The Makefile.PL depended on availabliltity of "cc" and would bail out on systems where gcc is exclusivly available. Thanks to Rob Windsor for noticing and patching. Fix compressed dnames in NAPTR/SRV Clayton O'Neill noted that the the domain names in in the NAPTR and SRV RRs rdata were subject to name compression which is not conform the specs. Also see RFC 2782 and 2915. Fix rt.cpan.org 18897 Zero-length rdata in TXT fixed (Acknowledgements to Roy Arends) Fix rt.cpan.org 18785 SPF would not work unless the TXT RR was not loaded first. No wonder, SPF fully inherits TXT and loading of TXT.pm is therefore a prerequisit. Fix rt.cpan.org 18713 Net::DNS::Resolver now deals gracefully with persistent sockets that got disconnected. It will first try to connect again to the socket and if that fails it will try to connect to the next available nameserver. tcp_timeout() is the parameter that determines how long to wait during a reconnect. Fix rt.cpan.org 18268 Added reference to RFC in croak message for label length > 63 in dn_comp(). Fix rt.cpan.org 18113 The inet6 tests contained another bug when online-tests were disabled. Klaus Heinz discovered and provided a patch.
2006-09-03Reset maintainer for people who lost their commit bit.wiz3-6/+6
2006-09-02Update to 1.25adrianp2-7/+6
1.25 Wed May 24 12:00:00 2006 - Math::BigInt is now mandatory - Several bugfixes done 1.24 Tue Oct 18 12:00:00 2005 - Thanks to Frederic Schutz <schutz AT mathgen.ch> - Bugfix in overlaps function - Updated Makefile - ran perltidy on the code
2006-09-01Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+4
2006-09-01Fixed the shell interpreter for one script. Bumped PKGREVISION.rillig1-1/+8
2006-09-01I forgot to cvs add options.mk, noted by taca.ghen1-0/+12
2006-08-31USE_TOOLS+=imake.hira1-1/+2
2006-08-31The DragonFly Makefile fragment has been added upstream.ghen2-14/+4
2006-08-31Update aiccu to 20060725. Added gnutls option (disabled by default).ghen6-64/+82
ChangeLog: aiccu (2006-07-25) * DragonFlyBSD fix aiccu (2006-07-23) * The Nina'th release. * Verified AYIYA support on Windows, OpenBSD, FreeBSD and Linux ia32/AMD64/armeb. * Disabled TSP and L2TP (Teepee) support as they are not finished. * No more IPv4 interface as it is not used anymore. * On AIX we now compile with xlc_r. * Retrieves Tunnel Brokers from _aiccu.<search path> and from _aiccu.sixxs.net. aiccu (2006-07-13) * Added no-configure and defaultroute options. * AYIYA now forks so that AYIYA heartbeats work. * Ctrl-C handling * Protocol and server can be specified in configuration file * AYIYA fixes: header alignment, Win32 TAP 8.1 support * TAP listing using --listtaps (windows) * Confuration can now be saved using a menu entry in the GUI (windows) * TAP interface renaming when it's the only TAP and name not in the config (windows) * Fedora fixes by Matt Domsch aiccu (2006-03-10) * Changed Debian start/stop priority as noted by Mario 'BitKoenig' Holbe. They now match openvpn/pppd etc. aiccu (2005-12-05) * DragonFlyBSD (uses the FreeBSD4 interface) added as noted by Geert Hendrickx. aiccu (2005-08-14) * Mac OS X typo-fix (reported by Wim Biemolt) * GNUTLS support. TIC will go over TLS avoiding cleartext negotiations where possible. * Heartbeat stop & start per signal (requested by Peter Bieringer) * AYIYA Heartbeating. * L2TPv2 Support. * TSP Support. * Gary Coady's <gary@lyranthe.org> Debian/Ubuntu update: * Use dpkg-buildpackage to generate deb files * Remove configuration checks from Debian init script * Use common print functions in Debian init script * Add 'tunnels' parameter to aiccu, which reports available tunnels * Return non-zero exit code if unable to successfully authenticate to POP * Log to stderr instead of stdout * Send signal 0 to existing aiccu binary instead of SIGHUP * Add debconf support Thanks to Gary for these very nice addons! * Added OpenBSD PortInfo by Thomas Kaschwig * Added Makefile changes to support FreeBSD6, noted by Meno Abels * Added _NETBSD_SOURCE define as mentioned by Maarten Dammers * Changed aiccu_kame to do configuration differently depending if the interface is a proto-41 one or a tun device. * Solaris and AIX support + Endian Fixes. * 'version' option for unix_console. * 64bit fixes + compilation check against a big number of platforms. * Multiple Tunnelbrokers Support using TXT records from _aiccu.sixxs.net DNS. * AYIYA Port number set to 5072 (IANA assigned)
2006-08-28Update ipv6calc to 0.61.0. Changes:hubertf6-190/+6
- add support for Teredo addresses - add new shortcut options: --in|-I --out|-O --action|-A --printcompressed|-C --printuncompressed|-U --printfulluncompressed|-F - update copyright range - add new option: -p <path to IP2Location database> - add support for IP2Location - add support for GeoIP (GeoIP-1.3.17)
2006-08-28Bump PKGREVISION to 1.seb4-2/+49
Fix build on NetBSD/sparc64 3.x: sync CPP symbols usage between struct addrinfo definition and its usage in getaddrinfo(). While here define struct addrinfo's pad members the same way as in NetBSD's /usr/include/netbsd.h and sync code in lib/bind/irs/getaddrinfo.c:getaddrinfo(). This had been reported to bind9-bugs at isc dot org.
2006-08-28Linux doesn't know SO_REUSEPORT, noticed by Min Sik Kimdrochner2-6/+10
2006-08-28pkglint says: Alignment of variable values should be done with tabs,ghen1-6/+6
not spaces.
2006-08-27Updated dtcpclient-20060526.hamajima3-11/+24
- If `@' is specified as an interface for prefix delegation, it is assumed as a tunnel interface. - Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph. The relevant options are -b and -U. - Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified, it is enabled. It requires some modification to ng_ksocket of server side. - Add $up_command and $down_command to run at up/down. - Add -B option to specify NAT port.
2006-08-26Fix PLIST. Bump revision.joerg2-2/+5
2006-08-24pkglint - no functional changes.wennmach1-2/+5
2006-08-24Make the X11 components of arla an option.wennmach3-6/+21
Submitted by david l goodrich in PR pkg/33400.
2006-08-24Update arla to 0.43.wennmach6-59/+94
Major changes since last version: * Security fix: access control for `fs setcacheparams' * Support 64-bit files on 32-bit systems * Arla now binds to a random port if the default port is busy * Emulate rename between same-cell volumes by doing copy+remove * Allow setting workers in arla.conf * (Improved) support for several OS/machine combinations * Other fixes
2006-08-24Update "wireshark" package to version 0.99.3. Changes since 0.99.3:tron10-122/+971
The following vulnerabilities have been fixed: o The SCSI dissector could crash. Versions affected: 0.99.2. o If Wireshark was compiled with ESP decryption support, the IPsec ESP preference parser was susceptible to off-by-one errors. Versions affected: 0.99.2. o If the SSCOP dissector has a port range configured and the SSCOP payload protocol is Q.2931, a malformed packet could make the Q.2931 dissector use up available memory. No port range is configured by default. Versions affected: 0.7.9 - 0.99.2. The following bugs have been fixed: o The VOIP call analysis feature could cause an assertion. o The RTP analysis feature could freeze for an extended period. o Selecting "Apply as Filter" wouldn't work for some tree items. New and Updated Features The following features are new (or have been significantly updated) since the last release: o The packet list context menu now includes a conversation filter. o Wireshark can now generate ACL rules for several popular firewall products. New Protocol Support Daytime, JPEG (RTP payload), Pegasus Lightweight Stream Control, Pro-MPEG FEC, UMTS RRC, Veritas Low Latency Transport Updated Protocol Support All ASN.1 dissectors, 3G A11, 802.11, AIM SST, AJP13, ANSI 637, AVS WLAN, BACapp, BFD, CDP, Cisco WIDS, DCERPC (DCERPC, CONV, DFS, EPM, FLDB, NETLOGON, NT, PN-IO, RS_PGO), DCOM, DHCP, DIAMETER, DTLS, EAPOL, ESP, H.225, H.245, H.450, HTTP, IPv6, ISAKMP, Juniper, Kerberos, L2TP, LDAP, MSRP, NTLMSSP, PN-CBA, PN-RT, Prism, RSVP, RTCP, RUDP, SCSI, SCTP, SDP, SIP, SIPFRAG, Skinny, SMB, SSL, TCP, text/media, Time, XML New and Updated Capture File Support Catapult DCT2000, nettl
2006-08-24Update master site URL.tron1-2/+2
2006-08-23Update to 1.0.0 for minor build fixes.rpaulo2-6/+6
2006-08-23Set MASTER_SITES in Makefile.common, for the benefit of nagios-plugin-*.wiz2-3/+3
2006-08-23Use source files included in ns-allinone, which supports x86_64 and gcc 4.1.minskim3-23/+10
Bump PKGREVISION.
2006-08-23Update HOMEPAGE.minskim1-2/+2
2006-08-23Update ns to 2.29.3. Better support for x86_64 and gcc 4.1.minskim2-10/+9
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv1-1/+2
2006-08-23- Add a missing entry to PLIST.minskim2-35/+38
- Install documentation into share/doc, not share/doc/html. Bump PKGREVISION due to PLIST changes.
2006-08-22Fix pthread and errno usage. Include sys/uio.h on DragonFly.joerg8-2/+91
2006-08-22Needs scrollkeeper.joerg1-1/+2
2006-08-22Revive patch-dt for the sake of DragonFly.joerg2-1/+20
2006-08-22Bump to revision 3: Don't count the 'link level gateway' (or whateverhubertf3-6/+6
that is(?!) when trying to find the default route: Internet: Destination Gateway Flags Refs Use Mtu Interface default link#2 UC - tlp0 default 132.199.210.131 UGS - tun0
2006-08-20Update openntpd version 3.9p1.peter2-6/+6
Submitted by Shaun Amott in PR/34231. Changes since previous version in pkgsrc: 20060513 - (dtucker) [configure.ac includes.h ntp_msg.c] Add UnixWare support. Based on patch from luke.bakken at gmail.com. - (dtucker) [version.h] Release 3.9. - (dtucker) [openbsd-compat/fake-rfc2553.c] Missing braces in initializer. 20060423 - (dtucker) [configure.ac] Correctly fall back to builtin-arc4random when OpenSSL is not present. 20060116 - (dtucker) [INSTALL configure.ac ntp.c] Make configure --with-privsep-path compile in the chroot directory. Default behavior remains to chroot to the ntpd user's home dir. Based in part on a patch from OpenWall via solar at openwall com. - (dtucker) [Makefile.in] Make rebuild of y.tab.c parse conditional. - (dtucker) [configure.ac defines.h] Enable replacement getifaddrs via ioctl on Linux. - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.{c,h}] Add in6addr_any if system libraries don't have it. - (dtucker) [configure.ac openbsd-compat/bsd-misc.c] Add null implementation of strsignal(). - (dtucker) [openbsd-compat/openbsd-compat.h] Template for strsignal. - (dtucker) OpenBSD CVS Sync - dtucker@cvs.openbsd.org 2005/07/06 19:54:24 [client.c] add another non-fatal error for recvfrom; ok henning@ (ID sync only, already in portable) - dtucker@cvs.openbsd.org 2005/07/11 18:04:28 [client.c] Print actual error when in debug mode; ok henning@ - dtucker@cvs.openbsd.org 2005/07/11 18:05:34 [ntp.c] Print privsep user and dir when in debug mode; ok henning@ - dtucker@cvs.openbsd.org 2005/07/11 18:08:06 [ntpd.c] More descriptive error if a signal causes the child to exit; ok henning@ - henning@cvs.openbsd.org 2005/07/15 13:34:52 [ntp.c] fix a function name in an error message why this was rotting in my tree for so long, I dunno - and I dunno where it came from - henning@cvs.openbsd.org 2005/07/15 13:36:10 [ntp.c] remove recently added "using privsep user X" message, spams console in -s mode, noticed by kettenis - henning@cvs.openbsd.org 2005/07/15 13:37:15 [ntpd.h] shrink read buffer size from 64k to 4k, this is not bgpd and we're dealing with way less data - dtucker@cvs.openbsd.org 2005/07/22 18:58:56 [server.c] Skip invalid interfaces during 'listen on *'; ok henning@ - henning@cvs.openbsd.org 2005/08/09 00:42:32 [ntp.c] with -s, do not wait if we don't have any peers at all. From: Thomas Jarosch <thomas.jarosch@intra2net.com> - dtucker@cvs.openbsd.org 2005/08/10 23:48:36 [client.c ntp.c ntpd.h server.c] Propogate server's leap indicator flags to clients; ok henning@ - henning@cvs.openbsd.org 2005/08/12 02:21:52 [buffer.c] check for EINTR too after writev(), pt out by Alexander Farber - henning@cvs.openbsd.org 2005/08/12 02:26:29 [buffer.c] on writing, we actually can deal with ENOBUFS just as well as with EAGAIN and EINTR, so do it, more or less from bgpd - wvdputte@cvs.openbsd.org 2005/09/07 07:27:10 [ntpd.c] when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure the output goes to syslog and not console by moving around log_init - dtucker@cvs.openbsd.org 2005/09/24 10:32:03 [client.c ntp_msg.c ntpd.h server.c] Log source address for 'malformed packet' errors. ok henning@ - dtucker@cvs.openbsd.org 2006/01/19 17:40:16 [server.c] Check SA_LEN(sa) after sa is checked for NULL. Pointed out by solar at openwall.com, ok henning@ - dtucker@cvs.openbsd.org 2006/01/19 22:20:23 [server.c] Do not attempt to listen on interfaces with a wildcard address; ok henning@ 20050729 - (dtucker) [configure.ac] Skip OpenSSL checks for cross-compilation. Found and tested by Scott Hays. 20050707 - (dtucker) [openbsd-compat/bsd-setres[ug]id.c] Add code to use setre[ug]id and some sanity checks. - (dtucker) [configure.ac] Alphabetize $host case block. - (dtucker) [configure.ac server.c openbsd-compat/Makefile.in openbsd-compat/bsd-getifaddrs.{c,h} openbsd-compat/openbsd-compat.h] Add getifaddrs() to compat layer. Not enabled by default on any platform now, enable with -DGETIFADDRS_VIA_SIOCGIFCONF at your own risk. - (dtucker) [client.c] recvfrom on HP-UX will return EADDRNOTAVAIL instead of ECONNREFUSED for a port-unreachable, so add to the non-fatal error codes. - (dtucker) OpenBSD CVS Sync - dtucker@cvs.openbsd.org 2005/07/05 20:09:12 [client.c ntp.c ntpd.h server.c] Save transmit time for each peer for later use as refid for SNTPv4 replies. ok henning@ 20050703 - (dtucker) OpenBSD CVS Sync - henning@cvs.openbsd.org 2005/03/23 11:42:04 [imsg.c ntpd.h] wpos in struct buf_read and datalen in imsg_get should be size_t and not ssize_t From: Alexander von Gernler <grunk@pestilenz.org> - henning@cvs.openbsd.org 2005/03/23 12:36:35 [buffer.c] remove now osolete comment, from a mail exchange with Alexander von Gernler <grunk@pestilenz.org> - henning@cvs.openbsd.org 2005/03/24 11:56:22 [ntpd.c] fatal vs fatalx, Alexander von Gernler - henning@cvs.openbsd.org 2005/03/24 15:50:07 [ntp.c] one more fatal/fatalx, alexander - henning@cvs.openbsd.org 2005/03/31 12:14:01 [log.c] zap includes, Alexander von Gernler <grunk@pestilenz.org> - henning@cvs.openbsd.org 2005/03/31 17:02:43 [ntpd.c] zap includes, grunk - henning@cvs.openbsd.org 2005/04/18 11:06:35 [client.c] prevent replies with negative delay from being used, could happen with -s From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly - henning@cvs.openbsd.org 2005/04/18 11:07:55 [ntp.c] after setting the clock hard correct the "next" and "deadline" timestamps by the offset From: Joerg Sonnenberger <joerg@britannica.bec.de> - henning@cvs.openbsd.org 2005/04/18 14:12:50 [ntp.c] correctness: only account for offset after settime in next and deadline when those timers are actually running. due to the way ntpd's logic works this does not really make a difference, but correctness is good. spotted by me, joerg agrees - henning@cvs.openbsd.org 2005/04/18 20:46:02 [ntpd.c] extra paranoia, from a discussion with joerg - henning@cvs.openbsd.org 2005/04/19 11:08:41 [client.c] move the "reply from ... " log msg in -d mdoe uop a bit so it actually comes before the "adjusting local clock by..." one, joerg - henning@cvs.openbsd.org 2005/04/26 15:18:22 [buffer.c imsg.c ntpd.h] unify shared code a bit again to make future syncs easier From: Alexander von Gernler <grunk@pestilenz.org> - djm@cvs.openbsd.org 2005/05/03 05:44:35 [ntp.c] setres[ug]id; ok deraadt@ - henning@cvs.openbsd.org 2005/05/11 15:12:35 [config.c] don't touch *hn in failure case. no real change due to the way we use it but more correct. from Michael Knudsen <e@molioner.dk> - henning@cvs.openbsd.org 2005/05/24 08:46:43 [ntp.c] no need for endpwent(0 here either - henning@cvs.openbsd.org 2005/05/25 06:10:50 [server.c] ifa->ifa_addr can be NULL in some cases, pt out by Kurt Roeckx <kurt@roeckx.be> / bugs.debian.org/310586 - dtucker@cvs.openbsd.org 2005/05/26 19:13:06 [ntp.c ntpd.c] Ensure previous adjust has completed before clearing alarm flag; ok henning@ - henning@cvs.openbsd.org 2005/06/20 02:42:57 [client.c ntp.c ntpd.c ntpd.h parse.y] use a little state engine to keep track of delayed dns lookups and such, eases things tested by Jason Ackley <jason@ackley.net> Matthias Kilian <kili@outback.escape.de> Stephen Marley <stephen@marley.org.uk> sturm@ theo ok - henning@cvs.openbsd.org 2005/06/20 03:11:13 [ntpd.c ntpd.h] use a #define for the time to wait on -s and clarify a log msg - deraadt@cvs.openbsd.org 2005/06/22 05:55:18 [ntpd.8] (ID sync only; section is not in portable man page) we do not do -s in /etc/rc anymore. this is because, even if -s did try to do it's job it would have to choose between two cases: 1. either it would take a very long time to get the correct adjustment, thus, if you are not currently on the net right, you wait a long time (or must type ^C, which is ridiculous) 2. ntpd could be modified to "abort early", but then would not meet the promise made by -s in the manual page (note: it does not say that it "tries") therefore, -s and -S must become user choices. Sorry. This same choice is made in lots of other places - (dtucker) [LICENCE configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-setres[ug]id.c openbsd-compat/openbsd-compat.h removed openbsd-compat/uidswap.c] Use setres[ug]id interface on all platforms. Currently only implements the case where ruid == euid == suid which is all ntpd uses (may be extended later). - (dtucker) [Makefile.in] Use example ntpd.conf from srcdir so "make install" works for the srcdir != builddir. - (dtucker) [openbsd-compat/{bsd-poll.c,bsd-setresgid.c,bsd-setresuid.c}] Add CVS Ids 20050629 - (dtucker) [configure.ac openbsd-compat/{Makefile.in,errx.c,verrx.c, openbsd-compat.h}] Add errx(), in anticipation of it being used in ntpd. - (dtucker) [INSTALL] Add a bit more detail on the privsep user and group. 20050627 - (dtucker) [README] Make it clear that the footnote only applies to old Solaris systems, based on feedback from oyvind at repvik.org. - (dtucker) [INSTALL] Point out that --with-ssl-dir is only used if we're not using the builtin arc4random. 20050626 - (dtucker) [INSTALL] Add installation directions, lack thereof pointed out by oyvind at repvik.org. - (dtucker) [Makefile.in configure.ac] Have configure find a yacc that works. - (dtucker) [Makefile.in] Make check for existing ntp user more specific. 20050619 - (dtucker) [openbsd-compat/bsd-poll.c] Remove code left over from debugging. 20050508 - (dtucker) [configure.ac] Check that required programs are found. Pointed out by jj at it.su.se. - (dtucker) [contrib/redhat/openntpd.spec] If ntp user already exists, set its homedir to the chroot dir. From wijnand at nedbsd.nl. - (dtucker) [contrib/redhat/openntpd.spec] Always create privsep dir even if ntp user already exists. Also from Wijnand. 20050530 - (dtucker) [Makefile.in configure.ac mdoc2man.awk] Add support for other man page formats (man and catman), based on OpenSSH's. - (dtucker) [Makefile.in openbsd-compat/Makefile.in] Make out-of-tree builds work. - (dtucker) [Makefile.in openbsd-compat/Makefile.in] Minor cleanups. - (dtucker) [LICENCE] Add Anil Madhavapeddy to atomicio bits. - (dtucker) [version.h] Set version to -current. 20050529 - (dtucker) [openbsd-compat/atomicio.c openbsd-compat/atomicio.h openbsd-compat/bsd-arc4random.c] Sync OpenBSD ssize_t -> size_t atomicio change by avsm@, update rnd code to new interface. 20050528 - (dtucker) [openbsd-compat/bsd-poll.c] Portability and correctness fixes: - Handle fd == -1 case. - Handle fractional second timeouts correctly (not used in ntpd). - Allow any negative timeout to mean INFTIM. - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have one entry per line to make it easier to merge changes. - (dtucker) [defines.h includes.h openbsd-compat/bsd-poll.c] Copyright bump. - (dtucker) [CREDITS Makefile.in includes.h version.h] Add CVS Id. - (dtucker) [openbsd-compat/asprintf.c] char const -> const char, matches OpenBSD 1.10 -> 1.11.
2006-08-19If guessing OS type has to have a '*4.0*' entry to try to match svr4,abs2-5/+27
at least have it after matching specific other OS versions, such as... 'netbsd' (netbsd 4.0 anyone?)
2006-08-18Update URL. From Makoto Fujiwara in PR pkg/34222.snj1-1/+1