summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-08-281-1/+1
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-272-3/+24
* Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2008-08-261-261/+0
* winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.Günther Deschner2008-08-251-4/+1
* winbindd: move set_auth_errors to util functions.Günther Deschner2008-08-253-12/+13
* winbindd: only create machine pwd change event when in primary domain child.Günther Deschner2008-08-251-1/+1
* Fix some nonempty blank linesVolker Lendecke2008-08-231-26/+26
* Use talloc_stackframe() in machine_password_change_handlerVolker Lendecke2008-08-231-9/+5
* Fix a memleak in calculate_next_machine_pwd_changeVolker Lendecke2008-08-231-2/+7
* winbindd: add event based machine password change.Günther Deschner2008-08-232-0/+120
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-0/+3
* idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter2008-08-221-1/+1
* winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter2008-08-221-2/+7
* Here is a re-working of the winbinddJeremy Allison2008-08-203-9/+33
* winbindd: consistently use false/true.Günther Deschner2008-08-191-27/+27
* winbindd: use set_auth_errors (avoid code duplication).Günther Deschner2008-08-191-28/+6
* winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner2008-08-191-20/+18
* winbindd: kill some trailing/leading whitespace.Günther Deschner2008-08-191-159/+159
* Fix bug 5696. The problem was when smbdJeremy Allison2008-08-161-2/+18
* Attempt to fix Coverity ID 596Volker Lendecke2008-08-161-1/+1
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-151-1/+1
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-141-16/+0
* use transactions in idmap_tdb2Andrew Tridgell2008-08-131-18/+42
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-4/+0
* got rid of the redundent cache databaseAndrew Tridgell2008-08-131-134/+28
* idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2008-08-132-57/+22
* idmap tdb2: fix broken logic in tdb2_delete_bystring().Michael Adam2008-08-131-5/+8
* idmap tdb2: fix broken logic in tdb2_store_bystring().Michael Adam2008-08-131-5/+8
* Add winbind:online check timeout parameterVolker Lendecke2008-08-131-0/+16
* Attempt to fix the build on Irix CCVolker Lendecke2008-08-131-1/+3
* Remove two unused variablesVolker Lendecke2008-08-121-2/+1
* Do not create a new mapping if a domain with an explicit config failsVolker Lendecke2008-08-121-0/+18
* Some doxygen comments for idmapVolker Lendecke2008-08-122-15/+157
* Fix prototypesVolker Lendecke2008-08-121-2/+2
* Remove "idmap alloc config : range" parameterVolker Lendecke2008-08-123-135/+76
* idmap rewriteVolker Lendecke2008-08-1218-1031/+650
* Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke2008-08-125-1069/+0
* Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke2008-08-122-22/+45
* Move the gid2sid cache to the parent winbind processVolker Lendecke2008-08-122-19/+158
* Move the uid2sid cache to the parent winbind processVolker Lendecke2008-08-123-19/+160
* fixed a fd leak when trying to regain contact to a domain controllerAndrew Tridgell2008-08-061-0/+1
* winbindd: handle trusted domains without sid.Günther Deschner2008-07-302-4/+17
* Fix an incompatible pointer warningVolker Lendecke2008-07-251-2/+2
* Fix a race condition in winbind leading to a crashVolker Lendecke2008-07-251-4/+3
* Remove unused request_finished_cont()Volker Lendecke2008-07-242-13/+0
* Make use of TALLOC_FREE when freeing the per-winbindrequest memory contextVolker Lendecke2008-07-241-12/+3
* Fix various build warningsZach Loafman2008-07-221-22/+14
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-16/+14
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-11/+14
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-15/+18