Age | Commit message (Collapse) | Author | Files | Lines |
|
- fix startup script as PR pkg/22502 by Steven M. Bellovin
- includes newer official squid patches except
squid-2.5.STABLE3-coss-improvements-2.patch (which is broken).
o 2003-07-22 15:22 (Cosmetic)
statCounter.syscalls.disk counters treated inconsistently
o 2003-07-25 17:25 (Minor)
Improvements to the (experimental) COSS storage scheme.
o 2003-07-28 09:28 (Minor)
Blank username logging fix
o 2003-07-29 22:29 (Minor)
More improvements to the (experimental) COSS storage scheme.
o 2003-08-06 13:06 (Medium)
assertion failed: http.c:869: "-1 == cfd || FD_SOCKET == fd_table[cfd].type"
o 2003-08-06 14:06 (Medium)
assertion failed: client_side.c:1478: "size > 0" when using aufs
o 2003-08-06 14:06 (Minor)
aufs calculates the number of threads and queue limits wrongly
o 2003-08-10 07:10 (Cosmetic)
Compile error in auth/digest_auth.c
o 2003-08-10 19:10 (Minor)
Username not logged into ACCESS.LOG in case of /407
o 2003-08-13 00:13 (Minor)
ICP dynamic timeout algorithm ignores multicast
|
|
|
|
|
|
Changes since 2.2.1:
[mms] SECURITY: Add code to protect against session fixation issues.
[jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>).
[mir] Fix a bug that incorrectly quotes pref values (Bug #1224)
[cjh] Fix a bug that prevented logging.
[mms] DB session handlers do not use persistent connections by default.
[mms] Fix parse error in Horde_Cipher_BlockMode_ofb64::.
[mms] Optimization of Secret:: and Horde_Cipher:: drivers.
[jan] Add Catalan translation (Angels GuimerĂ <angels.Guimera@uab.es>).
[mms] Added a RADIUS Auth:: driver.
[mir] Added a Samba Auth:: driver.
[cjh] Added the Horde_Image:: class.
|
|
|
|
|
|
(renamed from phoenix)
Changes from 0.6:
* Fix for the auto-complete crash bug
* Fix for the DOM security restriction bug that broke many bookmarklets
* Rich Text Editing support
* Toolbar buttons for cut, copy and paste
* Brushed up default theme, including updated toolbar icons
* New application icon
|
|
|
|
bump to 1.9.
|
|
- Add more ad patterns.
- Hooks to get the printer-friendly version of some pages (disabled
by default, controlled by STUBURL_PRINT in adzap.conf).
Note: adds the new STUBURL_PRINT variable; users should update to the
latest adzap.conf as shown in the install message.
|
|
|
|
commenting on book-like content
|
|
system
|
|
out of a document
|
|
|
|
|
|
(uses Rich-Text-controls)
|
|
changes:
It comes with improved performance, important bugfixes and a new set of
toolbar Icons!
|
|
startscript runtime, not already at creation time.
No difference in behaviour, just looks nicer.
|
|
|
|
new features were summarised in original update to 0.6.1, so no need
to include them again:
http://www.mozilla.org/projects/firebird/release-notes.html
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|