summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-11/+3
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 Allison1-57/+57
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-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 Allison1-49/+169
2001-02-28More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison1-40/+96
2001-02-28Converted more to canonical format... save as I go.,Jeremy Allison1-10/+32
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-3/+14
2001-02-28Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison1-23/+80
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-25/+24
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-5/+31
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-64/+140
2001-02-03merge from APPLIANCE_HEAD (mapping access_required 0x0 toGerald Carter1-2/+6
2001-01-31Changes from SAMBA_2_2:David O'Neill1-51/+65
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-32/+55
2001-01-25Changes from APPLIANCE_HEAD:David O'Neill1-20/+11
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'Neill1-95/+431
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-18/+33
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-43/+69
2001-01-08Changes merged from APPLIANCE_HEAD:David O'Neill1-1/+5
2001-01-05Changes from APPLIANCE_HEAD:David O'Neill1-10/+47
2000-12-21merge from appliance headGerald Carter1-1/+4
2000-12-18Merged Tim's fixes from appliance-head.Jeremy Allison1-95/+113
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-1/+1
2000-12-15Fixed memory leak in JOB_INFO_2 code.Jeremy Allison1-3/+2
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+1
2000-12-14Updates from appliance-head.Jeremy Allison1-8/+47
2000-12-11Adding in debug for SD's.Jeremy Allison1-0/+31
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-3/+3
2000-11-22Changes from APPLIANCE_HEAD:David O'Neill1-4/+4
2000-11-17Fix from John Reilly for equivalence tests.Jeremy Allison1-76/+79
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-4/+4
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-1/+1
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-1/+1
2000-11-14printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison1-13/+10
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-85/+65
2000-11-08an attempt to get the handling of fields in printer info structuresAndrew Tridgell1-43/+24
2000-11-08Merge fest!!!Tim Potter1-24/+20
2000-11-07Merge of printer security descriptor, info level and printerdataTim Potter1-37/+267