summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-4/+8
2007-10-10r5592: Oops, accidentally committed test version of rpcclient. Reverting cha...Jim McDonough1-6/+5
2007-10-10r5591: Implement "net rpc trustdom del", including client side ofJim McDonough1-5/+6
2007-10-10r4933: List not only the first 10 trusts with rpcclient -c enumtrust.Volker Lendecke1-16/+22
2007-10-10r4821: finish off 'net rpc rights [list|grant|revoke]'Gerald Carter1-1/+1
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-1/+6
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-0/+43
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-11/+15
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-13/+13
2003-02-25Merge: const fixes.Tim Potter1-14/+14
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-2/+5
2003-01-29Merge tridge's client priv code from HEAD.Jeremy Allison1-11/+56
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-0/+74
2003-01-15*lots of small merges form HEADGerald Carter1-1/+1
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-0/+48
2003-01-15[merge]Gerald Carter1-3/+2
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-8/+0
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-10/+19
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-9/+2
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-22/+45
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-23/+42
2002-04-15Merge of lsa lookup names/sids patch from HEAD.Tim Potter1-10/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-10/+1
2002-01-26Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett1-1/+5
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-4/+9
2001-12-11Grr - people who put const everywhere should fix up all the warnings theyTim Potter1-1/+2
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter1-0/+37
2001-11-24added "net join" commandAndrew Tridgell1-2/+0
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-7/+97
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-3/+64
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau1-0/+38
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-0/+48
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-143/+39
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-37/+41
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-8/+8
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-0/+4
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-6/+9
2001-05-11Memory leak fixes plus general cleanup.Tim Potter1-35/+20
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-14/+52
2001-03-23More unused variables.Jeremy Allison1-1/+3
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter1-0/+1
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-62/+42
2001-01-15rpcclient functions for remaining samr and lsa functions. All functionsTim Potter1-1/+1
2001-01-12Memory leak fixes spotted by insure.Tim Potter1-0/+8
2001-01-11Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter1-154/+223