summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* r19657: Correctly check for malloc failureVolker Lendecke2007-10-101-1/+1
* r19656: Correctly check for malloc failureVolker Lendecke2007-10-101-1/+1
* r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke2007-10-101-11/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+1
* r16361: Fix Klocwork ID 1731 1770 1771 1775 1796Volker Lendecke2007-10-101-1/+5
* r16285: On a 64-bit box, size_t != uint32. Ensure we useJeremy Allison2007-10-101-2/+4
* r16187: Fix memleak.Günther Deschner2007-10-101-9/+12
* r16080: Re-add accidentially excluded in-forest domain trusts (fixes bug #3823).Günther Deschner2007-10-101-1/+1
* r15698: An attempt to make the winbind lookup_usergroups() call in security=adsGünther Deschner2007-10-101-16/+112
* r15697: I take no comments as no objections :)Günther Deschner2007-10-101-12/+36
* r15562: Attempt to fix Coverity bug # 283Volker Lendecke2007-10-101-0/+8
* r15460: Prefer to use the indexed objectCategory attribute (instead ofGünther Deschner2007-10-101-2/+2
* r15307: Ignore builtin groups we're a member of on the DC as those membershipsGünther Deschner2007-10-101-1/+6
* r15306: Be consistent between rpc and ads winbind backend: let the ads backendGünther Deschner2007-10-101-2/+10
* r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner2007-10-101-6/+16
* r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:Günther Deschner2007-10-101-1/+1
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2007-10-101-4/+0
* r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2007-10-101-0/+4
* r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner2007-10-101-11/+24
* r13316: Let the carnage begin....Gerald Carter2007-10-101-6/+13
* r12045: More warning fixes... Just a few more to go.Jeremy Allison2007-10-101-1/+1
* r11704: methods->alternate_name is not used anymore -- remove itVolker Lendecke2007-10-101-37/+0
* r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.Gerald Carter2007-10-101-3/+31
* r11242: use LDAP bitwise machting rule when searching for groups in ADS.Günther Deschner2007-10-101-17/+36
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-12/+18
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-8/+3
* r10474: We better ignore builtin SIDs from the Active Directory DC to preventGünther Deschner2007-10-101-1/+8
* r10261: Don't bother to peek rids in builtin-sids.Günther Deschner2007-10-101-0/+3
* r9361: patch from Ed Plese to fix a faulty error in winbinddGerald Carter2007-10-101-13/+12
* r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison2007-10-101-1/+2
* r8145: When inventing a new parameter for SFU-support, be aware of Volker'sGünther Deschner2007-10-101-7/+14
* r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner2007-10-101-3/+21
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-5/+5
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-104/+62
* r6755: removing domain_sid() since it is not referenced anymoreGerald Carter2007-10-101-31/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter2007-10-101-1/+2
* r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke2007-10-101-0/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-17/+17
* r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner2007-10-101-1/+1
* r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter2007-10-101-44/+2
* Apply some constVolker Lendecke2004-03-301-3/+3
* Fix bugzilla # 1208Jim McDonough2004-03-241-1/+5
* missed one on BUG 1195; make sure to set the private * to NULLGerald Carter2004-03-221-5/+2
* bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter2004-03-221-1/+22
* fixing compile problems due to my recent ads.h changesGerald Carter2004-01-121-1/+1
* Machines are people too!Andrew Bartlett2004-01-071-1/+1
* shorten some more lines.Andrew Bartlett2004-01-051-7/+14
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-3/+1
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-75/+35