summaryrefslogtreecommitdiffstats
path: root/source3/passdb/lookup_sid.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h.Günther Deschner2011-10-141-1/+3
| | | | Guenther
* s3-passdb: use uintX_t at least in headers.Günther Deschner2011-10-141-1/+1
| | | | Guenther
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-211-5/+0
| | | | | | | | | | We must leave the MSG_IDMAP_KILL operation in SMBD as it uses smbd specific internal globals and makes sense only in the context of a smbd daemon. The rest is moved under lib/ as we need to deal with id cache cleanups in other daemons too (like lsasd). Signed-off-by: Simo Sorce <idra@samba.org>
* s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke2011-04-131-0/+3
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner2011-03-301-0/+48
| | | | Guenther
* s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.Günther Deschner2011-03-301-0/+16
| | | | Guenther
* s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner2011-03-301-0/+33
Guenther