summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss_nt.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge from APPLIANCE_HEADGerald Carter2002-01-261-3/+3
* Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-261-6/+4
* Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison2002-01-251-3/+20
* Sync up startpageprinter with appliance.Tim Potter2002-01-231-5/+5
* Merge of fixes from 2.2.Jeremy Allison2002-01-221-1/+1
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-1/+1
* Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison2002-01-151-1/+1
* Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison2002-01-121-0/+113
* Round and round we go....Jeremy Allison2002-01-111-1/+2
* Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-081-19/+17
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* ChangeID fixe from APPLIANCE_HEADGerald Carter2001-12-141-0/+5
* FALSE -> FalseTim Potter2001-12-141-1/+1
* merge from appliance_headGerald Carter2001-12-131-0/+4
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-0/+86
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-051-21/+3
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-051-9/+2
* merge from APPLIANCE_HEADGerald Carter2001-11-301-16/+20
* Check error returns.Jeremy Allison2001-11-301-4/+12
* Gerald's fix.Jeremy Allison2001-11-301-6/+2
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-2/+2
* merge from APPLIANCE_HEADGerald Carter2001-11-281-12/+9
* Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2001-11-271-3/+16
* remove unused variablesGerald Carter2001-11-221-1/+0
* merge from 2.2Gerald Carter2001-11-221-33/+322
* FALSE -> FalseTim Potter2001-11-151-1/+1
* Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2001-11-051-0/+38
* Fix some unicode string error.Jean-François Micouleau2001-10-161-31/+42
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-116/+106
* merge from appliance_headGerald Carter2001-09-141-6/+6
* cut-n-paste errorGerald Carter2001-09-101-1/+1
* merge from APPLIANCE_HEADGerald Carter2001-09-101-12/+21
* a fix for fussy compilersAndrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-96/+107
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-158/+156
* the next step in our error code handling changeAndrew Tridgell2001-09-031-232/+229
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-228/+224
* merge from 2.2Gerald Carter2001-08-131-0/+12
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-19/+50
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-3/+24
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-276/+279
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-61/+61
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4
* The big character set handling changeover!Andrew Tridgell2001-07-041-41/+26
* SGI compiler fixes.Herb Lewis2001-06-261-12/+0
* Make message receive fn static.Jeremy Allison2001-06-131-1/+1
* i18n bugfix merge from appliance.Tim Potter2001-06-021-1/+6
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-0/+82