aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't automatically connect in CConn constructorHEADmasterPierre Ossman21 hours3-36/+43
* Fix crash on connection failuresPierre Ossman21 hours1-29/+31
* Merge branch 'cmakefind' of github.com:CendioOssman/tigervncPierre Ossman3 days31-282/+559
|\
| * Add trioptions for SELinux and systemdPierre Ossman3 days6-8/+31
| * Make pwquality option a tristatePierre Ossman3 days1-2/+6
| * Create CMake find module for finding pwqualityPierre Ossman3 days3-7/+52
| * Create CMake find module for finding libsystemdPierre Ossman3 days3-8/+53
| * Create CMake find module for finding libselinuxPierre Ossman3 days3-8/+51
| * Create CMake find module for finding PAMPierre Ossman3 days4-11/+53
| * Switch to built in libintl find modulePierre Ossman3 days6-82/+21
| * Start linking libunistring statically as wellPierre Ossman3 days1-4/+2
| * Remove bogus gettext pkg-config referencesPierre Ossman3 days1-2/+1
| * Always include libintl and libiconv for gettextPierre Ossman3 days1-13/+1
| * Remove GnuTLS and libintl static build instructionsPierre Ossman3 days1-27/+0
| * Use CMake's standard method for find modulesPierre Ossman3 days12-151/+171
| * Fix bad PATH_SUFFIXESPierre Ossman3 days5-9/+9
| * Handle Nettle's GMP dependency internallyPierre Ossman3 days3-7/+8
| * Split FFmpeg find module to independent modulesPierre Ossman3 days5-56/+105
| * Fix find modules' capitlizationPierre Ossman3 days4-7/+7
| * Add standard comment to CMake find modulesPierre Ossman3 days5-8/+116
|/
* Fix bad null constant in fallback codePierre Ossman5 days1-1/+1
* Use std::string for priority string handlingPierre Ossman5 days2-54/+30
* Merge branch 'RHEL-34880' of github.com:casantos/tigervncPierre Ossman2025-07-0214-153/+158
|\
| * Make Xvnc and x0vncserver pass the display name to PAM modules.Carlos Santos2025-06-136-1/+40
| * Send PAM error messages to VNC clientsCarlos Santos2025-06-137-14/+38
| * Move all PAM authentication code to UnixPasswordValidatorCarlos Santos2025-06-134-134/+77
| * xvnc.c: faster handling of the display argument in ddxProcessArgument()Carlos Santos2025-06-131-5/+4
* | Merge branch 'nofile-unlimited' of github.com:grulja/tigervncPierre Ossman2025-07-021-8/+4
|\ \
| * | SELinux: Use kernel_read_fs_sysctls interface instead custom policyJan Grulich2025-03-031-8/+4
* | | Tell xgettext we use UTF-8 for source stringsPierre Ossman2025-06-271-0/+1
* | | Remove explicit VeNCrypt from WinVNCPierre Ossman2025-06-231-3/+0
* | | Merge branch 'fix/add_dependencies' of github.com:ceamac/tigervncPierre Ossman2025-06-231-5/+5
|\ \ \
| * | | Fix cmake add_dependencies callViorel Munteanu2025-06-201-5/+5
| | |/ | |/|
* | | Merge branch 'tlsalert' of github.com:CendioOssman/tigervncPierre Ossman2025-06-1818-323/+577
|\ \ \ | |/ / |/| |
| * | Gracefully shut down connectionsPierre Ossman2025-06-184-20/+88
| * | Flush socket when closing the viewer connectionPierre Ossman2025-06-181-0/+2
| * | Only configure valid hostnames for SNIPierre Ossman2025-06-181-4/+20
| * | Send TLS alerts to peer on errorsPierre Ossman2025-06-182-18/+75
| * | Show TLS alerts in log and to userPierre Ossman2025-06-183-10/+42
| * | Propagate exceptions during TLS handshakePierre Ossman2025-06-181-0/+3
| * | Let TLSSocket handle TLS handshakePierre Ossman2025-06-184-20/+27
| * | Let TLSSocket handle TLS terminationPierre Ossman2025-06-184-42/+28
| * | Avoid static methods for TLSSocketPierre Ossman2025-06-182-27/+23
| * | Merge TLS I/O in common classPierre Ossman2025-06-1811-223/+316
| * | Always include InStream::checkedBytesPierre Ossman2025-06-181-7/+1
|/ /
* | Handle missing user in WinVNC query dialogPierre Ossman2025-06-131-1/+2
| |
| \
*-. \ Merge branches 'wingrab' and 'hotkey' of github.com:CendioOssman/tigervncPierre Ossman2025-06-1326-440/+1987
|\ \ \
| | * | Keep active keys on no-op focus changePierre Ossman2025-05-281-3/+42
| | * | Show error grabbing keyboardPierre Ossman2025-05-282-31/+55
| | * | Synchronously retry X11 keyboard grabPierre Ossman2025-05-282-21/+17