summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* adding svcctl parsing codeLuke Leighton1998-12-091-0/+186
* adding some enumerate services code, client and server.Luke Leighton1998-12-093-52/+205
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-13/+104
* adding srvsvc pipe.Luke Leighton1998-12-083-0/+212
* bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-071-3/+3
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-073-30/+95
* added delete domain group and local group and delete domain group member.Luke Leighton1998-12-041-1/+179
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-042-24/+22
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-28/+28
* added createalias command to rpcclientLuke Leighton1998-12-031-16/+13
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-031-5/+5
* adding group parsing: add/modify/delete/add members.Luke Leighton1998-12-031-90/+217
* spotted the mistake in group_info1 parsing.Luke Leighton1998-12-021-2/+4
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-022-61/+58
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-022-62/+344
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-012-54/+54
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-17/+102
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-423/+820
* weekend work. user / group database API.Luke Leighton1998-11-292-63/+25
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-251-8/+8
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-252-24/+53
* unix instance of group database APILuke Leighton1998-11-232-2/+2
* acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1998-11-201-2/+2
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-174-28/+22
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* ZERO_STRUCTP not PNLuke Leighton1998-11-131-6/+6
* use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1998-11-131-6/+6
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-2/+2
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-6/+6
* security descriptorsLuke Leighton1998-11-132-62/+78
* security descriptors.Luke Leighton1998-11-122-26/+268
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-124-24/+38
* security descriptors and registry.Luke Leighton1998-11-123-2/+101
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-112-29/+65
* clearing up security descriptorLuke Leighton1998-11-113-41/+104
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+51
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-5/+5
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-18/+24
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+51
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+40
* include/local.h:Jeremy Allison1998-11-102-2/+2
* rpcclient registry commands.Luke Leighton1998-11-105-47/+918
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+176
* fix to some of the unicode string handling. there are others pendingLuke Leighton1998-11-031-7/+7
* Added clear-out-structure fix for make_unistr2.Jeremy Allison1998-10-281-0/+2
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-274-15/+16
* bug fix in lsa_trans_names.Luke Leighton1998-10-221-1/+3
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-24/+26
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-211-3/+322
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-3/+3