summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-45/+0
2003-03-17Applied waider's patch to return DOS error codes for pipes thatTim Potter1-14/+14
2003-02-25Fixed up some const related compiler warnings.Tim Potter1-12/+12
2003-02-18cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDsMartin Pool1-2/+5
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell1-2/+47
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-1/+40
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-0/+39
2003-01-16allow a couple of LSA functions to take a username instead of a SID,Andrew Tridgell1-3/+44
2003-01-15* removed unused variable from rpcclient codeGerald Carter1-3/+2
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell1-0/+48
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-08-19make rpcclient use print_guid()Andrew Tridgell1-9/+2
2002-08-12Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselectJim McDonough1-9/+40
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-13/+5
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett1-3/+2
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-14/+29
2002-04-14The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter1-10/+16
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
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-145/+176
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-216/+57
1999-11-27remove use of client_info lsa_info_pol.Luke Leighton1-13/+17
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-4/+4
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-57/+19