summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* Win9x user level security.Matthew Chapman1999-02-241-13/+65
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-16/+28
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+55
* Always null-terminate strings.Matthew Chapman1999-02-153-13/+13
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-123-13/+15
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-6/+2
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-4/+2
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-281-3/+126
* Service Control Manager - service enumeration.Luke Leighton1999-01-271-5/+12
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-0/+28
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-10/+7
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-0/+230
* adding srvsvc pipe.Luke Leighton1998-12-081-1/+1
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-078-209/+212
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-072-4/+375
* fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1998-12-041-4/+5
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-042-1/+3
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-042-37/+624
* added createalias command to rpcclientLuke Leighton1998-12-031-1/+209
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-031-69/+278
* jeremy's going to do me in, again.Luke Leighton1998-12-021-14/+14
* issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1998-12-021-0/+1
* - adding builtin[alias]db.Luke Leighton1998-11-301-3/+4
* weekend work. user / group database API.Luke Leighton1998-11-293-8/+69
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-6/+127
* acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1998-11-201-0/+7
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-174-5/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-132-2/+2
* security descriptorsLuke Leighton1998-11-131-1/+16
* security descriptors.Luke Leighton1998-11-121-2/+2
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-122-4/+52
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-4/+31
* clearing up security descriptorLuke Leighton1998-11-111-0/+4
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-112-52/+110
* Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1998-11-111-5/+5
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+54
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-9/+9
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-21/+78
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+54
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+56
* rpcclient registry commands.Luke Leighton1998-11-101-19/+133
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+645
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-0/+1
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-1/+30
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-8/+8
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-212-5/+3
* oops!Luke Leighton1998-10-211-1/+1
* signed / unsigned issuesLuke Leighton1998-10-211-1/+1
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+2
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-202-5/+5