summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-winbind: always use samlogon cache for wbinfo -r, even when caching isGünther Deschner2011-06-081-4/+0
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-081-0/+4
* Remove unused function parse_add_domuser().Jeremy Allison2011-05-041-25/+0
* s3: Add is_domain_onlineVolker Lendecke2011-04-131-0/+5
* s3: Make parse_sidlist publicVolker Lendecke2011-04-131-0/+31
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* pam: share pam errors in a common location.Günther Deschner2011-02-081-0/+1
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-0/+10
* s3: Remove some unused codeVolker Lendecke2010-11-191-43/+0
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+4
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-2/+2
* 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