index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[util] Rewrite catrom.pl to use Option::ROM library
Michael Brown
2012-06-12
1
-34
/
+15
*
[util] Allow Option::ROM to access multiple ROM images
Michael Brown
2012-06-12
3
-53
/
+129
*
[cmdline] Use "cpuid --ext" instead of "cpuid --amd"
Michael Brown
2012-06-12
1
-1
/
+4
*
[cmdline] Add "sync" command
Michael Brown
2012-06-09
3
-0
/
+86
*
[tls] Mark security negotiation as a pending operation
Michael Brown
2012-06-09
2
-7
/
+18
*
[tcp] Mark any unacknowledged transmission as a pending operation
Michael Brown
2012-06-09
1
-3
/
+33
*
[pending] Add concept of "pending operations"
Michael Brown
2012-06-09
3
-0
/
+114
*
[cmdline] Add "cpuid" command
Michael Brown
2012-06-07
9
-161
/
+310
*
[build] Merge i386 and x86_64 versions of errfile.h
Michael Brown
2012-06-06
2
-11
/
+0
*
[crypto] Fix unused-but-set variable warning
Michael Brown
2012-05-24
1
-2
/
+0
*
[http] Add support for Digest authentication
Michael Brown
2012-05-23
1
-0
/
+173
*
[http] Provide credentials only when requested by server
Michael Brown
2012-05-23
1
-16
/
+128
*
[http] Split construction of Authorization header out of http_step()
Michael Brown
2012-05-23
1
-57
/
+96
*
[http] Defer processing response code until after receiving all headers
Michael Brown
2012-05-22
1
-6
/
+10
*
[http] Reopen connections when server does not keep connection alive
Michael Brown
2012-05-22
1
-31
/
+118
*
[crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"
Michael Brown
2012-05-22
2
-18
/
+21
*
[crypto] Require OCSP check if certificate provides an OCSP URI
Michael Brown
2012-05-22
1
-0
/
+12
*
[crypto] Automatically perform OCSP checks when applicable
Michael Brown
2012-05-22
1
-68
/
+195
*
[image] Allow "imgtrust" to automatically download cross-signed certificates
Michael Brown
2012-05-22
1
-0
/
+13
*
[monojob] Allow monojob to be completely silent
Michael Brown
2012-05-22
1
-7
/
+11
*
[crypto] Construct OCSP check URI
Michael Brown
2012-05-22
3
-83
/
+84
*
[crypto] Fix margin of error for OCSP checks
Michael Brown
2012-05-22
1
-2
/
+2
*
[crypto] Return a NULL OCSP check if construction fails
Michael Brown
2012-05-22
1
-0
/
+1
*
[crypto] Return a NULL X.509 certificate if construction fails
Michael Brown
2012-05-22
1
-0
/
+1
*
[crypto] Accept UTCTime/GeneralizedTime with no "seconds" field
Michael Brown
2012-05-22
1
-0
/
+6
*
[test] Add self-tests for base64
Michael Brown
2012-05-20
2
-0
/
+125
*
[base64] Avoid overrunning input data buffer
Michael Brown
2012-05-20
1
-2
/
+7
*
[efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLE
Michael Brown
2012-05-16
1
-10
/
+12
*
[iscsi] Report SCSI response only when applicable
Michael Brown
2012-05-16
1
-1
/
+2
*
[test] Add self-tests for OCSP
Michael Brown
2012-05-15
2
-0
/
+1526
*
[crypto] Add framework for OCSP
Michael Brown
2012-05-15
6
-3
/
+877
*
[crypto] Add functions for constructing ASN.1 objects
Michael Brown
2012-05-14
2
-0
/
+172
*
[crypto] Parse OCSPSigning key purpose, if present
Michael Brown
2012-05-14
3
-0
/
+16
*
[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()
Michael Brown
2012-05-14
5
-126
/
+119
*
[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()
Michael Brown
2012-05-14
4
-108
/
+137
*
[crypto] Generalise x509_parse_time() to asn1_generalized_time()
Michael Brown
2012-05-14
3
-116
/
+126
*
[crypto] Parse X.509 raw public key bit string
Michael Brown
2012-05-14
2
-3
/
+11
*
[crypto] Include "?subject=" in cross-signed certificate URI
Michael Brown
2012-05-09
1
-3
/
+3
*
[crypto] Reduce standard debugging output
Michael Brown
2012-05-09
2
-51
/
+53
*
[image] Avoid potential NULL pointer dereference
Michael Brown
2012-05-08
1
-3
/
+5
*
[crypto] Automatically download cross-signed certificates
Michael Brown
2012-05-08
2
-11
/
+287
*
[xferbuf] Add generic data-transfer buffer
Michael Brown
2012-05-08
3
-0
/
+140
*
[tls] Use asynchronous certificate validator
Michael Brown
2012-05-08
2
-48
/
+120
*
[crypto] Add asynchronous certificate validator
Michael Brown
2012-05-08
3
-0
/
+196
*
[crypto] Add x509_auto_append()
Michael Brown
2012-05-08
3
-41
/
+81
*
[crypto] Add x509_append_raw()
Michael Brown
2012-05-08
4
-39
/
+59
*
[crypto] Check that common name contains no NUL characters
Michael Brown
2012-05-08
1
-0
/
+9
*
[crypto] Allow for X.509 certificates with no common name
Michael Brown
2012-05-08
3
-5
/
+7
*
[list] Add list_last_entry()
Michael Brown
2012-05-08
2
-1
/
+26
*
[tcp] Discard all TCP connections on shutdown
Michael Brown
2012-05-08
1
-0
/
+22
[next]