summaryrefslogtreecommitdiff
path: root/source3/auth/server_info_sam.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-08s3: auth: Andrew noticed f585f01148ab2d8f84c96b12e018742f5f17bcb0 doesn't kee...Jeremy Allison1-1/+6
2021-09-07auth: Simplify is_our_machine_account()Volker Lendecke1-8/+1
2021-04-27auth3: talloc_strackframe() panics on failureVolker Lendecke1-6/+1
2021-04-19auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke1-2/+2
2014-03-13s3-auth: Steal the memory to avoid duplication.Andreas Schneider1-5/+1
2014-03-13s3-auth: Do not leak tmp_ctx if make_server_info() fails.Andreas Schneider1-1/+2
2014-02-19s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider1-20/+36
2011-08-03s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett1-7/+0
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-2/+2
2011-05-05s3-auth: run minimal_includes.plGünther Deschner1-2/+0
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-1/+1
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-0/+1
2010-06-07s3:auth remove unused structure memberSimo Sorce1-31/+1
2010-06-07s3:auth handle unix domain sids in samuSimo Sorce1-2/+2
2010-05-28s3:auth Free sampass as soon as we have server_infoSimo Sorce1-2/+0
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-2/+7
2010-04-11s3: Move make_server_info_sam to auth/server_info_sam.cVolker Lendecke1-0/+151