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
/
include
/
ipxe
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Add framework for OCSP
Michael Brown
2012-05-15
4
-0
/
+125
*
[crypto] Add functions for constructing ASN.1 objects
Michael Brown
2012-05-14
1
-0
/
+33
*
[crypto] Parse OCSPSigning key purpose, if present
Michael Brown
2012-05-14
2
-0
/
+8
*
[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()
Michael Brown
2012-05-14
2
-21
/
+11
*
[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()
Michael Brown
2012-05-14
1
-2
/
+8
*
[crypto] Generalise x509_parse_time() to asn1_generalized_time()
Michael Brown
2012-05-14
1
-0
/
+3
*
[crypto] Parse X.509 raw public key bit string
Michael Brown
2012-05-14
1
-1
/
+3
*
[crypto] Automatically download cross-signed certificates
Michael Brown
2012-05-08
1
-0
/
+3
*
[xferbuf] Add generic data-transfer buffer
Michael Brown
2012-05-08
2
-0
/
+32
*
[tls] Use asynchronous certificate validator
Michael Brown
2012-05-08
1
-2
/
+7
*
[crypto] Add asynchronous certificate validator
Michael Brown
2012-05-08
2
-0
/
+18
*
[crypto] Add x509_auto_append()
Michael Brown
2012-05-08
1
-0
/
+2
*
[crypto] Add x509_append_raw()
Michael Brown
2012-05-08
1
-0
/
+16
*
[list] Add list_last_entry()
Michael Brown
2012-05-08
1
-0
/
+13
*
[crypto] Allow certificate chains to be long-lived data structures
Michael Brown
2012-05-04
3
-38
/
+174
*
[time] Add Linux time source using gettimeofday()
Michael Brown
2012-05-04
2
-0
/
+19
*
[crypto] Parse OCSP responder URI from X.509 certificate
Michael Brown
2012-05-04
2
-4
/
+51
*
[list] Add list_for_each_entry_continue() and _continue_reverse()
Michael Brown
2012-05-04
1
-0
/
+26
*
[menu] Add "--default" option to "choose" command
Michael Brown
2012-04-29
1
-1
/
+1
*
[myson] Replace driver for Myson Technology NICs
Michael Brown
2012-04-27
1
-0
/
+1
*
[natsemi] Replace driver for National Semicondutor NICs
Michael Brown
2012-04-26
1
-0
/
+13
*
[crypto] Allow client certificate to be changed without a rebuild
Michael Brown
2012-04-24
1
-0
/
+6
*
[intel] Replace driver for Intel Gigabit NICs
Michael Brown
2012-04-24
1
-0
/
+1
*
[skel] Add skeleton network driver
Michael Brown
2012-04-21
1
-0
/
+1
*
[crypto] Allow trusted root certificate to be changed without a rebuild
Michael Brown
2012-04-19
2
-1
/
+5
*
[settings] Add fetch_setting_copy()
Michael Brown
2012-04-19
1
-0
/
+2
*
[multiboot] Place multiboot modules low in memory
Michael Brown
2012-04-19
1
-1
/
+1
*
[realtek] Replace driver for Realtek Gigabit NICs
Michael Brown
2012-04-18
1
-0
/
+1
*
[mii] Add generic MII reset function
Michael Brown
2012-04-18
2
-0
/
+87
*
[settings] Split fetching and storing out of setting type handlers
Michael Brown
2012-04-17
2
-29
/
+14
*
[test] Add self-tests for setting types
Michael Brown
2012-04-17
1
-0
/
+2
*
[syslog] Add basic support for encrypted syslog via TLS
Michael Brown
2012-04-10
1
-0
/
+3
*
[menu] Add menu commands
Michael Brown
2012-03-29
3
-0
/
+4
*
[menu] Add menu user interface
Michael Brown
2012-03-29
2
-0
/
+3
*
[menu] Add the abstract concept of a menu
Michael Brown
2012-03-29
1
-0
/
+47
*
[parseopt] Allow "prompt" command to accept character literals for --key
Michael Brown
2012-03-29
1
-0
/
+1
*
[syslog] Pass internal syslog() priority through to syslog console
Michael Brown
2012-03-26
2
-4
/
+11
*
[console] Do not share ANSI escape context between lineconsole users
Michael Brown
2012-03-26
1
-0
/
+3
*
[console] Add "log message" console usage and an internal syslog() call
Michael Brown
2012-03-26
2
-3
/
+8
*
[console] Exclude text-based UI output from logfile-based consoles
Michael Brown
2012-03-26
1
-1
/
+5
*
[console] Allow usage to be defined independently for each console
Michael Brown
2012-03-26
1
-1
/
+50
*
[console] Move putchar() and getchar() declarations to stdio.h
Michael Brown
2012-03-26
1
-2
/
+1
*
[image] Add the "imgtrust" and "imgverify" commands
Michael Brown
2012-03-25
1
-0
/
+1
*
[image] Simplify image management commands and internal API
Michael Brown
2012-03-25
2
-11
/
+10
*
[image] Add concept of trusted images
Michael Brown
2012-03-22
1
-0
/
+22
*
[crypto] Add support for Cryptographic Message Syntax (PKCS #7)
Michael Brown
2012-03-22
3
-0
/
+57
*
[crypto] Parse X.509 extended key usage extension
Michael Brown
2012-03-22
2
-0
/
+39
*
[crypto] Add previous certificate in chain as a parameter to parse_next()
Michael Brown
2012-03-22
1
-0
/
+1
*
[crypto] Parse X.509 certificate serial number
Michael Brown
2012-03-22
1
-0
/
+8
*
[crypto] Generalise X.509 OID-identified algorithm to asn1.c
Michael Brown
2012-03-22
2
-26
/
+26
[next]