opengnsys_ipxe/src/net/tcp
Michael Brown ba3695353a [settings] Re-add "uristring" setting type
Commit 09b057c ("[settings] Remove "uristring" setting type") removed
support for URI-encoded settings via the "uristring" setting type, on
the basis that such encoding was no longer necessary to avoid problems
with the command line parser.

Other valid use cases for the "uristring" setting type do exist: for
example, a password containing a '/' character expanded via

  chain http://username:${password:uristring}@server.name/boot.php

Restore the existence of the "uristring" setting, avoiding the
potentially large stack allocations that were used in the old code
prior to commit 09b057c ("[settings] Remove "uristring" setting
type").

Requested-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-08-25 13:31:46 +01:00
..
ftp.c [uri] Refactor URI parsing and formatting 2014-02-27 13:32:53 +00:00
http.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
httpauth.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
httpbasic.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
httpblock.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
httpconn.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
httpcore.c [settings] Re-add "uristring" setting type 2015-08-25 13:31:46 +01:00
httpdigest.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
https.c [http] Rewrite HTTP core to support content encodings 2015-08-17 13:24:33 +01:00
iscsi.c [iscsi] Add missing "break" statements 2015-07-28 14:15:14 +01:00
oncrpc.c [build] Expose build timestamp, build name, and product names 2014-06-24 15:32:35 +01:00
syslogs.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 2015-03-02 14:17:31 +00:00