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
*
[crypto] Add our own general-purpose cipher-block chaining routines
Michael Brown
2009-02-19
5
-29
/
+363
*
[crypto] Change cipher_{en,de}crypt() to void functions
Michael Brown
2009-02-19
3
-50
/
+25
*
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
Michael Brown
2009-02-18
16
-121
/
+160
*
[crypto] Move AES_convert_key() hack into axtls_aes.c
Michael Brown
2009-02-18
2
-13
/
+25
*
[crypto] Rename aes_algorithm to aes_cbc_algorithm
Michael Brown
2009-02-18
3
-15
/
+15
*
[pxe] Initialize EDX on PXE NBP entry and INT 1Ah
H. Peter Anvin
2009-02-18
2
-8
/
+13
*
[pxeprefix] Add .kkpxe image type and ability to return via PXE stack
Michael Brown
2009-02-18
7
-39
/
+131
*
[i386] Kill off obsolete boot1a.s file
Michael Brown
2009-02-18
1
-410
/
+0
*
[dhcp] Use a default user-class of "gPXE"
Michael Brown
2009-02-17
1
-0
/
+2
*
[image] Redact password from URIs displayed by imgfetch()
Michael Brown
2009-02-17
1
-1
/
+12
*
[login] Add "login" command and UI
Michael Brown
2009-02-17
6
-0
/
+179
*
[settings] Allow store_setting() to access the root settings block
Michael Brown
2009-02-17
1
-3
/
+3
*
[http] Send authentication information whenever username is present
Michael Brown
2009-02-17
1
-9
/
+8
*
[editbox] Allow for password widgets that do not display their contents
Michael Brown
2009-02-17
3
-6
/
+19
*
[pxe] Allow Escape to abort PXE menu selections
Michael Brown
2009-02-17
1
-2
/
+2
*
[icmp] Add support for responding to pings
Michael Brown
2009-02-17
4
-0
/
+128
*
[comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)
Daniel Verkamp
2009-02-17
2
-1
/
+95
*
[comboot] Restore the real-mode stack pointer on exit from a COMBOOT image
Michael Brown
2009-02-17
5
-14
/
+40
*
[comboot] Unhook interrupt vectors after returning from a COMBOOT image
Michael Brown
2009-02-17
4
-0
/
+18
*
[comboot] Fix reference counting on replacement images
Michael Brown
2009-02-17
5
-18
/
+23
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
8
-111
/
+176
*
[uri] Allow use of relative URIs when calling churi()
Michael Brown
2009-02-16
1
-1
/
+4
*
[build] Cope with oddities in the Fedora 10 assembler
Michael Brown
2009-02-16
3
-15
/
+15
*
[build] Fix building on gcc 3
Michael Brown
2009-02-16
1
-0
/
+2
*
[build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -Werror
Michael Brown
2009-02-16
1
-1
/
+1
*
[image] Avoid claiming zero-length images as valid
Michael Brown
2009-02-16
2
-0
/
+12
*
[image] Allow multiple embedded images
Michael Brown
2009-02-16
10
-91
/
+126
*
[romprefix] Update ROM checksum even if PMM allocation fails
Michael Brown
2009-02-15
1
-7
/
+9
*
[build] Treat warnings as errors in assembly files
Michael Brown
2009-02-15
1
-0
/
+1
*
[i386] Add explicit flags and type on all .section declarations
Michael Brown
2009-02-15
10
-102
/
+85
*
[i386] Add explicit ""aw", @nobits" declarations to stack sections
Michael Brown
2009-02-15
2
-2
/
+2
*
[xfer] Make consistent assumptions that xfer metadata can never be NULL
Michael Brown
2009-02-15
7
-32
/
+18
*
[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB
Michael Brown
2009-02-15
1
-3
/
+3
*
[http] Allow for URI encodings within username and password
Michael Brown
2009-02-13
1
-2
/
+15
*
[http] Add support for HTTP Basic authentication
Michael Brown
2009-02-13
1
-0
/
+28
*
[base64] Add base64 encoding functions
Michael Brown
2009-02-13
2
-0
/
+90
*
[settings] Handle errors in fetchf_uristring()
Michael Brown
2009-02-12
1
-1
/
+4
*
[tls] Use our own ASN.1 routines for certificate parsing
Michael Brown
2009-02-10
8
-954
/
+354
*
[crypto] Remove unused files
Michael Brown
2009-02-10
7
-1851
/
+0
*
[mtnic] Add multiport support and some minor fixes
Itay Gazit
2009-02-09
2
-600
/
+702
*
[sundance] Added NIC variant
Thomas Miletich
2009-02-06
1
-0
/
+1
*
[pxe] Display the "Press F8" prompt rather than displaying menu with timeout
Michael Brown
2009-02-05
1
-58
/
+112
*
[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits
Michael Brown
2009-02-05
6
-62
/
+195
*
[pxe] Skip PXE boot server discovery if directed to do so
Michael Brown
2009-02-05
2
-6
/
+30
*
[pxe] Fall back to broadcast if no boot server multicast address exists
Michael Brown
2009-02-03
1
-1
/
+2
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
8
-18
/
+31
*
[dhcp] Send user class in DHCP requests
Michael Brown
2009-02-01
3
-3
/
+29
*
[tftp] Guard against invalid data block numbers
Michael Brown
2009-02-01
1
-0
/
+5
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
17
-961
/
+1367
*
[settings] Avoid duplicate settings block names
Michael Brown
2009-01-31
1
-0
/
+5
[next]