Searched refs:subject (Results 1 - 9 of 9) sorted by relevance
/pkg/src/scripts/ |
H A D | pkg.bat | 5 rem The contents of this file are subject to the terms of the
|
H A D | pkg.depotd.bat | 5 rem The contents of this file are subject to the terms of the
|
H A D | pkgrecv.bat | 5 rem The contents of this file are subject to the terms of the
|
H A D | pkgsend.bat | 5 rem The contents of this file are subject to the terms of the
|
/pkg/src/ |
H A D | pkgrepo.py | 5 # The contents of this file are subject to the terms of the 1861 def __format_diff(diff_type, subject): 1865 subject: can be a publisher or a package. 1872 if isinstance(subject, publisher.Publisher): 1874 subject.prefix) 1875 elif isinstance(subject, fmri.PkgFmri): 1877 str(subject)) 1880 subject) 1883 def __sorted(subject, stype=None): 1886 return sorted(subject, ke [all...] |
/pkg/src/modules/client/ |
H A D | publisher.py | 5 # The contents of this file are subject to the terms of the 1267 # A dictionary to story the mapping for subject -> certificate 2364 # Note that while we store certs by their subject hashes, 2366 # for the subject hash and other crypto frameworks have been 2369 cert.subject)).hexdigest() 2434 """Rebuild subject hash metadata.""" 2436 # clean up the old subject hash files to prevent 2456 with that name as a subject.""" 2476 # file. We try harder to rebuild the subject's metadata 2506 c.subject)) [all...] |
H A D | api_errors.py | 5 # The contents of this file are subject to the terms of the 2344 sub.oid._name, sub.value) for sub in self.cert.subject), 2361 s.oid._name, s.value) for s in self.cert.subject), 2440 return _("The certificate whose subject is {cert} could not " 2444 s.oid._name, s.value) for s in self.cert.subject), 2457 s = _("The certificate whose subject is {cert} could not be " 2460 s.oid._name, s.value) for s in self.cert.subject), 2478 return _("The certificate whose subject is {cert} could not " 2483 s.oid._name, s.value) for s in self.cert.subject), 2500 return _("The certificate whose subject i [all...] |
H A D | image.py | 5 # The contents of this file are subject to the terms of the 219 # set of pkg stems subject to group 310 """A dictionary mapping subject hashes for certificates this 352 # the SHA-1 hash of its subject. 354 trusted_ca.subject)).hexdigest()
|
/pkg/src/modules/server/ |
H A D | repository.py | 5 # The contents of this file are subject to the terms of the 2371 # Note that while we store certs by their subject 2373 # no interface for the subject hash and other crypto 2376 trusted_ca.subject)).hexdigest()
|
Completed in 75 milliseconds