• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H06-Dec-2016-15,99711,441

.gitattributesH A D06-Dec-201650 32

.gitignoreH A D06-Dec-2016108 1413

.travis.ymlH A D06-Dec-20161.2 KiB4035

Makefile.inH A D06-Dec-20161.5 KiB5740

README.mdH A D06-Dec-2016714 1612

alias.cH A D06-Dec-20162.6 KiB11972

alias.hH A D06-Dec-20161.6 KiB4713

config.guessH A D06-Dec-201643.8 KiB1,5311,321

config.subH A D06-Dec-201634.7 KiB1,7801,637

configureH A D06-Dec-2016142.6 KiB5,1974,281

configure.inH A D06-Dec-20162.9 KiB9684

fsio.cH A D06-Dec-201626.7 KiB1,020667

fsio.hH A D06-Dec-20162.6 KiB5727

install-shH A D06-Dec-20165.5 KiB251152

mod_vroot.cH A D06-Dec-201615.2 KiB577359

mod_vroot.h.inH A D06-Dec-20161.4 KiB4436

path.cH A D06-Dec-20168.7 KiB414273

path.hH A D06-Dec-20161.6 KiB4413

README.md

1proftpd-mod_vroot
2=================
3
4Status
5------
6[![Build Status](https://travis-ci.org/Castaglia/proftpd-mod_vroot.svg?branch=master)](https://travis-ci.org/Castaglia/proftpd-mod_vroot)
7[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)
8
9Synopsis
10--------
11The `mod_vroot` module for ProFTPD creates "virtual" chroots, _i.e._ chroot-like
12functionality, from the perspective of the client, without requiring root
13privileges and without using the `chroot(2)` system call.
14
15See the [mod_vroot.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_vroot/blob/master/mod_vroot.html) documentation for more details.
16