yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

The latest 2.x code revision doesn't crash when built with -std=c++17.

Maybe you should just add ```-std=c++17``` and make a new release?

Does not compile with ocaml-4.12: ``` dune build @install File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47: 90 | let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 in ^^^^^^^^^^^^^^^^^^ Error...

--login=True doesn't change the root problem. Ok, will wait for 133.

Daemon runs as: ``` /usr/local/bin/python2.7 /usr/local/bin/butterfly.server.py --login=True --unsecure ``` Browser connects from the same host. Browser never runs as root. All on FreeBSD 11. --unsecure is because I couldn't yet...

In FreeBSD uid=2 is for "operator". su doesn't have a special user.

With 3.0.1 I now get into root right after going to the URL. (Before it was 'su' from another user.) The problem I observed occurs with this command line: >...

I do ```butterfly.server.py --generate-certs --host=localhost``` as described there, and certificate fails. The problem is in both chrome and firefox.

It obviously lacks security because it logs users straight to root. It needs to use pam.

Could you please elaborate how does a reverse proxy factor into this?