summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23632: Correctly return the new_group list pointer from expand_groupsGerald Carter1-1/+1
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-1/+1
2007-10-10r23625: Reformating WBFLAGs, just a cosmetic change.Günther Deschner1-15/+15
2007-10-10r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ...Gerald Carter1-1/+1
2007-10-10r23611: Fix typo in error message.James Peach1-1/+1
2007-10-10r23610: Move some winbindd_cache specific flags and actionsMichael Adam1-1/+19
2007-10-10r23608: Just inline comment cosmetics.Günther Deschner1-5/+2
2007-10-10r23607: Add legacy support for Services for Unix (SFU) 2.0.Günther Deschner1-3/+42
2007-10-10r23601: BUG 4579: Don't mark the SAM domain on a Samba DC as an internal doma...Gerald Carter1-0/+6
2007-10-10r23600: First step in abstracting the winbindd cache validationMichael Adam1-219/+25
2007-10-10r23577: Fix winbindd (sorry). Ensure I set the new child_pidJeremy Allison1-1/+3
2007-10-10r23574: Remove double-null check (I hate people bitching at meJeremy Allison1-3/+1
2007-10-10r23573: Cope with terminating winbindd children on read/write/timeoutJeremy Allison1-38/+45
2007-10-10r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh...Günther Deschner1-25/+4
2007-10-10r23565: Avoid double NULL pointer checks.Günther Deschner2-18/+6
2007-10-10r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now.Günther Deschner2-0/+42
2007-10-10r23539: Remove code duplication and unify behaviour of winbind_nss_*.h filesKai Blin2-6/+1
2007-10-10r23525: I believe this patch is ok, got no reply of it being not ok.Simo Sorce1-2/+40
2007-10-10r23515: Ensure status isn't used uninitialized.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach3-8/+9
2007-10-10r23496: Fix logic error in getgrnam_recv() that brokeGerald Carter1-1/+1
2007-10-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-1/+1
2007-10-10r23471: Here's a rough patch for expanding domain group membershipGerald Carter2-155/+347
2007-10-10r23448: Doh ! Don't call winbind_child_died() *before* theJeremy Allison1-7/+6
2007-10-10r23447: Add kill signal to child dead path. After talkingJeremy Allison1-0/+3
2007-10-10r23446: Restore Jeremy's original formatting, just fix the comment.Volker Lendecke1-21/+17
2007-10-10r23426: Correct a comment. The default timeout is not 1min, but 30s. WhileVolker Lendecke1-17/+21
2007-10-10r23424: Thanks to Jerry, we finally tracked down the :Jeremy Allison1-0/+62
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+7
2007-10-10r23406: Evn if not strictly currently necessary do check for correctSimo Sorce2-0/+16
2007-10-10r23404: Fix wrong (and missing) action on error condition in ldap reply evalu...Simo Sorce1-1/+5
2007-10-10r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin forVolker Lendecke1-1/+1
2007-10-10r23355: Fix some more build warnings.Günther Deschner2-3/+3
2007-10-10r23348: Fix connection reporting on SIGUSR2 (noticed byJeremy Allison1-0/+3
2007-10-10r23345: Stop Coverity from getting confused.Jeremy Allison1-0/+1
2007-10-10r23340: Fix typo in debug ouput. Found by Karolin Seeger <ks@sernet.de>.Michael Adam1-1/+1
2007-10-10r23330: always include "winbind_client.h" as first headerStefan Metzmacher2-2/+2
2007-10-10r23312: As per Volker, rename the "windbind:ads" parameter "winbind:rpc only".James Peach1-4/+3
2007-10-10r23297: This introduces the winbind:ads parameter which defaults to True. Set...Volker Lendecke1-1/+3
2007-10-10r23291: Undo the somewhat naive change of r23279:Michael Adam1-2/+10
2007-10-10r23290: Fix another small and stupid but severe typo.Michael Adam1-1/+1
2007-10-10r23287: Use talloc_move instead of talloc_steal as this is what I reallyMichael Adam1-1/+1
2007-10-10r23284: Oh what a nasty typo! This gave me some headache,Michael Adam1-1/+1
2007-10-10r23283: Use a temporary talloc context in ads:lookup_groupmem.Michael Adam1-13/+17
2007-10-10r23279: Replace occurrence of sid_binstring inside lookup_groupmemMichael Adam1-11/+4
2007-10-10r23263: Remove an unused variable -- Fix Coverity ID 358Volker Lendecke1-4/+0
2007-10-10r23253: Add some debugging output.Michael Adam1-1/+6
2007-10-10r23252: Complete the reworking of the ads lookup_groupmem functionMichael Adam1-58/+109
2007-10-10r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter11-18/+43
2007-10-10r23225: Attached find a patch that makes use of NetSamLogonEx inVolker Lendecke3-2/+71