Commit graph

2720 commits

Author SHA1 Message Date
markd
65b0015254 Reimport of old umich netatalk as net/netatalk-umich to move out of way
of current netatalk.
2002-05-25 12:25:50 +00:00
tron
92571cd9db Enable memory and VM statistic under NetBSD. This fixes PR pkg/14438
by Scott Presnell.
2002-05-25 08:04:51 +00:00
tron
4e4978e826 Remove debugging statement committed by accident. 2002-05-25 06:39:10 +00:00
tron
dcfdaa258d Wrap unnecessary long line. 2002-05-25 06:37:32 +00:00
hubertf
ec689a5257 Backward compat with NetBSD <1.6: some rc.subr variables were renamed.
Make sure the new ones get defined from the old ones.
2002-05-24 22:28:27 +00:00
martin
3685253443 Use the SIOCGIFDATA ioctl if available to make the tool usefull for
any kind of interface, not just PPP interfaces.
2002-05-24 18:27:16 +00:00
martin
d0b72a9b6a If the SIOCGIFDATA ioctl is available, use that instead of the PPP
specific one. This makes the tool useable on any network interface.
2002-05-24 18:12:36 +00:00
lukem
d04c24406a Update from 1.1 to 1.2-beta2.
User visible changes include:
    - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5)
    - add 'denyquick' ftpd.conf(5) keyword
    - add 'private' ftpd.conf(5) keyword
    - use "advertise" in docco
User visible fixes:
    - reject SIZE requests for ASCII files > 10KB long
    - fixes for mlsd/mlst standards conformance
    - fix passive transfers for various web browsers
    - various glob(3) fixes
    - don't log xferlog-style entries if the transfer didn't start
    - fix skey password challenge
    - don't try and use the motd directive if it's not set
2002-05-23 12:07:59 +00:00
cjep
5adbdfc6ed Add an explicit dependency on wget to get this package to build. 2002-05-21 21:05:36 +00:00
rh
b65de0a1cf Commit the missing patch that should have been here all along. This
patch adds a missing -Wl,-R to the pkg-config template.
Regen distinfo.
2002-05-21 12:06:08 +00:00
wiz
55a42435ca regen (patch-aj checksum mismatch) 2002-05-21 11:19:15 +00:00
wiz
25c0862991 regen (no patch-aa here -- forgot to commit?) 2002-05-21 11:18:48 +00:00
wiz
9511d288cd Update to 3.2.0, per Wolfgang Rupprecht's patches from pkg/16748.
Changes:
 * Various bugfixes
 * Added advanced rewrite of queries
 * Various changes to jwhois.conf
2002-05-20 14:22:36 +00:00
grant
fe60cdbcb8 update to 2.5.2 (only bugfixes according to ChangeLog) 2002-05-17 13:34:48 +00:00
wiz
ac0d2545e3 Add and enable gnet. 2002-05-16 18:15:17 +00:00
wiz
e6be83c435 Initial import of GNet-1.1.4:
GNet is a simple network library. It is written in C, object-oriented,
and built upon GLib. It is intended to be small, fast, easy-to-use,
and easy to port. GNet comes with documentation and examples.
2002-05-16 18:13:26 +00:00
grant
80d75bd75e fix typo in MASTER_SITES.
rsync 2.5.5 "Snowy River" (2 April 2002)

  ENHANCEMENTS:

    * With --progress, when a transfer is complete show the time taken;
      otherwise show expected time to complete. (Cameron Simpson)

    * Make "make install-strip" works properly, and "make install"
      accepts a DESTDIR variable for help in building binary packages.
      (Peter Breitenlohner, Greg Louis)

    * If configured with --enable-maintainer-mode, then on receipt of
      a fatal signal rsync will try to open an xterm running gdb,
      similarly to Samba's "panic action" or GNOME's bug-buddy.
      (Martin Pool)


  BUG FIXES:

    * Fix situation where failure to fork (e.g. because out of process
      slots) would cause rsync to kill all processes owned by the
      current user.  Yes, really!  (Paul Haas, Martin Pool)

    * Fix test suite on Solaris.  (Jos Backus, Martin Pool)

    * Fix minor memory leak in socket code.  (Dave Dykstra, Martin
      Pool.)

    * Fix --whole-file problem that caused it to be the default even
      for remote connections.  (Martin Pool, Frank Schulz)

    * Work around bug in Mac OS X mkdir(2), which cannot handle
      trailing slashes.
      <http://www.opensource.apple.com/bugs/X/BSD%20Kernel/2734739.html>
      (Martin Pool)

    * Improved network error handling.  (Greg A. Woods)
2002-05-16 02:27:04 +00:00
grant
7b25b684cf update to 2.5.5 2002-05-16 02:23:00 +00:00
grant
9e8b716dd5 add ftp://rsync.samba.org/pub/rsync/old-versions/ to MASTER_SITES to
fetch old distfiles.
2002-05-16 02:10:47 +00:00
itojun
731dd10c19 visit net/rootprobe 2002-05-15 00:11:58 +00:00
itojun
e5215f6cad root DNS server performance analysis 2002-05-15 00:11:36 +00:00
abs
a0480c3ad4 Fix datadir location in perl lib, and allow subjects in mail sent from NetBSD
hosts. Bump to nocol-4.3.1nb2
2002-05-14 08:38:23 +00:00
yyamano
387d66f9f1 Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-05-13 14:43:00 +00:00
yyamano
14562dbe26 Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-05-13 14:36:39 +00:00
abs
2b325a79cd prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12 10:16:44 +00:00
zuntum
159051ca72 Check in fix from tron@netbsd.org so that now trafshow works with "ppp"
interface as well as with others. If you're using "pppd" and want to be
able to use trafshow to see what's going on on this interface,
you want to update.

Bumb PKGREVISION
2002-05-11 10:21:28 +00:00
taca
a637f15783 Add experimental support for building on Solaris. 2002-05-09 16:55:51 +00:00
taca
cdfbd959f7 Add and enable ftpproxy. 2002-05-09 16:22:30 +00:00
taca
9960600a43 Importing ftpproxy 1.1.5 package.
ftp.proxy is a proxy server for a subset of the file tranfer protocol
described in RFC 959.  It forwards traffic between a client and a
server without looking too much if both hosts do real FTP.  The FTP
server can be either given on the command line or supplied by the
client.

It starts from inetd(8).
2002-05-09 16:20:58 +00:00
enami
cfbb97f035 sys/sched.h is available only on recent NetBSD. 2002-05-09 13:50:06 +00:00
hubertf
e26f1170bd update 2002-05-09 13:33:02 +00:00
hubertf
08215b682e it's winko.com, not wonko.net
Noted by dawszy@foo.arhea.net in private mail.
2002-05-09 13:32:34 +00:00
taca
63aea3f4ee Make sure to initialize the last parameter of explore_fqdn().
This fix getaddrinfo() from crash, reported as PR 16683.

Bump to bind 8.3.1nb1.
2002-05-08 16:20:56 +00:00
tron
4d8cf1477e - Correct homepage URL.
- Cleanup distfile handling a bit.
2002-05-08 11:09:25 +00:00
itojun
386e49923b change version numbering - 1.0.0rc2 2002-05-08 08:41:21 +00:00
itojun
bff81a825b upgrade to 1.0.0-beta2 (pkg version number is 0.9.3 to avoid version
number rollbacks)

- wildcards bug fixed
- AA bit for class ANY bug fixed
- minor coredumps with really broken zones in zonec fixed
- linux & SunOS port
2002-05-08 03:08:34 +00:00
hubertf
90c9f1c484 Add rc-script
Submitted by Dawid Szymañski <dawszy@arhea.net> in private mail.
2002-05-08 00:35:13 +00:00
hubertf
33157995ee Add some CONFLICTS lines
Noted by Dawid Szymañski <dawszy@arhea.net> in PR 16186
2002-05-07 23:48:48 +00:00
hubertf
433c1e7048 Update pure-ftpd to 1.0.11. Changes:
- New translation : norwegian. Contributed by Kurt Inge Sm\xe5dal /
   EasyISP.org <kurt@easyisp.org> .
 - The server now compiles and runs on OpenBSD/Sparc64 and HPUX.
 - Minor fixes and cleanups were made.
 - The good'ol poweredby.jpg logo has been replaced by pure-ftpd.png, the
   new official logo contributed by Gabriele Vinci <gabriele@pronto.it> .

Based on changes by Dawid Szymanski <dawszy@arhea.net> in PR 16585
2002-05-07 23:12:05 +00:00
hubertf
05e746c13f add & enable upclient 2002-05-07 22:25:25 +00:00
hubertf
9b3ba13c68 Re-Added upclient-4.2.1.23: Keeps track of your server uptime
Upclient is a program that keeps track of your server
uptime, and lets you compare it with the uptime of other
(similar) hosts. It consists of two parts, a client- and a
serverpart. The client runs on your server and sends the
uptime every few minutes to the server. The server
collects all data in a table on this site.

Package re-added after the service formerly offered by uptimes.net
is now again online as http://www.wonko.com/
2002-05-07 22:25:02 +00:00
hubertf
6c365d797a Re-Added upclient-4.2.1.23: Keeps track of your server uptime
Upclient is a program that keeps track of your server
uptime, and lets you compare it with the uptime of other
(similar) hosts. It consists of two parts, a client- and a
serverpart. The client runs on your server and sends the
uptime every few minutes to the server. The server
collects all data in a table on this site.

Package re-added after the service formerly offered by uptimes.net
is now again online as http://www.wonko.com/
2002-05-07 22:20:59 +00:00
seb
bafdf8a7f1 Replace target do-configure' by pre-configure' so REPLACE_PERL actually
makes things happen.
Bump PKGREVISION.
White space fix.
2002-05-07 13:26:32 +00:00
hubertf
5cce6566cb add & enable openag 2002-05-06 00:03:37 +00:00
hubertf
a3b4d31db1 Add openag-1.1.1: Open Audio Galaxy client
OpenAG is a project written to be the first (and currently
only) UNIX implementation of the Audiogalaxy File Sharing Protocol.
2002-05-06 00:01:13 +00:00
hubertf
503887e0ad Update nidentd to 1.0. Changes:
* fake support

Submitted by Dawid Szymañski <dawszy@arhea.net> in private mail.
2002-05-05 23:51:27 +00:00
taca
e6db7f77a3 update samba package to 2.2.4.
WHAT'S NEW IN Samba 2.2.4  - 2nd May 2002
              =========================================

This is the latest stable release of Samba. This is the version that all
production Samba servers should be running for all current bug-fixes.

There have been several fixes and internal enhancements which include:

 * More/better SPOOLSS printing functionality for Windows
   NT/2k/XP clients.
 * Several fixes relating to serving PC database files such
   as (Access and FoxPro) from a Samba file share.
 * Several improves in Samba's VFS layer which can be seen
   in the inclusion of a "Recycle Bin" vfs module.  See
   examples/VFS/README for more details on this.
 * Addition of a tool (tdbbackup) for backup/restore of Samba's
   tdb's
 * Continued improvements to winbind for greater scalability
   and stability
 * Several fixes related to Samba's MS-DFS support
 * Rpcclient's various printer commands now work (again)


New/Changed parameters in 2.2.4
--------------------------------

For more information on these parameters, see the man pages for
smb.conf(5).

Added/changed parameters
------------------------

* csc policy
* inherit acls
* nt status support
* lock spin count
* lock spin time
* pid directory
* winbind use default domain


Depreciated parameters
----------------------

The following parameters have been marked as depreciated
and will be removed in Samba 3.0

* postscript
* printer driver
* printer driver file
* printer driver location


Removed Parameters
------------------

  none


Changes in 2.2.4
----------------

See the cvs log for SAMBA_2_2 for more details

1)  added -c option to smbpasswd
2)  reworked smbpasswd internal command line option parsing
3)  small various bug fixes to experimental pdb_tdb.c
4)  Enforce spoolss RPCs based on the access granted at PrinterOpen()
5)  Added missing access checks to [add/delete/set]form
6)  Compile fixes for pam_smbpass
7)  fix smbd crash when netbios session request fails from
    spoolss_connect_to_client().
8)  fixed logic bug that prevent SetPrinter() from storing devmode
9)  Removed extra get_printer_snum() calls from set_printer_hnd_name()
10) fix joining domain on big endian machine when using -U to smbpasswd
11) allow command line arg to override smb.conf log level
12) continue to retry to register 1b name with wins server if there is an old IP there
13) fix smbclient print crash bug
14) 9x pnp fix when the config file and driver file are different
15) force testparm to print the correct value for log level
16) fix swat to show full log level info
17) fix server GetPrinterData() fields to be more sensible
18) fix logic error in SetPrinterDataEx()
19) Only set smb_read_error if not already set
20) Fix string returns that require unicode
21) Merge of printing performance fixes from appliance
22) lpq parsing fixes
23) Back port tridge's xcopy /o fix from HEAD
24) Fix the printer change notify code (unfinished)
25) Patch for Domain users not showing up
26) Fixed SetPrinterData(magic key) to support zero length DEVMODE
27) Ensure that all methods of looking up and connecting to DC's work
    using identical logic.
28) Merge in the mutex code to stop multiple domain logon failure
29) Ignore 0/0 lock
30) Fix winbindd to respect command line debuglevel as nmbd/smbd
31) Update with tdbbackup from HEAD
32) Fix for typo on solaris nss
33) Merge in the locking changes from HEAD
34) Added POSIX ACL layer into the vfs
35) Fix the returning of domain enum
36) Fix the generation of the MACHINE.SID file into the secrets.tdb.
37) Enable test for -rdynamic when building binaries
38) Remove the "stat open" code - make it inline
39) Fix the mp3 rename bug
40) Fix for Explorer DFS problems on older Windows 9X machines
41) implement OpenPrinter() opnum == 0x01
42) Matched W2K *insane* open semantics....
43) small fix that will prevent the "failed to marshall
    R_NET_SAMLOGON" message in the logs
42) don't do checking of local passdb in smbpasswd if using -r option
43) fix "smbpasswd -j DOMAIN -r * -U Admin%XXXX" so that it doesn't
    try to connect to a server named '*'
44) merge rpcclient code from HEAD
45) Ensure MACHINE.SID update done before child spawns
46) Fix the bad path errors for mkdir so mkdir \a\b\c\d works
47) Removed --with-vfs - always built if available
48) Fixed psec for 2.2
49) Fixed the handle leak in the connection management code
50) fix disable spoolss after the switch to nt status codes
51) Added Shirish's client side caching policy change
52) Honor the specversion when parsing the the DEVICEMODE
53) fix parsing bug when DEVICEMODE's private data does not end
    on a 4 byte boundary
54) do not idle an smbd when there is an open pipe
55) when a new driver is added to a Samba server, cycle through
    all printers and bump the change_id for each one bound to the driver
56) allow smbclient to work with a FIFO as well (needed for KDE
    ioslave)
57) various updates to pdb_nisplus.c
58) many small documentation updates
59) removed many compiler warnings



Known Bugs
----------

* Under certain conditions when serving the MS Access 2000
  executable file and an Access database from a Samba share,
  it is possible to experience data corruption.  This pug does
  does occur when the database is served from a Samba file share
  but the Access *.exe is stored on the client's local file system.
  The exact reason for this bug is unknown at this time.
2002-05-05 16:57:10 +00:00
tron
072e405195 Update home page URL. 2002-05-05 11:37:28 +00:00
taca
bcc935adc5 Update bind9 pacakge to 9.2.1 (with pkglint free).
--- 9.2.1 released ---

1271.	[port]		win32: a make file contained absolute version specific
			references.

1269.	[bug]		Missing masters clause was not handled gracefully.
			[RT #2703]

1244.	[bug]		Receiving a TCP message from a blackhole address would
			prevent further messages being received over that
			interface.

1178.	[bug]		Follow and cache (if appropriate) A6 and other
			data chains to completion in the additional section.

	--- 9.2.1rc2 released ---

1240.	[bug]		It was possible to leak zone references by
			specifying an incorrect zone to rndc.

1239.	[bug]		Under certain circumstances named could continue to
			use a name after it had been freed triggering
			INSIST() failures.  [RT #2614]

1238.	[bug]		It is possible to lockup the server when shutting down
			if notifies are being processed. [RT #2591]

1237.	[bug]		nslookup: "set q=type" failed.

1236.	[bug]		dns_rdata{class,type}_fromtext() didn't handle non
			NULL terminated text regions. [RT #2588]

1232.	[bug]		unix/errno2result() didn't handle EADDRNOTAVAIL.

1231.	[port]		HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.

1230.	[bug]		isccc_cc_isreply() and isccc_cc_isack() were broken.

1229.	[bug]		named would crash if it received a TSIG signed
			query as part of an AXFR response. [RT #2570]

1228.	[bug]		'make install' did not depend on 'make all'. [RT #2559]

1227.	[bug]		dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
			if a number was expected and some other token was
			found. [RT#2532]

1222.	[bug]		Specifying 'port *' did not always result in a system
			selected (non-reserved) port being used. [RT #2537]

1221.	[bug]		Zone types 'master', 'slave' and 'stub' were not being
			compared case insensitively. [RT #2542]

1218.	[bug]		Named incorrectly returned SERVFAIL rather than
			NOTAUTH when there was a TSIG BADTIME error. [RT #2519]

1216.	[bug]		Multiple server clauses for the same server were not
			reported.  [RT #2514]

1215.	[port]		solaris: add support to ifconfig.sh for x86 2.5.1

1214.	[bug]		Win32: isc_file_renameunique() could leave zero length
			files behind.

1212.	[port]		libbind: 64k answer buffers were causing stack space
			to be exceeded for certian OS.  Use heap space instead.

1211.	[bug]		dns_name_fromtext() incorrectly handled certain
			valid octal bitlabels. [RT #2483]

1210.	[bug]		libbind: getnameinfo() failed to lookup IPv4 mapped /
			compatible addresses. [RT #2461]

1208.	[bug]		dns_master_load*() failed to log a error message if
			an error was detected when parsing the ownername of
			a record.  [RT #2448]

	--- 9.2.1rc1 released ---

1207.	[bug]		libbind: getaddrinfo() could call freeaddrinfo() with
			an invalid pointer.

1206.	[bug]		SERVFAIL and NOTIMP responses to an EDNS query should
			trigger a non-EDNS retry.

1205.	[bug]		OPT, TSIG and TKEY cannot be used to set the "class"
			of the message. [RT #2449]

1204.	[bug]		libbind: res_nupdate() failed to update the name
			server addresses before sending the update.

1201.	[bug]		Require that if 'callbacks' is passed to
			dns_rdata_fromtext(), callbacks->error and
			callbacks->warn are initialized.

1200.	[bug]		Log 'errno' that we are unable to convert to
			isc_result_t. [RT #2404]

1198.	[bug]		OPT printing style was not consistant with the way the
			header fields are printed.  The DO bit was not reported
			if set.  Report if any of the MBZ bits are set.

1197.	[bug]		Attempts to define the same acl multiple times were not
			detected.

1196.	[contrib]	update mdnkit to 2.2.3.

1195.	[bug]		Attempts to redefine builtin acls should be caught.
			[RT #2403]

1194.	[bug]		Not all duplicate zone definitions were being detected
			at the named.conf checking stage. [RT #2431]

1193.	[bug]		Best effort parsing didn't handle packet truncation.

1191.   [bug]           A dynamic update removing the last non-apex name in
			a secure zone would fail. [RT #2399]

1189.	[bug]		On some systems, malloc(0) returns NULL, which
			could cause the caller to report an out of memory
			error. [RT #2398]

1188.	[bug]		Dynamic updates of a signed zone would fail if
			some of the zone private keys were unavailable.

1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
                        EOL token when reading to end of line.

1185.	[bug]		libbind: don't assume statp->_u._ext.ext is valid
			unless RES_INIT is set when calling res_*init().

1184.	[bug]		libbind: call res_ndestroy() if RES_INIT is set
			when res_*init() is called.

1183.	[bug]		Handle ENOSR error when writing to the internal
			control pipe. [RT #2395]

1182.	[bug]		The server could throw an assertion failure when
			constructing a negative response packet.

1176.	[doc]		Document that allow-v6-synthesis is only performed
			for clients that are supplied recursive service.
			[RT #2260]

1175.	[bug]		named-checkzone failed to call dns_result_register()
			at startup which could result in runtime
			exceptions when printing "out of memory" errors.
			[RT #2335]

1174.	[bug]		Win32: add WSAECONNRESET to the expected errors
			from connect(). [RT #2308]

1173.	[bug]		Potential memory leaks in isc_log_create() and
			isc_log_settag(). [RT #2336]

1172.	[doc]		Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
			table of RR types in ARM.

1170.	[bug]		Don't attempt to print the token when a I/O error
			occurs when parsing named.conf. [RT #2275]

1168.	[bug]		Empty also-notify clauses were not handled. [RT #2309]

1167.	[contrib]	nslint-2.1a3 (from author).

1166.	[bug]		"Not Implemented" should be reported as NOTIMP,
			not NOTIMPL. [RT #2281]

1165.	[bug]		We were rejecting notify-source{-v6} in zone clauses.

1164.	[bug]		Empty masters clauses in slave / stub zones were not
			handled gracefully. [RT #2262]

1162.	[bug]		The allow-notify option was not accepted in slave
			zone statements.

1161.	[bug]		named-checkzone looped on unbalanced brackets.
			[RT #2248]

1160.	[bug]		Generating Diffie-Hellman keys longer than 1024
			bits could fail. [RT #2241]

1156.	[port]		The configure test for strsep() incorrectly
			succeeded on certain patched versions of
			AIX 4.3.3. [RT #2190]

1154.	[bug]		Don't attempt to obtain the netmask of a interface
			if there is no address configured. [RT #2176]

1152.	[bug]		libbind: read buffer overflows.

1144.	[bug]		rndc-confgen would crash if both the -a and -t
			options were specified. [RT #2159]

1142.	[bug]		dnssec-signzone would fail to delete temporary files
			in some failure cases. [RT #2144]

1141.	[bug]		When named rejected a control message, it would
			leak a file descriptor and memory.  It would also
			fail to respond, causing rndc to hang.
			[RT #2139, #2164]

1140.	[bug]		rndc-confgen did not accept IPv6 addresses as arguments
			to the -s option. [RT #2138]

1136.	[bug]		CNAME records synthesized from DNAMEs did not
			have a TTL of zero as required by RFC2672.
			[RT #2129]

1125.	[bug]		rndc: -k option was missing from usage message.
			[RT #2057]

1124.	[doc]		dig: +[no]dnssec, +[no]besteffort and +[no]fail
			are now documented. [RT #2052]

1123.	[bug]		dig +[no]fail did not match description. [RT #2052]

1109.	[bug]		nsupdate accepted illegal ttl values.

1108.	[bug]		On Win32, rndc was hanging when named was not running
			due to failure to select for exceptional conditions
			in select(). [RT #1870]

1081.	[bug]		Multicast queries were incorrectly identified
			based on the source address, not the destination
			address.

1072.	[bug]		The TCP client quota could be exceeded when
			recursion occurred. [RT #1937]

1071.	[bug]		Sockets listening for TCP DNS connections
			specified an excessive listen backlog. [RT #1937]

1070.	[bug]		Copy DNSSEC OK (DO) to response as specified by
			draft-ietf-dnsext-dnssec-okbit-03.txt.

1014.	[bug]		Some queries would cause statistics counters to
			increment more than once or not at all. [RT #1321]

1012.	[bug]		The -p option to named did not behave as documented.

 988.	[bug]		'additional-from-auth no;' did not work reliably
			in the case of queries answered from the cache.
			[RT #1436]

 995.	[bug]		dig, host, nslookup: using a raw IPv6 address as a
			target address should be fatal on a IPv4 only system.
2002-05-04 14:56:23 +00:00
zuntum
6d5ad777ec Switch MASTER_SITES from my homepage to MASTER_SITE_LOCAL 2002-05-03 10:59:31 +00:00