summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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 Carter2-15/+8
2007-10-10r14103: Fix a memleak found by valgrind (!!)Volker Lendecke1-0/+1
2007-10-10r14102: Fix Coverity bug # 70Volker Lendecke1-0/+4
2007-10-10r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison1-6/+9
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-10r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.Volker Lendecke2-3/+18
2007-10-10r13776: Merge in the editposix ldapsam optimizationSimo Sorce2-109/+892
2007-10-10r13765: Fix bug reported by jra. Don't check for a group SID when storingGerald Carter1-0/+2
2007-10-10r13756: use samu_new() rather than calling talloc() directly.Gerald Carter1-1/+1
2007-10-10r13747: Fix the reference count for tdbsam_open() - on anJeremy Allison1-5/+9
2007-10-10r13729: Fix smbpasswd -xVolker Lendecke1-13/+6
2007-10-10r13728: No, we have not talked about this on irc less than 24h ago... ;-)Volker Lendecke1-2/+2
2007-10-10r13727: Fix a segfaultVolker Lendecke1-1/+5
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner6-40/+275
2007-10-10r13704: Janitor for tpot.Jeremy Allison1-50/+55
2007-10-10r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke1-1/+1
2007-10-10r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke1-0/+19
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter7-330/+243
2007-10-10r13678: Remove unneeded bracesVolker Lendecke1-5/+3
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner3-8/+14
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter3-94/+11
2007-10-10r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2-391/+406
2007-10-10r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter1-116/+84
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter4-126/+54
2007-10-10r13589: Make sure we only try to close the tdbsam file in endsampwent() when weGerald Carter1-4/+11
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter9-614/+535
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter8-47/+47
2007-10-10r13550: remove pdb_guestGerald Carter1-159/+0
2007-10-10r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison1-2/+4
2007-10-10r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter3-30/+64
2007-10-10r13542: Don't reuse a pointer we just freed (Doh!).Jeremy Allison1-2/+2
2007-10-10r13538: Make sure we store all 16 bytes of credentials sessionJeremy Allison1-5/+6
2007-10-10r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison1-4/+10
2007-10-10r13512: Rewrite tdbsam code to use a reference count based open/closeGerald Carter1-326/+281
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