summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16593: Make the invarient explicit to Klocwork. Bug #2023.Jeremy Allison1-0/+1
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison1-25/+16
2007-10-10r16014: Correctly set the group RID in init_sam_from_buffer.Volker Lendecke1-0/+1
2007-10-10r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke1-0/+3
2007-10-10r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter1-0/+12
2007-10-10r13776: Merge in the editposix ldapsam optimizationSimo Sorce1-1/+1
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-24/+25
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-251/+125
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-1/+6
2007-10-10r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter1-384/+9
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 Carter1-92/+28
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-209/+134
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter1-7/+15
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-83/+43
2007-10-10r13460: by popular demand....Gerald Carter1-1/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-443/+178
2007-10-10r12913: missed merge to fix BUG 3391; ensure we can lookup account policiesGerald Carter1-2/+5
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-4/+4
2007-10-10r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke1-1/+1
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-59/+76
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-10r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...Volker Lendecke1-15/+21
2007-10-10r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke1-25/+14
2007-10-10r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke1-3/+14
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-8/+8
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-38/+38
2007-10-10r7730: Some mergesVolker Lendecke1-22/+4
2007-10-10r6774: Fix 2 memleaksVolker Lendecke1-1/+2
2007-10-10r5951: gotta love that SGI compiler :-) (thanks Jason)Gerald Carter1-1/+1
2007-10-10r5421: Fix a memleakVolker Lendecke1-1/+3
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-8/+8
2007-10-10r5337: BUG 1439: make sure to initialize pointer to prevent invalide free()'s...Gerald Carter1-42/+42
2007-10-10r5058: Due to the fragileness how windows reacts on unmapped sids sometimes,Günther Deschner1-0/+6
2007-10-10r4988: After speaking with Jerry, remove old lp_admin_users toGünther Deschner1-14/+0
2007-10-10r4964: Fix our lsa lookupsid $OURDOMAINSID-500.Günther Deschner1-14/+15
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-8/+8
2007-10-10r4860: fix silly limitation in ldapsam and tdbsam. Expand variables in the p...Gerald Carter1-10/+16
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r3875: Allow to look up at least or own sid in _lsa_lookup_sids.Günther Deschner1-0/+8
2007-10-10r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke1-0/+22
2007-10-10r1906: Revert lukeh's change for primary uid/gid change. This creates a recur...Volker Lendecke1-19/+7
2007-10-10r1871: Patch from Luke Howard <lukeh@PADL.COM> to correctly useJeremy Allison1-7/+19
2007-10-10r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" asJeremy Allison1-33/+26
2007-10-10r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison1-0/+51
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison1-6/+8
2007-10-10r1539: If a account was locked out by an admin (and has a bad password count ...Jeremy Allison1-6/+19
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison1-4/+19