summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison1-4/+4
2000-05-15call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell1-2/+13
2000-05-15add prs_dump() at the top level rpc switchAndrew Tridgell1-0/+2
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-4/+26
2000-05-12fixed two uninitialised variablesAndrew Tridgell1-2/+1
2000-05-10lib/util_unistr.c:Jeremy Allison1-2/+2
2000-05-10more merging voodooAndrew Tridgell9-1/+27
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2-0/+8
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2-15/+25
2000-05-04 - use full_name instead of real_nameAndrew Tridgell3-2/+4
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell2-0/+63
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell2-3/+3
2000-05-02fixed a memory leakAndrew Tridgell1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison3-4/+4
2000-04-30fix handing of ascii_to_unistrAndrew Tridgell1-19/+19
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele1-0/+17
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell4-4/+0
2000-04-25fixed a memory leak of devmode in spoolssAndrew Tridgell1-0/+3
2000-04-23more pstring/fstring errors found by insureAndrew Tridgell1-15/+16
2000-04-23another fstring/pstring fixAndrew Tridgell1-1/+1
2000-04-23fixed another spoolss memory leakAndrew Tridgell2-2/+2
2000-04-23we can't pass a fstring to a routine expecting a pstringAndrew Tridgell1-1/+1
2000-04-23fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell1-0/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-2/+6
2000-04-18Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison1-3/+3
2000-04-16got rid of FILE* in the unix name mapping codeAndrew Tridgell1-8/+8