Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23577: Fix winbindd (sorry). Ensure I set the new child_pid | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r23574: Remove double-null check (I hate people bitching at me | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r23573: Cope with terminating winbindd children on read/write/timeout | Jeremy Allison | 1 | -38/+45 |
2007-10-10 | r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh... | Günther Deschner | 1 | -25/+4 |
2007-10-10 | r23565: Avoid double NULL pointer checks. | Günther Deschner | 2 | -18/+6 |
2007-10-10 | r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now. | Günther Deschner | 2 | -0/+42 |
2007-10-10 | r23539: Remove code duplication and unify behaviour of winbind_nss_*.h files | Kai Blin | 2 | -6/+1 |
2007-10-10 | r23525: I believe this patch is ok, got no reply of it being not ok. | Simo Sorce | 1 | -2/+40 |
2007-10-10 | r23515: Ensure status isn't used uninitialized. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 3 | -8/+9 |
2007-10-10 | r23496: Fix logic error in getgrnam_recv() that broke | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r23474: Here's a small patch that disables the libkrb5.so replay cache | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r23471: Here's a rough patch for expanding domain group membership | Gerald Carter | 2 | -155/+347 |
2007-10-10 | r23448: Doh ! Don't call winbind_child_died() *before* the | Jeremy Allison | 1 | -7/+6 |
2007-10-10 | r23447: Add kill signal to child dead path. After talking | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23446: Restore Jeremy's original formatting, just fix the comment. | Volker Lendecke | 1 | -21/+17 |
2007-10-10 | r23426: Correct a comment. The default timeout is not 1min, but 30s. While | Volker Lendecke | 1 | -17/+21 |
2007-10-10 | r23424: Thanks to Jerry, we finally tracked down the : | Jeremy Allison | 1 | -0/+62 |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r23406: Evn if not strictly currently necessary do check for correct | Simo Sorce | 2 | -0/+16 |
2007-10-10 | r23404: Fix wrong (and missing) action on error condition in ldap reply evalu... | Simo Sorce | 1 | -1/+5 |
2007-10-10 | r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin for | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23355: Fix some more build warnings. | Günther Deschner | 2 | -3/+3 |
2007-10-10 | r23348: Fix connection reporting on SIGUSR2 (noticed by | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23345: Stop Coverity from getting confused. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r23340: Fix typo in debug ouput. Found by Karolin Seeger <ks@sernet.de>. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23330: always include "winbind_client.h" as first header | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r23312: As per Volker, rename the "windbind:ads" parameter "winbind:rpc only". | James Peach | 1 | -4/+3 |
2007-10-10 | r23297: This introduces the winbind:ads parameter which defaults to True. Set... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r23291: Undo the somewhat naive change of r23279: | Michael Adam | 1 | -2/+10 |
2007-10-10 | r23290: Fix another small and stupid but severe typo. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23287: Use talloc_move instead of talloc_steal as this is what I really | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23284: Oh what a nasty typo! This gave me some headache, | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23283: Use a temporary talloc context in ads:lookup_groupmem. | Michael Adam | 1 | -13/+17 |
2007-10-10 | r23279: Replace occurrence of sid_binstring inside lookup_groupmem | Michael Adam | 1 | -11/+4 |
2007-10-10 | r23263: Remove an unused variable -- Fix Coverity ID 358 | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r23253: Add some debugging output. | Michael Adam | 1 | -1/+6 |
2007-10-10 | r23252: Complete the reworking of the ads lookup_groupmem function | Michael Adam | 1 | -58/+109 |
2007-10-10 | r23244: Fix loop with nscd and NSS recusive calls. | Gerald Carter | 11 | -18/+43 |
2007-10-10 | r23225: Attached find a patch that makes use of NetSamLogonEx in | Volker Lendecke | 3 | -2/+71 |
2007-10-10 | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we... | Günther Deschner | 2 | -8/+8 |
2007-10-10 | r23117: Factor out local messaging. | Volker Lendecke | 2 | -14/+0 |
2007-10-10 | r23116: Fix typo, found by Karolin Seeger | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23095: Support systems that have their PAM headers in /usr/include/pam. | James Peach | 1 | -2/+10 |
2007-10-10 | r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sids | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23075: more duplicate code blocks from bad merge | Gerald Carter | 1 | -4/+0 |
2007-10-10 | r23074: Remove duplicate code blocks from bad merge | Gerald Carter | 1 | -10/+0 |
2007-10-10 | r23072: In winbindd_ads.c:lookup_groupmem, replace the bottleneck | Michael Adam | 1 | -107/+77 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r23054: Move the check for the lookup_domain of S-1-22-{1,2} before the | Gerald Carter | 1 | -18/+17 |