idmap_gid_to_sid: Fix a cut-a-npaste error.
[kai/samba.git] / source3 / winbindd /
2008-08-22 Gerald (Jerry) Carteridmap_gid_to_sid: Fix a cut-a-npaste error.
2008-08-22 Gerald (Jerry) Carterwinbindd: Fix crash in cm_connect_sam()
2008-08-20 Jeremy AllisonHere is a re-working of the winbindd
2008-08-19 Günther Deschnerwinbindd: consistently use false/true.
2008-08-19 Günther Deschnerwinbindd: use set_auth_errors (avoid code duplication).
2008-08-19 Günther Deschnerwinbindd: fill_in_password_policy (to avoid redundant...
2008-08-19 Günther Deschnerwinbindd: kill some trailing/leading whitespace.
2008-08-17 Jeremy AllisonFix bug 5696. The problem was when smbd
2008-08-16 Volker LendeckeAttempt to fix Coverity ID 596
2008-08-15 Herb LewisI think the problem with these functions is that lookup...
2008-08-14 Volker LendeckeRevert "Add winbind:online check timeout parameter"
2008-08-13 Andrew Tridgelluse transactions in idmap_tdb2
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-13 Andrew Tridgellgot rid of the redundent cache database
2008-08-13 Michael Adamidmap tdb2: fix inconsistent mappings by checking for...
2008-08-13 Michael Adamidmap tdb2: fix broken logic in tdb2_delete_bystring().
2008-08-13 Michael Adamidmap tdb2: fix broken logic in tdb2_store_bystring().
2008-08-13 Volker LendeckeAdd winbind:online check timeout parameter
2008-08-12 Volker LendeckeAttempt to fix the build on Irix CC
2008-08-12 Volker LendeckeRemove two unused variables
2008-08-12 Volker LendeckeDo not create a new mapping if a domain with an explici...
2008-08-12 Volker LendeckeSome doxygen comments for idmap
2008-08-12 Volker LendeckeFix prototypes
2008-08-12 Volker LendeckeRemove "idmap alloc config : range" parameter
2008-08-12 Volker Lendeckeidmap rewrite
2008-08-12 Volker LendeckeRemove the multi-ID lookup code and the 3.2.0 version...
2008-08-12 Volker LendeckeDirectly call backends from idmap_[ugs]_to_[ugs]id
2008-08-12 Volker LendeckeMove the gid2sid cache to the parent winbind process
2008-08-12 Volker LendeckeMove the uid2sid cache to the parent winbind process
2008-08-06 Andrew Tridgellfixed a fd leak when trying to regain contact to a...
2008-07-30 Günther Deschnerwinbindd: handle trusted domains without sid.
2008-07-25 Volker LendeckeFix an incompatible pointer warning
2008-07-25 Volker LendeckeFix a race condition in winbind leading to a crash
2008-07-24 Steve FrenchMerge branch 'v3-3-test' of git+ssh://sfrench@git.samba...
2008-07-24 Volker LendeckeRemove unused request_finished_cont()
2008-07-24 Volker LendeckeMake use of TALLOC_FREE when freeing the per-winbindreq...
2008-07-22 Zach LoafmanFix various build warnings
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-18 Jeremy AllisonFrom Jim McDonough
2008-07-13 Simo SorceFix regression introduced with 4086ef15b395f1a536fb669a...
2008-07-13 Simo SorceRemove one nested level by reversing if condition
2008-07-13 Simo SorceAdd back mem leak fixes
2008-07-13 Simo SorceMake again idmap_init static
2008-07-11 Volker LendeckeRevert "Fix two memory leaks in an error path in idmap.c"
2008-07-11 Volker LendeckeRevert "Make idmap_init() static"
2008-07-11 Volker LendeckeRevert "Fix typo"
2008-07-11 Volker LendeckeRevert "Fix a debug msg, this was probably a leftover...
2008-07-11 Volker LendeckeRevert "Fix indentation"
2008-07-11 Volker LendeckeRevert "Fix nonempty whitespace only lines"
2008-07-11 Volker LendeckeRevert "fix typos"
2008-07-11 Volker LendeckeRevert "Fix nonempty whitespace only lines"
2008-07-11 Volker LendeckeRevert "Tiny logic simplification: Remove an unnecessar...
2008-07-11 Volker LendeckeRevert "Fix typo"
2008-07-11 Volker LendeckeRevert "Fix indentation"
2008-07-11 Volker LendeckeRevert "Simplify idmap_cache_build_[s]idkey a bit"
2008-07-11 Volker LendeckeRevert "Simplify idmap_cache_set() a bit"
2008-07-11 Volker LendeckeRevert "IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused...
2008-07-11 Volker LendeckeRevert "Convert idmap_cache to gencache"
2008-07-11 Volker LendeckeRevert "Make use of ADD_TO_ARRAY"
2008-07-11 Volker LendeckeRevert "Tiny logic simplification -- remove an else...
2008-07-07 Jeremy AllisonAllow authentication and memory credential refresh...
2008-07-06 Simo SorceClean up winbindd_group.c too
2008-07-06 Simo SorceClean up the rest of the file too
2008-07-06 Simo SorceMore clean up, indentation and trailing space removal
2008-07-06 Simo SorceMake code more readable, fix indentation and traling...
2008-07-05 Volker LendeckeTiny logic simplification -- remove an else branch
2008-07-05 Volker LendeckeMake use of ADD_TO_ARRAY
2008-07-05 Volker LendeckeConvert idmap_cache to gencache
2008-07-03 Volker LendeckeIDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it
2008-07-03 Volker LendeckeSimplify idmap_cache_set() a bit
2008-07-03 Volker LendeckeSimplify idmap_cache_build_[s]idkey a bit
2008-07-03 Volker LendeckeFix indentation
2008-07-02 Volker LendeckeFix typo
2008-07-02 Volker LendeckeTiny logic simplification: Remove an unnecessary else...
2008-07-02 Volker LendeckeFix nonempty whitespace only lines
2008-07-02 Volker Lendeckefix typos
2008-07-02 Volker LendeckeFix nonempty whitespace only lines
2008-07-02 Volker LendeckeFix indentation
2008-07-02 Volker LendeckeFix a debug msg, this was probably a leftover from...
2008-07-02 Volker LendeckeFix typo
2008-07-02 Volker LendeckeMake idmap_init() static
2008-07-02 Volker LendeckeFix two memory leaks in an error path in idmap.c
2008-07-02 Darshan PurandareMSG_DEBUG now forwarded to all the winbindd children...
2008-07-01 Karolin SeegerRevert "winbind cache: Don't create SN cache entries...
2008-06-30 Jeremy AllisonFix from Atte Peltomäki - atte.peltomaki@f-secure.com...
2008-06-27 Gerald W. Carterlibads: Add API call to connect to a global catalog...
2008-06-26 Jeremy AllisonFrom Steve Danneman @ Isilon.
2008-06-26 Michael Adamwinbind: remove duplicate debug message for failing...
2008-06-26 Michael Adamwinbind: untangle logic in winbind_messaging_context...
2008-06-26 Michael Adamwinbindd: don't panic if messaging_init() fails - retur...
2008-06-25 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-06-25 Jeremy AllisonPart of fix for #5551. Split out the group enumeration...
2008-06-25 Günther Deschnerrename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_...
2008-06-25 Günther Deschnerrename rpccli_samr_chgpasswd_user to rpccli_samr_chgpas...
2008-06-25 Jeremy AllisonFinal (hopefully :-) part of fix for bug #5551. Allow...
2008-06-20 Jeremy AllisonFix bug #5533. Winbindd fails to cope correctly with...
2008-06-17 Volker LendeckeRevert "Fix a memleak caused by a crappy get_sorted_dc_...
2008-06-17 Karolin Seegeridmap: Fix typos in comments.
next