summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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 Allison2-36/+29
2007-10-10r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2-2/+72
2007-10-10r1733: Fix hashed password history for LDAP backends.Jeremy Allison1-10/+26
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison2-15/+36
2007-10-10r1610: Patch from Richard Renard <rrenard@idealx.com>. Ensure weJeremy Allison1-10/+4
2007-10-10r1539: If a account was locked out by an admin (and has a bad password count ...Jeremy Allison1-6/+19
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett2-32/+30
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2-4/+22
2007-10-10r1394: Const fix.Jeremy Allison1-2/+2
2007-10-10r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison2-386/+387
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison3-12/+151
2007-10-10r1108: Index: pdb_ldap.cVolker Lendecke2-0/+18
2007-10-10r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke1-0/+1
2007-10-10r936: Fix a rather weird error that crippled my site, when we upgraded toAndrew Bartlett1-7/+4
2007-10-10r910: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-3/+7
2007-10-10r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison2-10/+10
2007-10-10r788: Inspired by patch from "Jianliang Lu" <j.lu@tiesse.com>. CorrectJeremy Allison1-10/+17
2007-10-10r505: Break out algorithmic_gid_to_sid so that those of us who need it can us...Richard Sharpe1-3/+19
2007-10-10r501: Fix a small cut-n-pasteo ...Richard Sharpe1-1/+1
2007-10-10r340: fix a segfault in the login_cache code...Stefan Metzmacher1-1/+3
2007-10-10r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke1-13/+0
2007-10-10r196: merging struct uuid from trunkGerald Carter1-13/+13
2007-10-10r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke1-4/+3
2007-10-10r116: volker's patch for local group and group nestingGerald Carter3-2/+599
2007-10-10r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough1-5/+4
2007-10-10r48: Fix types for debug message parameters.Jeremy Allison1-2/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2004-03-31Apply some constVolker Lendecke2-2/+2
2004-03-31Remove some unused codeVolker Lendecke1-22/+0
2004-03-25Use timegm, or our already existing replacement instead of timezone, asJim McDonough1-1/+1
2004-03-19Fix gcc warnings. Fix mkproto with new type.Jeremy Allison1-10/+11
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2-1/+294
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough1-35/+35
2004-03-07Get us a little closer to Windows LSA semantics.Volker Lendecke1-10/+1
2004-02-26And another little constVolker Lendecke1-1/+1
2004-02-25Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett1-1/+0
2004-02-25I *hate* global variables...Andrew Bartlett2-31/+45
2004-02-23Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett1-1/+1
2004-02-20handle both 0 and -1 as disabling reset count and lockout durationJim McDonough1-4/+4
2004-02-19Clean up bad pw count and autolock flag update fn()sJim McDonough1-79/+95
2004-02-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
2004-02-19Add functions to get/set bad password timeJim McDonough2-1/+21
2004-02-13Move tdbsam versioning/upgrade code into 3.0Jim McDonough2-28/+620
2004-02-12Try to remove the last vestiges of unknown_3...Jim McDonough5-14/+1
2004-02-12abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter1-6/+4
2004-02-12stupid cut-n=paste error; my faultGerald Carter1-2/+2
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough2-11/+18
2004-02-12Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough1-67/+63