summaryrefslogtreecommitdiff
path: root/source3/auth/user_util.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2022-08-08lib/util/access: source3/auth/user_util: Check for INNETGRlistout1-2/+2
2022-06-09s3:smbd: Free allocated strings before leaving user_in_netgroup() functionSamuel Cabrero1-0/+3
2022-06-09Revert "s3:smbd: Remove NIS support"Samuel Cabrero1-22/+119
2022-06-09Revert "s3:auth: Fix user_in_list() for UNIX groups"Samuel Cabrero1-7/+5
2022-04-07s3:auth: Fix user_in_list() for UNIX groupsPavel Filipenský1-5/+7
2021-04-22s3:smbd: Remove NIS supportAndreas Schneider1-132/+22
2019-11-27smbdotconf: mark "username map script" with substitution="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "username map" with substitution="1"Ralph Boehme1-1/+3
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-01-22include: Create system/nis.h in libreplaceAndreas Schneider1-0/+13
2016-12-11smbd: username map file handling xfile->stdioVolker Lendecke1-7/+6
2016-11-20lib: Remove global xfile.h includesVolker Lendecke1-0/+1
2016-11-20lib: Rename fgets_slash to x_fgets_slashVolker Lendecke1-1/+1
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+1
2014-11-14s3:auth: add some const to user_in_list()Stefan Metzmacher1-2/+2
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