summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-0/+114
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-14/+14
1998-12-08adding srvsvc pipe.Luke Leighton3-2/+157
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton3-187/+722
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-3/+2
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-20/+20
1998-12-03added createalias command to rpcclientLuke Leighton1-1/+1
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton1-2/+2
1998-12-02added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1-8/+10
1998-12-02issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1-1/+1
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton1-0/+235
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton1-5/+9
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-4/+114
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1-7/+12
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1-19/+62
1998-11-30- adding builtin[alias]db.Luke Leighton2-12/+18
1998-11-29"retired" two modules to preserve their cvs history.Luke Leighton1-520/+1
1998-11-29weekend work. user / group database API.Luke Leighton3-394/+152
1998-11-25yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1-19/+19
1998-11-25fixing group database issuesLuke Leighton2-12/+16
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison2-5/+3
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton2-16/+22
1998-11-25fixing domain join and domain login problemsLuke Leighton2-5/+20
1998-11-23uninitialised counterLuke Leighton1-1/+1
1998-11-23unix instance of group database APILuke Leighton4-218/+263
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison2-6/+4
1998-11-17lookup_alias_name() %s not %d for sid_strLuke Leighton1-1/+1
1998-11-17somehow this file got missed in the groupdb commit.Luke Leighton1-35/+88
1998-11-17make_uni_hdr() reverted accidentally with a -1 on username lengthLuke Leighton1-2/+2
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton5-738/+538
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-2/+2
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-3/+12
1998-11-12cleaning up conflicts between group code not yet committed andLuke Leighton5-690/+1928
1998-11-12Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1-4/+31
1998-11-11rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1-6/+7
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-7/+7
1998-11-10rpcclient registry commands.Luke Leighton1-1/+1
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-14/+0
1998-11-06grumble, grumble off-by-one unicode string fixes, gonna stuff my otherLuke Leighton1-5/+5
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1-2/+2
1998-10-23set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton2-10/+14
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1-1/+1
1998-10-22bug fix in lsa_trans_names.Luke Leighton2-4/+6
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison2-3/+32
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton5-34/+70
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton2-15/+173
1998-10-21added "start index" skipping into querydispinfo.Luke Leighton1-5/+15
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-1/+1
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-6/+6
1998-10-20signed / unsigned warnings (found by herb).Luke Leighton1-7/+7