summaryrefslogtreecommitdiff
path: root/source3/auth/auth_script.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-10/+45
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* Remove obvious use of safe_strcpy + safe_strcat -> strlcpy + strlcat.Jeremy Allison2011-05-041-10/+10
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-4/+4
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-3/+3
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-3/+3
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-5/+9
* s3: Fix some nonempty linesVolker Lendecke2010-04-111-3/+3
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-1/+1
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20268: merge -r 20261:20263 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r18665: Remove two type-punned warningsVolker Lendecke2007-10-101-2/+3
* r17584: Some C++ WarningsVolker Lendecke2007-10-101-1/+1
* r15368: Remove some dead code. -- paulgPaul Green2007-10-101-8/+0
* r15285: Fix the build.Paul Green2007-10-101-1/+2
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green2007-10-101-3/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-5/+5
* r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison2007-10-101-0/+155