summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison5-43/+32
2001-03-03Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...Jeremy Allison1-2/+4
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison3-59/+62
2001-03-02Arrgggh. Returning the SPOOL_INFO stuff requires that the reallocedJeremy Allison1-23/+36
2001-03-02Move to talloc controlled NT forms.Jeremy Allison1-26/+9
2001-03-01Don't return stack structures...Jeremy Allison1-12/+18
2001-03-01Fix memory leaks introduced in restructure.Jeremy Allison1-15/+13
2001-03-01When opening a printserver use a global snum of -1.Jeremy Allison1-2/+2
2001-03-01rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison1-4/+7
2001-03-01Remove unused code.Jeremy Allison1-3/+3
2001-03-01Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the tallocJeremy Allison1-14/+62
2001-02-28Finished converion of spoolss code to canonical format. Now to work on theJeremy Allison2-114/+200
2001-02-28Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.Jeremy Allison1-3/+8
2001-02-28More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison2-75/+113
2001-02-28Converted more to canonical format... save as I go.,Jeremy Allison2-26/+40
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2-9/+17
2001-02-28Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison2-54/+98
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-145/+27
2001-02-27Don't marshal data from a stack frame.....Jeremy Allison1-8/+14
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-12/+24
2001-02-27Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison3-0/+3673
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison1-337/+60
2001-02-27Implementation module for netlog pipe. Can't be easily integrated intoJeremy Allison1-0/+663
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison1-978/+95
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison2-53/+88
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison2-515/+60
2001-02-26Added implementation file for lsa.Jeremy Allison1-0/+475
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison1-58/+93
2001-02-25Separated reg code into interface & implementation.Jeremy Allison2-171/+207
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-5/+31
2001-02-16Excise snprintf -> slprintf.Jeremy Allison2-65/+149
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-2/+2
2001-02-13It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison1-4/+13
2001-02-03merge from APPLIANCE_HEAD (mapping access_required 0x0 toGerald Carter1-2/+6
2001-01-31Changes from SAMBA_2_2:David O'Neill2-52/+66
2001-01-31Missing sys_endpwent() call in get_passwd_entries()Tim Potter1-1/+1
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-6/+6
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-32/+55
2001-01-25Changes from APPLIANCE_HEAD:David O'Neill1-20/+11
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison1-17/+44
2001-01-23increase MAX_POL_HNDS (merge from 2.2)Gerald Carter1-1/+1
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-12/+24
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-3/+0
2001-01-19Changes from APPLIANCE_HEAD:David O'Neill1-2/+2
2001-01-18Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill2-96/+432
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-18/+33
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill2-3/+5
2001-01-11RPC server fixes for RPC client changes merged from TNG.Tim Potter1-2/+4
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-43/+69