summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-6/+6
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-101-24/+0
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-101-2/+5
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-101-61/+1
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-38/+34
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-24/+24
* r13460: by popular demand....Gerald Carter2007-10-101-20/+27
* r13389: get_ldap_filter is only used once, make it staticVolker Lendecke2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-561/+969
* r12663: Fix a memleakVolker Lendecke2007-10-101-0/+4
* r12645: Fix some memleaks. This will also be in the trunk checkin that comes ...Volker Lendecke2007-10-101-0/+9
* r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey <nic...Gerald Carter2007-10-101-1/+1
* r12398: adding Guenther's account policy migration fixGerald Carter2007-10-101-7/+22
* r12313: Introduce yet another copy of the string_sub function:Volker Lendecke2007-10-101-2/+1
* r12129: Fix uninitialized variables.Volker Lendecke2007-10-101-1/+1
* r11999: Re-add "passdb expand explicit".Volker Lendecke2007-10-101-3/+13
* r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke2007-10-101-14/+3
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2007-10-101-17/+10
* r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke2007-10-101-3/+14
* r11847: Fix typo.Günther Deschner2007-10-101-1/+1
* r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough2007-10-101-0/+47
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-51/+53
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-13/+341
* r9661: fallback to cn attribubte if displayName is not availableGerald Carter2007-10-101-14/+14
* r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter2007-10-101-4/+5
* r8797: avoid unset rids for builtin-aliases.Günther Deschner2007-10-101-1/+2
* r8787: Make enumeration of builtin-aliases work again.Günther Deschner2007-10-101-5/+41
* r8542: - (re-)add better search-semantics: look for Interdomain trust accountsGünther Deschner2007-10-101-2/+2
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-6/+6
* r7142: removing 'ldap filter' smb.conf optionGerald Carter2007-10-101-4/+4
* r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke2007-10-101-2/+0
* r6748: With reconnects, state->connection->ldap_struct can change in smbldap_...Volker Lendecke2007-10-101-3/+8
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2007-10-101-2/+2
* r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter2007-10-101-1/+2
* r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke2007-10-101-9/+9
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2007-10-101-0/+469
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-2/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-16/+15
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough2007-10-101-15/+229
* r5957: BUGS 2478, 2093: compiler warning patches from Jason MaderGerald Carter2007-10-101-6/+7
* r5927: Fix ldapsam trusted enum_group_members. We were searching in the userJim McDonough2007-10-101-1/+1
* r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure t...Gerald Carter2007-10-101-5/+5
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-101-55/+81
* r5481: Fix a memleakVolker Lendecke2007-10-101-0/+2
* r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke2007-10-101-0/+208
* r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke2007-10-101-21/+22
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-252/+3
* r5166: From James Peach - remove minor C99-isms.Jeremy Allison2007-10-101-6/+12
* r4994: Patch from abartlet:Günther Deschner2007-10-101-13/+26