summaryrefslogtreecommitdiffstats
path: root/source4/libcli/netlogon.h
Commit message (Collapse)AuthorAgeFilesLines
* Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2008-05-211-0/+1
| | | | | | | | | | | With the sid structure being both optional and aligned, it was too hard to do this in just IDL. This requried moving some things around, as otherwise we would have a dependency loop. Andrew Bartlett (This used to be commit e28790ba4884277f310be1b8bd3fba4fd47dbbdb)
* Add the core of the new CLDAP/NBT 'netlogon' parsing library.Andrew Bartlett2008-05-201-0/+53
This uses some hand-adjusted PIDL output to cope with some 'oddities' in the parsing of the _EX varient of the netlogon packet. Andrew Bartlett (This used to be commit 6e357d00474de65395ca51524d3b85d00691baf2)