summaryrefslogtreecommitdiffstats
path: root/source3/passdb/machine_sid.h
Commit message (Collapse)AuthorAgeFilesLines
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
| | | | | | | | | This does not check whether the given sid is in our domain, but but whether it belongs to the local sam, which is a different thing on a domain member server. Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Jul 12 18:36:02 CEST 2012 on sn-devel-104
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-1/+1
| | | | | | This does not check whether the given sid is the domain sid, but whether it is the sid of the local sam, which is different for a domain member server.
* s3-passdb: add define guards for machine_sid.h.Günther Deschner2011-10-141-0/+5
| | | | Guenther
* s3:passdb: add GPL/copyright header to machine_sid.hMichael Adam2011-05-311-0/+21
|
* s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner2011-03-301-0/+7
Guenther