summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Cosmetics -- I could not spot where "chal" was initializedVolker Lendecke2010-04-111-1/+1
* s3: Remove domain selection from dual_pam_authVolker Lendecke2010-04-101-53/+13
* s3: Check 0 termination in GETALIASESVolker Lendecke2010-04-101-7/+13
* s3: Remove the separate "child" argument from setup_domain_child()Volker Lendecke2010-04-083-15/+8
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-04-081-0/+3
* s3: Fix a cut&paste error in winbindd_list_groups_doneVolker Lendecke2010-04-051-1/+1
* s3:winbindd: remove unused variablesStefan Metzmacher2010-04-011-2/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-013-17/+6
* s3: Ensure NULL termination before printing in winbindd_pam_logoffVolker Lendecke2010-04-011-3/+3
* s3: Fix a typo in winbindd_pam_logoffVolker Lendecke2010-04-011-1/+1
* s3:winbindd: correctly invalidate the cached connectionStefan Metzmacher2010-04-011-6/+11
* s3:winbindd: only set child_domain in the childStefan Metzmacher2010-04-011-1/+1
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-011-5/+28
* s3: fix a typo in winbind_client_response_writtenVolker Lendecke2010-04-011-2/+2
* s3: Fix an error message in winbindd_pam_chauthtok()Volker Lendecke2010-03-311-1/+1
* s3: Ensure null termination in winbindd_pam_chauthtok()Volker Lendecke2010-03-311-0/+4
* s3: Make check_info3_in_group staticVolker Lendecke2010-03-312-4/+2
* s3-winbind: Make append_auth_data() staticVolker Lendecke2010-03-312-8/+4
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-03-291-2/+2
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-03-291-14/+59
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-03-291-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-03-291-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-03-291-4/+4
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-03-291-14/+4
* s3: Fix bug 7212, "getent group does not return group members"Volker Lendecke2010-03-291-0/+1
* 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