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