summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* clearing up security descriptorLuke Leighton1998-11-112-5/+8
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-114-233/+246
* registry delete value command: "regdeleteval".Luke Leighton1998-11-112-0/+66
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-6/+6
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-8/+8
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-102-0/+66
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+6
* include/local.h:Jeremy Allison1998-11-102-3/+2
* rpcclient registry commands.Luke Leighton1998-11-103-79/+725
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+397
* rpctorture commandLuke Leighton1998-10-221-8/+2
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-1/+1