Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
XXX Does not (byte) compile with current editors/xemacs.
|
|
|
|
|
|
|
|
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so
we can open blank windows with Mozilla >= 1.3. From Todd Vierling
|
|
|
|
- Honour PKG_SYSCONFDIR.
- Use CONF_FILES to install the default configuration file.
- Use RCD_SCRIPTS to handle the startup script.
Bump PKGREVISION to 1.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
Provided by Harry Waddell in PR 21206.
This module allows user authentication (and can log authenthication
requests) against information stored in a PostgreSQL database.
PostgreSQL is a public domain SQL database.
Authentication
One database, and one (or two) tables. One table holds the username
and the encryped (or plain) password. The other table holds the
username and the names of the group to which the user belongs. It
is possible to have username, groupname and password in the same
table.
Access Logging
Every authentication access is logged in the same database of the
authentication table, but in different table. User name and date
of the request are logged. As option, it can log password, ip
address, request line.
|
|
New in 0.11:
In 0.10, the config file format for the custom menu changed, but
the conversion was broken. Replace entries in the custom menu were
broken, causing a segfault in some cases. These are both fixed.
New in 0.10:
Changes include many bugfixes and speedups, many user interface
improvements, more translations, and a very nice function reference
interface. Currently included function reference files are for PHP
and HTML.
|
|
|
|
by juan at xtraeme dot dyndns dot org in PR pkg/19608:
AWStats is a short for Advanced Web Statistics. It's a free tool that
generates advanced web server access statistics graphically.
This web server log analyzer works as a CGI or from command line and
shows you all possible information your log contains, in few graphical
web pages. It uses a partial information file to be able to process
large log files, often and quickly.
It can analyze log files from IIS (W3C log format), Apache log files
(NCSA combined/XLF/ELF log format or common/CLF log format), WebStar
and some other web, proxy or WAP servers (and even some FTP servers).
|
|
Bugfixes:
* use the project base directory as the working directory for script actions
* warn about existing files on rename
* encode the subject in a mailto url
* fix conflicting shortcut for Misc. Tag
* fix possible crashes when using plugins
* quote also the numbers in the attribute values
* show the directory on the remote PC when using Save As for remote files, instead
trying to switch to the file on the local disc
* don't break the doctype line when changing the DTD
* insert valid doctype line when using the Quick Start button
* don't crash when trying to edit tags without proper .tag file (like <b>)
* enable copying from documentation/preview even if the user uses separate
clipboard and selection
Enhancements:
* don't insert spaces before CSS values (it disturbs some browsers)
* default to the project dir when saving a new document
* replace %pid with Quanta's pid and %input with the selected input source in the
script action line
|
|
|
|
Changes:
* CURLOPT_SSL_CTX_FUNCTION allows a custom callback for SSL connections
* multiple patches lets curl build and run on DOS
* libcurl now deals with spaces in Location: redirects and URLifies them
* curl --version shows more detailed info
* curl_version_info() now returns info on NTLM, GSS-Negotiate and Debug
* curl_version() includes "GSS" in the string if built with GSSAPI available
* Pick-best-authentication option added (--anyauth, using the CURLOPT_HTTPAUTH set to CURLAUTH_ANY)
* NTLM authentication support (--ntlm and CURLAUTH_NTLM)
* GSS-Negotiate authentication support (--negotiate and CURLAUTH_GSSNEGOTIATE)
* Digest authentication support added (--digest and CURLAUTH_DIGEST)
* Allow curl to switch (back to) to Basic authentication (--basic)
* libcurl supports name and password in proxy environment variables
Bugs:
* double slash after the host name on a FTP URL again points out the root dir
* obscure and rare DNS cache problem was fixed
* multiple FTP connections to the same host with different user names didn't work properly
* no more CWD commands without arguments for ftp connections
* curl no longer uses setvbuf() due to portability problems
* VMS build fixes
* the curl tool has the -M manual compressed internally if built with libz
* url globbing syntax error could cause segfault
* Huge (>40-60KB) GET requests over HTTPS failed.
* Content-Length now overrides socket-closed as a means of knowing when the response body is
complete.
* --progress-bar takes the initial size into account when doing resumed downloads
* work around SSL bugs better
* libcurl typically issues POST requests with less send() calls
* better main makefile
* external headers improved portability
* Listing FTP directories without contents could leak a socket
* Getting HTTP contents in one line without headers failed
* bugfixed the socks5-proxy usage (twice)
* h_aliases name-lookup rare crash fixed
* improved curl -M output
* curl_unescape() now only unescapes valid %HH codes
|
|
|
|
|
|
|
|
changes since 0.6:
* Fix for the auto-complete crash bug
* Fix for the DOM security restriction bug that broke many bookmarklets
* New application icon
* Other minor bug fixes
as there is no Solaris build of 0.6.1 available yet, the Solaris
version stays at 0.6 for now.
|
|
|
|
using the reportlab toolkit
(XXX suffers from reportlab's font file problems)
|
|
instance
in response to
PR: pkg/18191 by Kent Polk
|
|
I'll send thses patch to mod_ruby people later.
|
|
changes:
Simpler page types, smarter message handling, auto subscription option;
mail, skin and miscellaneous bugfixes
|
|
changes:
-fix for problems with photo upload
|
|
changes:
-different distribution format (multiple files)
-support for ExternalEditor
-Bulk import of files/images
-Unicode support
-Sidebar caching
-High resolution image support. If you have PIL installed
-Soft breaks in paragraphs (single enter)
-bugfixes
|
|
changes:
- fixes context bug
|
|
changes:
-bugfixes
-When closing connections, shutdown() the send side of TCP sockets to
prevent a TCP RST from trashing the reciept of data on the client (when
the client continues to send data to the application).
-some C++ API stuff
|
|
Fix from MLH per PR pkg/21697.
|
|
1.08 Thu Apr 4 11:26:27 CST 2002
- Added some more crufty HTML tolerance -- not
PC (puristicly correct) but HTML correctness
is probably of no interest to those merely
trying to extract information *out* of HTML.
- Fixed a mapback problem with the legacy methods
1.07 Wed Aug 22 06:14:24 CDT 2001
- Added keep_html option for HTML retention
- bug fix for depth/count targets
|
|
|
|
|
|
bkedit is an easy to use bookmark manager and editor. The program
can read, write, edit, create, manage and convert the bookmarks
of the most popular browsers. There is also a simple Drag & Drop
interface for adding new bookmarks from a running browser in a
very comfortable way.
|
|
fixes install on NetBSD (stupid bash'isms).
|
|
|
|
Fixes PR pkg/22039 by Todd Vierling.
|
|
|
|
|
|
|
|
mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
This package is the development version, which supports apache2 under
the prefork and threaded MVM. For Apache 1.3.XX, see www/ap-ruby.
|