summaryrefslogtreecommitdiffstats
path: root/source/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix a memleakQiao Yang2008-09-081-1/+2
* Fix winbindd crash bug with trusted domains. Bug #5736James Ding2008-09-081-0/+2
* get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis2008-09-081-14/+9
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-081-24/+74
* Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2008-09-081-261/+0
* Fix Coverity ID 592Volker Lendecke2008-09-011-0/+4
* winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-09-011-1/+1
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-09-012-3/+24
* 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
* idmap_gid_to_sid: Fix a cut-a-npaste error.Gerald (Jerry) Carter2008-08-251-1/+1
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-0/+3
* winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter2008-08-221-2/+7
* Here is a re-working of the winbinddJeremy Allison2008-08-223-9/+33
* winbindd: consistently use false/true.Günther Deschner2008-08-221-27/+27
* winbindd: use set_auth_errors (avoid code duplication).Günther Deschner2008-08-221-28/+6
* winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner2008-08-221-20/+18
* winbindd: kill some trailing/leading whitespace.Günther Deschner2008-08-221-159/+159
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-191-16/+0
* Fix bug 5696. The problem was when smbdJeremy Allison2008-08-191-2/+18
* Attempt to fix Coverity ID 596Volker Lendecke2008-08-191-1/+1
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-191-1/+1
* 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