summaryrefslogtreecommitdiff
path: root/source4/torture/auth/pac.c
Commit message (Expand)AuthorAgeFilesLines
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-2/+1
* s4:torture: auth/pac.c: use Kerberos wrapper for krb5_keyblock_initAlexander Bokovoy2012-05-041-4/+4
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-201-1/+3
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-201-14/+9
* source4/torture: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-30/+32
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-201-12/+13
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-14/+2
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* Add missing includes.Jelmer Vernooij2009-07-191-0/+1
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-1/+1
* Fix number of arguments for file_load() functions.Jelmer Vernooij2008-10-121-1/+1
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-3/+66
* cope with not knowing the kdc keyAndrew Tridgell2008-08-141-41/+56
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+2
* Avoid use of global_loadparm.Jelmer Vernooij2008-02-211-8/+26
* r26655: torture/auth/pac: remove uses of global_loadparmJelmer Vernooij2008-01-031-2/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+4
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-2/+2
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-0/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-4/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-2/+5
* r22184: On some hosts, parsing a compleatly invalid principal causes heimadalAndrew Bartlett2007-10-101-2/+6
* r19649: Fix indentation.Andrew Bartlett2007-10-101-65/+65
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-3/+5
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-1/+1
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-158/+123
* r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij2007-10-101-1/+1
* r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij2007-10-101-4/+3
* r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij2007-10-101-43/+13
* r16158: Convert to use UI APIJelmer Vernooij2007-10-101-125/+129
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-101-1/+1
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-101-7/+8
* r11282: Fix memory leak in LOCAL-PAC test.Andrew Bartlett2007-10-101-1/+1
* r11277: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett2007-10-101-1/+80
* r10146: Clarify which test is failing in error messages.Andrew Bartlett2007-10-101-25/+29
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-101-9/+134