summaryrefslogtreecommitdiff
path: root/source3/rpc_client/msrpc_lsarpc.c
AgeCommit message (Collapse)AuthorFilesLines
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-24/+6
msrpc client code. the intent is to hide / abstract / associate connection info behind policy handles. this makes the msrpc functions look more and more like their nt equivalents. who-hou! (This used to be commit c01b18e632aede6fce7264ef6971d7ddba945cfb)
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1-0/+83
(This used to be commit e88e7d529b5bdf32ac3bc71fa8e18f6f2a98c695)