summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* New rpcclient command "at" for NT scheduler control, a slightly improvedMatthew Chapman1999-04-233-0/+494
* Fixed rpcclient's samuser command.Matthew Chapman1999-04-111-37/+35
* Mainly BDC-related changes.Matthew Chapman1999-04-083-2/+31
* added a "createuser" command.Luke Leighton1999-03-192-27/+115
* 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-182-0/+70
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-122-1/+44
* reverted access control flags in enum commands.Luke Leighton1999-03-091-3/+3
* - todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1999-03-081-125/+156
* oops, accidentally committed clear-text password reading last week.Luke Leighton1999-03-081-1/+1
* improving syntax / useability of rpcclient "shutdown" command:Luke Leighton1999-03-012-10/+26
* Added "lookupdomain" rpcclient command. Not particularly useful currentlyMatthew Chapman1999-02-241-0/+1
* Win9x user level security.Matthew Chapman1999-02-241-41/+97
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-232-32/+24
* rpcclient shutdown commandLuke Leighton1999-02-162-0/+46
* bitmap to stringsLuke Leighton1999-02-161-16/+14
* Always null-terminate strings.Matthew Chapman1999-02-152-35/+35
* Cut and paste error.Matthew Chapman1999-02-121-9/+9
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-122-36/+86
* enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1999-02-111-1/+1
* uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1999-02-111-1/+1
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-25/+25
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-6/+6
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-283-6/+94
* Service Control Manager - service enumeration.Luke Leighton1999-01-272-30/+45
* set_port warning / unused / global/local variable overlap issuesLuke Leighton1999-01-271-5/+5
* - got client code cleartext passwords working again in cli_session_setup.Luke Leighton1999-01-271-1/+2
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-143-4/+5
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-1/+11
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-082-0/+120
* adding srvsvc pipe.Luke Leighton1998-12-081-2/+2
* issues spotted by herb.Luke Leighton1998-12-071-2/+2
* bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-071-8/+8
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-077-253/+282
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-072-16/+495
* fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1998-12-041-1/+1
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-042-12/+14
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-044-163/+669
* added createalias command to rpcclientLuke Leighton1998-12-032-0/+87
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-032-27/+113
* - adding builtin[alias]db.Luke Leighton1998-11-301-10/+29
* weekend work. user / group database API.Luke Leighton1998-11-293-21/+85
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-252-1/+92
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-9/+9
* need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1998-11-131-1/+1
* security descriptors.Luke Leighton1998-11-122-17/+34
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-122-1/+96
* oops!Luke Leighton1998-11-111-11/+13