tclhttpd

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

111 check-ins using file htdocs/man/doc.man version 48161e6f4e

2004-03-23
03:07
Minor tweaks in preparation for generating a release. check-in: 1ee3fdb9f6 user: welch tags: trunk
02:53
* Large reshuffle of files among htdocs/libtml, lib, custom, and sampleapp The goal is that the minimum is in the lib directory for the main server (no demos or sample apps) and that the custom directory has things to support the pages under htdocs. Everything is being organized under sampleapp * bin/httpdthread.tcl, debian/tclhttpd-debian/httpdthread.tcl, and debian/rules: eliminted reference to htdocs/libtml * custom/mkweb_05.tcl: -> sampleapp/mkweb/mkweb.tcl * custom/ddehack.tcl: -> sampleapp/ddehack/ddehack.tcl * htdocs/libtml: gone * htdocs/libtml/faq.tcl: -> custom * htdocs/libtml/htmlutils.tcl: -> sampleapp/sunscript * htdocs/libtml/mypage.tcl: -> custom * htdocs/libtml/ss_survey.tcl: -> sampleapp/sunscript * htdocs/libtml/sunscript.tcl: -> sampleapp/sunscript * htdocs/sampleapp/bugdb: -> sampleapp/bugdb/htdocs * lib/demo.tcl: -> sampleapp/addnode/demo.tcl * lib/sendsock.tcl: -> sampleapp/sendsock/sendsock.tcl * lib/snmp.tcl: -> sampleapp/snmp/snmp.tcl * lib/telnet.tcl: -> sampleapp/snmp/telnet.tcl * lib/snmp.tcl: -> sampleapp/snmp/snmp.tcl * custom/snmpinit.tcl: -> sampleapp/snmp/snmpinit.tcl check-in: 0d369efbb9 user: welch tags: trunk
02:51
Added missing new files check-in: 4c43f2314a user: welch tags: trunk
02:36
Noted recent changes to bugdb sample application. check-in: 384e522f9f user: jeffran tags: trunk
01:56
Updates for the various changes I've just checked in. check-in: e4b90cdc62 user: welch tags: trunk
01:55
Unified the random password checking among the debug and status URLs check-in: 48e80cc860 user: welch tags: trunk
01:33
htdocs/register.tml: added disclaimer, because this form still doesn't work, lacking a good emailer-capable system check-in: 41215b80eb user: welch tags: trunk
01:31
Reorganized the main page check-in: 76a4f99329 user: welch tags: trunk
01:30
Added some basic introductory pages. I still want to take the information in the htdocs/manual/reference page and organize it more and fold it into the "learn" section check-in: b2e0d590a2 user: welch tags: trunk
01:28
Updated the .tclaccess so it checks against the randomly generated debug password check-in: b45f13280a user: welch tags: trunk
01:26
htdocs/cgi-bin/*.cgi: tweaked #! line so it searchs for tclsh among these version: /usr/bin/tclsh /usr/local/bin/tclsh8.4 /usr/local/bin/tclsh8.3 /usr/bin/tclsh8.4 tclsh check-in: 54d21141c9 user: welch tags: trunk
01:20
Updated the CompressProg configuration to be the absolute pathname to gzip to avoid problems when the server doesn't have gzip on its path. The server looks for /bin/gzip, /usr/bin/gzip, and /usr/local/bin/gzip before giving up and just using "gzip" check-in: c11fc2aefd user: welch tags: trunk
01:16
debug.tcl: added generation and checking of random password for the Debug domain, so it starts up reasonably secure. redirect.tcl: fixed typo in a comment check-in: 78a47bfbeb user: welch tags: trunk
2004-03-22
16:42
fixed overly restrictive defaults on /htaccess check-in: c858a4ab53 user: coldstore tags: trunk
16:32
noted Auth config params check-in: 5b2e384fbc user: coldstore tags: trunk
16:31
Added Auth config parameters for access control check-in: 7b0b6a1a5f user: coldstore tags: trunk
16:29
Noted passgen.tcl check-in: ad51cf23a5 user: coldstore tags: trunk
16:27
Added passgen.tcl to generate random passwords check-in: a612b9c136 user: coldstore tags: trunk
16:26
Added random password generator passgen.tcl check-in: 694b7db2f4 user: coldstore tags: trunk
16:23
fixed bugs relating to generalised authentication data structure check-in: f2b99b380d user: coldstore tags: trunk
16:22
Fixed some bugs in auth.tck generalised authentication data structure check-in: 527030c6b2 user: coldstore tags: trunk
16:09
Update /htaccess - Access Control Editor check-in: f93410d09e user: coldstore tags: trunk
16:00
Updated documentation to describe /htaccess access control editor check-in: ba2228aa69 user: coldstore tags: trunk
05:33
Added Doc_GetPath to doc.tcl check-in: 0f8f44ff30 user: coldstore tags: trunk
2004-03-20
18:24
Added < and > to special-chars proc. check-in: 91d8059be1 user: jeffran tags: trunk
16:05
Added documentation. check-in: bd7c041868 user: jeffran tags: trunk
15:20
Added PNG of bugdb design. check-in: 2d2f83cc99 user: jeffran tags: trunk
15:09
Simplified calls to special-chars proc. check-in: 559a2a707d user: jeffran tags: trunk
15:01
Add proc to substitute char entities for chars that break html. check-in: ce8d029a4e user: jeffran tags: trunk
14:27
Removed SMTP server variable. check-in: a8fd4fc1a8 user: jeffran tags: trunk
14:26
Removed Send Email checkbox. check-in: bc686bf561 user: jeffran tags: trunk
2004-03-17
22:26
* doc.tcl - added a data(path) element for the file corresponding to a doc URL - added a new proc Doc_GetPath to get directories to a given file, generalised from TemplateGetTemplates, now removed * template.tcl - removed TemplateGetTemplates, used the new Doc_GetPath in its place check-in: e1d6a89e65 user: coldstore tags: trunk
2004-03-16
21:38
* lib/doc.tcl (DocDomain): more checks to ensure personal home page dirs exist and are readable (petrus) check-in: 63c1647a6f user: hobbs tags: trunk
2004-03-09
11:07
Changed all references to tclsh8.3 to plain old tclsh ... the user can make their own alias, surely. check-in: 72ba43cad1 user: coldstore tags: trunk
10:52
Changed tclsh8.3 to tclsh check-in: 992248d833 user: coldstore tags: trunk
07:55
Changed executable tclsh8.3 to just tclsh - it's silly to specify a version explicitly like that. check-in: d8979eff23 user: coldstore tags: trunk
2004-03-08
08:40
Minor mods to /htaccess check-in: e8152afcb4 user: coldstore tags: trunk
2004-03-07
09:39
Error in htaccess/.htaccess prevented access from localhost check-in: d1fd68f34f user: coldstore tags: trunk
2004-03-01
07:02
2004-2-29 Brent Welch <[email protected]> * bin/httpd.tcl: removed compatibility warning message * lib/auth.tcl: Fixed to tolerate missing group and user files * htdocs/debug/.tclaccess: added this to provide easier to control access to the /debug URL. * custom/dodirs.tcl: fixed this so it doesn't do "cd" and only looks through subdirectories that contain startup.tcl For example, this skips the CVS directory * contrib/mkweb_05.tcl: metakit admin interface by Stefan Vogel * htdocs/cgi-bin/wiki.cgi: sample CGI for wikit check-in: c0177ba5b9 user: welch tags: trunk
2004-02-28
23:52
Bug update template functional now. check-in: fe24a0a344 user: jeffran tags: trunk
23:51
Update proc now fully functional. check-in: 1bdaf3224d user: jeffran tags: trunk
23:14
Bug details proc now returns date last updated. check-in: 168650ea6d user: jeffran tags: trunk
23:13
Bug detail template now shows date last updated. check-in: 22076f2fbc user: jeffran tags: trunk
22:57
Added hidden form field so bug id is passed. check-in: 1491c524b2 user: jeffran tags: trunk
22:50
Added a minimal bugdb::update proc. check-in: 5367ff8879 user: jeffran tags: trunk
22:49
Added test call to bugdb::update. check-in: 421f7548cc user: jeffran tags: trunk
02:12
Removed ill-considered notfound_hook Added K and lambda to utils (they're useful) check-in: 63a78c4d52 user: coldstore tags: trunk
01:47
Added a simple calendar app check-in: d2e2428e6c user: coldstore tags: trunk
2004-02-25
04:39
added mods check-in: 928d2700f5 user: coldstore tags: trunk
04:36
Added template directory mods - now a template can be a directory Added index.html dependency on whole directory Added optional env setting for templates. check-in: 982c67e275 user: coldstore tags: trunk
04:29
removed copyright lines for me, where they shouldn't have been check-in: 8e005bcdb7 user: coldstore tags: trunk
04:28
Added data elements notfound_hook and error_hook to handle notfound and error conditions per connection (can be set by .tml, for example) check-in: 26cb443043 user: coldstore tags: trunk
2004-02-16
16:48
Added variables and fields to send email to assignee. check-in: 396ca1432d user: jeffran tags: trunk
2004-02-15
22:03
Basic template. check-in: 4e6d0cc42d user: jeffran tags: trunk
22:01
bug-detail.tml now submits to bug-detail-update.tml and header change. check-in: b160f6780d user: jeffran tags: trunk
2004-02-12
07:35
Add xhtml suffix to mime.types check-in: 1bebc5a729 user: coldstore tags: trunk
2004-02-10
17:30
Status added to detail template and status options added to .tml. check-in: e88314eabb user: jeffran tags: trunk
17:28
Status and last updated fields added to bugs view. check-in: ad4e527193 user: jeffran tags: trunk
17:28
Insert and detail procs now handle status. check-in: 6e6e2b57ee user: jeffran tags: trunk
16:52
Characters that break HTML are substituted with safe characters. check-in: a33576c72f user: jeffran tags: trunk
2004-02-09
00:17
Added form fields to bug details form. check-in: 2f0c7174bf user: jeffran tags: trunk
00:15
Added proc to get bug detail. check-in: 90d920eaab user: jeffran tags: trunk
2004-02-08
23:08
Added navigation block. check-in: baf0b4b2a9 user: jeffran tags: trunk
23:06
Added navigation options. check-in: 0cb9ab7008 user: jeffran tags: trunk
22:20
Fixed lib/mime.types - extensions shouldn't have a leading dot check-in: fce8d6bf43 user: coldstore tags: trunk
22:17
Added Digest Authentication per http://www.ietf.org/rfc/rfc2617.txt check-in: 41bc8c8fe9 user: coldstore tags: trunk
22:04
Added Digest Authentication per http://www.ietf.org/rfc/rfc2617.txt check-in: 8d8c1dc465 user: coldstore tags: trunk
2004-02-02
02:05
Added basic bug details proc. check-in: a132cc1cf0 user: jeffran tags: trunk
02:05
Bug details template changes. check-in: a2991f7983 user: jeffran tags: trunk
2004-02-01
22:08
Added basic bug details proc. check-in: f482579023 user: jeffran tags: trunk
21:34
Bug details template and changes to bug-list.tml. check-in: b16a269432 user: jeffran tags: trunk
15:42
Added template to list all bugs. check-in: cb595328e6 user: jeffran tags: trunk
15:41
Added procedure to list all bugs. check-in: 43a8a67508 user: jeffran tags: trunk
14:40
Support templates that add bugs to the database. check-in: 600dd4023e user: jeffran tags: trunk
14:10
Added path to metakit database to fix insertion problem. check-in: e7d466e83e user: jeffran tags: trunk
2004-01-31
19:48
Added skeletal library for bugdb and simple Metakit db. check-in: 41d0ae1a6f user: jeffran tags: trunk
16:30
Changed order in priority options. check-in: c49287cf2a user: jeffran tags: trunk
16:29
Fixed form problem in report.tml and added basic report-insert.tml. check-in: 1083d1d84f user: jeffran tags: trunk
16:13
Added bug report form and .tml for additional support. check-in: 381d3cbee4 user: jeffran tags: trunk
2004-01-28
23:16
Added file compatibility to utils.tcl (see http://mini.net/tcl/1540) check-in: a6c55b4d31 user: coldstore tags: trunk
2004-01-25
03:40
Debian packaging update for 3.5.0 release check-in: f24289e6f7 user: coldstore tags: trunk
2004-01-21
11:31
error.html - fixed syntax error check-in: 06e207fa43 user: coldstore tags: trunk
2004-01-18
09:47
Added a debian/ directory to generate a tclhttpd package for debian gnu/linux distribution. check-in: 62c34fca70 user: coldstore tags: trunk
2004-01-15
01:20
Fixed bug in my migration of version information out of Makefile.boot and into DIST check-in: 46f2056162 user: welch tags: trunk
2004-01-14
06:47
Removing version dependencies from Makefile.boot check-in: d4d57a3636 user: welch tags: trunk
06:29
Updates in preparation for a 3.5.0 release check-in: 9761fca018 user: welch tags: trunk
2004-01-12
18:06
Instructions about how to make a test template. test.tml added. check-in: 9c4317896e user: jeffran tags: trunk
17:31
Additional instruction added as well as supporting styles. check-in: 68a5ba72c9 user: jeffran tags: trunk
2004-01-08
01:28
Adding default stylesheet and basic index page for the bug database sample app. check-in: bab689bb7c user: jeffran tags: trunk
01:09
Adding html-strict which provides procs to emit HTML. check-in: 70d47ab196 user: jeffran tags: trunk
01:07
Adding README for sampleapp custom library directory. check-in: b78fbf2e66 user: jeffran tags: trunk
2003-12-28
03:52
Corrected inappropriately named Http_* procs, to Httpd_*, as per the standard naming convention. check-in: 353fb838b1 user: coldstore tags: trunk
2003-11-04
01:50
Fixed error in setting error and notfound pages, where the setting function's result were ignored (they were going to the wrong element of Doc()) check-in: 42abfeba8b user: coldstore tags: trunk
2003-11-03
22:48
Noted Debian mods check-in: 6eac4aae91 user: coldstore tags: trunk
22:43
Fixed innocuous bug in httpdthread.tcl which caused some noise when the library wasn't in the normal place check-in: 036d0ab5b4 user: coldstore tags: trunk
2003-10-28
03:45
removed explicit path from compression program config element. It's superfluous and often wrong. check-in: d1b8afbcc7 user: coldstore tags: trunk
03:31
wrong order in .htaccess prevented localhost access, which was not the desired setting check-in: 0249f2d02f user: coldstore tags: trunk
2003-10-27
14:31
recorded various changes. check-in: bd4e4f604d user: coldstore tags: trunk
14:08
removed /usr/local/bin hardcoded path to gzip - let PATH figure it out. check-in: da2a1dd889 user: coldstore tags: trunk
13:57
Fixed sf.net bug 723419 Doc_Error errors by wrapping a catch as suggested by davygrvy check-in: 345a8c53e7 user: coldstore tags: trunk
13:46
Fixed sf.net bug [ 607590 ] error counter named "errors" or "error"? by changing the Counter name to errors check-in: 09b3907157 user: coldstore tags: trunk
08:03
Added -unique flag to upload domain check-in: 910ee83cda user: coldstore tags: trunk
01:15
added user docco to AddHeaders test check-in: 938d75f8be user: coldstore tags: trunk
01:13
Added Http_Refresh and Http_NoCache convenience procs - and tests check-in: 1f45e1264c user: coldstore tags: trunk
01:10
Added Http_Refresh and Http_NoCache convenience procs check-in: 9476163c69 user: coldstore tags: trunk
00:03
whoops, left in some debugging narrative output - removed now. check-in: 6fbd86e42b user: coldstore tags: trunk
2003-10-26
23:55
Added Http_AddHeaders and Http_RemoveHeaders, and modified HttpRespondHeader so users can add their own http headers on the fly. Added tests/ directory to htdocs with a test of this facility. check-in: b3c27f4e38 user: coldstore tags: trunk
23:53
Added Http_AddHeaders and Http_RemoveHeaders, and modified HttpRespondHeader so users can add their own http headers on the fly. check-in: 0e88d833e4 user: coldstore tags: trunk
2003-10-20
07:43
Fixed interference by Cookie_Save in returning errors from template instantiation. Fixed error in argument order of Cookie_Save check-in: 2da4ad4a68 user: coldstore tags: trunk
2003-10-19
03:57
Added clhttpd low level documentation in doctools format to htdocs/man/ check-in: ec7e1eefe9 user: coldstore tags: trunk
03:54
Added clhttpd low level documentation in doctools format to htdocs/man/ check-in: b7650434dd user: coldstore tags: trunk