Vítor Brandão

Results 8 issues of Vítor Brandão

While running `box-sync setup` we should set SUID bit to mount.davfs allowing regular usage of `box-sync` without requiring root privileges: ``` sudo chmod u+s /sbin/mount.davfs ``` This change should fix...

``` ~ $ bin/box-sync setup * Setting up davfs... Created configuration file '/.noiselabs/box/box-sync.cfg' Created example configuration file '/.noiselabs/box/box-sync.cfg.sample' * Created sync directory at '/Box' Traceback (most recent call last): File...

> The SCRAM-SHA-1 mechanism is designed to provide (almost) the same capabilities as CRAM-MD5 and DIGEST-MD5 but use modern cryptographic techniques such as HMAC-SHA-1 hashing and PKCS#5 PBKDF2 key derivation....

- Update email address - Coding standards fix (PSR-1, PSR-2)