summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-10/+11
2001-08-27Convert to NTSTATUS.Tim Potter1-26/+26
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-10/+10
2001-08-21Added cli_lsa_open_policy2()Tim Potter1-0/+58
2001-08-08Factored out common rpc pipe initialisation and shutdown code.Tim Potter1-50/+1
2001-07-20In cli_lsa_lookup_sids() don't append a separator character between domainTim Potter1-1/+2
2001-07-20Changed the cli_lsa_lookup_sids() function to unpack the domain and user orTim Potter1-3/+7
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+2
2001-06-22Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter1-20/+34
2001-05-11Memory leak fixes plus general cleanup.Tim Potter1-1/+4
2001-05-07Some reformatting (sorry Gerald).Tim Potter1-50/+18
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-35/+69
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-12/+12
2001-01-10Fixed authenticated pipe access.Tim Potter1-25/+102
2000-12-18Added query info policy call.Tim Potter1-0/+86
2000-12-18Streamlined exit path.Tim Potter1-24/+27
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+27
2000-12-13Lightweight rpc client library. Uses only routines in libsmb andTim Potter1-0/+370