/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/patches.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/patches.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 136 by astrand, Sat Sep 14 16:13:09 2002 UTC revision 148 by astrand, Sat Sep 14 18:00:10 2002 UTC
# Line 102  Applied (in revision 1.29, 2002/07/14). Line 102  Applied (in revision 1.29, 2002/07/14).
102  URL:  URL:
103  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt
104  Description:  Description:
105  TDB  Some kind of performence improvements.
106  Status:  Status:
107  Not yet examined.  From what I can tell, this patch is no longer necessary.
108    
109    
110  URL:  URL:
111  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch
112  Description:  Description:
113  TDB  (From http://mail.rdesktop.org/archive/2001/msg00163.html):
114    
115    rdesktop uses gethostname to figure out the hostname, but gethostname
116    under linux returns an error when the hostname is longer than the
117    buffer.  This hack gives gethostname a 64 char buffer and then strips
118    the first 16 chars or upto the first '.' and puts the result in
119    hostname[16].
120    
121  Status:  Status:
122  Not yet examined.  Applied in version 1.10 of rdesktop.c.
123    
124    
125  URL:  URL:
126  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hove-19-7-2endian.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hove-19-7-2endian.diff
127  Description:  Description:
128  TDB  Includes a program for testing endianness.
129  Status:  Status:
130  Not yet examined.  rdesktop determines endianness at runtime. This patch is not needed
131    anymore.
132    
133    
134  URL:  URL:
135  http://bibl4.oru.se/projects/rdesktop/patch19/patches/mmihalik_19-7-3-keyfix-4.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/mmihalik_19-7-3-keyfix-4.patch
136  Description:  Description:
137  TDB  Some kind of new alternative keyboard mapping imlementation.
138  Status:  Status:
139  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
140    
141    
142  URL:  URL:
143  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch
144  Description:  Description:
145  TDB  Fullscreen mode.
146  Status:  Status:
147  Not yet examined.  Applied.
148    
149    
150  URL:  URL:
151  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt
152  Description:  Description:
153  TDB  Makes is possible to specify RDP geometry based a percent value of the
154    current desktop size.
155  Status:  Status:
156  Not yet examined.  Not applied. I don't think many people will need this.
157    
158    
159  URL:  URL:
160  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_rdp_tcp_port.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_rdp_tcp_port.diff
161  Description:  Description:
162  TDB  Command line tcp port argument.
163  Status:  Status:
164  Not yet examined.  Applied.
165    
166    
167  URL:  URL:
168  http://bibl4.oru.se/projects/rdesktop/patch19/patches/patch19-7-2.xyPos.emptyPassword.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/patch19-7-2.xyPos.emptyPassword.patch
169  Description:  Description:
170  TDB  This patch adds:
171    1) Support for empty passwords
172    2) Support for asking for password interactively
173    3) Support for +<xoff>+<yoff> geometry.
174    
175  Status:  Status:
176  Not yet examined.  1) and 2) can be solved by the -P parameter; patch not needed.
177    Functionality for 3) is currently missing.
178    
179    
180  URL:  URL:
181  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-19-7-1-mmihalik-3.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-19-7-1-mmihalik-3.diff
182  Description:  Description:
183  TDB  Defines DO_GLYPH() etc.
184  Status:  Status:
185  Not yet examined.  As far as I understand, this patch is applied.
186    
187    
188  URL:  URL:
189  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-mmihalik-1.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-mmihalik-1.diff
190  Description:  Description:
191  TDB  Misc drawing changes.
192  Status:  Status:
193  Not yet examined.  As far as I understand, this patch is applied.
194    
195    
196  URL:  URL:
197  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff
198  Description:  Description:
199  TDB  Some kind of new alternative keyboard mapping implementation.
200  Status:  Status:
201  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
202    
203    
204  URL:  URL:
205  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch
206  Description:  Description:
207  TDB  Seems to make the crypto stuff link with GNU MP.
208  Status:  Status:
209  Not yet examined.  Not applied.
210    
211    
212  URL:  URL:
213  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch
214  Description:  Description:
215  TDB  Modifies one of the old keyboard mapping implementations in some way.
216  Status:  Status:
217  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
218    
219    
220  URL:  URL:
221  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch
222  Description:  Description:
223  TDB  Support for linking rdesktop with OpenSSL.
224  Status:  Status:
225  Not yet examined.  Not needed anymore, rdesktop can optionally use system
226    OpenSSL.
227    
228    
229  URL:  URL:
230  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch
231  Description:  Description:
232  TDB  
233  Status:  Status:
234  Not yet examined.  Not yet examined.
235    

Legend:
Removed from v.136  
changed lines
  Added in v.148

  ViewVC Help
Powered by ViewVC 1.1.26