Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | s3:idmap: remove the params argument from the init function | Michael Adam | 1 | -5/+4 | |
2011-03-06 | s3: Remove close_fn from idmap_methods | Volker Lendecke | 1 | -9/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 | |||||
2011-03-06 | s3-idmap-hash: Make "hashed_domains" properly talloced | Volker Lendecke | 1 | -7/+7 | |
2011-03-06 | s3: Remove unused args from get_nss_info | Volker Lendecke | 1 | -2/+0 | |
2011-02-27 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -2/+2 | |
2010-12-19 | s3: Fix some typos | Volker Lendecke | 1 | -1/+1 | |
2010-10-18 | s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104 | |||||
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-07-01 | s3-nss_info: only include nss_info.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -5/+5 | |
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> | |||||
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -2/+1 | |
2009-08-03 | Add some const to winbind_userinfo | Volker Lendecke | 1 | -3/+3 | |
2009-03-02 | More fix to initialize idmap statuses | Bo Yang | 1 | -0/+10 | |
2008-12-01 | s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entry | Michael Adam | 1 | -3/+3 | |
instead of just the domain name Michael | |||||
2008-09-16 | idmap_hash: Add the idmap/nss-info provider from Likewise Open. | Gerald (Jerry) Carter | 3 | -0/+628 | |
* Port the Likewise Open idmap/nss_info provider (renamed to idmap_hash). * uids & gids are generated based on a hashing algorithm that collapse the Domain SID to a 31 bit number. The reverse mapping from the high order 11 bits to the originat8ing sdomain SID is stored in a has table initialized at start up. * Includes support for "idmap_hash:name_map = <filename>" for the name aliasing layer. The name map file consist of entries in the form "alias = DOMAIN\name" |