Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -104/+62 |
2007-10-10 | r6755: removing domain_sid() since it is not referenced anymore | Gerald Carter | 1 | -31/+0 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -1/+2 |
2007-10-10 | r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages) | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testing | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -17/+17 |
2007-10-10 | r1967: Fix a couple of krb5-DEBUG-messages. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r294: checking in volker's winbindd patches; tested on domain members (Samba ... | Gerald Carter | 1 | -44/+2 |
2004-03-30 | Apply some const | Volker Lendecke | 1 | -3/+3 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 1 | -1/+5 |
2004-03-22 | missed one on BUG 1195; make sure to set the private * to NULL | Gerald Carter | 1 | -5/+2 |
2004-03-22 | bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem... | Gerald Carter | 1 | -1/+22 |
2004-01-12 | fixing compile problems due to my recent ads.h changes | Gerald Carter | 1 | -1/+1 |
2004-01-07 | Machines are people too! | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | shorten some more lines. | Andrew Bartlett | 1 | -7/+14 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 1 | -3/+1 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 1 | -75/+35 |
2004-01-05 | Fix for bug 707, getent group for huge ads groups (>1500 members) | Andrew Bartlett | 1 | -22/+72 |
2004-01-03 | And yet another const | Volker Lendecke | 1 | -1/+1 |
2004-01-02 | Under certain error conditions (a talloc() failure above) this would cause | Andrew Bartlett | 1 | -2/+0 |
2004-01-01 | After talking with abartlet remove the fix for bug 707 again. | Volker Lendecke | 1 | -48/+21 |
2004-01-01 | Fix for bug 707, getent group for huge ads groups (>1500 members) | Volker Lendecke | 1 | -21/+48 |
2003-11-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 1 | -0/+1 |
2003-10-13 | make sure to use the escaped DN; patch from Guenther Deschner; bug 592 | Gerald Carter | 1 | -1/+1 |
2003-10-03 | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;... | Gerald Carter | 1 | -4/+11 |
2003-09-06 | finish off bug 282. AAdd extra checks for pointers after | Gerald Carter | 1 | -7/+7 |
2003-09-06 | revert retry loops in winbindd_ads as abartket points out, we | Gerald Carter | 1 | -312/+151 |
2003-09-05 | fixes for ads domain membership when only the realm is defined in | Gerald Carter | 1 | -2/+4 |
2003-09-05 | Fix for bug 282 that didn't get checked in. | Tim Potter | 1 | -1/+1 |
2003-09-05 | should fix bug 364 & 311: Retry patch based on suggestion from | Gerald Carter | 1 | -142/+316 |
2003-09-04 | Check in Andrew's fix for bug #305 (always use lp_realm() ) | Gerald Carter | 1 | -13/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -1/+1 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 1 | -9/+76 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -2/+2 |
2003-06-30 | Fix more shadow variable warnings. | Tim Potter | 1 | -20/+20 |
2003-06-23 | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 1 | -14/+63 |
2003-06-10 | - fixed the bug that forced us not to use the winbindd cache when we | Andrew Tridgell | 1 | -2/+6 |
2003-06-10 | More instrumentation for winbindd. | Jeremy Allison | 1 | -0/+14 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -72/+190 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 1 | -1/+0 |
2003-02-19 | Merge some random looking setenv related kerberos stuff that makes | Tim Potter | 1 | -4/+9 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-11-15 | enable enumeration of domain local groups using LDAP (and in a native mode do... | Gerald Carter | 1 | -5/+30 |
2002-10-18 | NULL enum_local_groups for ads winbindd (temporary workaround). | Gerald Carter | 1 | -0/+1 |
2002-10-01 | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 1 | -186/+11 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -4/+4 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -70/+49 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -50/+133 |