summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_get_set.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18271: Big change:Gerald Carter1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-11/+10
2007-10-10r16381: Now samu can't be null don't check it on set. KlockworkJeremy Allison1-131/+6
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison1-215/+112
2007-10-10r15310: only store lanman passwords on a change if 'lanman auth = yes'Gerald Carter1-7/+8
2007-10-10r14780: Fix coverity bug #272, null deref.Jeremy Allison1-0/+8
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-2/+2
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-32/+84
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-32/+4
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-238/+238
2007-10-10r13545: A patch which I think it's time has come. VOlker, we can talk aboutGerald Carter1-1/+11
2007-10-10r13316: Let the carnage begin....Gerald Carter1-4/+8
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+4
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-142/+142
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-3/+3
2007-10-10r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter1-1/+1
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-3/+3
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-18/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison1-9/+28
2007-10-10r1610: Patch from Richard Renard <rrenard@idealx.com>. Ensure weJeremy Allison1-10/+4
2007-10-10r1394: Const fix.Jeremy Allison1-2/+2
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison1-3/+87
2004-02-23Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett1-1/+1
2004-02-19Add functions to get/set bad password timeJim McDonough1-0/+19
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-5/+12
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-3/+14
2004-01-29initialization fixesGerald Carter1-2/+10
2003-11-07I agree with vl's #if 0 here, and am not quite sure what I wasAndrew Bartlett1-13/+0
2003-10-06split some security related functions in their own files.Simo Sorce1-2/+2
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-6/+24
2003-07-18Fix two memleaks in pdb_ldap.c.Volker Lendecke1-0/+9
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-2/+3
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-0/+30
2003-05-14spellingTim Potter1-1/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-42/+0
2003-04-28Merge of a debuglevel downgrade from HEAD.Tim Potter1-2/+2
2003-03-22Merge from HEAD - patch from Jianliang Lu <j.lu@tiesse.com> to set theAndrew Bartlett1-0/+11
2003-03-20Merge from HEADVolker Lendecke1-8/+8
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison1-1/+0
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-139/+171
2002-09-26sync with HEADGerald Carter1-0/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-6/+19
2002-08-17sync 3.0 branch with headJelmer Vernooij1-6/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-26/+142
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-23/+41
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-7/+28
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-15For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett1-0/+72