summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
1999-07-06oops, set password lengths to a boolean value.Luke Leighton1-2/+2
1999-07-01many small bugs...Jean-François Micouleau1-15/+35
1999-06-29improving authentication code (tidyup).Luke Leighton2-44/+39
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-3/+114
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-0/+2
1999-05-03last part of RPC api change.Jean-François Micouleau9-205/+216
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-5/+46
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1-0/+3415
1999-04-23Added new define NT_STATUS_MORE_ENTRIES = 0x105.Matthew Chapman1-1/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman1-0/+78
1999-04-06Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1-3/+3
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