summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-02-07update samba package to 2.2.3.1 (samba 2.2.3a).taca2-6/+6
Change from 2.2.3 ----------------- This is a minor bugfix release for the 2.2.3 release. The 2.2.3 release had a problem that was visible to Windows 2000 Explorer users in that copying files into a share that already existed failed with "Access Denied" rather than asking the user if an overwrite was required. This was due to an incorrect error mapping between the UNIX EEXIST error code and the NT status error. As Windows Explorer is a highly visible end user application a quick bugfix release was required, hence 2.2.3a. Compilation on HPUX versions earlier than HPUX 11 has also been corrected. The cvs.log file is no longer included with this release, as it adds 13Mb to the size of the release, and is easily available on the Web.
2002-02-06Use "blackdown-jdk13" as JVM type instead of incorrect "blackdown-jdk" ontron1-9/+9
NetBSD-powerpc.
2002-02-06add and enable ripe-whoiswiz1-1/+2
2002-02-06Don't invoke JVM with "-jar -jar" on NetBSD-powerpc. Problem noted bytron1-2/+2
Andrew Cagney in private e-mail.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam2-6/+6
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-06bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txtjmc1-2/+2
2002-02-05/bin/mkdir -> ${MKDIR}.skrll4-8/+8
Make the print-PLIST target output ${MKDIR} also.
2002-02-05add ipcheckdrochner1-1/+2
2002-02-05initial import of ipcheck-0.151, a python client for the dyndns servicedrochner4-0/+33
such a pkg was submitted in PR pkg/12438, but the URL it refers to is invalid
2002-02-05Mark this as being obsoleted by samba>=2.2.3, which brought back thejlam1-1/+3
"share modes" parameter. Leave in pkgsrc for now in case was other functionality missing from the 2.0.x -> 2.2.x switch.
2002-02-05Initial import of the latest RIPE whois client, version 3.0, into the NetBSDseb4-0/+56
Packages Collection. This is a complete rewrite of the RIPE whois client: - The networkupdate utility is gone (it was restricted to internal RIPE NCC nodes anyway). - The cryptpw utility is also gone (it was not of real use for non-RIPE NCC users anyway). - The default command name is now whois3. - The whois3 client does not check for supported flags at the client side, except for -h (whois host) and -p (whois port). The syntax checks for flags are made at the server side. This package is believed to be the successor of net/ripe-whois-tools which could problably be removed.
2002-02-05Use proper path for DEPENDS getting to ruby-nqxmljmc1-3/+2
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam8-23/+23
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05Modify the package so that the message is only displayed if SAMBA_USE_LDAPjlam4-33/+30
is not defined, as that is the only time when the smbpasswd file is consulted. Also don't create a the smbpasswd file from /etc/passwd, as that generates a lot of bad users, e.g. root, daemon, operator, etc. Instead, just create an empty smbpasswd file and rely on the admin to add approved users to the smbpasswd file using "smbpasswd -a".
2002-02-05Add a bunch more FTP mirror sites.jlam1-2/+5
2002-02-05(1) Change Samba's "lockdir" from /var/run/samba to /var/db/samba.taca11-11/+278
(2) Add "piddir" as /var/run and "pidfile dir" and "pidfile directory" statement for smb.conf. (3) Some fix for password synchronization but it isn't tested much and it is almost useless under "encrypt passwords = yes" environment. Changes for INSTALL and part of Makefile are provided by "Johnny C. Lam" <jlam@netbsd.org> and (2) and (3) are got from FreeBSD ports. Bump revision to 1; samba-2.2.3nb1 now.
2002-02-04Use HTTP for german mirror because FTP doesn't work.tron1-2/+2
2002-02-04* Renamed the startup script rc.d/radiusd.sh -> rc.d/radiusdmartti2-7/+7
* Don't fail if ${PREFIX}/etc/raddb can't be removed (i.e. because users's locally modified configuration files are still there)
2002-02-04Added optional support for LDAP (set SAMBA_USE_LDAP=YES to activate this).martti2-2/+12
According to Samba 2.2.3 release announcement: Much work has been done on the LDAP backend code. The configure option --with-ldapsam is now considered to be stable. The schema used has changed, see the file examples/LDAP/samba.schema for the new schema. New documentation explaining how to set up a Samba only PDC/BDC setup has been added in the files Samba-LDAP-HOWTO and Samba-BDC-HOWTO in the documentation tree.
2002-02-04Updated samba to 2.2.3martti4-16/+19
Changes in 2.2.3 ----------------- 1). Fixed shared library compile for Solaris with native compiler. 2). UNIX CIFS extensions code added (donated by HP). 3). Changed to using NT status codes on the wire if the client can support this. 4). altname command to show 8.3 name added to smbclient. 5). const-safe endian macros now used. 6). client code now uses UNICODE on the wire. 7). Correctly return fault PDU's on bad handle. 8). Improved NT error code mapping table. 9). Many new point and print RPC calls added. 10). Win9x clients can now see full user list. 11). fileid added to identify simultaneous open files (no longer use dev/inode/time as unique value). 12). HPUX ACL code added (donated by HP). 13). vfs interfaces updated (again !). 14). MSDOS Code Page 866 -> 1251 mapping added. 15). winbindd now processes quit/hup signals correctly. 16). No tdb traversal done on startup/shutdown - ensures scalability. 17). Fix bug with paths for homes share. 18). Fixed copyfile for OS/2. 19). Fix group membership when groups are on more than one line. 20). Fixed core dumps in posix ACL mapping code. 21). Tidyup of UNICODE functions (put/get). 22). Move rpcclient to the new libsmb code. 23). Add missing Windows 2000 passthough trans2 calls. 24). Return check all tdb calls. 25). Make local name lookup work even if wins server is down. 26). pam session code added to winbind. 27). Added winbindd cache to all lookups. 28). Fix allocate bugs that caused file sizes to be incorrect. 29). Fixed write cache code - now safe to use. 30). Fixed winbindd memory leaks. 31). winbindd will now do name lookups (to allow non Open Source systems to do the nsswitch WINS lookup). Fixed by SGI. 32). passdb memory leaks fixed. 33). LDAP code updates and now properly maintained. 34). Finally figured out how changeid is meant to work. 35). Downlevel printing now looks as NT does in print monitor window. 36). Many fixups in spoolss printing RPC parsing. 37). Speed up password enumeration as a PDC. 38). Fix printer changed notify messages (work from HP). 39). Fix modify timestamp on close code. 40). Fix long standing mangled names bug. 41). Fix delete on close semantics. 42). Stop opening all files with O_NONBLOCK ! 43). Use O_NOFOLLOW for systems that have it and don't want symlinks. 44). Ensure NT suplementary groups get added to user token. 45). Try and mitigate effects of DNS timeout (do less lookups). 46). Added current user connection context stack. 47). Fixes to utmp code. 48). smbw code tidyups. 49). Added tdb open log code. Several tdb fixes.
2002-02-03Update ethereal to 0.9.1mjl2-5/+5
Program preferences have been expanded to include capture, name resolution, and window geometry settings. It is now possible to search for all fields in GIOP messages. You can now build display filters on the fly by right-clicking on tree view items. Additionally, protocol hierarchy statistics display and MacOS X capture timeout bugs have been fixed. The idl2eth utility now handles CORBA IDL recursive unions and structs and the text2pcap utility also received updates, including SCTP support. New dissectors include DHCPv6, DLSw, IAPP, SCSI, SPOOLSS RPC, SliMP3, and TSP. Dissectors receiving updates include AFS, AIM, Auto-RP, BGP, BOOTP, DCE RPC, DIAMETER, FDDI, GTP, H.261, HMIPv6, IS-IS, iSCSI, ISUP, LDAP, M3UA, MIP, MMSE, MTP3, NBNS, NCP, NDMP, NFS, ONC RPC, PIM, PPP, PPP, Q.931, RPC, RSVP, RTCP, SCTP, SDP, SIP, SMB/CIFS, SSL, STAT, Syslog, TCP, TNS, VJ, WTP, and ypbind. Support for WildPackets' AiroPeek and OpenBSD pflog capture file formats have been added (you can read pflog data from a file, or directly from the logging interface). Support for the DBS Etherwatch, EtherPeek, NetMon, and VMS TCPIPtrace formats has been enhanced.
2002-02-01Add support for NetBSD-powerpc based on suggestion made by Andrew Cagneytron1-3/+15
in PR pkg/13881.
2002-02-01Build and install the check_hpjd plugin.skrll2-5/+8
This closes pkg/14514 from Chris Tribo <t1345@hopi.dtcc.edu>
2002-01-31Sort.wiz1-3/+3
2002-01-31Remove eggdrop (broken for 16 months now).wiz11-255/+1
2002-01-31Instead of manually making "install-config" as the first step of thejlam1-2/+3
post-install target, just add install-config to the list of INSTALL_TARGETS. This is much simpler, duh! Thanks to Thomas Klausner <wiz@netbsd.org> for pointing this out.
2002-01-31If one wants to make a target from some Makefile within ${WRKSRC}, thenjlam1-2/+2
the right way to call the target is: ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} target The environment should be set explicitly, and one should _always_ call "${MAKE_PROGRAM}", and not "${MAKE}" since the former always refers to the name of the actual make program used, regardless of whether USE_GMAKE is defined or not.
2002-01-31Update net/openslp to 1.0.7. Relevant changes from version 1.0.6 include:jlam2-12/+20
* Applied patch from Juergen Kreileder that provides the net.slp.multicastIF slp.conf setting. net.slp.multicastIF is useful in setting up OpenSLP on multi-homed machines where it is desireable to configure which interface should send multicast traffic. * Applied patch from Garth Bushell that fixes a problem where not enough memory was being allocated to hold an escaped string in SLPEscape(). * Changed slpd "daemonize" code to chdir() to "/" so that the PWD is not left unmountable.
2002-01-31Fix cpp handling in vnc's private imake to deal with change of cpp locationmarkd2-7/+21
as per same change made to Xfree86's imake recently.
2002-01-30When built with PAM support, add USE_PAM to BUILD_DEFS.jlam1-1/+2
2002-01-29add py-IPdrochner1-1/+2
2002-01-29initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address,drochner4-0/+26
submitted by Shell Hung per PR pkg/15144
2002-01-29Make it work with xpkgwedge.wiz2-2/+16
Patch supplied by Hiramatsu Yoshifumi in pkg/15217.
2002-01-29Standardize patch.wiz1-3/+3
2002-01-29Install to LOCALBASE, not hardwired /usr/pkg.wiz3-3/+15
Patches provided by Hiramatsu Yoshifumi in pkg/15206.
2002-01-28"Oops." Remove reimport of this already existing package in p5-perl-ldap.jlam2-12/+0
2002-01-28Initial import of net/p5-Net-LDAP:jlam2-0/+12
The perl-ldap distribution is a collection of perl modules that provide an object orientated interface to LDAP servers. The perl-ldap distribution has several advantages: * By using the perl object interface the perl-ldap modules provide programmers with an interface which allows complex searches of LDAP directories with only a small amount of code. * All the perl-ldap modules are written entirely in perl, which means that the library is truly cross-platform compatible.
2002-01-27Strongly buildlinkify.jlam1-1/+3
2002-01-27Add ane enable ruby-xmlrpc4r.taca1-1/+2
2002-01-27Importing ruby-xmlrpc4r package 1.7.9, implementation of the XML-RPCtaca4-0/+182
protocol for Ruby. Based on PR pkg/14303 with slightly modification and newer version.
2002-01-26Update to 2.5.2. Changes since 2.5.1:bouyer2-5/+5
rsync 2.5.2 (26 Jan 2002) SECURITY FIXES: * Signedness security patch from Sebastian Krahmer <krahmer@suse.de> -- in some cases we were not sufficiently careful about reading integers from the network. BUG FIXES: * Fix possible string mangling in log files. * Fix for setting local address of outgoing sockets. * Better handling of hardlinks and devices on platforms with 64-bit dev_t or ino_t. * Name resolution on machines supporting IPv6 is improved. * Fix for device nodes. (dann frazier) (Debian #129135) ENHANCEMENTS: * With -v, rsync now shows the command used to initiate an ssh/rsh connection. * --statistics now shows memory heap usage on platforms that support mallinfo(). * "The Ted T'so school of program optimization": make progress visible and people will think it's faster. (With --progress, rsync will show you how many files it has seen as it builds the file_list, giving some indication that it has not hung.) * Improvements to batch mode support. This is still experimental but testing would be welcome. (Jos Backus) * New --ignore-existing option, patch previously distributed with Vipul's Razor. (Debian #124286)
2002-01-26Updated p5-Net-IRC to 0.73 (provided by Kevin Lo in pkg/15329)martti2-5/+5
- Removed debugging information that was printing out weird messages as far as ACTIONs were concerned - Made the LocalAddr option actually work - Added some more Handlers and the documentation - Fix the IPv6 hostnames - Anti's Patch broke MODE handling
2002-01-25Provide a patch to the configure script based on the already existingskrll2-1/+3142
patch to configure.in instead of adding the missing BUILD_DEPENDS on autoconf.
2002-01-24Fix pattern for incompatible "curses" libraries so that "ncurses" is usedtron1-2/+2
under e.g. "1.5.3_ALPHA".
2002-01-21Add and enable gopheragc1-1/+2
2002-01-21Initial import of gopher-3.0.2, a distributed document delivery clientagc4-0/+54
and server, into the NetBSD Packages Collection. The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by using a client-server communications model. The Internet Gopher Server accepts simple queries, and responds by sending the client a document. This is the Gopher+ distribution based on the University of Minnesota's Internet Gopher+ distribution for UNIX machines. University of Minnesota actively developed this software until 1995. In 2000, they released it to the public under the GNU General Public License. This represents the latest version of their tree, as adopted by a group of programmers. A client for VMS is included but is not currently supported. Provided in PR 15285 by jgoerzen@complete.org
2002-01-21* Refuse to install if ${PREFIX}/lib/ICAClient already exists (otherwisemartti1-1/+12
the installation program goes crazy) * Fix path in the license generation script
2002-01-20Update "napshare" package to version 1.0. Changes since version 0.1:tron4-53/+8
- Fully automated! Lots of testing - Host cache size limit, we also load list faster - Upload resume fixed - Select files by size or name now, changes name when using size - Minimum speed for searches works again - Lots of other fixes, memory leaks are gone - Initial host connections faster and uses more static host caches - Found some possible memory leaks, fixed compile warnings for search tags - GnutellaNet number is a little more realistic, still needs work - Download try ratio 3:1 gets files started faster - Uploads monitor reads correct now - Ping shows max amount, showing how long it may take to complete a search - Other small fixes
2002-01-20Update ruby-drb package to 1.3.4.2. Changes from 1.3.2 are bellowtaca5-65/+28
with my poor translation from Japanese. 1.3.4.2 o dRuby development version. o No change in dRuby itself. o Move "drb over http" scripts from lib to sample directory. o Fix a bug in drbunit.rb. 1.3.4 o Add new sample, distribute cdbiff client and server. o Fix "yield" make a mistake its argument. o Fix exchange large message; revert sysread/syswrite to read/write. o Handle SOL_TCP. o Add DRb::DRbObservable module. 1.3.3 o Try to reuse connection (for performance improvement). o DRbObject returns the object, when URI is matched with remote. o Now DRbUnknownError can go and return. o Add hash.eql? to drb/rq.rb. o Add close on exec flag.
2002-01-19Always test thoroughly... Fixed previous fix.kim1-5/+5