summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2008-07-07Allow authentication and memory credential refresh after password change from...Jeremy Allison1-2/+23
2008-07-06Clean up winbindd_group.c tooSimo Sorce1-210/+255
2008-07-06Clean up the rest of the file tooSimo Sorce1-84/+76
2008-07-06More clean up, indentation and trailing space removalSimo Sorce1-40/+39
2008-07-06Make code more readable, fix indentation and traling spaces.Simo Sorce1-17/+23
2008-07-05Tiny logic simplification -- remove an else branchVolker Lendecke1-22/+20
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke3-96/+36
2008-07-05Convert idmap_cache to gencacheVolker Lendecke3-393/+125
2008-07-03IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove itVolker Lendecke1-1/+0
2008-07-03Simplify idmap_cache_set() a bitVolker Lendecke1-8/+3
2008-07-03Simplify idmap_cache_build_[s]idkey a bitVolker Lendecke1-36/+33
2008-07-03Fix indentationVolker Lendecke1-1/+1
2008-07-02Fix typoVolker Lendecke1-1/+2
2008-07-02Tiny logic simplification: Remove an unnecessary else branchVolker Lendecke1-8/+8
2008-07-02Fix nonempty whitespace only linesVolker Lendecke8-70/+69
2008-07-02fix typosVolker Lendecke1-2/+4
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-15/+13
2008-07-02Fix indentationVolker Lendecke1-14/+14
2008-07-02Fix a debug msg, this was probably a leftover from gencacheVolker Lendecke1-2/+4
2008-07-02Fix typoVolker Lendecke1-2/+2
2008-07-02Make idmap_init() staticVolker Lendecke1-1/+1
2008-07-02Fix two memory leaks in an error path in idmap.cVolker Lendecke1-0/+2
2008-07-01MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare3-0/+44
2008-07-01Revert "winbind cache: Don't create SN cache entries during name-to-sid queri...Karolin Seeger1-6/+6
2008-06-30Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison1-1/+1
2008-06-27libads: Add API call to connect to a global catalog server.Gerald W. Carter1-2/+4
2008-06-26From Steve Danneman @ Isilon.Jeremy Allison7-217/+220
2008-06-26winbind: remove duplicate debug message for failing messaging_init().Michael Adam1-1/+0
2008-06-26winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam1-1/+1
2008-06-25Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison1-9/+9
2008-06-25Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison1-15/+27
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner1-7/+7
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-3/+3
2008-06-25Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison1-23/+45
2008-06-20Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison1-9/+3
2008-06-17Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke1-14/+1
2008-06-17idmap: Fix typos in comments.Karolin Seeger1-3/+3
2008-06-17Fix typo.Karolin Seeger1-1/+1
2008-06-16winbind cache: Don't create SN cache entries during name-to-sid queries.Karolin Seeger1-6/+6
2008-06-08Bugfix noticed by Herb. On using the again: tag as aJeremy Allison1-0/+15
2008-06-05Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke1-1/+14
2008-06-03winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter1-1/+7
2008-06-02Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison1-2/+18
2008-05-30Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison4-115/+349
2008-05-30Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison1-3/+2
2008-05-30Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison3-12/+17
2008-05-29Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2-9/+6
2008-05-26winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam1-1/+1
2008-05-25Fix two c++ warningsVolker Lendecke2-2/+3