summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke2017-05-081-4/+1
* idmap: don't generally forbid id==0 from idmap_unix_id_is_in_range()Michael Adam2016-08-161-5/+0
* winbind: Remove unused idmap_[ug]id_to_sidVolker Lendecke2016-03-301-126/+0
* winbind: Introduce id_map_ptrs_initVolker Lendecke2016-03-301-0/+31
* idmap: Fix whitespaceVolker Lendecke2016-01-131-2/+2
* idmap: Remove "domname" from idmap_gid_to_sidVolker Lendecke2015-08-241-3/+2
* idmap: Remove "domname" from idmap_uid_to_sidVolker Lendecke2015-08-241-3/+2
* idmap: Remove "domname" from idmap_backends_unixid_to_sidVolker Lendecke2015-08-241-2/+2
* idmap: Store negative cache entries if the backend failsVolker Lendecke2013-05-031-2/+2
* idmap: Print error from idmap_backends_unixid_to_sidVolker Lendecke2013-05-031-2/+4
* s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt2013-03-091-0/+25
* s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt2013-03-091-0/+41
* s3:winbindd: remove unused idmap_sid_to_gid()Michael Adam2012-12-031-74/+0
* s3:winbindd: remove unused idmap_sid_to_uid()Michael Adam2012-12-031-74/+0
* s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2012-05-021-6/+12
* s3-winbind: Make sure the map is clean.Andreas Schneider2011-11-151-1/+5
* s3:winbindd/idmap_util.c: add my CMichael Adam2011-01-031-0/+1
* s3:winbind correct a copy&paste errorChristian Ambach2010-11-241-3/+3
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+2
* s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an idmap...Michael Adam2010-08-141-0/+19
* s3:idmap: add a debug message to idmap_sid_to_gidMichael Adam2010-08-141-0/+1
* s3:idmap: add a debug message to idmap_sid_to_uidMichael Adam2010-08-141-0/+1
* s3:idmap: don't call idmap_new_mapping idmap_sid_to_gidMichael Adam2010-08-141-25/+16
* s3:idmap: don't call idmap_new_mapping idmap_sid_to_unixid.Michael Adam2010-08-141-25/+15
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-4/+4
* Fix a typoVolker Lendecke2009-05-161-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-2/+4
* Fix #6167: winbindd -n should disable the winbind idmap cacheVolker Lendecke2009-03-121-20/+50
* s3:winbindd/idmap_util: unify entering debug messages and add ouput of domainMichael Adam2008-12-011-4/+8
* idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid()Gerald W. Carter2008-09-251-1/+1
* idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter2008-08-221-1/+1
* Do not create a new mapping if a domain with an explicit config failsVolker Lendecke2008-08-121-0/+18
* idmap rewriteVolker Lendecke2008-08-121-32/+130
* Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke2008-08-121-22/+6
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-6/+6
* Revert "Make use of ADD_TO_ARRAY"Volker Lendecke2008-07-111-13/+21
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-051-21/+13
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-6/+6
* Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison2008-05-301-3/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-6/+6
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+171