Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -9/+9 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Constify all input string arguments in keygen.c | Pavel Roskin | 2017-02-02 | 1 | -4/+4 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix format warnings caused by g_writeln("") | Pavel Roskin | 2016-04-21 | 1 | -8/+8 |
| | |||||
* | keygen: default 2048 bit RSA key | Jay Sorg | 2016-02-24 | 1 | -3/+2 |
| | |||||
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -4/+1 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -2/+3 |
| | |||||
* | support 2048 bit RSA keys | Jay Sorg | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | keygen: add 2048 bit key option | Jay Sorg | 2014-06-06 | 1 | -128/+230 |
| | |||||
* | keygen: started adding bits for bigger rsa key size | Jay Sorg | 2014-03-28 | 1 | -4/+9 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -356/+382 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | remove execute permission from keygen.c | Itamar Reis Peixoto | 2010-11-18 | 1 | -0/+0 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | work on keygen to install and run on install | jsorg71 | 2008-05-08 | 1 | -12/+132 |
| | |||||
* | added comments and changed executable name to xrdp-keygen | jsorg71 | 2008-04-15 | 1 | -6/+14 |
| | |||||
* | changed unsigned char to tui8 changed a print messsage | jsorg71 | 2008-04-15 | 1 | -16/+18 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | moved ssl calls to common | jsorg71 | 2007-06-16 | 1 | -172/+40 |
| | |||||
* | completed sign key and some cleanups | jsorg71 | 2007-06-09 | 1 | -114/+103 |
| | |||||
* | added test function | jsorg71 | 2007-06-09 | 1 | -0/+159 |
| | |||||
* | added ppk | jsorg71 | 2007-06-09 | 1 | -1/+47 |
| | |||||
* | reverse the big number bytes | jsorg71 | 2007-06-09 | 1 | -6/+29 |
| | |||||
* | completed save function | jsorg71 | 2007-06-08 | 1 | -4/+69 |
| | |||||
* | added dumby sign and save function | jsorg71 | 2007-06-08 | 1 | -6/+58 |
| | |||||
* | warnings | jsorg71 | 2007-06-08 | 1 | -5/+11 |
| | |||||
* | added keygen utility | jsorg71 | 2007-06-08 | 1 | -0/+135 |