summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Win9x user level security.Matthew Chapman1999-02-241-41/+182
* Always null-terminate strings.Matthew Chapman1999-02-156-17/+17
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-126-22/+26
* UNICODE issues.Luke Leighton1999-02-111-3/+3
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-3/+3
* Having Well-known Domain Groups ("Domain Admins/Guests/Users") returnedLuke Leighton1999-02-091-1/+1
* groups and aliases being "manually" added which do not necessarily haveLuke Leighton1999-02-091-45/+7
* when multiple independent large rpc calls come in on the same pipe,Luke Leighton1999-02-091-5/+2
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-092-5/+4
* pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1999-02-091-5/+5
* Fix for NT BSOD problem. There's no reason to have two "NT usernames" runningMatthew Chapman1999-02-091-3/+1
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-3/+3
* corrections to get data stream for 2nd and subsequent pdus copied fromLuke Leighton1999-02-032-22/+19
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-031-1/+1
* multiple dce/rpc PDUs failed to work after ntlmssp update was added.Luke Leighton1999-02-032-32/+23
* server type announcements modified to include the "role" of the server:Luke Leighton1999-02-021-6/+11
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-3/+7
* uni_svc_name not uni_srv_nameLuke Leighton1999-01-291-1/+1
* error code cleanupLuke Leighton1999-01-281-27/+27
* Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem wereMatthew Chapman1999-01-151-4/+4
* fix for potential lsass.exe crashing due to negative response fromLuke Leighton1998-12-201-1/+1
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-1/+1
* adding svcctl parsing codeLuke Leighton1998-12-091-9/+67
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-0/+114
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-14/+14
* adding srvsvc pipe.Luke Leighton1998-12-083-2/+157
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-073-187/+722
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-041-3/+2
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-20/+20
* added createalias command to rpcclientLuke Leighton1998-12-031-1/+1
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-031-2/+2
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-021-8/+10
* issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1998-12-021-1/+1
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-021-0/+235
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-011-5/+9
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-4/+114
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-7/+12
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-301-19/+62
* - adding builtin[alias]db.Luke Leighton1998-11-302-12/+18
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-291-520/+1
* weekend work. user / group database API.Luke Leighton1998-11-293-394/+152
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-251-19/+19
* fixing group database issuesLuke Leighton1998-11-252-12/+16
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-252-5/+3
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-252-16/+22
* fixing domain join and domain login problemsLuke Leighton1998-11-252-5/+20
* uninitialised counterLuke Leighton1998-11-231-1/+1
* unix instance of group database APILuke Leighton1998-11-234-218/+263
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-172-6/+4
* lookup_alias_name() %s not %d for sid_strLuke Leighton1998-11-171-1/+1