summaryrefslogtreecommitdiff
path: root/source3/auth/auth_builtin.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: rename "guest" methods to "anonymous"Stefan Metzmacher2018-03-191-10/+10
* s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-161-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s3:auth_builtin: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-281-7/+40
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+3
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-55/+0
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-3/+3
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-4/+4
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-291-0/+5
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-10/+25
* s3: Fix a typoVolker Lendecke2010-04-111-1/+1
* s3: Fix some nonempty linesVolker Lendecke2010-04-111-6/+6
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-3/+3
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-3/+3
* Add a mem_ctx argument to make_server_info_guest()Volker Lendecke2008-05-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
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+3
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-2/+3
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-5/+5
* Merge auth changes from HEAD:Andrew Bartlett2003-04-241-3/+5
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-45/+7
* Fix typoJelmer Vernooij2003-04-141-1/+1
* Fix some comment typosJelmer Vernooij2003-03-191-2/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-13/+14
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-8/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-8/+110
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-11/+8
* Allow usernames in the form of 'NT_STATUS_....' to map to that as the errorAndrew Bartlett2002-01-011-0/+6
* A farily large commit:Andrew Bartlett2002-01-011-3/+5
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-301-7/+24
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-30/+0
* Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2001-11-251-0/+33
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-0/+87