summaryrefslogtreecommitdiffstats
path: root/source3/include/authdata.h
Commit message (Collapse)AuthorAgeFilesLines
* Complete what I've seen (and then some)t of the PAC.Jim McDonough2003-04-091-5/+17
| | | | | | | | | | 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)
* Some comment updates, notably that I haven't seen the group membership arraysJim McDonough2003-04-071-0/+9
| | | | | yet (the ones that are rid-only). (This used to be commit 0a5b5d00db42de868c72ec3d9d1d747c9ef391e4)
* Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough2003-04-071-0/+131
for doc purposes right now (you can see it in the debug logs). (This used to be commit 046c2087a11b9ce7a02aece34ffb129ce0d66b08)