summaryrefslogtreecommitdiff
path: root/source4/torture/auth
AgeCommit message (Expand)AuthorFilesLines
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2012-05-04s4:torture: auth/pac.c: use Kerberos wrapper for krb5_keyblock_initAlexander Bokovoy1-4/+4
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce1-0/+1
2012-02-17auth: Make more of the ntlmssp code private or staticAndrew Bartlett1-0/+1
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-2/+2
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett1-4/+4
2011-07-20auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett1-1/+3
2011-04-20libcli/auth Move PAC parsing and verification in common.Andrew Bartlett1-14/+9
2011-04-13s4-test: added a test for E_deshash()Andrew Tridgell1-0/+70
2011-03-19source4/torture: Fix prototypes for all functions.Jelmer Vernooij2-0/+2
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-30/+32
2011-01-20s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett1-12/+13
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2-3/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2-3/+3
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-14/+2
2010-03-24s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher1-14/+14
2010-03-24s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_dataStefan Metzmacher1-2/+7
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2-2/+0
2009-07-19Add missing includes.Jelmer Vernooij1-0/+1
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-2/+3
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-6/+6
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij1-1/+1
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett1-3/+66
2008-08-14cope with not knowing the kdc keyAndrew Tridgell1-41/+56
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-2/+4
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-2/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-2/+4
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-8/+26
2008-01-03r26655: torture/auth/pac: remove uses of global_loadparmJelmer Vernooij1-2/+2
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+4
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-2/+2
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-2/+2
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij1-0/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-4/+7
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell2-6/+4
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell1-2/+5
2007-10-10r22184: On some hosts, parsing a compleatly invalid principal causes heimadalAndrew Bartlett1-2/+6
2007-10-10r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett1-0/+7
2007-10-10r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett1-0/+17
2007-10-10r19649: Fix indentation.Andrew Bartlett1-65/+65
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-3/+5
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+1
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2-2/+2
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2-186/+141
2007-10-10r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij1-1/+1
2007-10-10r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij2-8/+7
2007-10-10r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij2-53/+27