summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-091-0/+32
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-051-0/+38
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-311-0/+28
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-0/+31
* yipee!Andrew Tridgell2000-08-281-2/+3
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-1/+1
* Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter2000-07-061-3/+3
* Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2000-06-201-0/+1
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-40/+108
* Memory leak fixes.Jeremy Allison2000-06-061-1/+1
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-051-0/+2
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-011-0/+3
* Back to building. Now to test with insure.Jeremy Allison2000-06-011-1/+5
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-8/+2
* more merging voodooAndrew Tridgell2000-05-101-1/+2
* - use full_name instead of real_nameAndrew Tridgell2000-05-041-0/+2
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-021-0/+31
* fixed a memory leak of devmode in spoolssAndrew Tridgell2000-04-251-0/+3
* fixed another spoolss memory leakAndrew Tridgell2000-04-231-0/+2
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-061-13/+26
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-35/+33
* oops ! forgot smb.h in last commitJean-François Micouleau2000-03-131-0/+11
* parse correctly getprinterdriver2Jean-François Micouleau2000-03-131-2/+3
* added enumprintprocessordatatypesJean-François Micouleau2000-02-261-0/+36
* rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2000-02-261-21/+16
* converted a couple of bzero() to memset()Jean-François Micouleau2000-02-241-3/+8
* more rewrite ...Jean-François Micouleau2000-02-211-122/+133
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-151-124/+402
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-071-0/+793
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-3781/+0
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-118/+118
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-17/+17
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-97/+15
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-15/+15
* don't leak printer handles,Jean-François Micouleau1999-09-271-3/+14
* Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1999-09-251-3/+36
* Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau1999-09-241-5/+7
* - enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1999-07-271-37/+297
* many small bugs...Jean-François Micouleau1999-07-011-15/+35
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-3/+114
* last part of RPC api change.Jean-François Micouleau1999-05-031-121/+132
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+3415