summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
1999-11-17Upgrade lukemftp, the enhanced ftp client in NetBSD, to version 1.1.agc2-4/+4
Changes since version 1.0: * Implemented `set prompt' and `set rprompt', which allow you to configure the prompt and right side prompt (respectively). Some tcsh(1) style `%' escapes are supported, including %. %c %/ %m %M %n * Implemented restarting of file:/// and non-proxied http:// URLs (using -R) * Correctly parse remote ports given as numbers that don't appear in the services(5) database. * Prevent a couple of minor memory leaks * Add missing compilation setting for SOCKS
1999-11-16Update xipdump to 1.5.2.sakamoto2-4/+4
Changes: * Solaris port from Josh Wilmes <josh@hitchhiker.org>.
1999-11-16regensakamoto1-1/+2
1999-11-16Add example configuration files.jlam3-8/+62
1999-11-16* Update samba to 2.0.6.jlam7-96/+139
* It turns out -lreadline also needs -ltermcap to link under ELF. I had to patch the GNU configure script to make it correctly detect readline. Are we going to have to do this to all the packages which depend upon readline? New/Changed parameters in 2.0.6 ------------------------------- There are 6 new parameters in the smb.conf file. wins hook This parameter allows an external program to be called on all changes to a Samba WINS database, allowing dynamic DNS updates. debug hires timestamp debug pid debug uid The above 3 parameters provide greater debug information. preexec close rootpreexec close The above 2 parameters control the action taken on the success or failure of a 'preexec' script. There is also one removed parameter. mangle locks The addition of these new parameters and the removal of the old is described in more detail in the smb.conf man page, When using "security=domain" the "password server" parameter can now be set to the string "*', which will cause Samba to search for Domain controllers in the same way that Windows NT does. See the smb.conf man page for more details. The "interfaces" parameter in smb.conf can now be dynamically detected on startup and can also now take an interface name such as eth0. See the smb.conf man page for the details on the new features of the "interfaces" parameter. nmbd has been enhanced to use this feature. The syntax for the Linux-specific smbmount command has been changed and is now compatible with the standard mount command. See the modified smbmount man page for details. Support for the UNIX CUPS printer standard has been added. See www.cups.org for details. Thanks to the folks at Easy Software Products for this code. Set the printcap name to "cups" to enable this. See the smb.conf man page for details. Changes in 2.0.6 ----------------- 1). 64-bit locking removed from Linux autoconf build. This fixes several Linux specific locking issues. 2). Crash bug fix in smbclient recursive processing. Fix from E. Jay Berkenbilt (ejb@ql.org). 3). "history" command added to smbclient if readline available. 4). smbtar - updates files and directory message on restore. 5). smbmnt - 'u', 'g', 'r', 'f', 'd' options added by Andrew. See man page for details. 6). smbmount updated to be useable by autofs on Linux. See the samba/examples/autofs/README file for details. 7). Bug fixed where TCP_NODELAY was not being used by default in smbd. 8). Many oplock fixes. Samba now waits 30 seconds, not 45. Also smbd no longer aborts on client break failure, but logs a message and continues. This is what NT does. This should fix many "oplock break" message problems people have been having. 9). New code from Andrew to dynamically detect interfaces. nmbd will now attempt to dynamically detect interface changes and register names as an interface goes "up". 10). Win95 ioctl for print jobs added by Matt. 11). Mapping for ISO8859-1 extended for codepage 437 and 850. 12). Code Page 737 -> ISO-8859-7 (Greek-Hellenic) mapping added. 13). Character strings now correctly converted from UNIX character set format to DOS codepage when read from smb.conf or external passwd or group files. Samba is now much more careful about what format external strings should be converted to/from. 14). snprintf crash fix for IRIX 6.2 and below. 15). Increased timestamp debug fixes (adds milliseconds and uid/pid if requested). 16). Optimisation for wildcard exact match requests. 17). Win95 wildcard semantics fix - unused code removed. 18). 'mangle locks' parameter removed. This now done automatically. 19). setXid() routines re-written to provide asserts and also to fix AIX versions prior to 4.1.x. 20). MSG_WAITALL optimisation removed due to bugs in FreeBSD. 21). Length fix when writing UNICODE string. 22). oplock processing added to libsmb client code. 23). Added more client error message strings. 24). Fix bug with connecting to encrypted server when non-encrypted password given. 25). In security=domain, password server extended to search for DC's if parameter = '*'. 26). "root did not create samaphore" bug fixed. 27). random generator initialized early to prevent icons not showing up in Win9x. 28). Logging fix after SIGHUP. 29). WINS hook external call added when nmbd is a WINS server. 30). Support for CUPS printer protocol added by Michael Sweet. 31). Support for NIS+ backend password database updates. 32). Handle dashes in print job id's. Fix from Dom.Mitchell@palmerharvey.co.uk 33). Race condition in UNIX password sync on some platforms fixed by Matt. 34). Dirptr leak from Win98 fixed. 35). Logic bug in handling of level II oplocks fixed. 36). smbd crash bug fix when opening directories. 37). Paranoia oplock fix from Charles Hoch (hoch@exemplary.com) 38). Fix Win2k problem where DCE/RPC is done on SMBwrite as well as SMBwriteX. 39). Fix Win95 redirector alignment bug that caused oplock break failures. 40). Preexec close code added. 41). Extra sanity checks in testparm code. 42). oplock tests added to smbtorture. 43). Tell SWAT user if logged in as root or not. 44). Solaris packaging fixes donated by VERITAS.
1999-11-16Update bind8 to 8.2.2p5. This fixes a couple more security holes andrh2-23/+8
closes PR 8796 by Takahiro Kambe, thx!
1999-11-15Add and enable xipdump.sakamoto1-1/+2
1999-11-15Initial import of xipdump-1.5.1.sakamoto9-0/+99
displays IP packets using X Window System
1999-11-14Update ntp4 to 4.0.98f. Extensive clean ups, bug fixes in reference clockfredb5-67/+16
drivers and in burst mode operation. Clean ups to and additional documentation. - - Package builds cleanly (including ntptime) for NetBSD-1.4.1, now that HAVE_PPSAPI depends on finding PPS_API_VERS_1 in sys/timepps.h, rather than simply checking for the presence of sys/timpepps.h. - - Remove dependencies on gmake and autoconf.
1999-11-13Repair patch broken my "no fuzz" cleanup.tron2-9/+7
1999-11-13clean up and make this package hier(7) compliant.rh6-265/+147
1999-11-12Add and enable bind8rh1-1/+2
1999-11-12regen.rh1-0/+5
1999-11-12Import of bind8 package as submitted in pkg/8782 by Greg A. Woods (withrh8-0/+380
some modifications), thanks! XXX: this package definitely needs some more work, specifically to make it hier(7) compliant. However, I don't have the time for that at the moment, I therefore mainly commit this for the sake of providing a quick security fix for the affected systems.
1999-11-12defuzzrh2-6/+6
1999-11-12defuzz.rh4-11/+11
1999-11-12Add USB tty stuff: ttyU[123], dtyU[0123]. No idea if one can dial out onhubertf2-9/+19
ctyU* too.
1999-11-12New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz.tron3-13/+15
1999-11-11add missing patch-sumdmcmahill1-0/+57
1999-11-08Update delegate to 5.9.6. Changes are bugfixes only.rh3-7/+13
1999-11-08enable p5-Net-DNShubertf1-2/+2
1999-11-08Net::DNS is a Perl interface to the DNS resolver. It allows thehubertf5-0/+105
programmer to perform any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. As of version 0.02, Net::DNS is written entirely in Perl. Version 0.01 was written mostly in C and used the system's resolver. The Perl version runs quite a bit slower, but considering that the network can be a serious bottleneck when making DNS queries, the speed difference may not really matter in most cases. However, future versions may contain some C to increase speed or for those who wish to link against libresolv or libbind.
1999-11-05mention SNMPhubertf1-1/+1
1999-11-05add & enable kmaphubertf1-1/+2
1999-11-05Kmap is a gui frontend to the popular portscanning utility nmap. Nmaphubertf7-0/+67
is a console application with a wide variety of powerful options, but the sheer number of these options can make using nmap difficult. Thus, kmap is targeted towards those that would like to use a powerful scanner from time to time, without having to constantly check the man page for help.
1999-11-04fix after duplicated import. includes future USE_INET6 part (commented out).itojun4-27/+24
1999-11-04pchar, a pathchar compatible (from KAME pkgsrc)itojun4-16/+27
1999-11-04Forgot late change.soren1-2/+2
1999-11-04Add and enable pchar.soren1-1/+2
1999-11-04pchar - a tool for measuring Internet link characteristics.soren5-0/+27
1999-11-01unset "DOMAIN" env-var.hubertf1-1/+2
This doesn't seem to be used for anything useful, yet if it's set in the compiling user's environment, it will do bad things.
1999-11-01* Modify to support gd-1.7.3.jlam3-4/+28
1999-10-28Add and enable irrd.kim1-1/+2
1999-10-28IRRd is a freely available streamlined, stand-alone Internetkim10-0/+170
Routing Registry database server. IRRd supports both RIPE-181 and RPSL routing registry syntaxes.
1999-10-28Add and enable lukemftp.agc1-1/+2
1999-10-28Import Luke Mewburn's ftp client into the NetBSD packages collection.agc5-0/+42
This is the NetBSD-current ftp(1) client.
1999-10-27Look for the host program in /usr/bin, /usr/sbin and then $PATH, ratheragc1-2/+13
than hardcoding a directory which changed in NetBSD 1.4. Pointed out by Lex Wennmacher.
1999-10-26Share common pieces with net/speakfreely.jlam12-378/+5
1999-10-26* Fix for endianness check (NetBSD-current and 1.4.x are different)jlam5-59/+65
* Move parts shared between speakfreely and speakfreely-crypto to Makefile.common.
1999-10-26Mark these packages as interactive because the distribution files needtron2-4/+8
to be fetched manually.
1999-10-25comment out the curl subdirdbj1-2/+2
1999-10-25backing out curl due to mini pkg freezedbj5-37/+0
it can be recovered via tag: dbj-pkgsrc-curl-removal-19991025
1999-10-24add curldbj1-1/+2
1999-10-24a command line tool for transfering data specified with URL syntax.dbj5-0/+37
1999-10-23Use wildcard dependences for "gnome-libs" and "gnome-core" packages.tron1-2/+2
1999-10-22Use wildcard dependence for "gtk+" package.tron3-6/+6
1999-10-22Update "ORBit" package to version 0.5.0 included in GNOME 1.0.53 release.tron10-80/+72
1999-10-20Fix list of modem-devices kppp presents.hubertf2-1/+34
Question: am I the only one who's modem doesn't understand ATL4 but works fine with ATL3? If not, I should probably change that, too...
1999-10-19Install 5.3.2rvb6-15/+12
1999-10-19No longer neededrvb2-26/+0