summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2000-06-22Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison1-11/+51
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-54/+32
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2-2/+3
2000-06-16Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter1-1/+3
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-14/+17
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-40/+108
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-18/+29
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter7-170/+259
2000-06-15Removed some debugs.Tim Potter1-12/+0
2000-06-14Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter1-28/+74
2000-06-09do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau1-4/+16
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-0/+2
2000-06-06Memory leak fixes.Jeremy Allison2-2/+3
2000-06-06Create elements in default, not in read.Jeremy Allison1-3/+1
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2-10/+21
2000-06-04added a MANGLE_DRIVER_PATH define to chooose whether we stuff with theAndrew Tridgell1-10/+9
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison1-0/+5
2000-06-02More memory leak and PANIC action fixes.Jeremy Allison1-3/+8
2000-06-02More memory leak fixes.Jeremy Allison1-15/+37
2000-06-02More memory corruption (leaks etc.) fixes.Jeremy Allison1-11/+12
2000-06-02Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison1-8/+21
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison2-4/+5
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-2/+4
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+5
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-2/+4
2000-06-01Changes I really don't want to lose whilst CVS is playing up.Jeremy Allison1-222/+257
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-19/+23
2000-05-29fixed some more crashesAndrew Tridgell1-86/+44
2000-05-28lp_server_role() + use in srv_reg.Luke Leighton1-1/+20
2000-05-28don't free a driver structure from the stack!Andrew Tridgell1-5/+7
2000-05-28fixed return error code that had 0xC with not enough zerosAndrew Tridgell1-5/+5
2000-05-28#ifdef not #ifLuke Leighton1-3/+3
2000-05-28moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton1-1/+24
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell2-11/+23
2000-05-27uninitialised variable "list"Luke Leighton1-1/+1
2000-05-27unistr_to_dos not unistr_to_asciiLuke Leighton1-2/+2
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-5/+75
2000-05-26Fixed memory leak in RPC parsing code.Shirish Kalele1-1/+6
2000-05-26Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison1-2/+6
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele3-4/+4
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-16/+14
2000-05-22Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison1-10/+58
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2-0/+459
2000-05-17Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison1-0/+7
2000-05-17Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison1-1/+1
2000-05-16Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison1-173/+361
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele1-1/+1
2000-05-15Check error returns.Jeremy Allison1-4/+9
2000-05-15Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison1-10/+14
2000-05-15Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison1-3/+54