summaryrefslogtreecommitdiff
path: root/source3/libads/authdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23969: Some helper routines to retrieve a PAC and PAC elements.Günther Deschner2007-10-101-0/+160
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23251: whoops! Fix compile errorGerald Carter2007-10-101-2/+6
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-10-101-12/+24
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-2/+2
* r13588: Second attempt to fix Bug #3330 - treat the string as aJeremy Allison2007-10-101-7/+7
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2007-10-101-3/+11
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2007-10-101-11/+3
* r11183: add small helper function to return a PAC_LOGON_INFO.Günther Deschner2007-10-101-0/+16
* r10710: Fix uninitialized variable. (Thanks to Chengjie LiuGünther Deschner2007-10-101-1/+1
* r10671: Attempt to fix the build on machines without kerberos headers.Volker Lendecke2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-79/+399
* r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)Günther Deschner2007-10-101-16/+16
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-22/+12
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* Fix memleaks.Volker Lendecke2003-08-151-0/+3
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Complete what I've seen (and then some)t of the PAC.Jim McDonough2003-04-091-5/+124