summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* allow a couple of LSA functions to take a username instead of a SID,Andrew Tridgell2003-01-161-3/+44
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-3/+2
* added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-151-0/+48
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-8/+0
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-10/+19
* make rpcclient use print_guid()Andrew Tridgell2002-08-191-9/+2
* Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselectJim McDonough2002-08-121-9/+40
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-13/+5
* Updates to the 'name -> sid' code:Andrew Bartlett2002-07-071-3/+2
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-14/+29
* The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-10/+16
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-10/+1
* Make a talloc'ed copy of this strings so we can pass the right kind of pointerAndrew Bartlett2002-01-261-1/+5
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-4/+9
* Grr - people who put const everywhere should fix up all the warnings theyTim Potter2001-12-111-1/+2
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-0/+37
* added "net join" commandAndrew Tridgell2001-11-241-2/+0
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-7/+97
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-3/+64
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+38
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+48
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-143/+39
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-37/+41
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-8/+8
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-0/+4
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-6/+9
* Memory leak fixes plus general cleanup.Tim Potter2001-05-111-35/+20
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-14/+52
* More unused variables.Jeremy Allison2001-03-231-1/+3
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-0/+1
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-62/+42
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-151-1/+1
* Memory leak fixes spotted by insure.Tim Potter2001-01-121-0/+8
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-111-154/+223
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-145/+176
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-216/+57
* remove use of client_info lsa_info_pol.Luke Leighton1999-11-271-13/+17
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-4/+4
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-57/+19
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-39/+2
* another two.Luke Leighton1999-11-221-28/+30
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-5/+5
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-2/+2
* yet another attempt to get lsaquerysecret working.Luke Leighton1999-11-021-2/+2
* added lsaenumdomains command.Luke Leighton1999-11-011-3/+69
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-2/+2