summaryrefslogtreecommitdiff
path: root/source3/auth/auth_builtin.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+3
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+3
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-55/+0
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-3/+3
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2010-06-07s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett1-4/+4
2010-06-07s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett1-1/+1
2010-05-29s3:auth make it easier to trace auth modulesSimo Sorce1-0/+5
2010-04-11s3: Remove the make_auth_methods routineVolker Lendecke1-10/+25
2010-04-11s3: Fix a typoVolker Lendecke1-1/+1
2010-04-11s3: Fix some nonempty linesVolker Lendecke1-6/+6
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-3/+3
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-3/+3
2008-05-10Add a mem_ctx argument to make_server_info_guest()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-10r13316: Let the carnage begin....Gerald Carter1-3/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-2/+3
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-5/+5
2003-04-24Merge auth changes from HEAD:Andrew Bartlett1-3/+5
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-45/+7
2003-04-14Fix typoJelmer Vernooij1-1/+1
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-13/+14
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-8/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-8/+110
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-11/+8
2002-01-01Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett1-0/+6
2002-01-01A farily large commit:Andrew Bartlett1-3/+5
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-7/+24
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-30/+0
2001-11-25Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett1-0/+33
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-0/+87