summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-13/+13
* Merge: const fixes.Tim Potter2003-02-251-14/+14
* Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-181-2/+5
* Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-291-11/+56
* Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-0/+74
* *lots of small merges form HEADGerald Carter2003-01-151-1/+1
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-0/+48
* [merge]Gerald Carter2003-01-151-3/+2
* 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-9/+2
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-22/+45
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-23/+42
* Merge of lsa lookup names/sids patch from HEAD.Tim Potter2002-04-151-10/+11
* 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