summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-07-12Remove one nested level by reversing if conditionSimo Sorce1-58/+54
2008-07-12Add back mem leak fixesSimo Sorce1-0/+2
2008-07-12Make again idmap_init staticSimo Sorce1-1/+1
2008-07-11Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke1-2/+0
2008-07-11Revert "Make idmap_init() static"Volker Lendecke1-1/+1
2008-07-11Revert "Fix typo"Volker Lendecke1-2/+2
2008-07-11Revert "Fix a debug msg, this was probably a leftover from gencache"Volker Lendecke1-4/+2
2008-07-11Revert "Fix indentation"Volker Lendecke1-14/+14
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke1-13/+15
2008-07-11Revert "fix typos"Volker Lendecke1-4/+2
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke8-69/+70