index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd_ads.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12045: More warning fixes... Just a few more to go.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11704: methods->alternate_name is not used anymore -- remove it
Volker Lendecke
1
-37
/
+0
2007-10-10
r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.
Gerald Carter
1
-3
/
+31
2007-10-10
r11242: use LDAP bitwise machting rule when searching for groups in ADS.
Günther Deschner
1
-17
/
+36
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-12
/
+18
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-8
/
+3
2007-10-10
r10474: We better ignore builtin SIDs from the Active Directory DC to prevent
Günther Deschner
1
-1
/
+8
2007-10-10
r10261: Don't bother to peek rids in builtin-sids.
Günther Deschner
1
-0
/
+3
2007-10-10
r9361: patch from Ed Plese to fix a faulty error in winbindd
Gerald Carter
1
-13
/
+12
2007-10-10
r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.
Jeremy Allison
1
-1
/
+2
2007-10-10
r8145: When inventing a new parameter for SFU-support, be aware of Volker's
Günther Deschner
1
-7
/
+14
2007-10-10
r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...
Günther Deschner
1
-3
/
+21
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
[next]