From 1a88759408dc7b51b83797a08137d0e8983ae6ee Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Mon, 17 Sep 2012 15:44:21 -0700 Subject: [PATCH 1/2] Add documentation for "-X" option. --- client/X11/xfreerdp.1.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml index fedba645d..64541d9b0 100644 --- a/client/X11/xfreerdp.1.xml +++ b/client/X11/xfreerdp.1.xml @@ -256,6 +256,12 @@ + + -X xid + + embed xfreerdp into window with xid. + + -z From 023bc848a2ed14aaa64d137f50db9339fd524832 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Mon, 17 Sep 2012 16:42:55 -0700 Subject: [PATCH 2/2] Added many additional options to documentation, added missing arguments to options in documentation. Attempted to alphabetize options in documentation. --- client/X11/xfreerdp.1.xml | 254 +++++++++++++++++++++++--------------- 1 file changed, 157 insertions(+), 97 deletions(-) diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml index 64541d9b0..8627a72a9 100644 --- a/client/X11/xfreerdp.1.xml +++ b/client/X11/xfreerdp.1.xml @@ -129,6 +129,14 @@ + + -h + + + Print help. + + + -k id @@ -278,14 +286,6 @@ - - --ext - - - load an extension - - - --no-auth @@ -305,12 +305,41 @@ - --from-stdin + --bcv3 codec + + Use codec for bitmap cache v3 + + + + + --no-bmp-cache - Prompts for unspecified arguments -u username, -p password, -d domain and connection host. - This is useful to hide arguments from ps. Also useful for scripts that will feed these arguments - to the client via (what else?) stdin. + Disable bitmap cache. + + + + + --certificate-name name + + + use name for the logon certificate, instead of the server name + + + + + --composition + + + Enable composition (RDVH only, not to be confused with remote composition). + + + + + --ext extname + + + load extension extname @@ -325,10 +354,20 @@ - --no-motion + --from-stdin + + Prompts for unspecified arguments -u username, -p + password, -d domain and connection host. This is useful to + hide arguments from ps. Also useful for scripts that will + feed these arguments to the client via (what else?) stdin. + + + + + --disable-full-window-drag - Don't send mouse motion events. + Disable full window drag. @@ -340,6 +379,61 @@ + + --ignore-certificate + + + ignore verification of logon certificate. + + + + + --kbd-list + + + list all keyboard layout ids used by -k + + + + + --disable-menu-animations + + + Disable menu animations. + + + + + --no-motion + + + Don't send mouse motion events. + + + + + --no-nego + + disable negotiation of security layer and enforce highest enabled security protocol. + + + + + --no-nla + + + Disable network level authentication. + + + + + --nsc + + + Enable NSCodec. + + + --no-osb @@ -349,10 +443,18 @@ - --no-bmp-cache + --pcb blob - Disable bitmap cache. + Use preconnection blob. + + + + + --pcid id + + + Use preconnection id. @@ -364,6 +466,14 @@ + + --no-rdp + + + Disable Standard RDP encryption. + + + --rfx @@ -381,82 +491,10 @@ - --nsc + --no-salted-checksum - Enable NSCodec. - - - - - --disable-wallpaper - - - Disable wallpaper. - - - - - --composition - - - Enable composition (RDVH only, not to be confused with remote composition). - - - - - --disable-full-window-drag - - - Disable full window drag. - - - - - --disable-menu-animations - - - Disable menu animations. - - - - - --disable-theming - - - Disable theming. - - - - - --no-rdp - - - Disable Standard RDP encryption. - - - - - --no-tls - - - Disable TLS encryption. - - - - - --no-nla - - - Disable network level authentication. - - - - - --sec proto - - - force protocol security. proto can be one of rdp, tls or nla. + disable salted checksums with Standard RDP encryption. @@ -469,35 +507,57 @@ - --ignore-certificate + --sec proto - ignore verification of logon certificate. + force protocol security. proto can be one of rdp, tls or nla. - --certificate-name + --disable-theming - use this name for the logon certificate, instead of the server name + Disable theming. - --kbd-list + --no-tls - list all keyboard layout ids used by -k + Disable TLS encryption. - --version + --tsg +username +password +hostname + Use Terminal Server Gateway with +username +password +hostname. + + + + + --version + + Print version information. + + + + --disable-wallpaper + + + Disable wallpaper. +