summaryrefslogtreecommitdiff
path: root/source4/torture/auth/pac.c
AgeCommit message (Expand)AuthorFilesLines
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
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-03-19source4/torture: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
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 Vernooij1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-14/+2
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+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-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-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+2
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-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-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
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-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-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij1-1/+1
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-158/+123
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 Vernooij1-4/+3
2007-10-10r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij1-43/+13
2007-10-10r16158: Convert to use UI APIJelmer Vernooij1-125/+129
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+2
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-1/+1
2007-10-10r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett1-7/+8
2007-10-10r11282: Fix memory leak in LOCAL-PAC test.Andrew Bartlett1-1/+1
2007-10-10r11277: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett1-1/+80
2007-10-10r10146: Clarify which test is failing in error messages.Andrew Bartlett1-25/+29
2007-10-10r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett1-9/+134
2007-10-10r9701: Provide correct parameters.Andrew Bartlett1-3/+3