summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-1/+42
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-97/+15
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-15/+15
1999-11-02free up memory allocated by enum dom groups / aliasesLuke Leighton1-0/+20
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-4/+4
1999-10-27rewrote api_net_sam_logon() to be a little clearer.Luke Leighton1-140/+136
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-5/+9
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-0/+3
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-0/+1
1999-10-15adding error checking in parsing codeLuke Leighton1-0/+1
1999-09-27don't leak printer handles,Jean-François Micouleau1-3/+14
1999-09-25Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1-3/+36
1999-09-24Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau1-5/+7
1999-09-09allan hourihane sent log 100 in which showed that some really old codeLuke Leighton1-15/+4
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton1-3/+3
1999-08-30debugged enumgroups -g optionLuke Leighton1-2/+5
1999-08-18patch from michael glauche to add session enum code into smbd.Luke Leighton1-6/+36
1999-08-17patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton1-7/+40
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-37/+297
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1-5/+5
1999-07-26commented location where lookup_sids(), a direct call to the passwordLuke Leighton1-0/+3
1999-07-21Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1-2/+3
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton1-43/+26
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