summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info_template.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-01s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entryMichael Adam1-2/+2
instead of just the domain name Michael
2008-09-16winbindd: Add support for name aliasing.Gerald (Jerry) Carter1-3/+29
* Add support user and group name aliasing by expanding the ws_name_replace() and ws_name_return() functions. The lookup path is aliases -> qualified name -> SID SID -> fully qualified name -> alias In other words, the name aliasing support is a thin layer built on top of SID/NAME translation. * Rename the ws_name_XX() functions to normalize_name_map() and normalize_name_unmap(). Chaneg interface to return NTSTATUS rather than char *. * Add associated cache validation functions.
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke1-5/+5
This reverts commit cc77db2acbc35cea58576f1e28c7a760a5e31609. (This used to be commit ed5b516c2027d78011cdaa7cbbc01bb01e766381)
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-5/+5
(This used to be commit cc77db2acbc35cea58576f1e28c7a760a5e31609)
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+83
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)