summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-1/+9
* s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider2014-02-191-19/+31
* param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam2014-02-071-1/+1
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-48/+6
* s3-auth: rework default auth methods around the lp_server_role() parameterAndrew Bartlett2012-06-151-17/+23
* s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth modu...Andrew Bartlett2012-06-151-7/+2
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-151-6/+0
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-8/+5
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-11/+0
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-241-2/+4
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-051-2/+0
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-1/+2
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-031-2/+3
* s3-auth Allow auth modules to provide an initialised GENSEC contextAndrew Bartlett2011-08-031-2/+9
* s3-auth: Fix account check over ncalrpc.Andreas Schneider2011-07-131-5/+9
* s3:auth: remove unused variableStefan Metzmacher2011-07-081-1/+0
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-4/+12
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke2010-09-261-3/+4
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-261-4/+6
* s3: Lift talloc_autofree_context() from make_auth_context_text_list()Volker Lendecke2010-09-261-3/+6
* s3: Lift talloc_autofree_context() from make_auth_context()Volker Lendecke2010-09-261-3/+7
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-221-1/+4
* s3: Rename auth.c:backends to auth_backendsVolker Lendecke2010-08-221-4/+4
* s3:auth Whitespace fixes after auth mergeAndrew Bartlett2010-08-141-1/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-3/+3
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-16/+18
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-4/+4
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-7/+7
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-7/+7
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-2/+2
* s3:auth Make get_ntlm_challenge more like Samba4Andrew Bartlett2010-05-131-2/+3
* s3: Make "auth_context" its own talloc parentVolker Lendecke2010-04-111-12/+6
* Remove an unused talloc context.Jeremy Allison2009-07-161-8/+2
* Fix some nonempty blank linesVolker Lendecke2009-02-211-31/+31
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-211-6/+8
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-8/+8
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-10/+26
* tiny simplificationVolker Lendecke2008-02-041-5/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* 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
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-4/+4
* r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke2007-10-101-4/+1
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-2/+1
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green2007-10-101-0/+2