aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/os_version_info.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fetch our version using RtlGetVersion.Gerald Combs2018-07-201-70/+54
* Windows: Remove cruft for unsupported versonsGraham Bloice2018-03-011-21/+3
* And systemd weighs in on how to find out the distribution you're on....Guy Harris2018-02-221-0/+15
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Convert to using use SPDX identifier on wsutil directoryMichael Mann2017-12-101-13/+1
* Change some names to reflect Apple's new UNIX-for-Macs name.Guy Harris2017-06-161-5/+5
* Rename a routine to match the OS name.Guy Harris2017-06-161-2/+5
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-051-6/+6
* Finish moving the parenthesis.Guy Harris2016-06-131-1/+1
* Fix a compile error.Guy Harris2016-06-131-1/+1
* Don't assume we can get a module handle for kernel32.dll.Guy Harris2016-06-131-1/+10
* Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin2015-07-071-1/+1
* win32: fix detection of Windows 10 Technical PreviewPascal Quantin2015-01-281-2/+20
* Restore string.h to os_version.cMartin Mathieson2014-12-291-0/+1
* Deleting unnecessary #includes from wsutil.Martin Mathieson2014-12-281-1/+0
* Add identification of Windows (Server) 10Pascal Quantin2014-11-021-0/+3
* Add editor-modelines; adjust whitespace.Bill Meier2014-10-141-0/+13
* Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris2014-06-211-0/+24
* Clean up inclusion of cfutils.h.Guy Harris2014-06-211-1/+1
* Need <string.h> for string routines.Guy Harris2014-06-211-1/+3
* We need the Unicode utilities, at least on Windows.Guy Harris2014-06-211-4/+2
* We need <windows.h> on Windows.Guy Harris2014-06-211-0/+4
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-211-0/+474