summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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-1610-91/+126
* [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
* [mtnic] Add multiport support and some minor fixesItay Gazit2009-02-092-600/+702
* [sundance] Added NIC variantThomas Miletich2009-02-061-0/+1
* [pxe] Display the "Press F8" prompt rather than displaying menu with timeoutMichael Brown2009-02-051-58/+112
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-056-62/+195
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-052-6/+30
* [pxe] Fall back to broadcast if no boot server multicast address existsMichael Brown2009-02-031-1/+2
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-018-18/+31
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-013-3/+29
* [tftp] Guard against invalid data block numbersMichael Brown2009-02-011-0/+5
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-0117-961/+1367
* [settings] Avoid duplicate settings block namesMichael Brown2009-01-311-0/+5