summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* r23447: Add kill signal to child dead path. After talkingJeremy Allison2007-10-101-0/+3
* r23446: Restore Jeremy's original formatting, just fix the comment.Volker Lendecke2007-10-101-21/+17
* r23426: Correct a comment. The default timeout is not 1min, but 30s. WhileVolker Lendecke2007-10-101-17/+21
* r23424: Thanks to Jerry, we finally tracked down the :Jeremy Allison2007-10-101-0/+62
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+7
* r23406: Evn if not strictly currently necessary do check for correctSimo Sorce2007-10-102-0/+16
* r23404: Fix wrong (and missing) action on error condition in ldap reply evalu...Simo Sorce2007-10-101-1/+5
* r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin forVolker Lendecke2007-10-101-1/+1
* r23355: Fix some more build warnings.Günther Deschner2007-10-102-3/+3
* r23348: Fix connection reporting on SIGUSR2 (noticed byJeremy Allison2007-10-101-0/+3
* r23345: Stop Coverity from getting confused.Jeremy Allison2007-10-101-0/+1
* r23340: Fix typo in debug ouput. Found by Karolin Seeger <ks@sernet.de>.Michael Adam2007-10-101-1/+1
* r23330: always include "winbind_client.h" as first headerStefan Metzmacher2007-10-102-2/+2
* r23312: As per Volker, rename the "windbind:ads" parameter "winbind:rpc only".James Peach2007-10-101-4/+3
* r23297: This introduces the winbind:ads parameter which defaults to True. Set...Volker Lendecke2007-10-101-1/+3
* r23291: Undo the somewhat naive change of r23279:Michael Adam2007-10-101-2/+10
* r23290: Fix another small and stupid but severe typo.Michael Adam2007-10-101-1/+1
* r23287: Use talloc_move instead of talloc_steal as this is what I reallyMichael Adam2007-10-101-1/+1
* r23284: Oh what a nasty typo! This gave me some headache,Michael Adam2007-10-101-1/+1
* r23283: Use a temporary talloc context in ads:lookup_groupmem.Michael Adam2007-10-101-13/+17
* r23279: Replace occurrence of sid_binstring inside lookup_groupmemMichael Adam2007-10-101-11/+4
* r23263: Remove an unused variable -- Fix Coverity ID 358Volker Lendecke2007-10-101-4/+0
* r23253: Add some debugging output.Michael Adam2007-10-101-1/+6
* r23252: Complete the reworking of the ads lookup_groupmem functionMichael Adam2007-10-101-58/+109
* r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter2007-10-1011-18/+43
* r23225: Attached find a patch that makes use of NetSamLogonEx inVolker Lendecke2007-10-103-2/+71
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-102-8/+8
* r23117: Factor out local messaging.Volker Lendecke2007-10-102-14/+0
* r23116: Fix typo, found by Karolin SeegerVolker Lendecke2007-10-101-1/+1
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-2/+10
* r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sidsMichael Adam2007-10-101-1/+1
* r23075: more duplicate code blocks from bad mergeGerald Carter2007-10-101-4/+0
* r23074: Remove duplicate code blocks from bad mergeGerald Carter2007-10-101-10/+0
* r23072: In winbindd_ads.c:lookup_groupmem, replace the bottleneckMichael Adam2007-10-101-107/+77
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-102-2/+2
* r23054: Move the check for the lookup_domain of S-1-22-{1,2} before theGerald Carter2007-10-101-18/+17
* r23048: Simo is correct in that winbind_lookup{sid,name}_async() needsGerald Carter2007-10-103-2/+29
* r23046: Few missing merges from cleaning out the Centeris winbindd tree.Gerald Carter2007-10-103-0/+20
* r23040: Activate the winbindd cache validation code in theMichael Adam2007-10-101-2/+0
* r23039: merge from SAMBA_3_0_26:Stefan Metzmacher2007-10-101-2/+1
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-2/+4
* r22943: More message_register -> messaging_registerVolker Lendecke2007-10-103-60/+102
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-1/+1
* r22905: cli_send_mailslot had a message_send_pid insideVolker Lendecke2007-10-101-1/+2
* r22904: Fix indent.Günther Deschner2007-10-101-1/+1
* r22903: Now that we have the on-disc trustdomaincache with type flags we can ...Günther Deschner2007-10-101-3/+6
* r22901: When an AD account has UF_DONT_REQUIRE_PREAUTH set we need to fallbac...Günther Deschner2007-10-101-0/+8
* r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke2007-10-103-29/+53
* r22855: fix the buildMichael Adam2007-10-101-7/+5
* r22848: Fix brace alignment.Michael Adam2007-10-101-1/+1