summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3-winbind: Fixed the winbind caching.Günther Deschner2010-07-061-5/+2
* s3:winbind tidy up connecting the winbind sockets.Andrew Bartlett2010-05-311-43/+0
* s3:winbind Kill amusing but un-used winbindd_kill_all_clientsAndrew Bartlett2010-05-281-17/+0
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-12/+12
* s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke2010-04-251-22/+19
* s3: Simplify trustdom_stateVolker Lendecke2010-04-251-10/+5
* s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke2010-04-251-14/+9
* s3-winbind: fix setup_domain_child() callers.Günther Deschner2010-04-231-2/+2
* s3: Fix a winbind crash when scanning trustsVolker Lendecke2010-04-231-0/+6
* s3: Remove the separate "child" argument from setup_domain_child()Volker Lendecke2010-04-081-10/+5
* s3: simplify find_root_domain, find_our_domain() never failsVolker Lendecke2010-01-021-4/+2
* s3: Use global_sid_Builtin in find_builtin_domainVolker Lendecke2010-01-021-4/+1
* s3: Avoid adding a domain twiceVolker Lendecke2010-01-021-6/+7
* s3: Make free_domain_list() staticVolker Lendecke2010-01-021-1/+1
* s3: Introduce domain_is_forest_root() helper functionVolker Lendecke2010-01-021-3/+9
* s3: Replace IS_DOMAIN_OFFLINE by a functionVolker Lendecke2009-12-261-0/+11
* s3: winbindd_cli_state->getgrent_state is no longer usedVolker Lendecke2009-12-261-23/+0
* s3: Remove some unused codeVolker Lendecke2009-12-231-66/+0
* s3/winbindd: Remove unnecessary check for NULL SIDSteven Danneman2009-08-261-7/+2
* s3:winbind: Even on a domain controller, "our" domain is internalVolker Lendecke2009-08-231-6/+0
* s3:winbind: For internal domains it is pointless to connect to a DCVolker Lendecke2009-08-231-1/+5
* s3:winbind: Add const to normalize_name_mapVolker Lendecke2009-08-161-1/+1
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-021-3/+8
* Place a comment correctlyVolker Lendecke2009-08-011-1/+4
* s3: compile warning and upn handlingBo Yang2009-07-181-1/+2
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-6/+6
* Make rescan_trusted_domains a timed eventVolker Lendecke2009-06-141-21/+10
* Remove unused init_child_connection()Volker Lendecke2009-06-141-135/+0
* Convert the winbind parent->child communication to wb_reqtransVolker Lendecke2009-06-141-2/+0
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-6/+6
* s3:winbind_util: remove trailing spacesMichael Adam2009-05-251-56/+56
* Fix some nonempty blank linesVolker Lendecke2009-05-111-37/+37
* s3:winbindd: remove unused close_winbindd_socket() functionStefan Metzmacher2009-03-181-18/+0
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-2/+10
* Fix "allow trusted domain" so it disables trusted domains.Gerald (Jerry) Carter2008-12-221-2/+11
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-2/+1
* re-added "winbind:ignore domains" patchAndrew Tridgell2008-09-291-0/+17
* [s3]winbindd_util: add fill_domain_username_talloc().Michael Adam2008-09-231-0/+27
* [s3]winbind_util: fix an implicit cast compile warning.Michael Adam2008-09-231-1/+1
* winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-161-17/+90
* Fix for bug 5571Simo Sorce2008-09-111-0/+25
* winbindd: move set_auth_errors to util functions.Günther Deschner2008-08-251-0/+12
* Here is a re-working of the winbinddJeremy Allison2008-08-201-1/+1
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-151-1/+1
* idmap rewriteVolker Lendecke2008-08-121-0/+34
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-301-3/+5
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-291-0/+6
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-40/+10