bmw
c8efa0acb8
Merge pull request #1361 from letsencrypt/both
...
Require --debug for many things, including python2.6 platforms
2015-11-05 20:21:09 -08:00
Peter Eckersley
24651e6b3f
Handle py2.6 correctly ; be precise in documentation
2015-11-05 19:42:13 -08:00
Peter Eckersley
c0dd6e1dc8
Document --debug voodoo :)
2015-11-05 19:09:40 -08:00
Peter Eckersley
f67fab6f5f
Merge pull request #1360 from cure/patch-1
...
Remove another reference to simplehttp
2015-11-04 19:52:47 -08:00
Brad Warren
e9a17ce2d1
Moar logging
2015-11-04 19:06:14 -08:00
Brad Warren
86d68f6028
fixes #998
2015-11-04 18:32:17 -08:00
Ward Vandewege
fc7dad116b
Remove another reference to simplehttp
...
Since the command `a2enconf letsencrypt` is listed on this page, make sure the config file is named accordingly.
2015-11-04 21:07:04 -05:00
Jakub Warmuz
9e8ce90cea
Content-Type=text/plain for webroot snippets
2015-11-04 18:06:34 +00:00
Nav
b11e556ae7
Removing stray debug statements, fixes #1308
2015-11-04 00:03:44 +02:00
Brad Warren
d8f27118f8
Merge branch 'verb-arguments'
2015-11-02 17:36:45 -08:00
bmw
15fa5af934
Merge pull request #1271 from kuba/http-01
...
http-01
2015-11-02 16:53:40 -08:00
James Kasten
d2217418b5
Merge pull request #1242 from letsencrypt/apache-comment
...
Added comment about installer.save()
2015-11-02 07:05:21 -08:00
Peter Eckersley
21bfe5b983
Remove stray variable
2015-11-01 22:48:58 -08:00
Peter Eckersley
cbb0e397e9
Merge pull request #1268 from kuba/webroot-ct-snippets
...
Contet-Type snippets for webroot
2015-11-01 22:33:29 -08:00
Jakub Warmuz
44adeadf1b
Merge remote-tracking branch 'github/letsencrypt/master' into http-01
2015-11-01 11:09:59 +00:00
Jakub Warmuz
23d3c3b1e2
Rename --simple-http-port to --http-01-port
2015-11-01 11:01:23 +00:00
Jakub Warmuz
581a701cd1
Kill simpleHttp in core
2015-11-01 11:01:22 +00:00
Jakub Warmuz
8d913b42c5
Remove auth_handler_test.TRANSLATE
2015-11-01 11:01:22 +00:00
Jakub Warmuz
e62490c051
http-01 for webroot
2015-11-01 11:01:22 +00:00
Jakub Warmuz
ea3611afe6
http-01 for standalone
2015-11-01 11:01:22 +00:00
Jakub Warmuz
fd209eab66
http-01 for manual plugin
2015-11-01 11:01:22 +00:00
Jakub Warmuz
5ef2507b0c
KeyAuthorizationAnnotatedChallenge
2015-11-01 11:01:22 +00:00
Jakub Warmuz
bb0843b6c6
acme_util.HTTP01*
2015-11-01 11:01:22 +00:00
Jakub Warmuz
2a4ebb90ef
Contet-Type snippets for webroot
2015-10-31 20:31:32 +00:00
Jakub Warmuz
fb736135c5
Fix manual plugin __doc__ indentantion
2015-10-31 18:24:32 +00:00
bmw
c39bc12b18
Merge pull request #1238 from devnsec-com/pr5
...
Use `printf` instead of `echo -n` for better portability
2015-10-30 17:04:12 -07:00
Brad Warren
8558ad3860
Added comment about installer.save()
2015-10-30 16:53:04 -07:00
bmw
b36be129b6
Merge pull request #1226 from SwartzCr/issue_809
...
Apache with more than one vhost (fixes #809 )
2015-10-30 16:48:33 -07:00
Dev & Sec
69365a7a06
fix drop quotes issue
2015-10-30 23:27:16 +00:00
Dev & Sec
d5ccbdbcd2
use printf instead of echo -n for better portability
2015-10-30 22:54:10 +00:00
Peter Eckersley
1f6851d417
Merge pull request #1218 from stevedesmond-ca/master
...
improved language consistency in error/help messages
2015-10-30 15:48:55 -07:00
Peter Eckersley
a5e815008e
Factor out all the stdout wrangling from help tests
2015-10-30 15:22:05 -07:00
Peter Eckersley
f00280f71a
Testiness
2015-10-30 15:12:54 -07:00
Peter Eckersley
e4b10f76f9
Delint
2015-10-30 14:59:30 -07:00
Peter Eckersley
fa7aed4d63
Ensure that mandatory flags are displayed under the relevant verb help topics
...
Closes : #996
In part our problem was trying to pick a single topic ("paths") for flags that
become essential in some cases. But we were also calling _paths_parser before
all the topic groups had been created.
2015-10-30 14:58:43 -07:00
Brad Warren
4e62a4bfe2
fixes #1227
2015-10-30 13:54:46 -07:00
Noah Swartz
fbd09ddbf6
added interesticial saves to apache changes which fixed bug when multiple vhosts were specified
2015-10-30 13:24:55 -07:00
Steve Desmond
edabce9a96
improved language consistency in error/help messages
2015-10-30 14:47:23 -04:00
bmw
c8999f86a1
Merge pull request #1200 from kuba/bugs/1085
...
Remove serve_forever2/shutdown2 (reduces probability of #1085 ).
2015-10-29 18:20:36 -07:00
bmw
90699d16f9
Merge pull request #1139 from letsencrypt/new-verbs
...
New verbs && plugin help changes if the plugins are not installed.
2015-10-29 17:33:34 -07:00
Brad Warren
4b407b9599
Merge branch 'typos'
2015-10-29 17:03:05 -07:00
Noah Swartz
05be568e9e
added todo notes
2015-10-29 15:18:48 -07:00
Jakub Warmuz
4cc0610679
Remove serve_forever2/shutdown2 (reduces probability of #1085 ).
...
I'm not even sure why `serve_forever2` and `shutdown2` were introduced
in the first place... It probably follows from my misconception about
the SocketServer module. After having studied the module again, I come
to the conclusion that we can get rid of my crap, simultanously
reducing probability of #1085 (hopefully down to 0)!
`server_forever` is used throughout tests instead of `handle_request`,
because `shutdown`, following docs, "must be called while
serve_forever() is running in another thread, or it will deadlock",
and our `probe_sni` HTTP request is already enough to kill single
`handle_request`.
We don't need to use any busy waiting block or `sleep` between serve
and shutdown; studying CPython source code leads to the conclusion
that the following construction is non-blocking:
```python
import threading, SocketServer
s = SocketServer.TCPServer(("", 0), None)
t = threading.Thread(target=s.shutdown)
t.start()
s.serve_forever() # returns immediately
t.join() # returns immediately
```
2015-10-29 21:02:21 +00:00
Brad Warren
de30a28555
Another shot at a description
2015-10-29 13:20:52 -07:00
Brad Warren
faa61da2a6
manual_description += kuba_feedback
2015-10-29 10:46:39 -07:00
schoen
8e7c8ad31a
Merge pull request #1182 from letsencrypt/standalone_description
...
Update standalone description
2015-10-29 09:32:49 -07:00
schoen
09775989e6
Merge pull request #1144 from devnsec-com/pr2
...
use more accurate method to calculate time interval
2015-10-29 09:30:21 -07:00
Brad Warren
e9661c9634
Fixed tests
2015-10-28 19:57:56 -07:00
Peter Eckersley
0d12ded6fe
Alias "everything" correctly
2015-10-28 19:19:06 -07:00
Peter Eckersley
28071a3e72
Fix stray ref
2015-10-28 19:19:06 -07:00