summaryrefslogtreecommitdiff
path: root/source3/passdb/login_cache.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-2/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Fix bug 7253Volker Lendecke2010-06-091-1/+8
* s3: Make login_cache_write take a pointerVolker Lendecke2010-03-161-6/+7
* s3: Make login_cache_read take a pointer, avoid a mallocVolker Lendecke2010-03-161-15/+8
* s3: Remove a typedefVolker Lendecke2010-03-161-4/+5
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-161-7/+7
* Second part of fix for bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-01-271-1/+2
* Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-01-271-7/+15
* s3:passdb: put login_cache.tdb into cache_dir, not lock_dir.Michael Adam2009-01-161-2/+3
* More asprintf warning fixes.Jeremy Allison2008-12-231-4/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-1/+1
* r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-27/+25
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-0/+12
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-4/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r1108: Index: pdb_ldap.cVolker Lendecke2007-10-101-0/+3
* r340: fix a segfault in the login_cache code...Stefan Metzmacher2007-10-101-1/+3
* r48: Fix types for debug message parameters.Jeremy Allison2007-10-101-2/+2
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-181-0/+174