summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* code from bertl to allow remap of default built-in names to anything.Luke Leighton1999-07-141-43/+26
* oops, set password lengths to a boolean value.Luke Leighton1999-07-061-2/+2
* many small bugs...Jean-François Micouleau1999-07-011-15/+35
* improving authentication code (tidyup).Luke Leighton1999-06-292-44/+39
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-3/+114
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-0/+2
* last part of RPC api change.Jean-François Micouleau1999-05-039-205/+216
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-5/+46
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+3415
* Added new define NT_STATUS_MORE_ENTRIES = 0x105.Matthew Chapman1999-04-231-1/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-081-0/+78
* Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1999-04-061-3/+3
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-291-5/+10
* "User Manager" - create user + change password now work.Luke Leighton1999-03-251-7/+25
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-251-9/+23
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-251-0/+30
* SAM database "set user info".Luke Leighton1999-03-253-52/+204
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-242-3/+2
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-13/+30
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-0/+10
* The line:Matthew Chapman1999-03-211-2/+2
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-181-0/+37
* Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1999-03-171-1/+1
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-161-0/+39
* check for exactly _one_ key: for USRMGR.EXE.Luke Leighton1999-03-121-0/+4
* Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1999-03-101-1/+8
* 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