summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-07-18upgrade to 9.2.0b1. portability with BIND8-based platforms, and minoritojun3-6/+7
bug fixes.
2001-07-17Add back "USE_LIBINTL= YES" because the locale files aren't built ontron1-5/+6
a 1.5 release system otherwise.
2001-07-17Workaround bug in configure script at line 3718 that doesn't restorejlam1-2/+2
LDFLAGS to correct value during the configure process. This should fix pkg/13483.
2001-07-17upgrade to 9.2.0a3.itojun6-40/+30
work/*/HISTORY indicates the full change history. basically bug fixes.
2001-07-16upgrade to 0.8.19.itojun4-11/+28
- from www.ethereal.com New dissectors include Appletalk Data Stream Interface, AUTH_DES, DVMRP, GIOP, Gnutella, iSCSI, ISUP, M2PA, MP-BGP message, MSDP, MTP3, PAP, PIMv1, RFC 2250 MPEG1, and for you gamers, QuakeWorld and Quake II. Many other dissectors were updated and bug-fixed.
2001-07-16USE_LIBINTL was commented out mistakenlyitojun1-2/+2
2001-07-16Remove whitespace before comment.tron1-2/+1
2001-07-16upgrade to 1.7 + KAME IPv6 patch. a lot of changes into message catalogs,itojun3-10/+15
internal cleanups and such.
2001-07-15Links libsocks4.* to libsocks.* since that's what the name of the SOCK4jlam1-1/+10
library is on many other systems.
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-3/+3
on Solaris' xargs.
2001-07-13Update samba to 2.2.1a.taca10-329/+364
WHATS NEW IN Samba 2.2.1a: 11th July 2001 ========================================== 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. This is a minor bugfix release for 2.2.1, *NOT* security related. 1). 2.2.1 had a bug where using smbpasswd -m to add a Windows NT or Windows2000 machine into a Samba hosted PDC would fail due to our stricter user name checking. We were disallowing user names containing '$', which is needed when using smbpasswd to add a machine into a domain. Automatically adding machines (using the native Windows tools) into a Samba domain worked correctly. 2.2.1a fixes this single problem. New/Changed parameters in 2.2.1 ------------------------------- Added parameters. ----------------- obey pam restrictions When Samba is configured to use PAM, turns on or off Samba checking the PAM account restrictions. Defaults to off. pam password change When Samba is configured to use PAM, turns on or off Samba passing the password changes to PAM. Defaults to off. large readwrite New option to allow new Windows 2000 large file (64k) streaming read/write options. Needs a 64 bit underlying operating system (for Linux use kernel 2.4 with glibc 2.2 or above). Can improve performance by 10% with Windows 2000 clients. Defaults to off. Not as tested as some other Samba code paths. hide unreadable Prevents clients from seeing the existance of files that cannot be read. Off by default. enhanced browsing Turn on/off the enhanced Samba browing functionality (*1B names). Default is "on". Can prevent eternal machines in workgroups when WINS servers are not synchronised. Removed parameters. ------------------- domain groups domain admin users domain guest users Changes in 2.2.1 ----------------- 1). "find" command removed for smbclient. Internal code now used. 2). smbspool updates to retry connections from Michael Sweet. 3). Fix for mapping 8859-15 characters to UNICODE. 4). Changed "security=server" to try with invalid username to prevent account lockouts. 5). Fixes to allow Windows 2000 SP2 clients to join a Samba PDC. 6). Support for Windows 9x Nexus tools to allow security changes from Win9x. 7). Two locking fixes added. Samba 2.2.1 now passes the Clarion network lock tester tool for distributed databases. 8). Preliminary support added for Windows 2000 large file read/write SMBs. 9). Changed random number generator in Samba to prevent guess attacks. 10). Fixes for tdb corruption in connections.tdb and file locking brlock.tdb. smbd's clean the tdb files on startup and shutdown. 11). Fixes for default ACLs on Solaris. 12). Tidyup of password entry caching code. 13). Correct shutdowns added for send fails. Helps tdb cleanup code. 14). Prevent invalid '/' characters in workgroup names. 15). Removed more static arrays in SAMR code. 16). Client code is now UNICODE on the wire. 17). Fix 2 second timstamp resolution everywhere if dos timestamp set to yes. 18). All tdb opens now going through logging function. 19). Add pam password changing and pam restrictions code. 20). Printer driver management improvements (delete driver). 21). Fix difference between NULL security descriptors and empty security descriptors. 22). Fix SID returns for server roles. 23). Allow Windows 2000 mmc to view and set Samba share security descriptors. 24). Allow smbcontrol to forcibly disconnect a share. 25). tdb fixes for HPUX, OpenBSD and other OS's that don't have a coherent mmap/file read/write cache. 26). Fix race condition in returning create disposition for file create/open. 27). Fix NT rewriting of security descriptors to their canonical form for ACLs. 28). Fix for Samba running on top of Linux VFAT ftruncate bug. 29). Swat fixes for being run with xinetd that doesn't set the umask. 30). Fix for slow writes with Win9x Explorer clients. Emulates Microsoft TCP stack early ack specification error. 31). Changed lock & persistant tdb directory to /var/cache/samba by default on RedHat and Mandrake as they clear the /var/lock/samba directory on reboot.
2001-07-13Set "PKG_JVM" to "sun-jdk" to enforce use of the required Java VM.tron1-11/+13
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam4-18/+22
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-12Don't try to build against -lreadline on NetBSD-1.4.x, either.fredb1-1/+2
2001-07-12Update to latest release candidate, ntp-4.0.99m-rc3. Continuedfredb4-53/+43
refinements since 4.0.99k, a new feature -- an experimental "huff-n-puff" filter (optionally enabled in /etc/ntp.conf) -- which discards samples with the highest delays, and new drivers for: Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF serial and PCI, ONCORE, ulink331. Drop the packages's requirement for GNU readline. It turns out that command line editing in "ntpq" is not all that useful, as you can alway let your shell recall "ntpq -c <command>".
2001-07-10add & enable SDL_netzuntum1-1/+2
2001-07-10Initial import of SDL_net-1.2.0zuntum6-0/+86
This is a small sample cross-platform networking library
2001-07-09Update polsms to 1.8.9zuntum4-23/+42
Changes: o several new options in config file revelant when sending messages to Plus phones; now supports ICQ gateway, too o yet another change in Era handling code o improved way to parse email address from both environment variables and config file o improved hostname detection code * converted to use buildlink.mk files * simplified patch-aa
2001-07-04Update ipcalc to 0.34zuntum2-5/+5
Changelog: - Use default netmask of class when no netmask is given
2001-07-04remove redundant USE_RUBY.taca1-2/+1
2001-07-04upgrade to 9.1.3 from ISC. changes between 9.1.2 to 9.1.3:itojun2-6/+6
--- 9.1.3 released --- --- 9.1.3rc3 released --- 911. [bug] Fail gracefully with multiple hint zones. [RT #1433] 910. [port] Some pre-RFC2133 IPv6 implementations do not define IN6ADDR_ANY_INIT. [RT #1416] --- 9.1.3rc2 released --- 904. [bug] The server would leak memory if attempting to use an expired TSIG key. [RT #1406] 903. [bug] dig should not crash when receiving a TCP packet of length 0. 902. [bug] The -d option was ignored if both -t and -g were also specified. 901. [cleanup] The man pages no longer have empty lines outside of literal blocks. 898. [bug] "dig" failed to set a nonzero exit status on UDP query timeout. [RT #1323] 894. [bug] When using the DNSSEC tools, a message intended to warn when the keyboard was being used because of the lack of a suitable random device was not being printed. 892. [bug] The server could attempt to refresh a zone that was being loaded, causing an assertion failure. [RT #1335] 891. [bug] Return an error when a SIG(0) signed response to an unsigned query is seen. This should actually do the verification, but it's not currently possible. [RT #1391] 888. [bug] Don't die when using TKEY to delete a nonexistent TSIG key. [RT #1392] 860. [interop] Drop cross class glue in zone transfers. 852. [bug] Handle responses from servers which do not now about IXFR. 850. [bug] dns_rbt_findnode() would not find nodes that were split on a bitstring label somewhere other than in the last label of the node. [RT #1351] 705. [port] Work out resource limit type for use where rlim_t is not available. [RT #695] 704. [port] RLIMIT_NOFILE is not available on all platforms. 703. [port] sys/select.h is needed on older platforms. [RT #695] --- 9.1.3rc1 released --- 831. [bug] The configure script tried to determine endianness before making its final decision on which C compiler to use, causing Solaris/x86 systems with gcc to be incorrectly identified as big-endian. [RT #1315] 827. [bug] When an IXFR protocol error occurs, the slave should retry with AXFR. 826. [bug] Some IXFR protocol errors were not detected. 825. [bug] zone.c:ns_query() detached from the wrong zone reference. [RT #1264] 824. [bug] Correct line numbers reported by dns_master_load(). [RT #1263] 822. [bug] Sending nxrrset prerequisites would crash nsupdate. [RT #1248] 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up the calling stack to the zone maintence level, causing zones to not reload when an included file was touched but the top-level zone file was not. 771. [cleanup] TSIG errors related to unsynchronized clocks are logged better. [RT #919] 734. [bug] An attempt to re-lock the zone lock could occur if the server was shutdown during a zone tranfer. [RT #830] 712. [bug] Sending a large signed update message caused an assertion failure. [RT #718] 669. [bug] dnssec-keygen now makes the public key file non-world-readable for symmetric keys. [RT #403]
2001-07-02Mark as USE_BUILDLINK_ONLYjlam1-1/+2
2001-07-02Convert to use buildlink.mk files.jlam1-2/+2
2001-07-02add note about enabling lkm-loading in rc.conf; suggested by Cana McCoyjoda1-3/+4
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-3/+5
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam3-9/+9
2001-07-01add net/bridgeditojun1-1/+2
2001-07-01bridged, userland ethernet bridge daemonitojun4-0/+24
2001-07-01Add and enable ruby-drb and ruby-icmp.taca1-1/+3
2001-07-01Importing ruby-icmp, ruby-icmp-0.1.1 package.taca4-0/+43
Ruby module for handling ICMP packets.
2001-07-01Importing ruby-drb, ruby-drb-1.3.2 package.taca6-0/+145
druby (DRb) - distributed ruby. DRb can be used to exchange messages among Ruby scripts.
2001-06-30Get rid of "ETHEREAL_VERSION" variable by extracting the version numbertron2-13/+11
from the package name.
2001-06-30It seems struct ifnet grew, and the buffer used to kvm_read into wasn'twiz4-10/+24
big enough, resulting into overwriting of stack variables making wmnet core dump because of segfault. Increase buffer size to avoid that. Bump to 1.06nb2.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam2-10/+5
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28Use socks4>=2.2 instead of socks4-*.jlam1-2/+2
2001-06-28Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-06-28Mark as USE_BUILDLINK_ONLY, and some minor whitespace alignments.jlam1-14/+15
2001-06-28Use =, not +=, for BUILDLINK_FILES.jlam1-2/+2
2001-06-28Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-06-28Honor CFLAGS passed in from environment during build, some minor cosmeticjlam3-22/+18
changes to the Makefile, and mark as USE_BUILDLINK_ONLY.
2001-06-28Remove USE_BUILDLINK_ONLY as we may need ${LOCALBASE}/lib/libintl.so onjlam1-2/+1
pre-current systems.
2001-06-28Convert to use buildlink.mk. Should fix pkg/13331.wiz1-7/+8
2001-06-28Only patch one file per patch file.wiz3-13/+16
2001-06-27As Bernd Ernesti kindly pointed out, this already exists asdogcow4-35/+0
pkgsrc/databases/p5-perl-ldap, and has been around since '99. Therefore, that one takes precedence. Mea summa culpa.
2001-06-27- Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam4-23/+40
- Handle PKGLOCALEDIR in PLIST.
2001-06-27missed the Makefile the first time around.dogcow1-0/+21
2001-06-27Initial commit of p5-Net-LDAP.dogcow3-0/+14
This is quite a different package from pkgsrc/devel/p5-LDAP; this one doesn't require the mozilla ldapsdk, and also seems to be the 'standard' LDAP interface these days.
2001-06-26Use REPLACE_BUILDLINK instead of repeating the post-build same code overjlam1-14/+2
and over again in the pkgsrc tree.
2001-06-26Install zebra.info-{1,2,3} (pregenerated). Fixes pkg/13067 by Kimmo Suouminen.wiz3-5/+11
2001-06-26Swap contents of PLIST.pre and PLIST.post; dirrm's should be in PLIST.post.wiz2-226/+226