Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21070: * Add the new boolean 'winbind normalize names' option as discussed | Gerald Carter | 1 | -0/+34 |
2007-10-10 | r21018: Removing the set_domain_online_request again in trustdom_recv(). | Günther Deschner | 1 | -9/+0 |
2007-10-10 | r20530: Don't want this call to get inadvertently re-added :-). | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r20488: When joined to a child domain in a multi-domain/single domain tree, | Gerald Carter | 1 | -0/+17 |
2007-10-10 | r20287: Allow a NULL sid when setting up the list of trusted domains. | Gerald Carter | 1 | -2/+7 |
2007-10-10 | r20270: Even with the dual daemon mode the parent winbindd | Jeremy Allison | 1 | -1/+17 |
2007-10-10 | r20150: better memory handling for some functions, make sure we don't | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r20124: clean up nested extern declaration warnings | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r20116: Start merging in the work done to create the new idmap subsystem. | Simo Sorce | 1 | -249/+9 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 1 | -3/+9 |
2007-10-10 | r20057: Attempt to fix connect timeouts when connected on | Jeremy Allison | 1 | -8/+1 |
2007-10-10 | r19686: Fix the build | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19413: Now we're calling init_dc_connection, this code | Jeremy Allison | 1 | -16/+0 |
2007-10-10 | r19212: Make sure domains marked internal don't do | Jeremy Allison | 1 | -9/+11 |
2007-10-10 | r19207: Properly canonicalize incoming names to the | Jeremy Allison | 1 | -0/+20 |
2007-10-10 | r19148: Finish last nights patch - make offline | Jeremy Allison | 1 | -3/+15 |
2007-10-10 | r19066: Fix a memleak | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r18703: Fix the annoying effect that happens when nscd is running: | Günther Deschner | 1 | -21/+0 |
2007-10-10 | r18509: We must always canonicalise the usernames to be UPPERCASE DOMAIN, | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r17605: Some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups. | Gerald Carter | 1 | -7/+21 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16940: libnscd sets errno, use that to display error message. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r16422: winbindd_demote_client isn't used and generates | Jeremy Allison | 1 | -8/+0 |
2007-10-10 | r15976: Set our internal domains to "online" by default in winbindd. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15842: patch from volker to instruct winbindd to find a trusted DC on its ow... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r15698: An attempt to make the winbind lookup_usergroups() call in security=ads | Günther Deschner | 1 | -1/+4 |
2007-10-10 | r15306: Be consistent between rpc and ads winbind backend: let the ads backend | Günther Deschner | 1 | -0/+46 |
2007-10-10 | r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ... | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r14855: Various fixes: | Gerald Carter | 1 | -15/+12 |
2007-10-10 | r14480: Kill one boolean flag passed down :-) | Volker Lendecke | 1 | -8/+6 |
2007-10-10 | r14474: Also flush the nscd caches before entering the main winbindd loop. | Günther Deschner | 1 | -0/+22 |
2007-10-10 | r14468: Better fix to avoid winbind panic when we have an inproper configuration | Günther Deschner | 1 | -3/+9 |
2007-10-10 | r14467: Reverting 13660. This needs to be fixed differently. | Günther Deschner | 1 | -8/+4 |
2007-10-10 | r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13660: Attempt to better handle the failure that we cannot find our sid upon | Günther Deschner | 1 | -4/+8 |
2007-10-10 | r13492: As noone objected on the mailing-list: | Günther Deschner | 1 | -4/+5 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -6/+7 |
2007-10-10 | r13024: Add is_null_sid. | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r12133: Fix an uninitialized variable in new code in rpc_server/srv_samr_nt.c. | Volker Lendecke | 1 | -1/+15 |
2007-10-10 | r10270: lowercase groupnames and groupmembers again. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r10267: Exit if winbind can't find or generate a SID -- there's no point in | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10262: * Fix for getgrnam not returning builtin group (which is done by getent | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -1/+1 |
2007-10-10 | r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while t... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -17/+17 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -222/+378 |
2007-10-10 | r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when gett... | Gerald Carter | 1 | -2/+7 |
2007-10-10 | r6566: fix a couple of local group bugs. | Gerald Carter | 1 | -1/+6 |