Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
DirList is a user directory system that runs as a [http://en.wikipedia.org/wiki/Common_Gateway_Interface common gateway interface (CGI)] program to serve up user lists, search for various user attributes, view their web sites, define your own user attributes, and keep it all synchronized automatically with the underlying operating system's user database on periodic intervals when used with [http://en.wikipedia.org/wiki/Cron cron]. | DirList is a user directory system that runs as a [http://en.wikipedia.org/wiki/Common_Gateway_Interface common gateway interface (CGI)] program to serve up user lists, search for various user attributes, view their web sites, define your own user attributes, and keep it all synchronized automatically with the underlying operating system's user database on periodic intervals when used with [http://en.wikipedia.org/wiki/Cron cron]. | ||
*'''[https:// | *'''[https://www.moonlightdesign.org/dirlist/download/ Download]''' (WebDAV-enabled for convenience) | ||
*'''[[DirList Demo|Live Demo]]''' | *'''[[DirList Demo|Live Demo]]''' | ||
*[https://www.moonlightdesign.org/dirlist/doc/client/ Documentation] | *[https://www.moonlightdesign.org/dirlist/doc/client/ Documentation] | ||
Line 13: | Line 13: | ||
===2007-08-05: DirList Server 2.9=== | ===2007-08-05: DirList Server 2.9=== | ||
Version 2.9 is [ | Version 2.9 is [https://www.moonlightdesign.org/dirlist/download/dirlist/2.9/ now available] and includes important fixes to address [http://en.wikipedia.org/wiki/Cross-site_scripting cross-site scripting] (XSS) vulnerabilities. All users of DirList are advised to upgrade their servers to this latest version. | ||
===2004-05-28: DirList Server 2.8=== | ===2004-05-28: DirList Server 2.8=== | ||
Version 2.8 is out after a long security audit and now uses stronger safe-string functions when platform support exists at compile-time. No remote buffer overflows were found, though an issue with use of excessive CPU and memory resources through a high number of searches in a single query was uncovered and addressed. As an extra feature, index files created on one CPU endian type can now be read directly on a different CPU endian computer. 64-bit CPUs are now supported, too. Please see the [ | Version 2.8 is out after a long security audit and now uses stronger safe-string functions when platform support exists at compile-time. No remote buffer overflows were found, though an issue with use of excessive CPU and memory resources through a high number of searches in a single query was uncovered and addressed. As an extra feature, index files created on one CPU endian type can now be read directly on a different CPU endian computer. 64-bit CPUs are now supported, too. Please see the [https://www.moonlightdesign.org/dirlist/svn/tags/dirlist-2.9/ChangeLog change log] for more details. | ||
==High-Level Deployment Architecture== | ==High-Level Deployment Architecture== |
Revision as of 02:20, 4 June 2015
Welcome to DirList
DirList is a user directory system that runs as a common gateway interface (CGI) program to serve up user lists, search for various user attributes, view their web sites, define your own user attributes, and keep it all synchronized automatically with the underlying operating system's user database on periodic intervals when used with cron.
- Download (WebDAV-enabled for convenience)
- Live Demo
- Documentation
- View, Edit, or Add Bugs
- View Source
News
2007-08-05: DirList Server 2.9
Version 2.9 is now available and includes important fixes to address cross-site scripting (XSS) vulnerabilities. All users of DirList are advised to upgrade their servers to this latest version.
2004-05-28: DirList Server 2.8
Version 2.8 is out after a long security audit and now uses stronger safe-string functions when platform support exists at compile-time. No remote buffer overflows were found, though an issue with use of excessive CPU and memory resources through a high number of searches in a single query was uncovered and addressed. As an extra feature, index files created on one CPU endian type can now be read directly on a different CPU endian computer. 64-bit CPUs are now supported, too. Please see the change log for more details.
High-Level Deployment Architecture
- DirList implements a client-server architecture with the server running on demand with each request via the common gateway interface (CGI)
- Clients, such as DirList2ODBC, speak with the DirList Server through a web server using regular HTTP GET and POST messages
- Web browsers see a read-only searchable view of the directory
Open-Source License
- The DirList Project is proud to be covered by the GNU General Public License, version 2