summaryrefslogtreecommitdiffstats
path: root/source3/auth/user_util.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* Fix memleak I accidently introduced when reading from tdb.Jeremy Allison2010-11-101-0/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 10 01:56:21 UTC 2010 on sn-devel-104
* Remove fstring from map_username. Create a more sane interface than the ↵Jeremy Allison2010-11-101-37/+64
| | | | | | called-parameter-is-modified. Jeremy.
* s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2010-06-041-0/+406
Reviewed-by: Simo Sorce <idra@samba.org>