summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* merging for 2.2.6pre1Gerald Carter2002-07-271-2/+1
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-11/+58
* Move over to RELEASE branch.Jeremy Allison2002-02-011-5/+164
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-1/+1
* Syncup getting ready for release.Jeremy Allison2001-07-061-0/+66
* rename of new_spoolss_* to spoolss_* to conform to the majorityGerald Carter2001-03-271-11/+11
* Roll back the 2.2 code using talloc_realloc to the HEAD code (whichJeremy Allison2001-03-061-1/+8
* Finished conversion of spoolss to canonical format. Now to fix the alloc/freeJeremy Allison2001-02-281-65/+31
* More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison2001-02-281-35/+17
* Converted more to canonical format... save as I go.Jeremy Allison2001-02-281-16/+8
* Oops - forgot to check rpc_client compiled. Also did a few more spoolssJeremy Allison2001-02-281-6/+3
* Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison2001-02-281-31/+18
* Partial move of spoolss interface to new format. All SPOOLSS_XXX structs areJeremy Allison2001-02-281-120/+3
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-3/+0
* correct checking of access_required in openprinterex as talked with JohnJean-François Micouleau2001-01-311-1/+1
* Merge with fixes from appliance-head.Jeremy Allison2001-01-181-1/+1
* 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