summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-05-29CGI.pm 2.72 is ok.kim1-2/+2
2001-05-29Add and enable stripes.kim1-1/+2
2001-05-29Stripes is a Looking Glass implementation that works with Zebra andkim4-0/+38
Cisco routers. A Looking Glass is a CGI script for viewing results of simple queries executed on remote routers.
2001-05-28Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR}jlam4-37/+41
and ${BUILDLINK_LIBDIR} to find headers and libraries. Also find tputs() in termcap first, before looking in tinfo, curses, then ncurses. Simplify the PLIST handling by using space-separated list of PLIST files in PLIST_SRC.
2001-05-28Remove unneeded dependency on readline...delegate supplies its own readlinejlam1-3/+1
routines.
2001-05-27upgrade to 0.8.18.itojun2-5/+5
Overview of changes in Ethereal 0.8.18: * Improvement of 'make clean' targets. (gilbert) * Added the ethereal capture preferences to the preference file. (Jeff, Guy) * Fix automake packaging of win32-only files. (gilbert) * Remove "etypes.h" include from "ipproto.c" (gilbert) * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy) * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy) * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy) * Assorted cleanups in packet-kerberos.c (Guy) * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy) * Assorted ISIS enhancements. (Hannes Gredler) * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy) * In wiretap/buffer.c Fix "data" member of a Buffer structure g_malloc casting (Guy) * In wiretap/lanalyzer.c Removed g_assert_not_reached and return 0; from lanalyzer_open() loop. (Guy) * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with). (Guy) * Quarterly (or so) update to manuf (Gerald) * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file. (Guy) * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke) * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy) * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot) * packet-bgp.c, packet-bgp.h tvbuffified (Heikki Vatiainen, Guy) * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy) * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy) * Tvbuffify packet-yhoo.c (Nathan Neulinger) * Makefile.nmake pulls in settings from config.nmake (Gram) * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram) * IP fragment reassembly (Ronnie Sahlberg, Guy) * Fixed problem with nmake compiling lemon.c twice (Gram) * Check the validity of numbers specified in command-line options. (Guy) * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy) * YPPASSWD support (Ronnie Sahlberg, Guy) * Distribute wtap.def (Gram) * Include "image/Makefile.nmake" in the distribution tarball. (Guy) * Fixed up the messages printed for the SSL checks (Guy) * Have status bar to display nothing, rather than "Text (text)", when a "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy) * Cleanup the text item pseudo-field for the '-G' option (Guy) * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy) * DCE RPC updates (Todd Sabin, Guy) * Cleanup packet-rsvp.c object class-specific types (Guy) * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy) * Added perl script to generate X11 dissector fields (Guy) * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy) * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy) * Make the X11 fields that correspond to drawable IDs, masks, and the like display as hex rather than decimal. (Guy) * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy) * Add support for comments in "process-x11-fields.pl", and add a copyright notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy) * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text value, for display if an exception occurs (Guy) * KLM support (Ronnie Sahlberg, Guy) * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy) * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram) * Fix Gerald's e-mail address - (Guy) * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy) * editcap.c - add return 0; to main routine (Guy) * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy) * SPRAY support (Ronnie Sahlberg, Guy) * rquota support completed (Ronnie Sahlberg, Guy) * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy) * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy) * Get rid of NullTVB references. (Guy) * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy) * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy) * Get rid of unnecessary includes. (Guy) * Signed vs. unsigned fixes (Joerg Mayer, Guy) * Tvbuffify the RIPng dissector. (Guy) * RANAP support (Martin Held, Guy) * Modbus/TCP support (Riaan Swart, Guy) * Tvbuffify the Gryphon dissector. (Guy) * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy) * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy) * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy) * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy) * Get rid of support for non-tvbuffified plugin dissectors. (Guy) * "-l" command-line option to turn on automatic scrolling in "Update list of captures in real time" captures (Christian Lacunza, Guy) * HPUX plugin support using g_module_supported (Guy) * Added support for DHCP Authentication extensions specified in draft-ietf-dhc-authentication-16.txt (Ashokn) * Added support for RSVP Refresh Reduction Extensions - draft-ietf-rsvp-refresh-reduct-05. (Ashokn) * Added one-line summary of each RSVP object in the object line. (Ashokn) * Additional OSPF LSA types and opaque-options flag (Michael Rozhavsky, Guy) * packet-wtls.c updates (Alexandre P. Ferreira, Guy) * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy) * PIM enhancements and fixes (Heikki Vatiainen, Guy) * Support for dissecting XDR arrays (Ronnie Sahlberg, Guy) * NIS+ support (Ronnie Sahlberg, Guy) * Additional LDAP checks for invalid packets (Scott Renfro, Guy) * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy) * Automake updates for next version of automake (Nathan Neulinger, Guy) * Updates for the next version of autoconf (Nathan Neulinger, Guy) * Passive FTP support (Juan Toledo, Guy) * Fix a text window, scrollbar bug reported by Christopher McAvaney (gerald) * Updates to OSPF for the changes between drafts 3 and 4 of * Various ISIS improvements (Jean-Christian Pennetier, Guy) * osi-util.c Fix postfix error in string generation (Chris Fould, Guy) * Support for Cisco-proprietary capabilities in BGP (Jian Yu) Overview of changes in Ethereal 0.8.17: * Display filter GUI fix (Guy) * Build fix: use SSL_LIBS if found by configure (Henri Gomez) * Fix 2 off-by-1 erros in the code that selects a field after user clicks on a byte in the hex dump (Gilbert) * Typo fixes to packet-q931.c (Thomas Gimpel) * Win32 build: create HTML doco (Gilbert) * Fixes for Lemon compilation (Guy) * Wiretap file-close fix (Guy) * Wiretap open() design fix (Guy) * New dissector: support for CUPS browsing protocol (Charles Levert) * Wiretap support for Cisco HDLC (Guy) * New dissector: Cisco HDLC (guy) * Tvbuffication of MOUNT dissector (Ronnie Sahlberg) * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg) * Memory double-free fix (Guy) * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy) * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy) * Update to CUPS (Guy) * Update to CLNP (Guy) * Fix for Win32 file renaming (Guy) * Update to MGCP (Ed Warnicke, Guy) * Update to STAT dissector (Ronnie Sahlberg) * Check for NULL in proto_tree_add_* routines (Guy, Jeff) * Tvbuffication of YPSERV (Ronnie Sahlberg) * Tvbuffication of BOOTPARAM (Ronnie Sahlberg) * New dissector: DCE RPC support (Tod Sabin) * Update to SMB mailslot, browse, pipe (Guy) * Update to SMB (Guy) * Add 48.48 PNG of new 3d logo (Gilbert) * Compiler warning fixes (Guy) * MS Proxy fix and tvbuffication (Guy, Jeff) * Move address routines to epan (Ed Warnicke) * Change "IEE 802.3" Ethernet label (Gilbert) * New feature: Protocol Hierarchy Statistics (Gilbert, Guy) * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert) * New feature: multiple named data sources (Jeff, Guy) * Update to Frame Relay (Jeff, Guy) * New dissector: LMI for frame relay (Jeff) * New dissector: Wellfleet compression (Jeff) * Update to WTP (Guy) * Updates to AFS (Nathan) * Fix for WCP (Guy, Jeff) * Back out guint64 handling in wiretap netxray module (Guy) * Add APi for creating progess dialogues (Guy) * Tvbuffication of ICQ (Guy) * GTK-related code fixes (Eduardo PĂ©rez Ureta) * Update to RX (Nathan) * Add "-D" flag to tethereal to show list of all network interfaces (Guy) * Update to IP: check for small header lengths (Guy) * Update TPKT (Guy) * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen) * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy) * Update to PPP (Guy) * Update to Q.931 (Guy) * New disector: BACNET (Hartmut Mueller) * Code movement from dissectors to epan (Ed Warnicke, Guy) * General code cleaning (Guy) * Win32: load wpcap.dll at run-time, not load-time (Gilbert) * Support for "Transparent Ethernet Bridging" (Guy) * New dissector: GTP (Michal Melerowicz) * Fix for ISAKMP : check for length of payload (Tim Newsham) * Win32 build: use NullSoft Installer to provide packaging (Gilbert) * Win32 build: keep version number in config.nmake, and generate text files that need that version number (Gilbert) * Win32 build: wiretap can use zlib (Gilbert) * Update to SNMP (Guy) * New dissector: RWALL (Ronnie Sahlberg) * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler) * Updates to SCTP (Michael Tuexen) * Wiretap: support for Ascend version 7 output (Gerald) * Fixes to NTP (Joerg Mayer) * Doco updates (Guy, Gilbert) * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert) * Win32: isprint() hack to keep GTK from not showing characters in hex dump and follow-tcp-stream window in certain cases (Gilbert)
2001-05-24Use S_IRUSR/S_IWUSR and related flags from <sys/stat.h> instead ofjlam2-16/+8
SHM_{R,W}. Fix suggest by Klaus Klein. This should fix build on non-current NetBSD systems and closes PRs 13023 and 13033.
2001-05-24If pkgdiff reports 'Cannot strip away RCS IDs, please handle manually!'abs42-44/+150
mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing.
2001-05-24Use buildlink.mk files for cups and pam.jlam1-8/+4
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam2-9/+11
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-22Add fix for platforms that don't define SHM_{R_W} in <sys/shm.h>. Wejlam2-1/+23
define them to IPC_{R,W} as they're the right values. Problem discovered by browsing current-users and port-alpha (why were there no PRs?!).
2001-05-22Use devel/readline/Makefile.readline for GNU readline support and note whyjlam4-23/+68
GNU readline is required. Clean up how to pass location of OpenSSL headers to the configure script.
2001-05-22Update for patch sum changes. Bad developer, no cookie.abs1-35/+35
2001-05-22Document why GNU readline is required.jlam1-1/+2
2001-05-21Update ORBit to 0.5.8. Changes are bugfixes and new features needed byrh3-9/+10
bonobo-1.0.4 (sorry, no further details are known to me).
2001-05-21Fixup startup script - from Toru TAKAMIZUabs40-777/+670
2001-05-21add & enable whatmaskzuntum1-1/+2
2001-05-21Initial import of whatmask-1.0zuntum4-0/+41
Whatmask is a small C program that lets you easily convert between three common subnet mask notations. Notations supported: Name Example --------------------------------- CIDR /24 Netmask 255.255.255.0 Wilcard Bits 0.0.0.255 The above notations are all identical. CIDR notation commonly has a "/" in front of the number (representing the number of bits). Whatmask can accept these notations with or without a slash. This notation is used more and more recently. A lot of popular routers and software supprt this notation. Netmask notation is pretty much the standard old-school way of doing it. It is supported by most systems (Un*x, Win, Mac, etc.). Wilcard bits are similar to the netmask, but they are the logical not of the netmask. This notation is used by a number of popular routers.
2001-05-21add & enable ipcalczuntum1-1/+2
2001-05-21Initial import of ipcalc-0.33 - IP Calculator written in perlzuntum4-0/+38
ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design sub- and supernetworks. It is also intended to be a teaching tool and presents the results as easy-to-understand binary values.
2001-05-21Upgrade to 7.3.1.kim3-18/+10
[NEW] + FTP/SSL: supported "AUTH TLS", on-demand FTP/SSL (with sslway -St) + HTTP: introduced HTTPCONF="cka-cfi" to force Keep-Alive with FCL/FTOCL + general: introduced src. addr. binding (SRCIF=host[:port[:proto:dst:src]]) + general: introduced "-va" option (hidden log to be sent on ABORT) + SSLTUNNEL: introduced proxy auth. for SSLTUNNEL (by AUTH=pauthgen) + VSAP: introduced AUTH_VSAP (tentative) + FTP: enabled FCL/FSV=sslway for FTPS (implicit SSL) + NNTP: added client hostname to forbidden POST error log + MOUNT: new MountOption fo,bo,bif (ForwOnly,BackOnly,BackIfForw) + MOUNT: enabled dst=-host MountOption for servers as virtual hosts + genrail: made notify-mail include AbortLog and BackTrace + Socks: introduced "/-r" opt. (resolve locally, not on SocksV5 server) + Shio: added "c host:port" (connect to host:port without using shell) + HTTP: implemented AUTHORIZER and XECHO for HTTP + SSLway: introduced "-St" option to make STARTTLS be mandatory + FTP: supported MLSD command relay + general: randomized text and data segment address at compile time + general: introduced a time period in a week(-T.wWHHMM) + SSLway: inplemented STARTTLS for SMTP,POP,IMAP "-st[/protocol]" + SSLway: added "-pass {pass:string|file:path}" + SSLway: added error message about .pas to show what is necessary + MOUNT: extended matching and rewriting (ex. "*%1[a-b]%S *%(0)/%(1)") + MOUNT: reverse MOUNT for "*%(N)" in right hand rURL to left hand vURL + MOUNT: new abbreviation ///path -> =://=:=/path (the same proto&serv) + MOUNT: new abbreviation //serv/path -> =://serv/path (the same proto) + POP: supported AUTH without arguments + FTP: introduced FTPCONF=nodata (can be useful for FXP) + FTP:/HTTP: added logging in xferlog on FTP/HTTP (HTTPCONF=xferlog:ftp) [CHANGE] + FTP: added (empty) successful response for HELP command + general: removed obsolete codes (FTPGET,FORCEON,HTTPMAIL,PUBLIC,?_?,etc) + general: stopped to use getmsg() with poll() + HTTP: HTTP-PROXY become controllable by CONNECT + FTP: modified PASV response format to be more acceptable by clients + HTTP: extended timeout for fflush/fclose (was shorten in 6.1.21) + HTTP: modified to accept resp. "HTTP" lacking "/X.X" (6.1.22) + FTP: changed FTP max. relative date in LIST to 6 month (from 11) + SSLway: changed to hide command line arguments and environmnet vars + MOUNT: added MOUNT="//* = default" for SERVER=imap [FIX] + SSLway: fixed SEGV with the cc of SunOS4 (since 6.1.19) + SSLway: coped with multi-lines of opening message for STARTTLS + FTP: fixed not to apply server-side CFI for cached response + FTP: fixed CMAP switch for "ftp-data" protocol + INETD: enabled HTTP req. for "exec" protocol by INETD + INETD: fixed SEGV with INETD specification without arg-list + HTTP: fixed "nojava" for MOUNTed server with RELAY=no (since 6.1.20) + NNTP: fixed to MOUNT SERVER=nntp://host with "default" + FTP/HTTP: coped with WU-Ftpd/2.6.1 + DeleGate/Win32 + SMTP: fixed SIGPIPE to server by slow DATA from client + NNTP: fixed to clean up zombis of NNTPCC + origin-NNTP: fixed spooling article at spool/ddd/dd (4.2.0) + MOUNT: fixed matching to the end of line (by "$") + general: fixed endless SEGVs by duplicate fclose() in notify-mail + FTP: revival of "RETR //user:pass@host/path" (5.7.1) + FTP: fixed possible overflows in "//user:pass@host" scanning + DNS: fixed infinite loop on recvfrom() error + HTTP: fixed MOUNT for virtual Host (moved,host=-xxx) + NNTP: fixed not to start INIT before all opening messages done + HTTP: fixed to fflush before doing sleep/Nice (for chained DeleGate) + HTTP: fixed [Reply] button in NNTP/HTTP (6.1.12) + SMTP: fixed to wait response for DATA before send QUIT in b.g. (6.0.0) + SSLway: enabled RSA tmp. key callback both for openSSL/SSLeay + HTTP: fixed "bad response" on EOF/timeout with server (6.1.22) + HTTP: fixed status respopnse via CGI/CFI (6.1.19) + NNTP: fixed jamming of multi-servers by timeout during startup + MOUNT: fixed SEGV on bad MOUNT parameter (non full-URL in right hand) + CRON: fixed "-expire" to follow CACHEDIR in symbolic link + FTP/HTTP: fixed to do cache FTP/HTTP with Authorization: anon-ftp + FTP/HTTP: fixed to do cache FTP/HTTP with URL ftp://ftp:pass@host + NNTP: fixed NNTPCC with SERVER=nntp://server + HTTP: fixed not to try HTML oriented conversion for plain text + HTTP: fixed not to regard "EOF on server reusing" as badServer + HTTP: extended to record "badServer" (ex. HTTP/1.1->NCSA/1.5.2) + SSI/HTTP: fixed to skip ">" character in quoted-string + Telnet: fixed aborting login with AUTHORIZER + FTP: fixed SEGV on bound proxy (SERVER=ftp://user:pass@server) + general: fixed memory wasting by repetitive randenv() + general: fixed putting uninit. buff. when invoked without args + SSLway: fixed to do RAND_seed first (for openSSL0.8.5 or later) + HTTP: fixed possible SEGV on uninit. buff. ref. for -_-/proto://... + HTTP: fix for removing charset in META tag (when no space after ";") + HTTP: fixed Content-Length in NNTP/HTTP with Accept-Language:(charset) + NNTP: fixed string buffer reallocation (1MB<size) + SMTPGATE: fixed SEGV on empty local part in recipient's address
2001-05-19add and enable py-soaplib + py-xmlrpclibdrochner1-1/+3
2001-05-19initial import of py-soaplib-0.8:drochner4-0/+33
implementation of the SOAP 1.1 protocol for Python
2001-05-19initial import of py-xmlrpc-0.9.8:drochner4-0/+36
implementation of the XML-RPC protocol for Python
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-18Add HOMEPAGErh1-1/+2
2001-05-18Add and enable ripe-whois-toolsrh1-1/+2
2001-05-18Initial import of of ripe-whois-tools-2.4, a set of whois database toolsrh7-0/+186
for querying the extended ripe database. This package was provided in PR pkg/12979 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>, thanks!
2001-05-17upgrade to 8.2.4.itojun3-12/+17
Fixes long-standing protocol incompatibility in DNSSEC support. Avoids fwd'ing to root name servers if response will be rejected. new port/cygwin contributed by s_c_biggs@bigfoot.com. new contrib/mdnkit (V1.3) from author. new contrib/adm from official ftp site. new contrib/host from author. new contrib/dnsp from author. fixed file descriptor leak in resolver. numerous portability improvements. numerous bug fixes.
2001-05-16Use devel/readline/Makefile.readline to get readline support on systemsjlam4-56/+15
without libedit readline emulation. Don't accidentally link against ncurses. The ncurses dependency was removed a while back, but I'm not entirely sure that was correct. I don't think the curses library is enough to get this package to work on pre-1.5 NetBSD systems. I also don't know if this will work with Solaris curses either. We'll have to wait for bug reports.
2001-05-16Add missing "USE_LIBINTL= YES" to avoid build problems on systems withtron1-2/+3
"libintl" in base distribution.
2001-05-16Update to version 4.0s1 (4.0 stable 1), to pick up bug fixes.agc3-64/+64
Addresses PR 12951 from Chris Gilbert (chris@pinky.paradox.demon.co.uk).
2001-05-16Add and enable netsaint-plugin-clusterrh1-1/+2
2001-05-16Initial import of netsaint-plugin-cluster-20001207, a cluster checkingrh4-0/+36
plugin for NetSaint.
2001-05-15Update to 5.3.13.phil5-66/+14
2001-05-15Update gftp to 2.0.8. Update provided by Martti Kuparinenrh4-21/+26
<martti.kuparinen@iki.fi> in private mail. This closes his PR 12936. Changes from 2.0.8pre4 to 2.0.8 * Fixed progress update bug when downloading files * Other small bug fixes * Updated French and Czech translation Changes from 2.0.8pre3 to 2.0.8pre4 * Fixed bug with gftp sometimes "freezing" up when you would have it do several things at once * Moved the displaying of the KB/s from the current KB/s back to the average KB/s for the file transfer * Fixed bug with current file numbers not being updated * Fixed bug where gftp would reconnect to a site after a file upload * Fixed bug where the cache wasn't being updated when you refreshed a directory listing * Fixed bug where you couldn't select overwrite, resume or skip when transfering files that already existed * Made it so that the text port doesn't require the XPM files to be present when the config file is read * Renamed gtk12 port from gftp-gtk12 to gftp-gtk. I'll work gtk+ 2.0 port in the same source with #ifdefs * Other small bug fixes * Added Turkish translation Changes from 2.0.8pre2 to 2.0.8pre3 * Fixed some downloading/uploading problems and also fixed some reconnecting problems * Fixed bug so that you can do other stuff while a file transfer is in progress * Fixed crash that would occur if you would enter a blank host in the toolbar * Fixed compile problem on Solaris 7 * Drag and Drop fixups * Quite a few other small bug fixes * Updated French and Russian translation Changes from 2.0.8pre1 to 2.0.8pre2 * Fixed crash in bookmarks * Added some more bookmarks * Fixed crash with viewing files * Fixed compile problem with operating systems that don't have getaddrinfo(3) * Fixed bug with dragging a local file * Fixed bug with file transfer timeout * Removed unused variables from some structures * Added overwrite by default option * Fixed bug with keypad delete only letting you deleting one file * Fixed bug with command line params not being passed from the gftp shell script to gftp-gtk12 and gftp-text * Updated Korean translation Changes from 2.0.7b to 2.0.8pre1 * Separated all UI related functions from the non-UI related functions. Now have text port along with gtk+ 1.2 port * Fixed format string security problem in logging of ftp and http responses * Made chdir, rm, chmod, rename, etc all threaded operations. Now all network operations done in gftp should be stopable from the gui interface * Improved net core so it should detect better if the remote connection closed * When you go to upload a file now via ftp, it'll no longer send a SIZE command for each file. It can also now detect files that exist in subdirs and prompt you about those as well * Fixed file corruption when files were transfered via ascii mode * Added recursive directory deletes * Can now reorder files that are being transfered * If a file transfer is already going to one host, when you select more files to transfer they will automatically be appended to the current transfer in progress instead of another transfer being made * Added simplified Chinese and Italian translation * Various other small bug fixes
2001-05-15Update MASTER_SITESzuntum1-2/+2
Fixes pkg/12942 by Matthias Scheler
2001-05-14Remove unneeded patches after samba update to 2.2.0.jlam3-175/+0
2001-05-14Update samba to 2.2.0. Changes from version 2.0.9 include:jlam8-276/+541
* Integration between Windows oplocks and NFS file opens (IRIX and Linux 2.4 kernel only). This gives complete data and locking integrity between Windows and UNIX file access to the same data files. * Ability to act as an authentication source for Windows 2000 clients as well as for NT4.x clients. * Integration with the winbind daemon that provides a single sign on facility for UNIX servers in Windows 2000/NT4 networks driven by a Windows 2000/NT4 PDC. * Support for native Windows 2000/NT4 printing RPCs. This includes support for automatic printer driver download. * Support for server supported Access Control Lists (ACLs). * On PAM (Pluggable Authentication Module) based systems - better debugging messages and encrypted password users now have access control verified via PAM - Note: Authentication still uses the encrypted password database. * Rewritten internal locking semantics for more robustness. This release supports full 64 bit locking semantics on all (even 32 bit) platforms. SMB locks are mapped onto POSIX locks (32 bit or 64 bit) as the underlying system allows. * Conversion of various internal flat data structures to use database records for increased performance and flexibility. * Support for acting as a MS-DFS (Distributed File System) server. * Support for manipulating Samba shares using Windows client tools (server manager). Per share security can be set using these tools and Samba will obey the access restrictions applied. * Samba profiling support * Compile time option for enabling a (Virtual file system) VFS layer to allow non-disk resources to be exported as Windows filesystems (such as databases etc.).
2001-05-14Add and enable neatrh1-1/+2
2001-05-14Initial import of neat-4.6, the Netsaint Easy Administration Tools, a setrh4-0/+68
of Web administration scripts for NetSaint.
2001-05-14Add and enable nscarh1-1/+2
2001-05-14Initial import of nsca-1.1.0, the Netsaint Service Check Acceptor.rh4-0/+44
2001-05-14Add and enable gftprh1-1/+2
2001-05-14Initial import of gftp-2.0.7.1, a graphical FTP client using gtk+. Thisrh6-0/+118
package was provided in PR pkg/12006 by Jared D. McNeill <jmcneill@invisible.yi.org> and modified by me to compensate for non-preemptive threading. This also closes PR pkg/12936 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-05-14Update to use newer IPv6 patch.wiz2-6/+6
Bump version to 1.6nb1.
2001-05-13The config file for vtun is machine specific, so make it possible tokim4-4/+201
place it in /etc using VTUN_SYSCONFDIR.
2001-05-13Fix build problem on NetBSD-current system's where "readline.h" is intron1-2/+2
"/usr/include/readline" instead of "/usr/include".
2001-05-13Don't set $command_args, set ${smbd,nmbd}_flags instead.wiz2-6/+6
Patch provided in pkg/12921 by Paul Goyette.
2001-05-12This package is now longer interactive.tron1-3/+1