summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
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
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
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1-39/+2
1999-11-22another two.Luke Leighton1-28/+30
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-5/+5
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-2/+2
1999-11-02yet another attempt to get lsaquerysecret working.Luke Leighton1-2/+2
1999-11-01added lsaenumdomains command.Luke Leighton1-3/+69
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-2/+2
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-1/+1
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1-21/+19
1999-03-19querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1-8/+10
1999-03-18double-checked the return results from new querysecret command, correctedLuke Leighton1-2/+2
1999-03-18matt,Luke Leighton1-1/+1
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1-0/+69
1999-02-11uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1-1/+1
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-2/+2