summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke2-102/+536
2007-10-10r13493: module_name and module_location are the same string. Fix a valgrindVolker Lendecke1-1/+3
2007-10-10r13460: by popular demand....Gerald Carter8-1132/+274
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison1-0/+1
2007-10-10r13389: get_ldap_filter is only used once, make it staticVolker Lendecke1-1/+1
2007-10-10r13338: Remove the experimental pdb modulesVolker Lendecke4-2265/+0
2007-10-10r13316: Let the carnage begin....Gerald Carter13-1354/+2489
2007-10-10r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter1-29/+0
2007-10-10r13209: Make smbpasswd -a work again if passdb did not exist.Volker Lendecke1-0/+1
2007-10-10r13190: Fix #3458 from Andriy Gapon <avg@icyb.net.ua>. Don'tJeremy Allison1-1/+1
2007-10-10r13175: Actually make adding a new user into an empty pdbtdbJeremy Allison1-1/+1
2007-10-10r13172: Fix incorrect error message when new tdb not created correctly.Jeremy Allison1-1/+1
2007-10-10r12913: missed merge to fix BUG 3391; ensure we can lookup account policiesGerald Carter1-2/+5
2007-10-10r12714: Fix segfault in pdb_nds.c.Günther Deschner1-1/+1
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-10r12603: NO, I'm not claiming maintainership of this.Volker Lendecke1-7/+6
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2-5/+5
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-10r12245: eDirectory returns LDAP_UNWILLING_TO_PERFORM if theJeremy Allison1-0/+9
2007-10-10r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke5-66/+73
2007-10-10r12129: Fix uninitialized variables.Volker Lendecke1-1/+1
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke8-404/+769
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-11/+9
2007-10-10r11999: Re-add "passdb expand explicit".Volker Lendecke2-6/+26
2007-10-10r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke2-28/+6
2007-10-10r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke1-11/+26
2007-10-10r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2-41/+24
2007-10-10r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...Volker Lendecke3-20/+62
2007-10-10r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke3-45/+38
2007-10-10r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke2-6/+28
2007-10-10r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner1-54/+5
2007-10-10r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...Gerald Carter1-0/+5
2007-10-10r11847: Fix typo.Günther Deschner1-1/+1
2007-10-10r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison1-1/+0
2007-10-10r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough3-4/+110
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison4-113/+114
2007-10-10r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2-40/+266
2007-10-10r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison1-0/+209
2007-10-10r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)Volker Lendecke1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter9-207/+614
2007-10-10r10606: pdb_*sql patches fromGerald Carter2-26/+24
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-10r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner1-2/+6
2007-10-10r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach1-6/+6
2007-10-10r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursLars Müller1-2/+3
2007-10-10r8797: avoid unset rids for builtin-aliases.Günther Deschner1-1/+2