summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ui] Change "login" colours to match other UIsMichael Brown2012-06-271-7/+7
* [sky2] Fix invalid memory accessValentine Barshak2012-06-271-1/+1
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-203-8/+57
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-203-8/+9
* [crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2012-06-204-12/+12
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-203-1/+10
* [romprefix] Treat 0xffffffff as an error return from PMMMichael Brown2012-06-191-9/+13
* [util] Update mergerom.pl to handle .mrom imagesMichael Brown2012-06-121-3/+6
* [romprefix] Allow .mrom image to be placed anywhere within the BARMichael Brown2012-06-121-0/+12
* [romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown2012-06-125-73/+197
* [util] Rewrite catrom.pl to use Option::ROM libraryMichael Brown2012-06-121-34/+15Star
* [util] Allow Option::ROM to access multiple ROM imagesMichael Brown2012-06-123-53/+129
* [cmdline] Use "cpuid --ext" instead of "cpuid --amd"Michael Brown2012-06-121-1/+4
* [cmdline] Add "sync" commandMichael Brown2012-06-093-0/+86
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-092-7/+18
* [tcp] Mark any unacknowledged transmission as a pending operationMichael Brown2012-06-091-3/+33
* [pending] Add concept of "pending operations"Michael Brown2012-06-093-0/+114
* [cmdline] Add "cpuid" commandMichael Brown2012-06-079-161/+310
* [contrib] Update bochsrc.txt to latest version of bochsMichael Brown2012-06-061-170/+550
* [build] Merge i386 and x86_64 versions of errfile.hMichael Brown2012-06-062-11/+0Star
* [crypto] Fix unused-but-set variable warningMichael Brown2012-05-241-2/+0Star
* [http] Add support for Digest authenticationMichael Brown2012-05-231-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-231-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-231-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"Michael Brown2012-05-222-18/+21
* [crypto] Require OCSP check if certificate provides an OCSP URIMichael Brown2012-05-221-0/+12
* [crypto] Automatically perform OCSP checks when applicableMichael Brown2012-05-221-68/+195
* [image] Allow "imgtrust" to automatically download cross-signed certificatesMichael Brown2012-05-221-0/+13
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [crypto] Construct OCSP check URIMichael Brown2012-05-223-83/+84
* [crypto] Fix margin of error for OCSP checksMichael Brown2012-05-221-2/+2
* [crypto] Return a NULL OCSP check if construction failsMichael Brown2012-05-221-0/+1
* [crypto] Return a NULL X.509 certificate if construction failsMichael Brown2012-05-221-0/+1
* [crypto] Accept UTCTime/GeneralizedTime with no "seconds" fieldMichael Brown2012-05-221-0/+6
* [test] Add self-tests for base64Michael Brown2012-05-202-0/+125
* [base64] Avoid overrunning input data bufferMichael Brown2012-05-201-2/+7
* [efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLEMichael Brown2012-05-161-10/+12
* [iscsi] Report SCSI response only when applicableMichael Brown2012-05-161-1/+2
* [test] Add self-tests for OCSPMichael Brown2012-05-152-0/+1526
* [crypto] Add framework for OCSPMichael Brown2012-05-156-3/+877
* [crypto] Add functions for constructing ASN.1 objectsMichael Brown2012-05-142-0/+172
* [crypto] Parse OCSPSigning key purpose, if presentMichael Brown2012-05-143-0/+16
* [crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2012-05-145-126/+119Star
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-144-108/+137
* [crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown2012-05-143-116/+126
* [crypto] Parse X.509 raw public key bit stringMichael Brown2012-05-142-3/+11
* [crypto] Include "?subject=" in cross-signed certificate URIMichael Brown2012-05-091-3/+3
* [crypto] Reduce standard debugging outputMichael Brown2012-05-092-51/+53