summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss_nt.c
Commit message (Expand)AuthorAgeFilesLines
* Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-021-8/+95
* fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...Gerald Carter2003-04-011-1/+3
* fix potential smbd crash when we fail to alloacte a policy handle for a print...Gerald Carter2003-03-311-8/+9
* add a few error checks in EnumPrinterData()Gerald Carter2003-03-311-4/+5
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-6/+0
* * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
* * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-031-1/+13
* Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-011-0/+6
* additional fix for CR 601Gerald Carter2003-02-271-0/+6
* Progress on CR 601Gerald Carter2003-02-251-155/+122
* i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/Gerald Carter2003-02-211-1/+1
* couple of merges from APP_HEADGerald Carter2003-02-211-3/+24
* set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985Gerald Carter2003-02-181-10/+57
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-171-2/+2
* * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-151-1/+1
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-3/+2
* Removed unused variable.Jeremy Allison2003-02-131-1/+0
* Merge JohnR's patch.Jeremy Allison2003-02-131-3/+1
* Fixed type.Jeremy Allison2003-02-051-1/+1
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-1/+1
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-1/+1
* The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett2003-01-141-2/+2
* typo from mergeGerald Carter2003-01-111-1/+1
* [merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter2003-01-111-11/+42
* a 0 length printer data value is not a memory allocation error; fix CR601Gerald Carter2003-01-091-2/+10
* BIG patch...Andrew Bartlett2003-01-021-15/+15
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* * fix memory leak when constructing an driver_level_6 structureGerald Carter2002-12-171-1/+7
* Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-131-34/+9
* More printer publishing code.Jim McDonough2002-12-131-5/+41
* Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough2002-12-041-18/+119
* [merge from app_head]Gerald Carter2002-12-041-2/+15
* formatting fixGerald Carter2002-11-181-35/+35
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+1
* fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter2002-11-111-2/+8
* First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison2002-11-101-11/+29
* deldriver fixGerald Carter2002-11-091-0/+6
* re-enable ffpcn on print server handleGerald Carter2002-11-091-1/+1
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-7/+31
* PURGE_PRINTER fix from APP_HEADGerald Carter2002-10-251-2/+0
* fix from APP_HEAD to commit a re-init'd printer to diskGerald Carter2002-10-161-0/+6
* merge from app_head to use GMT in job submission notificationGerald Carter2002-10-151-1/+1
* print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter2002-10-091-11/+5
* add_printer_hook() fix from APP_HEADGerald Carter2002-10-091-6/+17
* merge from APP_HEADGerald Carter2002-10-081-7/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.Jeremy Allison2002-10-021-0/+1
* It turns out that Windows allows delete printer on a handleJeremy Allison2002-09-271-0/+14
* Check for security on delete printer was reversed...Jeremy Allison2002-09-271-5/+5
* merge from APP_HEADGerald Carter2002-09-251-0/+2