summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
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