auth: Generate a human readable Authentication log message.
[nivanova/samba-autobuild/.git] / source3 / auth / auth.c
2017-03-29 Gary Lockyerauth: Generate a human readable Authentication log...
2017-03-29 Andrew Bartlettauth: Add a reminder about the strings currently used...
2017-03-24 Stefan Metzmacherauth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_m...
2017-03-24 Stefan Metzmacherauth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METH...
2017-03-24 Stefan Metzmacherauth3: only use "[samba4:]sam" in make_auth3_context_fo...
2017-03-24 Stefan Metzmacherauth3: let auth_check_ntlm_password() return pauthoritative
2017-03-24 Stefan Metzmacherauth3: make make_auth_context_subsystem() static
2017-03-24 Stefan Metzmacherauth3: add make_auth3_context_for_{ntlm,netlogon,winbind}
2017-03-24 Volker Lendeckeauth3: Remove unused make_auth_context_fixed
2017-03-24 Volker Lendeckeauth3: Introduce auth3_context_set_challenge
2017-03-24 Volker Lendeckeauth3: Simplify the logic in auth_check_ntlm_password
2017-03-24 Volker Lendeckeauth3: Don't try other auth modules on any error
2017-03-24 Volker Lendeckeauth3: Introduce make_auth_context_specific
2017-03-24 Volker Lendeckeauth3: Slightly simplify make_auth_context_subsystem...
2017-03-24 Volker Lendeckeauth3: Slightly simplify make_auth_context_subsystem...
2017-03-09 Volker Lendeckeauth3: Simplify auth_check_ntlm_password logic with...
2017-03-08 Volker Lendeckeauth3: Simplify auth_check_ntlm_password logic with...
2017-03-08 Volker Lendeckeauth3: Simplify auth_check_ntlm_password server_info...
2017-03-08 Volker Lendeckeauth3: Simplify auth_check_ntlm_password talloc handling
2017-03-08 Volker Lendeckeauth3: Use talloc_move instead of _steal
2017-03-08 Volker Lendeckeauth3: Centralize auth_check_ntlm_password failure...
2017-02-15 Volker Lendeckeauth3: Use NT_STATUS_EQUAL
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2014-07-04 Andrew Bartletts4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED...
2014-06-11 Andrew Bartlettauth: Provide a way to use the auth stack for winbindd...
2014-02-18 Andreas Schneiders3-auth: Pass mem_ctx to auth_check_ntlm_password().
2014-02-08 Garming Samparam: rename lp function and variable from "encrypted_...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-06-15 Andrew Bartletts3-auth: rework default auth methods around the lp_serv...
2012-06-15 Andrew Bartletts3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating...
2012-05-15 Stefan Metzmachers3-auth: remove "security=server" (depricated since...
2012-03-08 Andrew Bartletts3-auth: Remove single-implementation plugin layer
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-24 Andrew Bartletts3-auth: Add a way to get an auth4_context from the...
2012-01-05 Andrew Bartletts3-auth re-create the auth context in the s3 ntlmssp...
2011-08-03 Andrew Bartlettselftest: test plugin_s4_dc against all ncacn_np tests
2011-08-03 Andrew Bartletts3-ntlmssp Split calls to gensec plugin into prepare...
2011-08-03 Andrew Bartletts3-auth Allow auth modules to provide an initialised...
2011-07-13 Andreas Schneiders3-auth: Fix account check over ncalrpc.
2011-07-08 Stefan Metzmachers3:auth: remove unused variable
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_context()
2010-08-22 Volker Lendeckes3: Pass the rhost through smb_pam_accountcheck
2010-08-22 Volker Lendeckes3: Rename auth.c:backends to auth_backends
2010-08-14 Andrew Bartletts3:auth Whitespace fixes after auth merge
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Simplify how we free the auth_context
2010-06-07 Andrew Bartletts3:auth Rename user_info->domain -> user_info->mapped...
2010-06-07 Andrew Bartletts3:auth Rename user_info->client_domain -> user_info...
2010-06-07 Andrew Bartletts3:auth Rename user_info->internal_username -> user_inf...
2010-06-07 Andrew Bartletts3:auth Rename user_info->smb_name -> user_info->client...
2010-06-01 Andrew Bartletts3:auth Rename wksta_name -> workstation_name in auth_u...
2010-05-13 Andrew Bartletts3:auth Make get_ntlm_challenge more like Samba4
2010-04-11 Volker Lendeckes3: Make "auth_context" its own talloc parent
2009-09-24 Jeremy AllisonRevert b39c390280d1f268e2550c731057aec550a3f086 - casts...
2009-09-24 Matthias Dieter... s3: Fix up various string "const" warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-17 Jeremy AllisonRemove an unused talloc context.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-21 Volker LendeckeFix some nonempty blank lines
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-09 Karolin SeegerFix typos.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-04 Volker Lendecketiny simplification
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Volker Lendecker21870: Move sending auth_server keepalives out of...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Paul Greenr15283: Oh yeah. The build farm doesn't do much with...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr7450: fix my bone head mistake with ntlm authentcation...
2007-10-10 Gerald Carterr7395: * new feature 'map to guest = bad uid' (based...
2007-10-10 Gerald Carterr7024: reverting mistaken commit
2007-10-10 Gerald Carterr7020: fixing printer ace values and getting rid of...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2003-11-23 Andrew Bartlett(Merge from 3.0)
2003-11-23 Andrew BartlettPatch by emil@disksites.com <Emil Rasamat> to ensure...
2003-11-22 Andrew Bartlett(merge from 3.0)
next