Displaying 3 results from an estimated 3 matches for "sec_user".
2000 Jan 27
0
service_ok, redux.
...G: encrypt passwords must be true if "
> "domain logons is true.\n"));
>
> if (Globals.security == SEC_SHARE)
> DEBUG(0,( "WARNING: security should be domain if "
> "domain logons is true.\n"));
> else if (Globals.security == SEC_USER
> || Globals.security == SEC_SERVER)
> DEBUG(0,( "NOTICE: security = user or security == server will only "
> "support domain logons from Windows 95 and 98, not NT.\n"));
> }
>
> } /* End of globals. */
>
>
> /* Now do pe...
2000 Jan 27
1
Proposed improvements to service_ok()
...G: encrypt passwords must be true if "
> "domain logons is true.\n"));
>
> if (Globals.security == SEC_SHARE)
> DEBUG(0,( "WARNING: security should be domain if "
> "domain logons is true.\n"));
> else if (Globals.security == SEC_USER
> || Globals.security == SEC_SERVER)
> DEBUG(0,( "NOTICE: security = user or server will only "
> "support domain logons from Windows 95 and 98, not NT.\n"));
> }
>
> } /* End of globals. */
>
>
> /* Now do per-service op...
2015 Jun 07
21
[PATCH RFC 00/20] expose global performance counters
Hello,
This series exposes global performance counters (PCOUNTER) to the userspace
through the nvif interface by reworking most of the code related to the PM
engine.
This interface will allow the userspace to control and monitor complex hardware
events like the proprietary driver already does, for example with CUPTI and
PerfKit.
For now, this series only exposes performance counters on NV50,