summaryrefslogtreecommitdiff
path: root/source3/auth/server_info_sam.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: Steal the memory to avoid duplication.Andreas Schneider2014-03-131-5/+1
* s3-auth: Do not leak tmp_ctx if make_server_info() fails.Andreas Schneider2014-03-131-1/+2
* s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider2014-02-191-20/+36
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-031-7/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-auth: run minimal_includes.plGünther Deschner2011-05-051-2/+0
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-1/+1
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
* s3:auth remove unused structure memberSimo Sorce2010-06-071-31/+1
* s3:auth handle unix domain sids in samuSimo Sorce2010-06-071-2/+2
* s3:auth Free sampass as soon as we have server_infoSimo Sorce2010-05-281-2/+0
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-2/+7
* s3: Move make_server_info_sam to auth/server_info_sam.cVolker Lendecke2010-04-111-0/+151