aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-02[release] Update version to 0.9.7 for releasev0.9.7Michael Brown1-2/+2
2009-03-02[release] Remove obsolete VERSION fileMichael Brown1-1/+0
2009-02-27[sundance] Add reset completion checkThomas Miletich1-0/+16
2009-02-25[infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown29-16486/+0
2009-02-24[image] Allow for zero embedded imagesMichael Brown6-20/+32
2009-02-24[image] Added "chain" command to fetch, load, and execute imageShao Miller1-0/+20
2009-02-23[pxe] Set %ax to zero on entry to PXE NBPMichael Brown1-9/+10
2009-02-23[pxeprefix] Search for the PXE entry points through all methodsH. Peter Anvin1-42/+105
2009-02-20[iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown3-17/+73
2009-02-19[scsi] Fix DBG() message reporting of error numberMichael Brown1-2/+2
2009-02-19[crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()Michael Brown3-106/+66
2009-02-19[crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown5-29/+363
2009-02-19[crypto] Change cipher_{en,de}crypt() to void functionsMichael Brown3-50/+25
2009-02-18[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown16-121/+160
2009-02-18[crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown2-13/+25
2009-02-18[crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown3-15/+15
2009-02-18[pxe] Initialize EDX on PXE NBP entry and INT 1AhH. Peter Anvin2-8/+13
2009-02-18[pxeprefix] Add .kkpxe image type and ability to return via PXE stackMichael Brown7-39/+131
2009-02-18[i386] Kill off obsolete boot1a.s fileMichael Brown1-410/+0
2009-02-17[dhcp] Use a default user-class of "gPXE"Michael Brown1-0/+2
2009-02-17[image] Redact password from URIs displayed by imgfetch()Michael Brown1-1/+12
2009-02-17[login] Add "login" command and UIMichael Brown6-0/+179
2009-02-17[settings] Allow store_setting() to access the root settings blockMichael Brown1-3/+3
2009-02-17[http] Send authentication information whenever username is presentMichael Brown1-9/+8
2009-02-17[editbox] Allow for password widgets that do not display their contentsMichael Brown3-6/+19
2009-02-17[pxe] Allow Escape to abort PXE menu selectionsMichael Brown1-2/+2
2009-02-17[icmp] Add support for responding to pingsMichael Brown4-0/+128
2009-02-17[comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)Daniel Verkamp2-1/+95
2009-02-17[comboot] Restore the real-mode stack pointer on exit from a COMBOOT imageMichael Brown5-14/+40
2009-02-17[comboot] Unhook interrupt vectors after returning from a COMBOOT imageMichael Brown4-0/+18
2009-02-17[comboot] Fix reference counting on replacement imagesMichael Brown5-18/+23
2009-02-17[comboot] Allow for tail recursion of COMBOOT imagesMichael Brown8-111/+176
2009-02-16[uri] Allow use of relative URIs when calling churi()Michael Brown1-1/+4
2009-02-16[build] Cope with oddities in the Fedora 10 assemblerMichael Brown3-15/+15
2009-02-16[build] Fix building on gcc 3Michael Brown1-0/+2
2009-02-16[build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -WerrorMichael Brown1-1/+1
2009-02-16[image] Avoid claiming zero-length images as validMichael Brown2-0/+12
2009-02-16[image] Allow multiple embedded imagesMichael Brown12-91/+138
2009-02-15[romprefix] Update ROM checksum even if PMM allocation failsMichael Brown1-7/+9
2009-02-15[build] Treat warnings as errors in assembly filesMichael Brown1-0/+1
2009-02-15[i386] Add explicit flags and type on all .section declarationsMichael Brown10-102/+85
2009-02-15[i386] Add explicit ""aw", @nobits" declarations to stack sectionsMichael Brown2-2/+2
2009-02-15[xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown7-32/+18
2009-02-15[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kBMichael Brown1-3/+3
2009-02-13[http] Allow for URI encodings within username and passwordMichael Brown1-2/+15
2009-02-13[http] Add support for HTTP Basic authenticationMichael Brown1-0/+28
2009-02-13[base64] Add base64 encoding functionsMichael Brown2-0/+90
2009-02-12[settings] Handle errors in fetchf_uristring()Michael Brown1-1/+4
2009-02-10[tls] Use our own ASN.1 routines for certificate parsingMichael Brown8-954/+354
2009-02-10[crypto] Remove unused filesMichael Brown7-1851/+0