summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-2/+2
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-1/+1
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-21/+19
* querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1999-03-191-8/+10
* double-checked the return results from new querysecret command, correctedLuke Leighton1999-03-181-2/+2
* matt,Luke Leighton1999-03-181-1/+1
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-181-0/+69
* uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1999-02-111-1/+1
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-2/+2
* adding srvsvc pipe.Luke Leighton1998-12-081-2/+2
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-16/+19
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-10/+10
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+1
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-1/+91
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-36/+54
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-2/+2
* Fix another possibly unitialized variable ...Richard Sharpe1998-10-011-1/+1
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-2/+83
* added rpcclient programLuke Leighton1998-09-251-0/+119