Download List

Projeto Descrição

Alaya is a primitive chrooting Web server with basic WebDAV support. It can serve HTTPS and HTTP, and can authenticate using PAM, /etc/shadow, /etc/passwd, or using its own authentication files that allow for 'native' users that only have access to alaya content. It's intended to be a simple method of sharing content over WebDAV, and though it can be configured with a config file, it's easy to configure by command-line switches alone. Alaya always chroots to ensure that malicious users can't use '..' within a URL to access unintended documents, and that users can't accidentally leave documents in places outside of the chroot. It has a 'ChHome' mode that chroots users into their home directory and serves content from there. It supports .cgi scripts out of a trusted path (so not from within the chrooted WebDAV share) and read-only shared directories that are outside of the chroot (allowing access to shared content when in ChHome mode).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-08 07:59
0.0.8

Funções de servidor de proxy são muito melhor. Correções de bugs diversos, particularmente para os programas CGI.
Proxy server functions are much improved. Various bugfixes, particularly for .cgi programs.

2012-01-29 11:00
0.0.7

Esta versão adiciona compactação HTTP Gzip para downloads e listagens de diretórios, um bugfix "autenticação" nativo"principais e um bugfix de desempenho do proxy.
Tags: http compression
This release adds Gzip HTTP compression for downloads and directory listings, a major "native authentication" bugfix, and a proxy performance bugfix.

2012-01-24 16:01
0.0.6

Agora o domínio para autenticação HTTP padrão é o nome do host e pode ser definido através da linha de comando e o arquivo de configuração. O makefile foi mudado para oferecem suporte a compilação em sistemas com bibliotecas SSL antigo.
The 'Realm' for HTTP authentication now defaults to the hostname and can be set via the command line and config file. The makefile was changed to support compilation on systems with old SSL libraries.

2012-01-07 06:59
0.0.5

Mais correções de bugs. Suporte a servidor proxy rudimentar. Alaya agora suporta o método e o método 'get proxy', onde o caminho dado para o GET é um URL completo de encapsulamento 'ligar'. Ambos esses recursos estão desativados por padrão para evitar a criação de 'open proxies' não intencional.
Tags: proxy CONNECT
More bugfixes. Rudimentary proxy server support. Alaya now supports the 'CONNECT' tunneling method and the 'proxy get' method, where the path given to the GET is a full URL. Both these features are disabled by default to prevent the unintended creation of 'open proxies'.

2011-12-23 06:59
0.0.4

Correções de erros PROPFIND (agora funciona com cyberduck). -permitido e - negados switches foram adicionados à linha de comando.
PROPFIND bugfixes (now works with cyberduck). -allowed and -denied switches have been added to the command line.

Project Resources