summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info_template.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-06s3: Remove unused args from get_nss_infoVolker Lendecke1-2/+0
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke1-5/+5
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
Guenther
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2009-08-03Add some const to winbind_userinfoVolker Lendecke1-3/+3
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)