summaryrefslogtreecommitdiffstats
path: root/source/include/libmsrpc.h
Commit message (Collapse)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-11/+11
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r18679: Fix the build.Günther Deschner2007-10-101-1/+1
| | | | Guenther
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-1/+1
| | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
* r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build ↵Gerald Carter2007-10-101-4/+0
| | | | with Sun compiler)
* r11124: Commit Chris' fixes for libmsrpc after the rpc_clientGerald Carter2007-10-101-0/+2
| | | | | | | | | | | | | | | | rewrite. His comments: I've gotten the libmsrpc code to work with TRUNK. I've put the patch at: www.uoguelph.ca/~cnicholl/libmsrpc_trunk_v1.patch.gz It is from revision 11093. I also fixed a minor bug in the svcctl code, the timeout parameter for all the control functions was working in milliseconds instead of seconds. Also fixed bug in Makefile when building libmsrpc.a
* r10003: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc ↵Gerald Carter2007-10-101-0/+3048
files