summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* r14577: BUG Fixes:Gerald Carter2007-10-102-11/+9
* r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter2007-10-102-2/+32
* r14452: Sorry. Need more coffee....Gerald Carter2007-10-101-1/+1
* r14451: In order to get pdb_ldap searching for SID_NAME_ALIASGerald Carter2007-10-101-42/+16
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2007-10-102-15/+8
* r14103: Fix a memleak found by valgrind (!!)Volker Lendecke2007-10-101-0/+1
* r14102: Fix Coverity bug # 70Volker Lendecke2007-10-101-0/+4
* r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2007-10-101-6/+9
* r13979: We've dereferenced my_methods already, so there's no point in checkin...Volker Lendecke2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-7/+3
* r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce2007-10-101-82/+130
* r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.Volker Lendecke2007-10-102-3/+18
* r13776: Merge in the editposix ldapsam optimizationSimo Sorce2007-10-102-109/+892
* r13765: Fix bug reported by jra. Don't check for a group SID when storingGerald Carter2007-10-101-0/+2
* r13756: use samu_new() rather than calling talloc() directly.Gerald Carter2007-10-101-1/+1
* r13747: Fix the reference count for tdbsam_open() - on anJeremy Allison2007-10-101-5/+9
* r13729: Fix smbpasswd -xVolker Lendecke2007-10-101-13/+6
* r13728: No, we have not talked about this on irc less than 24h ago... ;-)Volker Lendecke2007-10-101-2/+2
* r13727: Fix a segfaultVolker Lendecke2007-10-101-1/+5
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-106-40/+275
* r13704: Janitor for tpot.Jeremy Allison2007-10-101-50/+55
* 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