summaryrefslogtreecommitdiff
path: root/source3/passdb/login_cache.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-06-09s3: Fix bug 7253Volker Lendecke1-1/+8
2010-03-16s3: Make login_cache_write take a pointerVolker Lendecke1-6/+7
2010-03-16s3: Make login_cache_read take a pointer, avoid a mallocVolker Lendecke1-15/+8
2010-03-16s3: Remove a typedefVolker Lendecke1-4/+5
2010-03-16s3: Fix some nonempty blank linesVolker Lendecke1-7/+7
2010-01-27Second part of fix for bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison1-1/+2
2010-01-27Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison1-7/+15
2009-01-16s3:passdb: put login_cache.tdb into cache_dir, not lock_dir.Michael Adam1-2/+3
2008-12-23More asprintf warning fixes.Jeremy Allison1-4/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-1/+1
2007-10-10r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-27/+25
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke1-0/+12
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-4/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2007-10-10r1108: Index: pdb_ldap.cVolker Lendecke1-0/+3
2007-10-10r340: fix a segfault in the login_cache code...Stefan Metzmacher1-1/+3
2007-10-10r48: Fix types for debug message parameters.Jeremy Allison1-2/+2
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough1-0/+174