summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1-5/+10
1999-03-25"User Manager" - create user + change password now work.Luke Leighton1-7/+25
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1-9/+23
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1-0/+30
1999-03-25SAM database "set user info".Luke Leighton3-52/+204
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton2-3/+2
1999-03-24Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1-13/+30
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-0/+10
1999-03-21The line:Matthew Chapman1-2/+2
1999-03-18Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1-0/+37
1999-03-17Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1-1/+1
1999-03-16Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1-0/+39
1999-03-12check for exactly _one_ key: for USRMGR.EXE.Luke Leighton1-0/+4
1999-03-10Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1-1/+8
1999-02-24Win9x user level security.Matthew Chapman1-41/+182
1999-02-15Always null-terminate strings.Matthew Chapman6-17/+17
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman6-22/+26
1999-02-11UNICODE issues.Luke Leighton1-3/+3
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-3/+3
1999-02-09Having Well-known Domain Groups ("Domain Admins/Guests/Users") returnedLuke Leighton1-1/+1
1999-02-09groups and aliases being "manually" added which do not necessarily haveLuke Leighton1-45/+7
1999-02-09when multiple independent large rpc calls come in on the same pipe,Luke Leighton1-5/+2
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton2-5/+4
1999-02-09pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1-5/+5
1999-02-09Fix for NT BSOD problem. There's no reason to have two "NT usernames" runningMatthew Chapman1-3/+1
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-3/+3
1999-02-03corrections to get data stream for 2nd and subsequent pdus copied fromLuke Leighton2-22/+19
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-1/+1
1999-02-03multiple dce/rpc PDUs failed to work after ntlmssp update was added.Luke Leighton2-32/+23
1999-02-02server type announcements modified to include the "role" of the server:Luke Leighton1-6/+11
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-3/+7
1999-01-29uni_svc_name not uni_srv_nameLuke Leighton1-1/+1
1999-01-28error code cleanupLuke Leighton1-27/+27
1999-01-15Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem wereMatthew Chapman1-4/+4
1998-12-20fix for potential lsass.exe crashing due to negative response fromLuke Leighton1-1/+1
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-1/+1
1998-12-09adding svcctl parsing codeLuke Leighton1-9/+67
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