summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton2-32/+24
1999-02-16rpcclient shutdown commandLuke Leighton2-0/+46
1999-02-16bitmap to stringsLuke Leighton1-16/+14
1999-02-15Always null-terminate strings.Matthew Chapman2-35/+35
1999-02-12Cut and paste error.Matthew Chapman1-9/+9
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman2-36/+86
1999-02-11enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1-1/+1
1999-02-11uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1-1/+1
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-25/+25
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-6/+6
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton3-6/+94
1999-01-27Service Control Manager - service enumeration.Luke Leighton2-30/+45
1999-01-27set_port warning / unused / global/local variable overlap issuesLuke Leighton1-5/+5
1999-01-27- got client code cleartext passwords working again in cli_session_setup.Luke Leighton1-1/+2
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton3-4/+5
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-1/+11
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton2-0/+120
1998-12-08adding srvsvc pipe.Luke Leighton1-2/+2
1998-12-07issues spotted by herb.Luke Leighton1-2/+2
1998-12-07bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1-8/+8
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton7-253/+282
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton2-16/+495
1998-12-04fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1-1/+1
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton2-12/+14
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton4-163/+669
1998-12-03added createalias command to rpcclientLuke Leighton2-0/+87
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton2-27/+113
1998-11-30- adding builtin[alias]db.Luke Leighton1-10/+29
1998-11-29weekend work. user / group database API.Luke Leighton3-21/+85
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton2-1/+92
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-9/+9
1998-11-13need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1-1/+1
1998-11-12security descriptors.Luke Leighton2-17/+34
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton2-1/+96
1998-11-11oops!Luke Leighton1-11/+13
1998-11-11clearing up security descriptorLuke Leighton2-5/+8
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton4-233/+246
1998-11-11registry delete value command: "regdeleteval".Luke Leighton2-0/+66
1998-11-11renamed unk_1b to flush_keyLuke Leighton1-6/+6
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-8/+8
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton2-0/+66
1998-11-10registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1-0/+6
1998-11-10include/local.h:Jeremy Allison2-3/+2
1998-11-10rpcclient registry commands.Luke Leighton3-79/+725
1998-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+397
1998-10-22rpctorture commandLuke Leighton1-8/+2
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-1/+1
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison2-2/+4
1998-10-20signed / unsigned warnings (found by herb).Luke Leighton1-4/+4
1998-10-19oopsLuke Leighton1-2/+2