summaryrefslogtreecommitdiffstats
path: root/source3/libads/authdata.c
Commit message (Collapse)AuthorAgeFilesLines
* r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)Günther Deschner2007-10-101-16/+16
| | | | | Guenther (This used to be commit d14dcba9635d10d2d8bf9f60c601b8c9078ec340)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-22/+12
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. (This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
| | | | (This used to be commit 398bd14fc6e2f8ab2f34211270e179b8928a6669)
* Fix memleaks.Volker Lendecke2003-08-151-0/+3
| | | | | | | | | | | | Currently I'm compiling against MIT Kerberos 1.2.8. Anthony, you said you have a heimdal installation available. Could you please compile this stuff with krb and check it with valgrind? Thanks, Volker (This used to be commit d8ab44685994b302bb46eed9001c72c194d13dc8)
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
| | | | (This used to be commit c9b209be2b17c2e4677cc30b46b1074f48878f43)
* Complete what I've seen (and then some)t of the PAC.Jim McDonough2003-04-091-5/+124
| | | | | | | | | | I haven't seen the rid+attr arrays for group membership, nor sids or the same kind of arrays for resource domains, so I don't know how that will work. Also, the PAC info type 10 is now decoded, but I don't know what it's for. It has an NTTIME, a 16-bit name length, and a username. According to M$, it's not needed, because they didn't doc it... (This used to be commit 28ab8504cf6c181866106e5cc626a5896283d0a9)
* Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough2003-04-071-0/+495
for doc purposes right now (you can see it in the debug logs). (This used to be commit 046c2087a11b9ce7a02aece34ffb129ce0d66b08)