aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Make use of butl::openssl, ifdstream::read_text() and ifdstream::read_binary()Karen Arutyunov1-231/+232
2017-05-10Rework repository/certificate names matchingKaren Arutyunov1-38/+54
2017-05-08Fix repository certificate path matchingKaren Arutyunov1-2/+4
2017-05-08Add support for certificate name subdomain wildcardKaren Arutyunov1-10/+75
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-5/+5
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-6/+6
2017-03-30Fix certificate info parsing for openssl 1.1.0eKaren Arutyunov1-1/+1
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-9/+8
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-4/+2
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-8/+10
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-9/+8
2016-09-13Change all auth trust prompts to "no default answer" instead of NoKaren Arutyunov1-2/+2
2016-09-04Improve auth diagnosticsBoris Kolpackov1-7/+9
2016-09-02Use rsautl openssl command instead of pkeyutlKaren Arutyunov1-3/+3
2016-09-01Improve diagnosticsBoris Kolpackov1-1/+2
2016-07-30Convert to use canonical directory separatorsBoris Kolpackov1-12/+8
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-69/+41
2016-07-14Add --cert-* rep-info command optionsKaren Arutyunov1-0/+11
2016-05-31Remove %[.M] specifier from the certificate dates parsing format stringKaren Arutyunov1-11/+10
2016-05-31Remove redundant comma escaping in certificate authentication promptKaren Arutyunov1-1/+30
2016-05-31Port to MinGWKaren Arutyunov1-2/+6
2016-05-04Add support for repository authenticationKaren Arutyunov1-0/+815