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 |
| | |||||
* | Check for openssl binary in configure, don't fail if not found | Pavel Roskin | 2017-01-21 | 1 | -1/+1 |
| | | | | | | | Prefer openssl binary from the same location as the openssl library. Make it possible to suppress certificate generation during install by passing OPENSSL=: to make. | ||||
* | keygen: openssl.conf cleanup | speidy | 2016-12-26 | 1 | -19/+14 |
| | |||||
* | keygen: add CA extensions to self-signed certificates | speidy | 2016-12-24 | 1 | -0/+37 |
| | |||||
* | Fix "unable to find 'distinguished_name' in config" with older openssl | Pavel Roskin | 2016-11-18 | 2 | -2/+17 |
| | | | | | This also fixes "make distcheck", which expects "make uninstall" to remove all installed files. | ||||
* | Do not create SHA-1 certificates anymore | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | | | | | as many systems in the world still default to create SHA-1 certs if hash algorithm is not specified explicitly. | ||||
* | change xrdp.ini security_layer=negotiate and auto generate tls keys on make ↵ | Jay Sorg | 2016-11-11 | 1 | -1/+2 |
| | | | | install | ||||
* | on make install, don't create rsakeys.ini if it already exists | Jay Sorg | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Create and install rsakeys.ini | Pavel Roskin | 2016-02-23 | 1 | -0/+9 |
| | | | | | | | | | Use install-data-hook to ensure restrictive permissions on rsakeys.ini. Don't create rsakeys.ini in init scripts. This makes xrdp functional upon "make install" without relying on the init scripts. Packagers should not package rsakeys.ini, it should be created when the package is installed. | ||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | ||||
* | 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 | ||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | remove old makefiles | jsorg71 | 2008-12-16 | 1 | -36/+0 |
| | |||||
* | common change | jsorg71 | 2008-08-12 | 1 | -1/+1 |
| | |||||
* | add autotools | jsorg71 | 2008-08-10 | 1 | -0/+10 |
| | |||||
* | work on keygen to install and run on install | jsorg71 | 2008-05-08 | 2 | -13/+144 |
| | |||||
* | added comments and changed executable name to xrdp-keygen | jsorg71 | 2008-04-15 | 2 | -10/+18 |
| | |||||
* | 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 | 2 | -173/+44 |
| | |||||
* | 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 | 2 | -0/+157 |