6
I Use This!
Inactive

News

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Posted almost 17 years ago
2008/08/19 -- Stephen Deasey
Posted almost 17 years ago
2008/08/19 -- Vasiljevic Zoran
Posted almost 17 years ago
Commit by sdeasey :: naviserver/ (6 files in 2 dirs): nsd/nsd.h: * nsd/adpeval.c: * nsd/fastpath.c: Fix bug with file name -> ... [More] stat -> cache lookup. The intermediate stage of using the inode as the cache key is not reliable, as when the file is replaced within the granularity of the mtime an inode may be assigned which has already been seen and is still in the cache. The result is an information leak: the old contents of file a.html may appear when file b.html is requested. Reported by John Caruso on the AOLserver mailing list. * nsd/init.c: * nsd/modload.c: Remove dead code. [Less]
Posted almost 17 years ago
2008/08/14 -- akupries
Posted about 17 years ago
Commit by seryakov :: modules/nsphp/nsphp.c: Fixed header handler function, now add/replaces headers correct;y
Posted about 17 years ago
Commit by seryakov :: modules/nsphp/nsphp.c: Removed dups in PHP function definition array
Posted about 17 years ago
Commit by seryakov :: naviserver/ (ChangeLog nsd/conn.c): * nsd/conn.c: Fixed bug in switch statement after Auth index, did not have break.
Posted about 17 years ago
Commit by seryakov :: naviserver/doc/src/ns_conn.man: added ns_conn auth description to the docs
Posted about 17 years ago
Commit by Stephen Deasey on default :: 214:1a49dbf129d2 nsdbi/NEWS: (link) update NEWS--1 files changed, 5 insertions( ), 1 deletion(-)NEWS | 6 -
Posted about 17 years ago
Commit by Stephen Deasey on default :: 213:55dbe979dd2e nsdbi/ (3 files in 3 dirs): (link) Add -array option to ... [More] dbi_1row/dbi_0or1row to store resultThanks to Daniel Stasinski for a working implementation.--3 files changed, 41 insertions( ), 8 deletions(-)doc/src/mann/nsdbi.man | 9 -tclcmds.c | 26 -------tests/dbi.test | 14 [Less]