Get Samba version or capability information from Windows

Danilo Almeida dalmeida at likewisesoftware.com
Mon Jan 21 21:18:57 GMT 2008


Corina wrote:

> +	time_t samba_gitcommitdate;

And:

> +   SIVAL(pdata,28,extended_info.samba_gitcommitdate);
> +   memcpy(pdata+32,extended_info.samba_version_string,32);

Note that you are dropping bits on a system w/64-bit time_t, and that this has the 2038 problem.

- Danilo



More information about the samba-technical mailing list