Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21070: * Add the new boolean 'winbind normalize names' option as discussed | Gerald Carter | 1 | -2/+9 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed. | Günther Deschner | 1 | -0/+9 |
2007-10-10 | r19105: Ok - this is currently untested (but I'm testing it at | Jeremy Allison | 1 | -40/+6 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -6/+6 |
2007-10-10 | r18192: Fix the build. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18191: Fix the online/offline state handling of winbindd. | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r17881: Another microstep towards better error reporting: Make get_sorted_dc_... | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -3/+53 |
2007-10-10 | r16678: Fix bug #3898 reported by jason@ncac.gwu.edu. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16644: Fix bug #3887 reported by jason@ncac.gwu.edu | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r16358: ALWAYS compile this stuff on a 64-bit box before | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r16349: Another fix to make winbind more robust in large domains: | Günther Deschner | 1 | -11/+52 |
2007-10-10 | r16222: Fix DEBUG statements. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15306: Be consistent between rpc and ads winbind backend: let the ads backend | Günther Deschner | 1 | -18/+4 |
2007-10-10 | r15244: Fix debug typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+68 |
2007-10-10 | r11704: methods->alternate_name is not used anymore -- remove it | Volker Lendecke | 1 | -8/+0 |
2007-10-10 | r11652: Reinstate the netsamlogon_cache in order to work | Gerald Carter | 1 | -0/+52 |
2007-10-10 | r9588: remove netsamlogon_cache interface...everything seems to work fine. W... | Gerald Carter | 1 | -52/+0 |
2007-10-10 | r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ... | Günther Deschner | 1 | -1/+8 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -407/+262 |
2007-10-10 | r6755: removing domain_sid() since it is not referenced anymore | Gerald Carter | 1 | -39/+0 |
2007-10-10 | r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when gett... | Gerald Carter | 1 | -5/+8 |
2007-10-10 | r6149: Fixes bugs #2498 and 2484. | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"... | Derrell Lipman | 1 | -1/+2 |
2007-10-10 | r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains. | Volker Lendecke | 1 | -3/+34 |
2007-10-10 | r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r5428: Apply some const. LDAP attribs should now be declared const char *attr... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testing | Volker Lendecke | 1 | -0/+62 |
2007-10-10 | r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side, | Günther Deschner | 1 | -3/+20 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -11/+8 |
2007-10-10 | r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> to | Jeremy Allison | 1 | -32/+2 |
2007-10-10 | r294: checking in volker's winbindd patches; tested on domain members (Samba ... | Gerald Carter | 1 | -12/+9 |
2004-03-30 | Apply some const | Volker Lendecke | 1 | -3/+3 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -1/+1 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 1 | -2/+11 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 1 | -11/+11 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 1 | -1/+1 |
2004-01-02 | Having no members of a group is a perfectly valid (if unusual) situation. | Andrew Bartlett | 1 | -0/+7 |
2003-11-27 | use samr_dispinfo(level == 1) for enumerating domain users so we can include ... | Gerald Carter | 1 | -17/+34 |
2003-11-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 1 | -0/+1 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -2/+2 |
2003-07-11 | patch for domain groups with no members (rpc only) from Ken Cross | Gerald Carter | 1 | -1/+1 |
2003-06-25 | large change: | Gerald Carter | 1 | -16/+19 |
2003-06-24 | Sequence number was not getting updated with ldap hack. Only a bug in this | Jeremy Allison | 1 | -6/+3 |
2003-06-23 | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 1 | -37/+3 |
2003-06-23 | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 1 | -0/+178 |