summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* From Jim McDonoughJeremy Allison2008-07-173-8/+15
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-121-15/+15
* Remove one nested level by reversing if conditionSimo Sorce2008-07-121-58/+54
* Add back mem leak fixesSimo Sorce2008-07-121-0/+2
* Make again idmap_init staticSimo Sorce2008-07-121-1/+1
* Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke2008-07-111-2/+0
* Revert "Make idmap_init() static"Volker Lendecke2008-07-111-1/+1
* Revert "Fix typo"Volker Lendecke2008-07-111-2/+2
* Revert "Fix a debug msg, this was probably a leftover from gencache"Volker Lendecke2008-07-111-4/+2
* Revert "Fix indentation"Volker Lendecke2008-07-111-14/+14
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-13/+15
* Revert "fix typos"Volker Lendecke2008-07-111-4/+2
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-118-69/+70
* Revert "Tiny logic simplification: Remove an unnecessary else branch"Volker Lendecke2008-07-111-8/+8
* Revert "Fix typo"Volker Lendecke2008-07-111-2/+1
* Revert "Fix indentation"Volker Lendecke2008-07-111-1/+1
* Revert "Simplify idmap_cache_build_[s]idkey a bit"Volker Lendecke2008-07-111-33/+36
* Revert "Simplify idmap_cache_set() a bit"Volker Lendecke2008-07-111-3/+8
* Revert "IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it"Volker Lendecke2008-07-111-0/+1
* Revert "Convert idmap_cache to gencache"Volker Lendecke2008-07-113-125/+393