summaryrefslogtreecommitdiff
path: root/source3/auth/user_util.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-3/+2
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2013-04-09BUG 9139: Fix the username map optimization.Andreas Schneider1-4/+8
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+3
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2011-03-30s3-auth: use auth.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-11-10Fix memleak I accidently introduced when reading from tdb.Jeremy Allison1-0/+1
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-37/+64
2010-06-04s3-auth: Moved smbd user functions to a generic place.Andreas Schneider1-0/+406