Commit graph

6510 commits

Author SHA1 Message Date
Brad Warren
bb1d2c0a1f Test common name is listed first in storage.py 2016-06-09 17:49:44 -07:00
Brad Warren
562802bfd0 Refactor common symlink writing code 2016-06-09 17:44:33 -07:00
Brad Warren
4f99cc7b2a Add _write_out_kind method 2016-06-09 17:43:05 -07:00
Brad Warren
02cdb5db0e Add cert with not alphabetically first CN 2016-06-09 16:03:32 -07:00
Brad Warren
2c803eff6a Use get_names_from_cert in storage.py 2016-06-08 17:01:54 -07:00
Brad Warren
0a707b64ec Use common_name instead of subject 2016-06-08 16:59:44 -07:00
Brad Warren
8db1b5627c Add GetNamesFromCertTest 2016-06-08 16:57:56 -07:00
Brad Warren
753aea2f3f Add get_names_from_cert function 2016-06-08 16:53:04 -07:00
Brad Warren
ac581951b3 Have get_names_from_csr use _get_names_from_cert_or_req 2016-06-08 16:50:34 -07:00
Brad Warren
a0be028340 Add _get_names_from_cert_or_req 2016-06-08 16:49:08 -07:00
Peter Eckersley
6dc5171365 Merge pull request #3037 from mgedmin/optional-hook-validation
Add --disable-hook-validation
2016-06-08 12:35:14 -07:00
Peter Eckersley
029aac92fa Merge pull request #3121 from certbot/auto-arch
Update letsencrypt-auto in response to Arch package rename
2016-06-08 12:16:06 -07:00
Peter Eckersley
311a2db6ba Merge pull request #3110 from certbot/candidate-0.8.0
Update files in response to 0.8.0 release
2016-06-08 12:01:09 -07:00
Noah Swartz
092173c608 fix broken link in contributing.rst (#3130) 2016-06-06 17:05:51 -07:00
schoen
45e47f6d84 Merge pull request #3118 from mrstanwell/darwin-useragent-fix
Strip "\n" from end of OS version string for OS X.
2016-06-04 19:43:13 -07:00
Brad Warren
2815361e63 Update the template as well 2016-06-03 11:12:49 -07:00
bmw
d9cc1edd98 Merge pull request #3116 from felixonmars/patch-1
Update Arch instructions for the new package name
2016-06-03 11:10:45 -07:00
Marius Gedminas
f5c8a63c18 Tests for --disable-hook-validation 2016-06-03 09:44:12 +03:00
mrstanwell
ee622618a2 Strip "\n" from end of OS version string for OS X.
If you don't, it ends up in the UserAgent header and you get an error
like:
Invalid header value 'CertbotACMEClient/0.8.0 (darwin 10.10.5\n)...'
2016-06-03 00:42:40 -05:00
Felix Yan
6b7a76442e Update letsencrypt-auto for Arch's new package name 2016-06-02 23:04:14 -05:00
Felix Yan
091b6a5cdb Update Arch instructions for the new package name 2016-06-02 23:02:49 -05:00
bmw
b9ce09419f Merge pull request #3092 from LeCoyote/patch-1
Changed Gentoo os_info string
2016-06-02 14:48:12 -07:00
Brad Warren
36e63a7372 Bump version to 0.9.0 2016-06-02 13:50:37 -07:00
Brad Warren
dcadcf8d42
Release 0.8.0 2016-06-02 13:50:30 -07:00
bmw
576bc90cb3 Merge pull request #3109 from certbot/release-prep
Stop packaging shim packages
2016-06-02 13:39:28 -07:00
Brad Warren
2659ec3188 Stop packaging shim packages 2016-06-02 13:27:52 -07:00
Brad Warren
8a8a8b776d permanently pin 0.7.0 of letsencrypt in certbot-auto 2016-06-02 13:17:41 -07:00
bmw
0e57690eb6 Merge pull request #3101 from certbot/ambiguos-inode
Bump minimum psutil version
2016-06-02 12:17:35 -07:00
LeCoyote
8d6502a756 Update constants.py
Add strings for Gentoo: one matches platform.linux_distribution(), the other matches contents of /etc/os-release
2016-06-02 18:17:21 +04:00
Peter Eckersley
e004766122 Merge pull request #3102 from lfam/contrib-manpage
docs: Fix generation of manpage 'certbot.1'.
2016-06-01 13:41:22 -07:00
Leo Famulari
33e905c147 docs: Fix generation of manpage certbot(1).
* docs/man/certbot.rst: Fix path to resource file.
2016-05-31 20:37:05 -04:00
bmw
5244719bda Merge pull request #2967 from certbot/update_registration
Add a register verb, with a way to update registrations
2016-05-31 16:25:36 -07:00
bmw
590d816fa9 s/assert_called_once/assert_called_once_with (#3100) 2016-05-31 16:03:42 -07:00
Seth Schoen
10612a0ced Merge remote-tracking branch 'origin/update_registration' into update_registration 2016-05-31 15:54:00 -07:00
Seth Schoen
c1e4b57d37 Tiny documentation fixes 2016-05-31 15:53:40 -07:00
Brad Warren
b324845a9c fixes #1080 2016-05-31 15:24:19 -07:00
Brad Warren
673b5e960a Merge branch 'master' into update_registration 2016-05-31 14:35:30 -07:00
bmw
fcc4622b6d Merge pull request #3005 from lamby/reproducible-documentation
Don't call os.pid() the default kwargs to atexit_print_messages
2016-05-31 12:05:16 -07:00
Marius Gedminas
d21f8fa657 Add --disable-hook-validation
As discussed in #3020.
2016-05-29 22:20:47 +03:00
LeCoyote
2a9e190cf2 Changed Gentoo os_info string
See bug #3091
2016-05-29 15:54:01 +04:00
bmw
28c24e667e Merge pull request #3089 from ampersign/ampersign-patch-1
Spelling correction
2016-05-28 18:24:12 -07:00
Shaun Cummiskey
2e12fda802 Spelling correction 2016-05-28 16:08:28 -05:00
Chris Lamb
b247687517 Don't call os.pid() the default kwargs to atexit_print_messages
Whilst it has no side-effects, this results in non-reproducible output when
generating the certbot documentation:

    http://i.imgur.com/Q6VGi9S.jpg

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2016-05-28 10:45:57 +01:00
Peter Eckersley
6a97f9edd1 Merge pull request #3084 from certbot/sysd_os
Fix merge conflicts in #2818 (Sysd os)
2016-05-27 19:05:25 -07:00
Peter Eckersley
24915f6d00 Lint 2016-05-27 16:45:12 -07:00
Peter Eckersley
b627f64377 Fix stray merge error 2016-05-27 15:04:59 -07:00
Peter Eckersley
883510338c Merge branch 'master' into sysd_os 2016-05-27 14:48:03 -07:00
Peter Eckersley
731f9a2dee Merge pull request #2926 from TheNavigat/auto_test_fix
Fixing auto_test.py for Python 2.6
2016-05-27 14:39:44 -07:00
Peter Eckersley
61e0e3cc83 Merge pull request #3073 from cowlicks/rename-le-util
Rename certbot.le_util to certbot.util
2016-05-27 14:37:36 -07:00
Peter Eckersley
f7b1af467f Merge pull request #3082 from certbot/candidate-0.7.0
Update files and versions to reflect 0.7.0 release
2016-05-27 14:18:53 -07:00