summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-1/+5
* s3: Fix a bad memleak in winbindVolker Lendecke2010-03-221-1/+2
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-102-9/+6
* s3:winbindd: add DEBUG(10,...) for the end of each top levelStefan Metzmacher2010-03-052-6/+25
* s3: Fix unnecessary traversing winbindd_cache.tdb in SIGHUP handler.Bo Yang2010-03-061-0/+6
* s3: Remove unused count_all_current_connections()Volker Lendecke2010-02-281-1/+0
* s3: Fix but 7145 -- duplicate sam and unix accountsVolker Lendecke2010-02-282-0/+22
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-02-261-0/+8
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-231-4/+1
* s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller2010-02-171-1/+1
* s3: Don't invalidate cache for uninitialized domains.Bo Yang2010-02-093-1/+52
* s3/winbind_ccache: Fix typo in debug message.Karolin Seeger2010-01-281-1/+1
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-241-4/+18
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-244-0/+80
* s3 winbindd: Return number of groups in data.num_entries for WINBINDD_LIST_GR...Kai Blin2010-01-141-1/+3
* s3 winbindd: Get WINBINDD_CHECK_MACHACC torture test to work again.Kai Blin2010-01-141-1/+4
* s3: Fix a winbind segfault in "trusted_domains"Volker Lendecke2010-01-131-3/+4
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-102-6/+6
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-106-13/+8
* s3: Remove a pointless "else" branch from add_ccache_to_list()Volker Lendecke2010-01-091-4/+3
* s3: Slightly simplify winbindd_store_credsVolker Lendecke2010-01-091-4/+2
* s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()Volker Lendecke2010-01-091-1/+1
* s3: List trusted domains from wcache when domain is offline.Bo Yang2010-01-061-24/+139
* s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...Bo Yang2010-01-062-4/+265
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang2010-01-062-9/+4
* s3: Slightly simplify winbindd_dual_ccache_ntlm_authVolker Lendecke2010-01-031-15/+9
* s3: Fix a typoVolker Lendecke2010-01-021-1/+1
* 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-022-2/+1
* s3: Introduce domain_is_forest_root() helper functionVolker Lendecke2010-01-023-8/+12
* Prevent NULL dereference if group has no membersJim McDonough2009-12-301-4/+4
* s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()Volker Lendecke2009-12-282-24/+7
* s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()Volker Lendecke2009-12-282-22/+12
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-287-182/+98
* s3: Simplify winbindd_ads.c:trusted_domains()Volker Lendecke2009-12-281-110/+123
* s3: Remove some unused codeVolker Lendecke2009-12-281-101/+0
* s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke2009-12-281-31/+23
* s3: Simplify "setup_domain_child" slightlyVolker Lendecke2009-12-282-3/+1
* s3:winbind Make the normal client exit message a bit more understandableVolker Lendecke2009-12-261-2/+7
* s3: Fix a typo found by Matthias Dieter Wallnöfer <mdw@samba.org> -- thanks :-)Volker Lendecke2009-12-261-1/+1
* s3: Fix a bogus uninitialized variable warningVolker Lendecke2009-12-261-1/+1
* s3: Replace IS_DOMAIN_OFFLINE by a functionVolker Lendecke2009-12-266-9/+16
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-261-2/+2
* s3: winbindd_cli_state->getgrent_state is no longer usedVolker Lendecke2009-12-264-39/+0
* s3: getgrent_state has been replaced by grent_stateVolker Lendecke2009-12-261-1/+1