summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_adex
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Remove obsolte idmap_adex.Andreas Schneider2012-07-037-3751/+0
* Fix unused variable warnings.Jeremy Allison2012-06-191-5/+12
* Remove unused variables.Jeremy Allison2012-06-191-8/+0
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* s3-modules: remove the last "init_module" traces.Günther Deschner2011-11-141-2/+0
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* s3:winbindd/idmap make idmap modules loadable againChristian Ambach2011-10-211-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-094-4/+4
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-182-3/+3
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-062-2/+2
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-1/+11
* s3-prototypes: remove protos of some dead functions.Günther Deschner2011-03-241-2/+0
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-8/+7
* s3: Remove close_fn from idmap_methodsVolker Lendecke2011-03-061-12/+0
* s3: Remove unused args from get_nss_infoVolker Lendecke2011-03-061-2/+0
* s3-proto: remove some prototypes of non-existing functions.Günther Deschner2011-02-231-2/+0
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-182-0/+2
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-202-2/+4
* s3: Remove unused nss_info_adex_init()Volker Lendecke2010-09-021-5/+0
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-266-0/+6
* s3:idmap: remove the set_mapping method from the idmap APIMichael Adam2010-08-141-13/+0
* s3:idmap: remove unused method dump_data() from the idmap APIMichael Adam2010-08-141-10/+0
* s3:idmap: remove the remove_mapping method from API and backendsMichael Adam2010-08-141-15/+0
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-052-0/+2
* s3: avoid global include of ads.h.Günther Deschner2010-08-056-0/+6
* s3-nss_info: only include nss_info.h where needed.Günther Deschner2010-07-011-0/+1
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-217-25/+25
* s3:winbind: Fix a double-freeVolker Lendecke2009-10-141-1/+0
* idmap_adex: Fix usage of talloc_stackframe().Gerald Carter2009-08-041-22/+26
* Add some const to winbind_userinfoVolker Lendecke2009-08-033-13/+19
* s3-winbindd: fix remaining callers of sid_binstring().Günther Deschner2009-05-282-4/+4
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-072-2/+2
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-063-9/+9
* More fix to initialize idmap statusesBo Yang2009-03-021-0/+10
* s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entryMichael Adam2008-12-011-8/+8
* idmap_adex: Add more debugging to the basic search function.Gerald (Jerry) Carter2008-10-061-0/+18
* idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter2008-10-061-0/+8
* s3: fix idmap_adex.Günther Deschner2008-09-243-3/+3
* idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter2008-09-227-0/+3740