summaryrefslogtreecommitdiffstats
path: root/source/include/authdata.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove last reference to rpc_netlogon.h.Günther Deschner2008-03-271-1/+0
| | | | Guenther
* Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.Günther Deschner2008-02-171-133/+1
| | | | Guenther
* 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
| | | | Jeremy.
* 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.
* 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.
* 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
* 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)
* r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)Günther Deschner2007-10-101-5/+5
| | | | Guenther
* 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/+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...
* 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).
* 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).