summaryrefslogtreecommitdiffstats
path: root/source3/include/nss_info.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-proto: remove remaining nss_info prototypes to nss_info.hGünther Deschner2011-04-291-0/+7
| | | | Guenther
* s3: Remove unused args from nss_get_infoVolker Lendecke2011-03-061-1/+0
|
* s3: Remove unused args from get_nss_infoVolker Lendecke2011-03-061-1/+0
|
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
| | | | | | | | | | 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>
* s3: Fix some nonempty blank linesVolker Lendecke2009-10-131-3/+3
|
* s3:winbind: Slightly simplify the logic of nss_init(), make it staticVolker Lendecke2009-10-051-2/+0
|
* Add some const to winbind_userinfoVolker Lendecke2009-08-031-4/+5
|
* s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entryMichael Adam2008-12-011-4/+6
| | | | | | instead of just the domain name Michael
* winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-161-0/+10
| | | | | | | | | | | | | | | | * 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.
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-101-2/+2
| | | | | not GNU Library General Public License (This used to be commit 727a6cf2cba8da6b40610409b264e86e6908eb0c)
* r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell2007-10-101-5/+3
| | | | (This used to be commit f3df6cd87e1927f41e95af51d750a71278282e15)
* r21001: * Use a simple '#define LDAPMessage void' to fix the buildGerald Carter2007-10-101-6/+6
| | | | | | | problems in the nss_info interface when HAVE_LDAP is undefined. * Revert previous ifdef HAVE_ADS brakets * Remove an unused init function wrapper. (This used to be commit 2ba353848b6d8d36520e7fd82576653a39c602cd)
* r20992: another attempt at fixing the build breakageGerald Carter2007-10-101-4/+24
| | | | (This used to be commit 7011a1b5abc7d56da5beba904e3328014f315f0d)
* r20987: fix build farm breakage when ADS support is not present (caused by ↵Gerald Carter2007-10-101-0/+4
| | | | | | nss_info_methods API) (This used to be commit 4982be312151c4d9b97f06afe88c30d8065be4be)
* r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter2007-10-101-0/+68
This allows a provider to supply the homedirectory, etc... attributes for a user without requiring support in core winbindd code. The idmap_ad.c module has been modified to provide the idmap 'ad' library as well as the rfc2307 and sfu "winbind nss info" support. The SID/id mapping is working in idmap_ad but the nss_info still has a few quirks that I'm in the process of resolving. (This used to be commit aaec0115e2c96935499052d9a637a20c6445986e)