summaryrefslogtreecommitdiff
path: root/source/libsmb/cli_lsarpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed authenticated pipe access.Tim Potter2001-01-101-25/+102
| | | | | | Added cli_lsa_enum_trust_dom(). Misc other cosmetic changes.
* Added query info policy call.Tim Potter2000-12-181-0/+86
|
* Streamlined exit path.Tim Potter2000-12-181-24/+27
| | | | | Allow NULL to be passed to cli_lsa_initialise() which creates an anonymous connection to the server.
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-1/+27
| | | | | | in fixes from appliance-head and 2.2. Fixed multiple connection.tdb open problem. Jeremy.
* Lightweight rpc client library. Uses only routines in libsmb andTim Potter2000-12-131-0/+370
rpc_client/cli_pipe.c Only cli_lsa_open_policy(), cli_lsa_close(), cli_lsa_lookup_names() and cli_lsa_lookup_sids() implemented so far.