Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove last reference to rpc_netlogon.h. | Günther Deschner | 2008-03-27 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3. | Günther Deschner | 2008-02-17 | 1 | -133/+1 |
| | | | | Guenther | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r13588: Second attempt to fix Bug #3330 - treat the string as a | Jeremy Allison | 2007-10-10 | 1 | -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 buffer | Jeremy Allison | 2007-10-10 | 1 | -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 the | Günther Deschner | 2007-10-10 | 1 | -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 over | Gerald Carter | 2007-10-10 | 1 | -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 Deschner | 2007-10-10 | 1 | -5/+5 |
| | | | | Guenther | ||||
* | Update my copyrights according to my agreement with IBM | Jim McDonough | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | Complete what I've seen (and then some)t of the PAC. | Jim McDonough | 2003-04-09 | 1 | -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 arrays | Jim McDonough | 2003-04-07 | 1 | -0/+9 |
| | | | | yet (the ones that are rid-only). | ||||
* | Decode the PAC! This patch just decodes it and then frees it, so it's just | Jim McDonough | 2003-04-07 | 1 | -0/+131 |
for doc purposes right now (you can see it in the debug logs). |