summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2013-02-22winbind: Don't leak centry memory.Andreas Schneider1-0/+1
2013-02-22winbind: Don't leak memory on return.Andreas Schneider1-0/+3
2013-02-22winbind: Correctly cast name to messaging_send_buf().Andreas Schneider1-3/+3
2013-02-22winbind: Use uint8_t type and use const where needed.Andreas Schneider1-7/+7
2013-02-22winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider1-1/+1
2013-02-19s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher3-13/+13
2013-02-19s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher4-11/+11
2013-02-19s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher3-6/+6
2013-02-19s3:winbindd: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-13s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam1-1/+1
2013-02-08winbind: Fix an incompatible pointer type warningVolker Lendecke1-1/+1
2013-01-29s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam1-9/+43
2013-01-29s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam1-1/+1
2013-01-29s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam1-2/+13
2013-01-29s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam1-0/+49
2013-01-29s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2-17/+47
2013-01-29s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam1-1/+1
2013-01-29s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...Michael Adam1-3/+3
2013-01-22s3-winbind: fix the build of idmap_ldap.Günther Deschner1-1/+2
2013-01-18winbind: Handle child requests in a tevent_fdVolker Lendecke1-105/+65
2013-01-18winbind: Introduce "struct child_handler_state"Volker Lendecke1-22/+30
2013-01-18winbind: Use standard tevent_context_initVolker Lendecke3-7/+34
2013-01-11winbind: Fix some missing NULL checksVolker Lendecke1-24/+29
2013-01-11winbind: Fix error check in unpack_tdc_domainsVolker Lendecke1-2/+5
2013-01-02s3-idmap: Check return value of string_to_sid().Andreas Schneider1-1/+6
2012-12-21s3-winbind: Fix null pointer dereference in store_memory_creds().Andreas Schneider1-4/+4
2012-12-21s3-winbind: Check if we created the directories correctly.Andreas Schneider1-4/+11
2012-12-12s3: Fix a typo in a debug messageVolker Lendecke1-1/+1
2012-12-12winbind: Use talloc in resolve_username_to_alias().Andreas Schneider1-3/+5
2012-12-12winbind: Use talloc in resolve_alias_to_username().Andreas Schneider1-3/+5
2012-12-07winbind: Make the code more readable in trustdom_list_done().Andreas Schneider1-15/+19
2012-12-03s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...Michael Adam1-6/+2
2012-12-03s3:winbindd: remove unused function idmap_backends_sid_to_unixid()Michael Adam2-43/+0
2012-12-03s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam1-0/+3
2012-12-03s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam1-0/+2
2012-12-03s3:winbindd: remove unused idmap_sid_to_gid()Michael Adam2-75/+0
2012-12-03s3:winbindd: remove unused idmap_sid_to_uid()Michael Adam2-75/+0
2012-12-03s3:winbindd: remove unused server implementation of wbint_Sid2Gid()Michael Adam1-14/+0
2012-12-03s3:winbindd: remove unused server implementation of wbint_Sid2Uid()Michael Adam1-14/+0
2012-12-03s3:winbindd: remove now unused wb_sid2uid and wb_sid2gid modulesMichael Adam3-342/+0
2012-12-03s3:winbindd: change winbindd_getgroups to use wb_sids2xids instead of wb_sid2gidMichael Adam1-5/+14
2012-12-03s3:winbindd: change wb_getgrsid to use wb_sids2xids instead of wb_sid2gidMichael Adam1-2/+17
2012-12-03s3:winbindd: change wb_fill_pwent to use wb_sids2xids instead of wb_sid2[ug]idMichael Adam1-4/+32
2012-12-03s3:winbindd: make idmap_find_domain() static.Michael Adam2-2/+1
2012-12-03s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2Unix...Michael Adam1-3/+3
2012-12-03s3:winbindd: add idmap_find_domain_with_sid()Michael Adam2-0/+18
2012-12-03s3:winbindd: rename idmap_init_passdb_domain() -> idmap_passdb_domain()Michael Adam1-3/+3
2012-12-03s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->childMichael Adam2-4/+7
2012-12-03s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()Michael Adam1-0/+3
2012-12-03s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()Michael Adam1-0/+5