summaryrefslogtreecommitdiffstats
path: root/source/include/rpcclient.h
Commit message (Collapse)AuthorAgeFilesLines
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-3/+2
| | | | sorted lookupsids command
* rpcclient registry commands.Luke Leighton1998-11-101-2/+7
|
* Added missing display enum.Jeremy Allison1998-09-251-0/+2
| | | | Jeremy.
* Moved the extra struct definitions Luke added to smb.h into rpcclient.hJeremy Allison1998-09-251-0/+118
and client.h. They are still included from smb.h so nothing should change (or break) but this keeps the new definitions easier to maintain. This is similar to what I did with ntdomain.h Jeremy.