Proto commits in ogon-project/ogon

These 3 commits are when the Protocol Buffers files have changed:

Commit:cc1e81c
Author:David Fort
Committer:David Fort

core, rdp-server, session-manager: add a call to retrieve a list of properties from the SM The new PropertyBulk message allows the RDP server to retrieve most of the properties it needs from the session manager in just one call. This fasten the connection process.

The documentation is generated from this commit.

Commit:2e9357d
Author:Norbert Federa

protocol: fix some compilation warnings On Ubuntu 18.04 we get hundreds of warnings like these: session-manager/pbRPC.pb.h:138:30: warning: In the GNU C Library, "major" is defined by <sys/sysmacros.h>. For historical compatibility, it is currently defined by <sys/types.h> as well, but we plan to remove this soon. Renamed major/minor to vmajor/vminor.

Commit:a1c1d7a
Author:Bernhard Miklautz

Initial import