summaryrefslogtreecommitdiffstats
path: root/source3/include/authdata.h
Commit message (Collapse)AuthorAgeFilesLines
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-141-4/+3
|
* s3-kerberos: do not include authdata headers before including krb5 headers.Günther Deschner2009-11-271-2/+0
| | | | Guenther
* Remove last reference to rpc_netlogon.h.Günther Deschner2008-03-271-1/+0
| | | | | Guenther (This used to be commit 085887eed71ed1ffdb30100d83763e671ea10eee)
* Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.Günther Deschner2008-02-171-133/+1
| | | | | Guenther (This used to be commit ead1f11dd21b1df9a595295b3513c5f6088397c9)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r13588: Second attempt to fix Bug #3330 - treat the string as aJeremy Allison2007-10-101-1/+1
| | | | | | | uint8 array and copy as such. Gunther please check (sorry I reverted your earlier fix). Jeremy. (This used to be commit 7a17b39c80703909f102487690d2117d874b0e15)
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2007-10-101-1/+1
| | | | | | | overrun. Spoke to Jerry about the correct fix. Will add this after. Jeremy. (This used to be commit 33e13aabd3825c59d15dc897536e2ccf8c8f6d5e)
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2007-10-101-1/+1
| | | | | | | | | | PAC_LOGON_NAME structure. This was broken on big-endian machines (Solaris SPARC and ppc). Fixes Bug #3330. Jerry, this should be in 3.0.21c. Guenther (This used to be commit 9732490811f8f02ee547ddc6e2694e1122a3a518)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-10/+31
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
* r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)Günther Deschner2007-10-101-5/+5
| | | | | Guenther (This used to be commit d14dcba9635d10d2d8bf9f60c601b8c9078ec340)
* 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/+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)