summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cli_lsarpc.c
Commit message (Collapse)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-8/+15
|
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-37/+277
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-109/+439
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-9/+9
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-55/+74
| | | | Jeremy.
* Forgot the prs_inits in rpcclient. Now fixed.Jeremy Allison2001-03-091-12/+12
| | | | Jeremy.
* Sync up with appliance-head printer and other changes. Makes merges easier.Jeremy Allison2001-01-121-25/+102
| | | | Jeremy.
* lib/util_unistr.c: A couple more uninitialised memory read fixes.Jeremy Allison2000-12-181-24/+113
| | | | | libsmb/cli_lsarpc.c: Merge for Tim's fixes from HEAD. Jeremy.
* 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.