Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
bonobo-1.0.4 (sorry, no further details are known to me).
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
[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
|
|
|
|
implementation of the SOAP 1.1 protocol for Python
|
|
implementation of the XML-RPC protocol for Python
|
|
|
|
|
|
|
|
for querying the extended ripe database. This package was provided in
PR pkg/12979 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>, thanks!
|
|
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.
|
|
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.
|
|
"libintl" in base distribution.
|
|
Addresses PR 12951 from Chris Gilbert (chris@pinky.paradox.demon.co.uk).
|
|
|
|
plugin for NetSaint.
|
|
|
|
<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
|
|
Fixes pkg/12942 by Matthias Scheler
|
|
|
|
* 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.).
|
|
|
|
of Web administration scripts for NetSaint.
|
|
|
|
|
|
|
|
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>
|
|
Bump version to 1.6nb1.
|
|
place it in /etc using VTUN_SYSCONFDIR.
|
|
"/usr/include/readline" instead of "/usr/include".
|
|
Patch provided in pkg/12921 by Paul Goyette.
|
|
|
|
bulk build.
|
|
Samba 2.0.9 is a security bugfix release which correctly fixes the problem
2.0.8 was supposed to address. (A bug in the handling of temporary files
that allowed local users to destroy data on local devices).
|
|
|
|
|
|
|
|
|
|
they've taken over maintenance for this branch. There's no hurry to
upgrade -- they don't even claim to support NetBSD with the current Beta.
Closes PR pkg/12872.
|
|
* Fixed checkportcmd for the IPv4 case.
* Added support for S/Key authentication.
* Use method other than glob(3) to do ~ expansion.
* Improve portability.
* Rewrite method of handling out-of-band operations, in order to more
easily support RFC2228 security extensions in a future release.
|
|
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we
can find the right one per suggestions on tech-pkg.
|
|
|
|
--- 9.1.2 released ---
--- 9.1.2rc1 released ---
820. [bug] Name server address lookups failed to follow
A6 chains into the glue of local authoritative
zones.
819. [bug] In certain cases, the resolver's attempts to
restart an address lookup at the root could cause
the fetch to deadlock (with itself) instead of
restarting. [RT #1225]
818. [bug] Certain pathological responses to ANY queries could
cause an assertion failure. [RT #1218]
816. [bug] Report potential problems with log file accessibility
at configuration time, since such problems can't
reliably be reported at the time they actually occur.
815. [bug] If a log file was specified with a path separator
character (i.e. "/") in its name and the directory
did not exist, the log file's name was treated as
though it were the directory name. [RT #1189]
814. [bug] Socket objects left over from accept() failures
were incorrectly destroyed, causing corruption
of socket manager data structures.
813. [bug] File descriptors exceeding FD_SETSIZE were handled
badly. [RT #1192]
812. [bug] dig sometimes printed incomplete IXFR responses
due to an uninitialized variable. [RT #1188]
811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
810. [bug] The signer name in SIG records was not properly
downcased when signing/verifying records. [RT #1186]
807. [bug] When setting up TCP connections for incoming zone
transfers, the transfer-source port was not
ignored like it should be.
804. [bug] Attempting to obtain entropy could fail in some
situations. This would be most common on systems
with user-space threads. [RT #1131]
802. [bug] DNSSEC key tags were computed incorrectly in almost
all cases. [RT #1146]
801. [bug] nsupdate should treat lines beginning with ';' as
comments. [RT #1139]
800. [bug] dnssec-signzone produced incorrect statistics for
large zones. [RT #1133]
799. [bug] The ADB didn't find AAAA glue in a zone unless A6
glue was also present.
|
|
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
|