summaryrefslogtreecommitdiff
path: root/source3/libads/authdata.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libads: let kerberos_kinit_password_ext() return the canonicalized princip...Stefan Metzmacher2019-09-241-0/+1
* libads: Give krb5_errs.c its own headerVolker Lendecke2018-11-271-0/+1
* auth: Add logging of service authorizationAndrew Bartlett2017-03-291-0/+3
* krb5_wrap: Rename cli_krb5_get_ticket()Andreas Schneider2016-08-311-9/+9
* libads: Fix CID 1272956 Fixing wrong if conditionAnoop C S2015-04-181-1/+1
* s3-libads: Fix a possible segfault in kerberos_fetch_pac().Andreas Schneider2015-01-071-13/+13
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-121-8/+21
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-121-11/+17
* s3-libads: pass down local_service to kerberos_return_pac().Günther Deschner2014-03-121-5/+1
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-101-5/+6
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+3
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-1/+2
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-0/+1
* s3-libads: Rework kerberos_return_pac() to use GENSEC for the server-sideAndrew Bartlett2012-04-031-22/+167
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-201-317/+0
* s3-krb: Reformat and add doxygen comment to decode_pac_data()Simo Sorce2010-08-301-63/+91
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-1/+2
* s3: remove authdata.hGünther Deschner2010-06-031-1/+0
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-13/+7
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-111-116/+6
* s3: Fix a memleak in check_pac_checksumVolker Lendecke2010-05-041-2/+8
* s3-kerberos: do not include authdata headers before including krb5 headers.Günther Deschner2009-11-271-0/+1
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* Remove unused variable warning.Jeremy Allison2009-11-121-1/+0
* s3-kerberos: remove smb_krb5_get_tkt_from_creds().Günther Deschner2009-11-121-60/+4
* s3-kerberos: let smb_krb5_get_tkt_from_creds() compile with older heimdal libs.Günther Deschner2009-11-061-1/+1
* s3-kerberos: support S4U2SELF impersionation through cli_krb5_get_ticket().Günther Deschner2009-11-061-1/+2
* s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner2009-11-061-1/+25
* s3-kerberos: add smb_krb5_get_tkt_from_creds().Günther Deschner2009-11-061-0/+40
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-1/+1
* s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner2008-10-201-0/+1
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-2/+2
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-7/+7
* Add my copyright.Günther Deschner2008-02-271-1/+1
* Some more cleanup in authdata.c.Günther Deschner2008-02-171-621/+7
* Align our krb5 PAC decoding routines to the samba4 ones.Günther Deschner2008-02-171-234/+224
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-6/+6
* Coverity 512, uninitialized var.Jeremy Allison2008-01-111-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-5/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-19/+19
* r24432: Expand kerberos_return_pac() so that it can be used in winbindd.Günther Deschner2007-10-101-6/+72
* r24424: Fix the build.Günther Deschner2007-10-101-5/+5
* r24158: SE_GROUP_RESOURCE in the other_sids list apparently means aGerald Carter2007-10-101-1/+1
* r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...Günther Deschner2007-10-101-1/+1
* r23970: Allow to set the debuglevel at which to dump the PAC logon info.Günther Deschner2007-10-101-18/+18