david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/tests
Michael Brown 1c127a6962 [image] Simplify image management commands and internal API
Remove the name, cmdline, and action parameters from imgdownload() and
imgdownload_string().  These functions now simply download and return
an image.

Add the function imgacquire(), which will interpret a "name or URI
string" parameter and return either an existing image or a newly
downloaded image.

Use imgacquire() to merge similar image-management commands that
currently differ only by whether they take the name of an existing
image or the URI of a new image to download.  For example, "chain" and
"imgexec" can now be merged.

Extend imgstat and imgfree commands to take an optional list of
images.

Remove the arbitrary restriction on the length of image names.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-24 23:12:04 +00:00
..
comboot [comboot] Add COMBOOT and COM32 support 2008-08-28 23:52:19 +01:00
aes_cbc_test.c [test] Avoid using "static const" for test declarations 2012-03-07 00:35:58 +00:00
bigint_test.c [crypto] Force caller to provide temporary storage for modular calculations 2012-03-18 20:22:43 +00:00
bofm_test.c [bofm] Add offline BOFM test facility 2011-03-02 23:58:43 +00:00
byteswap_test.c [test] Add self-tests for byte-order swapping functions 2012-03-04 15:29:24 +00:00
cbc_test.c [test] Add NIST self-tests for AES128 and AES256 in CBC mode 2012-03-06 21:01:30 +00:00
cbc_test.h [test] Add NIST self-tests for AES128 and AES256 in CBC mode 2012-03-06 21:01:30 +00:00
cms_test.c [test] Add CMS self-tests 2012-03-22 11:41:29 +00:00
digest_test.c [test] Add self-tests for SHA-1 algorithm 2012-01-11 10:38:28 +00:00
digest_test.h [test] Add self-tests for SHA-1 algorithm 2012-01-11 10:38:28 +00:00
entropy_sample.c [rng] Allow entropy_enable() to return an error 2012-03-18 17:05:37 +00:00
gdbstub_test.S [i386] Add explicit flags and type on all .section declarations 2009-02-15 10:59:53 +00:00
gdbstub_test.gdb [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
hash_df_test.c [test] Avoid using "static const" for test declarations 2012-03-07 00:35:58 +00:00
hmac_drbg_test.c [test] Avoid using "static const" for test declarations 2012-03-07 00:35:58 +00:00
linebuf_test.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
list_test.c [list] Add list functions required by ath9k driver 2011-10-14 14:33:32 +01:00
md5_test.c [test] Add self-tests for MD5 algorithm 2012-03-05 00:31:07 +00:00
memcpy_test.c Had this file lying around for ages; may as well check it in. 2007-01-11 15:31:50 +00:00
pubkey_test.h [test] Add self-tests for RSA 2012-03-18 13:37:56 +00:00
rsa_test.c [test] Add self-tests for RSA 2012-03-18 13:37:56 +00:00
sha1_test.c [test] Add self-tests for SHA-1 algorithm 2012-01-11 10:38:28 +00:00
sha256_test.c [test] Add self-tests for SHA-256 algorithm 2012-03-05 00:20:30 +00:00
test.c [image] Simplify image management commands and internal API 2012-03-24 23:12:04 +00:00
tests.c [test] Add CMS self-tests 2012-03-22 11:41:29 +00:00
time_test.c [test] Add self-tests for mktime() 2012-03-19 17:35:46 +00:00
umalloc_test.c [ioapi] Move get_memmap() to the I/O API group 2010-08-16 16:54:03 +01:00
uri_test.c [uri] Avoid unused variable warning in gcc 4.6 2011-03-16 20:21:08 +00:00
x509_test.c [crypto] Add previous certificate in chain as a parameter to parse_next() 2012-03-22 01:34:40 +00:00