summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-28yipee!Andrew Tridgell1-2/+3
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-1/+1
2000-07-06Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter1-3/+3
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-0/+1
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-40/+108
2000-06-06Memory leak fixes.Jeremy Allison1-1/+1
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison1-0/+2
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison1-0/+3
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+5
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-8/+2
2000-05-10more merging voodooAndrew Tridgell1-1/+2
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-0/+2
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+31
2000-04-25fixed a memory leak of devmode in spoolssAndrew Tridgell1-0/+3
2000-04-23fixed another spoolss memory leakAndrew Tridgell1-0/+2
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-13/+26
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-35/+33
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-0/+11
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-2/+3
2000-02-26added enumprintprocessordatatypesJean-François Micouleau1-0/+36
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau1-21/+16
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau1-3/+8
2000-02-21more rewrite ...Jean-François Micouleau1-122/+133
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau1-124/+402
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau1-0/+793
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-3781/+0
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-118/+118
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-17/+17
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-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-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-37/+297
1999-07-01many small bugs...Jean-François Micouleau1-15/+35
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-3/+114
1999-05-03last part of RPC api change.Jean-François Micouleau1-121/+132
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1-0/+3415