summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Use static inline functions for OpenSSL 1.0 backportPavel Roskin2016-11-011-15/+26
|/ / / | | | | | | | | | | | | | | | | | | | | | Conditional preprocessor directives spread throughout the code set a bad example. The new backport code is located in one place. The compiler checks argument types. The backport code has no access to the caller variables. The main code has all advantages of the new, more compact API.
* | | Merge pull request #459 from Natureshadow/openssl110metalefty2016-11-011-27/+41
|\ \ \ | | | | | | | | Fix ssl_calls for OpenSSL 1.1.0
| * | | Add backwards compatibility to OpenSSL < 1.1.0.Dominik George2016-10-271-0/+15
| | | |
| * | | Fix ssl_calls for OpenSSL 1.1.0, closes #458.Dominik George2016-10-271-31/+30
| | | |
* | | | Merge pull request #463 from Natureshadow/config-patchesmetalefty2016-10-291-6/+6
|\ \ \ \ | | | | | | | | | | Move -logfile /dev/null option for easier commenting in debug scenarios.
| * | | | Move -logfile /dev/null option for easier commenting in debug scenarios.Dominik George2016-10-281-6/+6
|/ / / /
* | | | librfxcodec=2a90952Jay Sorg2016-10-271-0/+0
|/ / /
* | | Merge pull request #451 from metalefty/buildx-keepalive-downloadmetalefty2016-10-271-24/+19
|\ \ \ | |_|/ |/| | buildx.sh: download tarballs using keepalive
| * | buildx.sh: download tarballs using keepaliveKoichiro IWAO2016-10-211-23/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Executing wget like wget http://example.com/file1 http://example.com/file2 ... can do HTTP keepalive. Quit calling wget with single file. Downloading multiple files in one http connection is a little bit faster than executing wget more than 100 times. And parallelly execute two instances of wget to increase download speed.
| * | buildx.sh: simplify counting linesKoichiro IWAO2016-10-211-1/+1
| | |
* | | Merge pull request #450 from proski/memleakmetalefty2016-10-249-21/+34
|\ \ \ | |_|/ |/| | Fixing memory leaks
| * | Fix memory leak in xrdp-sesman on config reloadPavel Roskin2016-10-213-0/+22
| | |
| * | Memory leak fix: keep X server path in the parameter listPavel Roskin2016-10-211-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | g_cfg->xorg_params, g_cfg->vnc_params and g_cfg->rdp_params don't have auto_free enabled, so removing an item from one of those lists won't free its contents. It's better not to change those lists, as they represent the actual config file and could be reused. Instead, omit the 0th parameter (the executable path) from copying to xserver_params. Found by Valgrind.
| * | Call auth_end() exactly once in scp_v0_process()Pavel Roskin2016-10-211-5/+1
| | | | | | | | | | | | As discovered by Valgrind, it wasn't called at all in case of a successful session creation, which leaked memory.
| * | Fix memory leak: free session dataPavel Roskin2016-10-214-10/+8
| | | | | | | | | | | | | | | | | | | | | Call scp_session_destroy() in the functions that call scp_session_create() and nowhere else. As found by Valgrind, the session data is not freed if the session is created successfully.
* | | Merge pull request #453 from itamarjp/develmetalefty2016-10-243-0/+784
|\ \ \ | |/ / |/| | Add es_ES layout support #88
| * | add km-040a.ini keyboardItamar Reis Peixoto2016-10-212-0/+660
| | |
| * | add keymap-names.txtItamar Reis Peixoto2016-10-211-0/+124
| |/
* | Merge pull request #445 from proski/noextraItamar Reis Peixoto2016-10-217-124/+68
|\ \ | |/ |/| Avoid using non-standard Automake variables starting with "EXTRA"
| * Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-205-27/+17
| |
| * Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-205-20/+4
| |
| * Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-207-80/+50
|/ | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not.
* Update file-loc.txtKoichiro IWAO2016-10-201-10/+27
|
* Merge pull request #444 from proski/trivialmetalefty2016-10-2032-123/+89
|\ | | | | Simple changes, mostly log messages and documentation
| * Use const pointers in function arguments when possiblePavel Roskin2016-10-1718-34/+36
| |
| * Remove text2bool() from log.h, there is no such functionPavel Roskin2016-10-171-10/+0
| |
| * Leave only one "autorun" in xrdp.ini, improve commentPavel Roskin2016-10-171-2/+3
| |
| * Fix wrong comments in sesman config printing codePavel Roskin2016-10-171-4/+4
| |
| * Fix incorrect description of auth_userpass() return valuePavel Roskin2016-10-171-1/+1
| |
| * Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-176-19/+19
| |
| * Log malloc errors with LOG_LEVEL_ERRORPavel Roskin2016-10-172-2/+2
| |
| * Don't use term "missing" when using default files, it's too alarmingPavel Roskin2016-10-171-7/+6
| | | | | | | | Also improve messages when non-absolute path is rejected.
| * Merge prog_std.txt into coding_style.mdPavel Roskin2016-10-174-44/+18
|/
* Merge pull request #434 from proski/buildxmetalefty2016-10-174-39/+30
|\ | | | | Fixes for x11rdp build
| * Move libXdmcp above libxcb, libxcb can use itPavel Roskin2016-10-091-1/+1
| |
| * Add *.a to top .gitignore, add xorg/X11R7.6/.gitignorePavel Roskin2016-10-092-0/+4
| |
| * buildx.sh: force forward patch, don't ask whether to revertPavel Roskin2016-10-091-1/+1
| |
| * buildx.sh: remove special case for python, it's not built anymorePavel Roskin2016-10-081-8/+0
| |
| * Change compilation order to resolve dependenciesPavel Roskin2016-10-081-7/+7
| | | | | | | | | | With this change, buildx.sh succeeds on a system without pre-existing X11 installation.
| * buildx.sh: utilize all available CPUs when compilingPavel Roskin2016-10-081-1/+5
| |
| * buildx.sh: "clean" is a constant string, not a semantic variablePavel Roskin2016-10-081-1/+1
| |
| * buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retryPavel Roskin2016-10-081-20/+11
| | | | | | | | Improve messages about $PREFIX_DIR
* | xrdp: librfxcodc link fixKoichiro IWAO2016-10-131-1/+1
| | | | | | | | as same fix as done in 4a815d5 for libpainter
* | Merge pull request #435 from metalefty/update-submodulesjsorg712016-10-122-0/+0
|\ \ | |/ |/| Update xorgxrdp and librfxcodec
| * librfxcodec=845ee8cKoichiro IWAO2016-10-091-0/+0
| |
| * xorgxrdp=822e3b8Koichiro IWAO2016-10-091-0/+0
|/
* Merge pull request #431 from metalefty/remove-python-from-x11rdpmetalefty2016-10-061-1/+0
|\ | | | | X11rdp: remove python as it isn't really needed these days
| * X11rdp: remove python as it isn't really needed these daysKoichiro IWAO2016-10-051-1/+0
|/ | | | Closes #399.
* remove a debug messageJay Sorg2016-10-031-1/+0
|
* xrdp: handle 3 byte PDUJay Sorg2016-10-031-5/+43
|