summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* | log client ip with pid, etcJay Sorg2013-10-025-2/+46
| |
* | added options to set tcp send and recv buffer sizesJay Sorg2013-10-022-0/+94
| |
* | add pid loggingJay Sorg2013-10-012-0/+33
| |
* | merges from authentic8Jay Sorg2013-09-261-0/+6
|\ \
| * | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵Jim Grandy2013-08-221-0/+4
| | | | | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
| * | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵Jim Grandy2013-08-221-0/+1
| | | | | | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
| * | Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵Jim Grandy2013-08-221-0/+2
| | | | | | | | | | | | f994298 38e2def
* | | trans: reset p when adding to trans listJay Sorg2013-09-231-0/+1
| | |
* | | chansrv: deadlock, add trans copy funcJay Sorg2013-09-232-65/+110
| | |
* | | chansrv: fix for deadlockJay Sorg2013-09-232-0/+86
| | |
* | | VUL: make sure cache entries are in rangeJay Sorg2013-09-101-0/+3
| | |
* | | VUL: fix some possible buffer overrunsJay Sorg2013-09-102-1/+8
| | |
* | | common: added g_signal_segfault to headerJay Sorg2013-09-091-0/+1
| | |
* | | common: update a copyright yearJay Sorg2013-09-091-1/+1
| | |
* | | gracefully handle segfaults in chansrv codeLaxmikant Rashinkar2013-09-031-0/+11
| | |
* | | move text2bool to os_callsJay Sorg2013-08-243-23/+17
| | |
* | | added out_uint64_leJay Sorg2013-08-191-0/+29
| | |
* | | common: transport aware when app is terminatingJay Sorg2013-08-172-2/+23
|/ /
* | added in_uint64_leJay Sorg2013-08-051-0/+25
| |
* | xrdp: added support for forcing credentials on command lineLaxmikant Rashinkar2013-08-031-0/+1
| |
* | common: no logic changeJay Sorg2013-07-191-8/+8
| |
* | libxrdp: started adding fastpath supportJay Sorg2013-07-091-0/+1
|/
* Merge branch 'master' of github.com:neutrinolabs/xrdpLaxmikant Rashinkar2013-06-0816-17/+33
|\
| * copyright year updateJay Sorg2013-06-0814-14/+14
| |
| * adding xrdp.ini option to turn off new cursorsJay Sorg2013-06-071-1/+1
| |
| * merge from pmhahnJay Sorg2013-05-291-2/+18
| |\
| | * xrdp: Fix format string vulnerabilityPhilipp Hahn2013-01-281-1/+1
| | | | | | | | | | | | The the string being printer contains a "%", this could crash xrdp.
| | * sesman: Fix distPhilipp Hahn2013-01-281-2/+18
| | | | | | | | | | | | | | | Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails.
* | | folder redirection: fixed language issuesLaxmikant Rashinkar2013-06-081-247/+125
|/ /
* | smartcard: developer checkin for smartcard supportLaxmikant Rashinkar2013-05-151-5/+5
| |
* | disable ipv6 for nowJay Sorg2013-05-061-2/+68
| |
* | got neutrinordp module buildingJay Sorg2013-05-031-26/+26
| |
* | xrdp: use full path for loading xrdp modulesJay Sorg2013-05-011-0/+4
| |
* | common: fix for when [] is in commentJay Sorg2013-04-251-3/+12
| |
* | ipv6Jay Sorg2013-04-041-3/+11
| |
* | ipv6Jay Sorg2013-04-031-1/+1
| |
* | ipv6Jay Sorg2013-04-032-6/+59
| |
* | autodetect ipv6Jay Sorg2013-04-031-3/+3
| |
* | adding ipv6 supportJay Sorg2013-04-032-45/+90
| |
* | ipv6 started pushing bitsJay Sorg2013-04-021-13/+27
| |
* | sync client_info struct with A8Jay Sorg2013-03-261-0/+3
| |
* | work on new(color) cursorsJay Sorg2013-03-121-0/+1
| |
* | libxrdp: started adding new(color) cursor supportJay Sorg2013-03-121-1/+2
| |
* | o early checkin for drive redirectionLaxmikant Rashinkar2013-03-081-1/+98
| | | | | | | | | | | | | | | | | | o basic drive redirection is working o functions currently supported: open: read, write, create, get/set attribute o requires latest NeutrinoRDP to work o note: clipboard is broken because of the move from linked lists to inodes in the FUSE code
* | Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-011-1/+1
| | | | | | | | vulnerability in log.c
* | Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-311-1/+14
|\ \ | | | | | | More logging for debug and trace.
| * | small len fixesArvidNorr2013-01-311-2/+2
| | |
| * | More logging addedArvidNorr2013-01-181-1/+14
| |/
* | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-311-1/+1
|\ \ | |/ |/| PAM additions mostly for a gateway situation
| * Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-1/+1
| | | | | | | | the socket is closed