Age | Commit message (Collapse) | Author |
|
New soledad packages now depend on Twisted 16.2.0 (see
https://leap.se/code/issues/8412), so we need to pin twisted to get
installed from jessie-backports.
- Resolves: #8418
|
|
|
|
|
|
|
|
|
|
commands to be more logically consistent.
For now, all changes are backwards compatible.
DEPRECATED: `leap add-user`. Use `leap user add` instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locale for `puppet apply`.
|
|
Change-Id: I90f8d160d2293288066847bcc199f480d06d877d
|
|
Bug/fix soledad test
This should fix #8388
My ruby-fu isn't great, but there are two changes:
* remove tests for design docs due: https://0xacab.org/leap/soledad/merge_requests/8
* check for the absence of 404 instead of the presence of 401 (needs review)
See merge request !30
|
|
The auth.log rsyslog entry was accidentally removed in #7863.
Change-Id: I4ebffeafedbca5df902041ddd2bcb80d3f68b230
|
|
Change-Id: Ia1764cb28e263353856523c11f351a39774bf3b4
|
|
|
|
|
|
forward pixelated's api port (4430) from vagrant box
|
|
|
|
This commit introduces a way to check if db exists and then check if it
is properly set in two asserts, so we can have two distinct phrases to
avoid confusion.
- Resolves: #8388
|
|
This code was testing for it and should be removed.
|
|
Change-Id: Ia1764cb28e263353856523c11f351a39774bf3b4
|
|
|
|
Change-Id: Ie09a6a34dfa8fe3d72568d2de0b208e7d947412f
|
|
If you connect to the VPN with a client, you can make direct network
connections to the other connected clients.
This allows communication to the eip gateways, but disallows any other
connections.
Change-Id: I73e5bb5715e4d91256cbf95eda8c0ec70aa75f93
|
|
If you connect to the VPN with a client, you can make direct network
connections to the other connected clients.
This allows communication to the eip gateways, but disallows any other
connections.
Change-Id: I73e5bb5715e4d91256cbf95eda8c0ec70aa75f93
|
|
There is no need to keep this symlink around any longer, it was there
for older puppet.
Change-Id: Ie7a380821d478e5ad69df39f03009d773afb73f3
|
|
The deb.debian.org method may be a better one than httpredir:
. deb.debian.org is maintained much more reliably than httpredir
. httpredir is backed by the mirror network; deb.d.o is by a CDN
. httpredir redirects to the mirror network. deb.d.o is a cache
that sits in front of ftp.d.o (and security, and debug, and ports)
. one potential disadvantage: deb.d.o's CDN is a commercial
service (fastly) that donates its traffic to debian
. in stretch and later, apt uses the SRV records of deb.d.o to find
places instead of HTTP redirects
. local peering arrangements of fastly are likely to result in mirror
choices that are more local (and thus faster) to the machine
Peering arrangements for the deb.d.o CDN can be seen here:
https://www.peeringdb.com/asn/54113
Change-Id: I4dee089a3b2f674860bfff21eb25a6e37c491d32
|
|
Mochiweb in couchdb by default sets the TCP socket option SO_NODELAY to
false. This means that small data sent to the TCP socket, like the reply
to a document write request (or reading a very small document), will not
be sent immediately to the network - TCP will buffer it for a while
hoping that it will be asked to send more data through the same socket
and then send all the data at once for increased performance.
Setting this increases the couchdb speed significantly.
Change-Id: Ib493ef061ff62c9bdee501e44ce2b55990fe14b7
|
|
|
|
|
|
|
|
|
|
|
|
subrepo:
subdir: "puppet/modules/openvpn"
merged: "ba7ec7a"
upstream:
origin: "https://leap.se/git/puppet_openvpn"
branch: "master"
commit: "ba7ec7a"
git-subrepo:
version: "0.3.0"
origin: "https://github.com/ingydotnet/git-subrepo"
commit: "cb2995b"
|
|
|
|
|
|
Change-Id: If39222dc9ec68d1786c70c4b82b740e0a06773c4
|
|
Numeric helo is a very strong indicator of spam. When this is blocked, a
very significant amount of spam stops.
Change-Id: Ieb340190faf37638950d1aa60b52268659e0b7f6
|
|
Nobody should be claiming that they are localhost when they are
connecting over smtpd
Change-Id: Ifb7df855b4e12021c58b89b2053e31fb10806096
|
|
|
|
- Use dynamic build vm names
|
|
|
|
|
|
Change-Id: I649b8d951e46d768e1d085d53442c1484bce931e
|
|
|