summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-102-4/+22
* r1394: Const fix.Jeremy Allison2007-10-101-2/+2
* r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison2007-10-102-386/+387
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-103-12/+151
* r1108: Index: pdb_ldap.cVolker Lendecke2007-10-102-0/+18
* r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke2007-10-101-0/+1
* r936: Fix a rather weird error that crippled my site, when we upgraded toAndrew Bartlett2007-10-101-7/+4
* r910: Fix for bug #1385 found by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-3/+7
* r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison2007-10-102-10/+10
* r788: Inspired by patch from "Jianliang Lu" <j.lu@tiesse.com>. CorrectJeremy Allison2007-10-101-10/+17
* r505: Break out algorithmic_gid_to_sid so that those of us who need it can us...Richard Sharpe2007-10-101-3/+19
* r501: Fix a small cut-n-pasteo ...Richard Sharpe2007-10-101-1/+1
* r340: fix a segfault in the login_cache code...Stefan Metzmacher2007-10-101-1/+3
* r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke2007-10-101-13/+0
* r196: merging struct uuid from trunkGerald Carter2007-10-101-13/+13
* r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke2007-10-101-4/+3
* r116: volker's patch for local group and group nestingGerald Carter2007-10-103-2/+599
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-101-5/+4
* r48: Fix types for debug message parameters.Jeremy Allison2007-10-101-2/+2
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
* Apply some constVolker Lendecke2004-03-312-2/+2
* Remove some unused codeVolker Lendecke2004-03-311-22/+0
* Use timegm, or our already existing replacement instead of timezone, asJim McDonough2004-03-251-1/+1
* Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2004-03-191-10/+11
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-182-1/+294
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough2004-03-111-35/+35
* Get us a little closer to Windows LSA semantics.Volker Lendecke2004-03-071-10/+1
* And another little constVolker Lendecke2004-02-261-1/+1
* Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett2004-02-251-1/+0
* I *hate* global variables...Andrew Bartlett2004-02-252-31/+45
* Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett2004-02-231-1/+1
* handle both 0 and -1 as disabling reset count and lockout durationJim McDonough2004-02-201-4/+4
* Clean up bad pw count and autolock flag update fn()sJim McDonough2004-02-191-79/+95
* Add bad pw count and autolock flag update fn()sJim McDonough2004-02-191-2/+127
* Add functions to get/set bad password timeJim McDonough2004-02-192-1/+21
* Move tdbsam versioning/upgrade code into 3.0Jim McDonough2004-02-132-28/+620
* Try to remove the last vestiges of unknown_3...Jim McDonough2004-02-125-14/+1
* abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter2004-02-121-6/+4
* stupid cut-n=paste error; my faultGerald Carter2004-02-121-2/+2
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-122-11/+18
* Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough2004-02-121-67/+63
* updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter2004-02-121-46/+53
* Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison2004-02-111-2/+3
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-111-44/+101
* And another build fix.Volker Lendecke2004-02-091-2/+2
* Fix the build & get rid of a compiler warning.Volker Lendecke2004-02-092-1/+4
* When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett2004-02-082-1/+14
* Add static, and assert that we will never overflow the static fstringAndrew Bartlett2004-02-081-1/+4
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-3/+14
* move disabling code to context functions instead of backwards compatible wrap...Gerald Carter2004-02-041-28/+28