summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Avoid a fd leak when we can not forkVolker Lendecke2013-04-091-0/+2
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-091-0/+21
* s3-winbindd: Add new module idmap_rfc2307Christof Schmitt2013-03-092-0/+880
* s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt2013-03-093-62/+52
* s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt2013-03-093-86/+87
* s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt2013-03-093-45/+41
* s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt2013-03-093-24/+27
* s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt2013-03-094-83/+53
* s3:idmap: fix a debug message and lower its levelMichael Adam2013-03-081-1/+2
* winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider2013-03-051-1/+1
* winbind: Fix samba3.winbind.struct test.Andreas Schneider2013-03-051-1/+1
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-057-20/+52
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-056-61/+142
* winbind: Don't leak centry memory.Andreas Schneider2013-02-221-0/+1
* winbind: Don't leak memory on return.Andreas Schneider2013-02-221-0/+3
* winbind: Correctly cast name to messaging_send_buf().Andreas Schneider2013-02-221-3/+3
* winbind: Use uint8_t type and use const where needed.Andreas Schneider2013-02-221-7/+7
* winbind: Make domain_name const in wcache_ndr_key().Andreas Schneider2013-02-221-1/+1
* s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-193-13/+13
* s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-194-11/+11
* s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-193-6/+6
* s3:winbindd: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam2013-02-131-1/+1
* winbind: Fix an incompatible pointer type warningVolker Lendecke2013-02-081-1/+1
* s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam2013-01-291-9/+43
* s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam2013-01-291-1/+1
* s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam2013-01-291-2/+13
* s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam2013-01-291-0/+49
* s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2013-01-292-17/+47
* s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam2013-01-291-1/+1
* s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...Michael Adam2013-01-291-3/+3
* s3-winbind: fix the build of idmap_ldap.Günther Deschner2013-01-221-1/+2
* winbind: Handle child requests in a tevent_fdVolker Lendecke2013-01-181-105/+65
* winbind: Introduce "struct child_handler_state"Volker Lendecke2013-01-181-22/+30
* winbind: Use standard tevent_context_initVolker Lendecke2013-01-183-7/+34
* winbind: Fix some missing NULL checksVolker Lendecke2013-01-111-24/+29
* winbind: Fix error check in unpack_tdc_domainsVolker Lendecke2013-01-111-2/+5
* s3-idmap: Check return value of string_to_sid().Andreas Schneider2013-01-021-1/+6
* s3-winbind: Fix null pointer dereference in store_memory_creds().Andreas Schneider2012-12-211-4/+4
* s3-winbind: Check if we created the directories correctly.Andreas Schneider2012-12-211-4/+11
* s3: Fix a typo in a debug messageVolker Lendecke2012-12-121-1/+1
* winbind: Use talloc in resolve_username_to_alias().Andreas Schneider2012-12-121-3/+5
* winbind: Use talloc in resolve_alias_to_username().Andreas Schneider2012-12-121-3/+5
* winbind: Make the code more readable in trustdom_list_done().Andreas Schneider2012-12-071-15/+19
* s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...Michael Adam2012-12-031-6/+2
* s3:winbindd: remove unused function idmap_backends_sid_to_unixid()Michael Adam2012-12-032-43/+0
* s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+3
* s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+2
* s3:winbindd: remove unused idmap_sid_to_gid()Michael Adam2012-12-032-75/+0
* s3:winbindd: remove unused idmap_sid_to_uid()Michael Adam2012-12-032-75/+0