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