summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2008-08-25winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.Günther Deschner1-4/+1
2008-08-25winbindd: move set_auth_errors to util functions.Günther Deschner3-12/+13
2008-08-25winbindd: only create machine pwd change event when in primary domain child.Günther Deschner1-1/+1
2008-08-23Fix some nonempty blank linesVolker Lendecke1-26/+26
2008-08-23Use talloc_stackframe() in machine_password_change_handlerVolker Lendecke1-9/+5
2008-08-23Fix a memleak in calculate_next_machine_pwd_changeVolker Lendecke1-2/+7
2008-08-23winbindd: add event based machine password change.Günther Deschner2-0/+120
2008-08-22Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison1-0/+3
2008-08-22idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter1-1/+1
2008-08-22winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter1-2/+7
2008-08-20Here is a re-working of the winbinddJeremy Allison3-9/+33
2008-08-19winbindd: consistently use false/true.Günther Deschner1-27/+27
2008-08-19winbindd: use set_auth_errors (avoid code duplication).Günther Deschner1-28/+6
2008-08-19winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner1-20/+18
2008-08-19winbindd: kill some trailing/leading whitespace.Günther Deschner1-159/+159
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-15/+13
2008-08-16Fix bug 5696. The problem was when smbdJeremy Allison1-2/+18
2008-08-16Attempt to fix Coverity ID 596Volker Lendecke1-1/+1
2008-08-15I think the problem with these functions is that lookup_usergroupsHerb Lewis1-1/+1
2008-08-14Revert "Add winbind:online check timeout parameter"Volker Lendecke1-16/+0
2008-08-13use transactions in idmap_tdb2Andrew Tridgell1-18/+42
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-4/+0
2008-08-13got rid of the redundent cache databaseAndrew Tridgell1-134/+28
2008-08-13idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2-57/+22
2008-08-13idmap tdb2: fix broken logic in tdb2_delete_bystring().Michael Adam1-5/+8
2008-08-13idmap tdb2: fix broken logic in tdb2_store_bystring().Michael Adam1-5/+8
2008-08-13Add winbind:online check timeout parameterVolker Lendecke1-0/+16
2008-08-13Attempt to fix the build on Irix CCVolker Lendecke1-1/+3
2008-08-12Remove two unused variablesVolker Lendecke1-2/+1
2008-08-12Do not create a new mapping if a domain with an explicit config failsVolker Lendecke1-0/+18
2008-08-12Some doxygen comments for idmapVolker Lendecke2-15/+157
2008-08-12Fix prototypesVolker Lendecke1-2/+2
2008-08-12Remove "idmap alloc config : range" parameterVolker Lendecke3-135/+76
2008-08-12idmap rewriteVolker Lendecke18-1031/+650
2008-08-12Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke5-1069/+0
2008-08-12Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke2-22/+45
2008-08-12Move the gid2sid cache to the parent winbind processVolker Lendecke2-19/+158
2008-08-12Move the uid2sid cache to the parent winbind processVolker Lendecke3-19/+160
2008-08-06fixed a fd leak when trying to regain contact to a domain controllerAndrew Tridgell1-0/+1
2008-07-30winbindd: handle trusted domains without sid.Günther Deschner2-4/+17
2008-07-25Fix an incompatible pointer warningVolker Lendecke1-2/+2
2008-07-25Fix a race condition in winbind leading to a crashVolker Lendecke1-4/+3
2008-07-24Remove unused request_finished_cont()Volker Lendecke2-13/+0
2008-07-24Make use of TALLOC_FREE when freeing the per-winbindrequest memory contextVolker Lendecke1-12/+3
2008-07-22Fix various build warningsZach Loafman1-22/+14
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-16/+14
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-11/+14
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-15/+18
2008-07-17From Jim McDonoughJeremy Allison3-8/+15
2008-07-12Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce1-15/+15