summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14758: Fix broken LDAP search filter.Günther Deschner1-1/+1
2007-10-10r14756: Make smbpasswd -a root work for eDirectory where there is no "account"Günther Deschner1-5/+18
2007-10-10r14452: Sorry. Need more coffee....Gerald Carter1-1/+1
2007-10-10r14451: In order to get pdb_ldap searching for SID_NAME_ALIASGerald Carter1-42/+16
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-1/+1
2007-10-10r13979: We've dereferenced my_methods already, so there's no point in checkin...Volker Lendecke1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-7/+3
2007-10-10r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce1-82/+130
2007-10-10r13776: Merge in the editposix ldapsam optimizationSimo Sorce1-108/+891
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-6/+6
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-24/+0
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner1-2/+5
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-61/+1
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-38/+34
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-24/+24
2007-10-10r13460: by popular demand....Gerald Carter1-20/+27
2007-10-10r13389: get_ldap_filter is only used once, make it staticVolker Lendecke1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-561/+969
2007-10-10r12663: Fix a memleakVolker Lendecke1-0/+4
2007-10-10r12645: Fix some memleaks. This will also be in the trunk checkin that comes ...Volker Lendecke1-0/+9
2007-10-10r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey <nic...Gerald Carter1-1/+1
2007-10-10r12398: adding Guenther's account policy migration fixGerald Carter1-7/+22
2007-10-10r12313: Introduce yet another copy of the string_sub function:Volker Lendecke1-2/+1
2007-10-10r12129: Fix uninitialized variables.Volker Lendecke1-1/+1
2007-10-10r11999: Re-add "passdb expand explicit".Volker Lendecke1-3/+13
2007-10-10r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke1-14/+3
2007-10-10r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke1-17/+10
2007-10-10r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke1-3/+14
2007-10-10r11847: Fix typo.Günther Deschner1-1/+1
2007-10-10r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough1-0/+47
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-51/+53
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-13/+341
2007-10-10r9661: fallback to cn attribubte if displayName is not availableGerald Carter1-14/+14
2007-10-10r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter1-4/+5
2007-10-10r8797: avoid unset rids for builtin-aliases.Günther Deschner1-1/+2
2007-10-10r8787: Make enumeration of builtin-aliases work again.Günther Deschner1-5/+41
2007-10-10r8542: - (re-)add better search-semantics: look for Interdomain trust accountsGünther Deschner1-2/+2
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-6/+6
2007-10-10r7142: removing 'ldap filter' smb.conf optionGerald Carter1-4/+4
2007-10-10r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke1-2/+0
2007-10-10r6748: With reconnects, state->connection->ldap_struct can change in smbldap_...Volker Lendecke1-3/+8
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-2/+2
2007-10-10r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter1-1/+2
2007-10-10r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke1-9/+9
2007-10-10r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke1-0/+469
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-2/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-16/+15
2007-10-10r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough1-15/+229
2007-10-10r5957: BUGS 2478, 2093: compiler warning patches from Jason MaderGerald Carter1-6/+7