summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_util.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-03idmap: Store negative cache entries if the backend failsVolker Lendecke1-2/+2
2013-05-03idmap: Print error from idmap_backends_unixid_to_sidVolker Lendecke1-2/+4
2013-03-09s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt1-0/+25
2013-03-09s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt1-0/+41
2012-12-03s3:winbindd: remove unused idmap_sid_to_gid()Michael Adam1-74/+0
2012-12-03s3:winbindd: remove unused idmap_sid_to_uid()Michael Adam1-74/+0
2012-05-02s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett1-6/+12
2011-11-15s3-winbind: Make sure the map is clean.Andreas Schneider1-1/+5
2011-01-03s3:winbindd/idmap_util.c: add my CMichael Adam1-0/+1
2010-11-24s3:winbind correct a copy&paste errorChristian Ambach1-3/+3
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+2
2010-08-14s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an idmap...Michael Adam1-0/+19
2010-08-14s3:idmap: add a debug message to idmap_sid_to_gidMichael Adam1-0/+1
2010-08-14s3:idmap: add a debug message to idmap_sid_to_uidMichael Adam1-0/+1
2010-08-14s3:idmap: don't call idmap_new_mapping idmap_sid_to_gidMichael Adam1-25/+16
2010-08-14s3:idmap: don't call idmap_new_mapping idmap_sid_to_unixid.Michael Adam1-25/+15
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-4/+4
2009-05-16Fix a typoVolker Lendecke1-1/+1
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-2/+4
2009-03-12Fix #6167: winbindd -n should disable the winbind idmap cacheVolker Lendecke1-20/+50
2008-12-01s3:winbindd/idmap_util: unify entering debug messages and add ouput of domainMichael Adam1-4/+8
2008-09-25idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid()Gerald W. Carter1-1/+1
2008-08-22idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter1-1/+1
2008-08-12Do not create a new mapping if a domain with an explicit config failsVolker Lendecke1-0/+18
2008-08-12idmap rewriteVolker Lendecke1-32/+130
2008-08-12Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke1-22/+6
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke1-6/+6
2008-07-11Revert "Make use of ADD_TO_ARRAY"Volker Lendecke1-13/+21
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke1-21/+13
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-6/+6
2008-05-30Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison1-3/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-6/+6
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+171