summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "Make use of ADD_TO_ARRAY"Volker Lendecke2008-07-113-36/+96
* Revert "Tiny logic simplification -- remove an else branch"Volker Lendecke2008-07-111-20/+22
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-071-2/+23
* Clean up winbindd_group.c tooSimo Sorce2008-07-061-210/+255
* Clean up the rest of the file tooSimo Sorce2008-07-061-84/+76
* More clean up, indentation and trailing space removalSimo Sorce2008-07-061-40/+39
* Make code more readable, fix indentation and traling spaces.Simo Sorce2008-07-061-17/+23
* Tiny logic simplification -- remove an else branchVolker Lendecke2008-07-051-22/+20
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-053-96/+36
* Convert idmap_cache to gencacheVolker Lendecke2008-07-053-393/+125
* IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove itVolker Lendecke2008-07-031-1/+0
* Simplify idmap_cache_set() a bitVolker Lendecke2008-07-031-8/+3
* Simplify idmap_cache_build_[s]idkey a bitVolker Lendecke2008-07-031-36/+33
* Fix indentationVolker Lendecke2008-07-031-1/+1
* Fix typoVolker Lendecke2008-07-021-1/+2
* Tiny logic simplification: Remove an unnecessary else branchVolker Lendecke2008-07-021-8/+8
* Fix nonempty whitespace only linesVolker Lendecke2008-07-028-70/+69
* fix typosVolker Lendecke2008-07-021-2/+4
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-15/+13
* Fix indentationVolker Lendecke2008-07-021-14/+14
* Fix a debug msg, this was probably a leftover from gencacheVolker Lendecke2008-07-021-2/+4
* Fix typoVolker Lendecke2008-07-021-2/+2
* Make idmap_init() staticVolker Lendecke2008-07-021-1/+1
* Fix two memory leaks in an error path in idmap.cVolker Lendecke2008-07-021-0/+2
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-013-0/+44
* Revert "winbind cache: Don't create SN cache entries during name-to-sid queri...Karolin Seeger2008-07-011-6/+6
* Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison2008-06-301-1/+1
* libads: Add API call to connect to a global catalog server.Gerald W. Carter2008-06-271-2/+4
* From Steve Danneman @ Isilon.Jeremy Allison2008-06-267-217/+220
* winbind: remove duplicate debug message for failing messaging_init().Michael Adam2008-06-261-1/+0
* winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam2008-06-261-1/+1
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-06-251-9/+9
|\
| * rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-7/+7
| * rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-3/+3
* | Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison2008-06-251-15/+27
|/
* Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison2008-06-251-23/+45
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke2008-06-171-14/+1
* idmap: Fix typos in comments.Karolin Seeger2008-06-171-3/+3
* Fix typo.Karolin Seeger2008-06-171-1/+1
* winbind cache: Don't create SN cache entries during name-to-sid queries.Karolin Seeger2008-06-161-6/+6
* Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-081-0/+15
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
* winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter2008-06-031-1/+7
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison2008-06-021-2/+18
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-304-115/+349