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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[mii] Synchronise constants with current Linux include/linux/mii.h
Michael Brown
2012-04-18
1
-116
/
+113
*
[mii] Remove unused functionality
Michael Brown
2012-04-18
1
-59
/
+0
*
[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
*
[libc] Allow strtoul() to interpret negative numbers
Michael Brown
2012-04-17
1
-4
/
+0
*
[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
*
[console] Add LOG_ALL as a synonym for LOG_DEBUG
Michael Brown
2012-03-27
1
-0
/
+3
*
[syslog] Pass internal syslog() priority through to syslog console
Michael Brown
2012-03-26
3
-12
/
+32
*
[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
3
-3
/
+92
*
[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
2
-14
/
+53
*
[console] Remove unused "btext" console
Michael Brown
2012-03-26
1
-62
/
+0
*
[console] Move putchar() and getchar() declarations to stdio.h
Michael Brown
2012-03-26
3
-3
/
+5
*
[image] Add the "imgtrust" and "imgverify" commands
Michael Brown
2012-03-25
2
-0
/
+18
*
[image] Simplify image management commands and internal API
Michael Brown
2012-03-25
3
-46
/
+13
*
[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
*
[test] Add X.509 self-tests
Michael Brown
2012-03-22
1
-0
/
+1
*
[crypto] Treat ASN.1 OIDs as opaque
Michael Brown
2012-03-21
1
-105
/
+60
*
[crypto] Move all ASN.1 OIDs to asn1.h
Michael Brown
2012-03-21
3
-91
/
+91
*
[crypto] Use standard bit-rotation functions
Michael Brown
2012-03-21
1
-4
/
+8
*
[tls] Support sending a client certificate
Michael Brown
2012-03-20
1
-2
/
+31
*
[build] Allow a client certificate to be specified at build time
Michael Brown
2012-03-20
1
-0
/
+43
*
[crypto] Use linker tables for RSA digestInfo prefixes
Michael Brown
2012-03-20
1
-0
/
+18
*
[tls] Treat handshake digest algorithm as a session parameter
Michael Brown
2012-03-20
1
-0
/
+4
*
[tls] Use hybrid MD5+SHA1 algorithm
Michael Brown
2012-03-20
1
-4
/
+24
*
[tls] Check certificate validity period against current date and time
Michael Brown
2012-03-20
1
-3
/
+5
*
[tls] Parse X.509 validity times into seconds since the Epoch
Michael Brown
2012-03-20
1
-12
/
+3
*
[time] Define an API for getting the current time
Michael Brown
2012-03-19
3
-0
/
+97
*
[libc] Add mktime() function
Michael Brown
2012-03-19
2
-25
/
+36
*
[tls] Add full X.509 certificate parsing
Michael Brown
2012-03-19
2
-5
/
+225
[next]