search for: 272f339

Displaying 2 results from an estimated 2 matches for "272f339".

2014 Apr 30
3
[PATCH 2/2] Fix handling of passwords in URLs
.../* server(s) - can be NULL */ char *username; /* username - can be NULL */ + char *password; /* password - can be NULL */ }; /* Parse the '-a' option parameter 'arg', and place the result in diff --git a/mllib/uRI.ml b/mllib/uRI.ml index 272f339..d4f7522 100644 --- a/mllib/uRI.ml +++ b/mllib/uRI.ml @@ -21,6 +21,7 @@ type uri = { protocol : string; server : string array option; username : string option; + password : string option; } external parse_uri : string -> uri = "virt_resize_parse_uri" diff --git a/mllib/uR...
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.