summaryrefslogtreecommitdiff
path: root/source3/auth/auth_script.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-10/+45
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-04Remove obvious use of safe_strcpy + safe_strcat -> strlcpy + strlcat.Jeremy Allison1-10/+10
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-4/+4
2010-06-07s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett1-3/+3
2010-06-07s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett1-3/+3
2010-04-11s3: Remove the make_auth_methods routineVolker Lendecke1-5/+9
2010-04-11s3: Fix some nonempty linesVolker Lendecke1-3/+3
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-1/+1
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20268: merge -r 20261:20263 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r18665: Remove two type-punned warningsVolker Lendecke1-2/+3
2007-10-10r17584: Some C++ WarningsVolker Lendecke1-1/+1
2007-10-10r15368: Remove some dead code. -- paulgPaul Green1-8/+0
2007-10-10r15285: Fix the build.Paul Green1-1/+2
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green1-3/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-5/+5
2007-10-10r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison1-0/+155