Gone back to explicit queue number passing as snum - removed encoding of
[tprouty/samba.git] / source / rpc_server / srv_spoolss_nt.c
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-12 Jeremy AllisonWe must ZERO_STRUCT before using the buffer in copy_uni...
2002-07-11 Gerald Carteradded copyright
2002-07-11 Gerald Carterlast check in for tonight.
2002-07-11 Gerald Carterall that is left to do is to actually perform the
2002-07-11 Gerald Carterintermediate work on DeletePrinterDriverEx(). This...
2002-07-08 Gerald Carterfix typo
2002-07-08 Gerald Carteradded parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and
2002-07-08 Gerald Carter* basic implementation of SPOOLSS_DELETEPRINTERDATAEX and
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-07-02 Tim PotterMerge of constant renames from APPLIANCE_HEAD.
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...
2002-06-24 Gerald Cartercompile fix
2002-06-24 Gerald Carterprinting merge from SAMBA_2_2. Ther server code looks...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-11 Gerald Cartermerge from 2.2
2002-06-06 Tim PotterFix compile error - doh!
2002-06-06 Tim PotterMoved some notify related constants into srv_spoolss_nt...
2002-06-06 Tim PotterFixed out of date comment for _spoolss_rffpcnex()
2002-05-24 Gerald Cartermerge from SAMBA_2_2
2002-05-24 Gerald Cartermerge from SAMBA_2_2.
2002-05-19 Tim PotterPatch to only set SV_TYPE_PRINTQ_SERVER in default_serv...
2002-05-09 Jeremy AllisonMerged in printing fixes... There were many missing !
2002-04-22 Gerald Cartermerge from SAMBA_2_2
2002-04-18 Jeremy AllisonFix found by Li Shao @ HP - XP clients don't bother...
2002-04-15 Tim PotterMerge ... print server permission handling fixes from...
2002-04-11 Jeremy AllisonCorrectly emulate NT in printer handle opening access...
2002-04-11 Gerald Carters/werror_str/dos_errstr/g to fix compile
2002-04-11 Gerald CarterWERROR merge from SAMBA_2_2
2002-04-09 Tim PotterFixed typo in debug statement.
2002-04-09 Tim PotterFixed some compiler warnings.
2002-04-05 Jeremy AllisonFix Gerry bug - MajorVersion should be 2 not 3.
2002-03-28 Gerald Cartermerge from SAMBA_2_2
2002-03-26 Gerald CarterOpenPrinter() merge from 2.2
2002-03-22 Tim PotterStomped on some header file version numbers that have...
2002-03-20 Gerald Cartermerge from APPLIANCE_HEAD
2002-03-20 Gerald Carterresetprinter merge from SAMBA_2_2
2002-03-20 Tim PotterMerge from app-head:
2002-03-19 Jeremy AllisonMerge in JohnR's page count fixes.
2002-03-17 Tim PotterAdded dos_errstr() function. Not all errors in list...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-03-14 Tim PotterBacked out enumprinters stuff - leave it for another...
2002-03-12 Tim PotterMerge of enumprinters vs getprinter naming patch from 2.2
2002-03-08 Gerald Cartermerge from 2.2
2002-03-08 Gerald Cartermerge from 2.2
2002-03-08 Jeremy AllisonTurns out an Admin user shouldn't always have access...
2002-03-07 Jeremy AllisonMerge in the change to do per-handle access checks...
2002-02-26 Jeremy AllisonFixup the sending of printer change messages from job...
2002-02-25 Tim PotterMerge of printing performance fixes from appliance.
2002-02-21 Gerald Cartermerge from 2.2
2002-02-21 Gerald Cartermerge from 2.2
2002-02-20 Gerald Cartermerge from 2.2
2002-02-15 Gerald Cartermerge from APPLIANCE_HEAD
2002-02-12 Gerald Cartermerge from 2.2
2002-02-12 Gerald Cartermerge from 2.2
2002-02-09 Jeremy AllisonBring printing in HEAD inline with 2.2.x and app-head.
2002-01-31 Tim PotterAdded administrator access check for server side add...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Gerald Cartermerge from APPLIANCE_HEAD
2002-01-26 Jeremy AllisonFixed ADDPRINTEREX to take a devmode and a security...
2002-01-25 Jeremy AllisonMake systemtime work for spooling on bigendian systems...
2002-01-23 Tim PotterSync up startpageprinter with appliance.
2002-01-22 Jeremy AllisonMerge of fixes from 2.2.
2002-01-20 Andrew BartlettThis is the current patch from Luke Leighton <lckl...
2002-01-15 Jeremy AllisonMissing assign fix from Bernt Nilsson bkn@ida.liu.se.
2002-01-12 Jeremy AllisonAdded PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level...
2002-01-11 Jeremy AllisonRound and round we go....
2002-01-08 Jeremy AllisonAdded get_called_name() function, which replaces global...
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-14 Gerald CarterChangeID fixe from APPLIANCE_HEAD
2001-12-14 Tim PotterFALSE -> False
2001-12-13 Gerald Cartermerge from appliance_head
2001-12-10 Tim PotterAdded client and server code for the GetPrintProcessorD...
2001-12-05 Jeremy AllisonUse print_queue_length() by preference if we don't...
2001-12-05 Jeremy AllisonImproved efficiency of enumerating print queue's under...
2001-11-30 Gerald Cartermerge from APPLIANCE_HEAD
2001-11-30 Jeremy AllisonCheck error returns.
2001-11-30 Jeremy AllisonGerald's fix.
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-11-28 Gerald Cartermerge from APPLIANCE_HEAD
2001-11-27 Jeremy AllisonAdded PRINTER_ALREADY_EXISTS error check from Gerry.
2001-11-22 Gerald Carterremove unused variables
2001-11-22 Gerald Cartermerge from 2.2
2001-11-15 Tim PotterFALSE -> False
2001-11-05 Tim PotterWrote some stubs for new win2k only spoolss rpc commands:
2001-10-16 Jean-François Mico... Fix some unicode string error.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-14 Gerald Cartermerge from appliance_head
2001-09-10 Gerald Cartercut-n-paste error
2001-09-10 Gerald Cartermerge from APPLIANCE_HEAD
2001-09-04 Andrew Tridgella fix for fussy compilers
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-09-03 Andrew Tridgellmore NTSTATUS/WERROR conversion
2001-09-03 Andrew Tridgellthe next step in our error code handling change
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-13 Gerald Cartermerge from 2.2
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-10 Jeremy AllisonMerge in the NT drivers changes from 2.2.
next