summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke2007-10-101-1/+1
* r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke2007-10-101-0/+19
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-107-330/+243
* r13678: Remove unneeded bracesVolker Lendecke2007-10-101-5/+3
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-103-8/+14
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-103-94/+11
* r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2007-10-102-391/+406
* r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter2007-10-101-116/+84
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-104-126/+54
* r13589: Make sure we only try to close the tdbsam file in endsampwent() when weGerald Carter2007-10-101-4/+11
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-109-614/+535
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-108-47/+47
* r13550: remove pdb_guestGerald Carter2007-10-101-159/+0
* r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison2007-10-101-2/+4
* r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter2007-10-103-30/+64
* r13542: Don't reuse a pointer we just freed (Doh!).Jeremy Allison2007-10-101-2/+2
* r13538: Make sure we store all 16 bytes of credentials sessionJeremy Allison2007-10-101-5/+6
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2007-10-101-4/+10
* r13512: Rewrite tdbsam code to use a reference count based open/closeGerald Carter2007-10-101-326/+281
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-102-102/+536
* r13493: module_name and module_location are the same string. Fix a valgrindVolker Lendecke2007-10-101-1/+3
* r13460: by popular demand....Gerald Carter2007-10-108-1132/+274
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2007-10-101-0/+1
* r13389: get_ldap_filter is only used once, make it staticVolker Lendecke2007-10-101-1/+1
* r13338: Remove the experimental pdb modulesVolker Lendecke2007-10-104-2265/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-1013-1354/+2489
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-29/+0
* r13209: Make smbpasswd -a work again if passdb did not exist.Volker Lendecke2007-10-101-0/+1
* r13190: Fix #3458 from Andriy Gapon <avg@icyb.net.ua>. Don'tJeremy Allison2007-10-101-1/+1
* r13175: Actually make adding a new user into an empty pdbtdbJeremy Allison2007-10-101-1/+1
* r13172: Fix incorrect error message when new tdb not created correctly.Jeremy Allison2007-10-101-1/+1
* r12913: missed merge to fix BUG 3391; ensure we can lookup account policiesGerald Carter2007-10-101-2/+5
* r12714: Fix segfault in pdb_nds.c.Günther Deschner2007-10-101-1/+1
* 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
* r12603: NO, I'm not claiming maintainership of this.Volker Lendecke2007-10-101-7/+6
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-102-5/+5
* 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
* r12245: eDirectory returns LDAP_UNWILLING_TO_PERFORM if theJeremy Allison2007-10-101-0/+9
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-105-66/+73
* r12129: Fix uninitialized variables.Volker Lendecke2007-10-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-108-404/+769
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-11/+9
* r11999: Re-add "passdb expand explicit".Volker Lendecke2007-10-102-6/+26
* r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke2007-10-102-28/+6
* r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke2007-10-101-11/+26
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2007-10-102-41/+24
* r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...Volker Lendecke2007-10-103-20/+62