summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2008-09-16* Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter1-9/+168
2008-09-16idmap_hash: Add the idmap/nss-info provider from Likewise Open.Gerald (Jerry) Carter3-0/+628
2008-09-16winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter4-46/+314
2008-09-16winbindd: Add support for name aliasing.Gerald (Jerry) Carter5-22/+425
2008-09-15idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure.Gerald W. Carter1-12/+69
2008-09-11Fix for bug 5571Simo Sorce3-1/+27
2008-09-05Revert "winbindd: the ad trusted_domains call should return talloced strings."Günther Deschner1-5/+2
2008-09-05Fix a memleakQiao Yang1-1/+2
2008-09-04Fix winbindd crash bug with trusted domains. Bug #5736James Ding1-0/+2
2008-09-04get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis1-14/+9
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman1-24/+74
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-13/+15
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce4-6/+34
2008-09-02winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner1-2/+5
2008-08-31Fix Coverity ID 592Volker Lendecke1-0/+4
2008-08-28winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner1-1/+1
2008-08-27Fix the wcache_invalidate_samlogon calls.Jeremy Allison2-3/+24
2008-08-26Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce9-543/+409
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke1-261/+0
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