summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-26/+26
2002-04-15Merge of lsa lookup names/sids patch from HEAD.Tim Potter1-20/+21
2002-04-04If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter1-1/+15
2002-04-04oopsTim Potter1-1/+1
2002-04-04Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-02-20This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett1-4/+9
2002-02-13merge from 2.2Gerald Carter1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-2/+2
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-10/+18
2002-01-06Minor doc cleanups.Tim Potter1-2/+2
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-2/+2
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter1-0/+52
2001-12-05Added fetch_domain_sid. Not used in current code, but a nice exampleJeremy Allison1-0/+96
2001-12-03const religionAndrew Tridgell1-1/+1
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-0/+174
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-0/+2
2001-11-23Finally worked out why a enumerate trusted domains was returning aTim Potter1-9/+12
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-0/+69
2001-11-22Removed unused variable.Tim Potter1-1/+0
2001-11-22Oops - opening wrong pipe name in cli_lsa_initialise() helper function.Tim Potter1-1/+1
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau1-0/+53
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-0/+82
2001-11-22Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison1-22/+24
2001-11-15Doxygen demo for Tim.Martin Pool1-9/+24
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