summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_rid.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-03s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam1-0/+2
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-10-21s3:winbindd/idmap make idmap modules loadable againChristian Ambach1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-2/+1
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke1-6/+0
2011-03-06s3-idmap-rid: private_data is a talloc child of domVolker Lendecke1-1/+0
2011-03-06s3: Remove an unnecessary if-statementVolker Lendecke1-3/+1
2010-10-15s3-winbind: Fixed the build of idmap_rid.Andreas Schneider1-0/+1
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
2010-08-14s3:idmap_rid: remove a comment that does not apply in that place.Michael Adam1-4/+0
2010-08-14s3:idmap_rid: remove unused domain_name from the idmap_rid_context.Michael Adam1-3/+1
2010-08-14s3:idmap_rid: remove range from idmap_rid_context()Michael Adam1-39/+0
2010-08-14s3:idmap_rid: use range from idmap_domain in idmap_rid_sid_to_id()Michael Adam1-8/+8
2010-08-14s3:idmap_rid: use ranges from idmap_domain struct in idmap_rid_id_to_sid()Michael Adam1-11/+12
2010-08-14s3:idmap_rid: remove unused talloc context var from idmap_rid_sids_to_unixids()Michael Adam1-8/+0
2010-08-14s3:idmap_rid: remove unused talloc context arg from idmap_rid_sid_to_id()Michael Adam1-2/+2
2010-08-14s3:idmap_rid: remove unused talloc context var from idmap_rid_unixids_to_sids()Michael Adam1-8/+0
2010-08-14s3:idmap_rid: remove unused talloc ctx argument from idmap_rid_id_to_sid()Michael Adam1-2/+2
2010-08-14s3:idmap_rid: untangle assignment from check in idmap_rid_initialize()Michael Adam1-1/+2
2009-03-02More fix to initialize idmap statusesBo Yang1-0/+10
2008-08-12idmap rewriteVolker Lendecke1-18/+2
2008-07-11Revert "fix typos"Volker Lendecke1-4/+2
2008-07-02fix typosVolker Lendecke1-2/+4
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+267