summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-1/+1
2002-01-15Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison1-1/+1
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+113
2002-01-11Round and round we go....Jeremy Allison1-1/+2
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-19/+17
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter1-0/+5
2001-12-14FALSE -> FalseTim Potter1-1/+1
2001-12-13merge from appliance_headGerald Carter1-0/+4
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+86
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-21/+3
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+2
2001-11-30merge from APPLIANCE_HEADGerald Carter1-16/+20
2001-11-30Check error returns.Jeremy Allison1-4/+12
2001-11-30Gerald's fix.Jeremy Allison1-6/+2
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-2/+2
2001-11-28merge from APPLIANCE_HEADGerald Carter1-12/+9
2001-11-27Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison1-3/+16
2001-11-22remove unused variablesGerald Carter1-1/+0
2001-11-22merge from 2.2Gerald Carter1-33/+322
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter1-0/+38
2001-10-16Fix some unicode string error.Jean-François Micouleau1-31/+42
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-116/+106
2001-09-14merge from appliance_headGerald Carter1-6/+6
2001-09-10cut-n-paste errorGerald Carter1-1/+1
2001-09-10merge from APPLIANCE_HEADGerald Carter1-12/+21
2001-09-04a fix for fussy compilersAndrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-96/+107
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-158/+156
2001-09-03the next step in our error code handling changeAndrew Tridgell1-232/+229
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-228/+224
2001-08-13merge from 2.2Gerald Carter1-0/+12
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-19/+50
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-3/+24
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-276/+279
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-61/+61
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-07-04The big character set handling changeover!Andrew Tridgell1-41/+26
2001-06-26SGI compiler fixes.Herb Lewis1-12/+0
2001-06-13Make message receive fn static.Jeremy Allison1-1/+1
2001-06-02i18n bugfix merge from appliance.Tim Potter1-1/+6
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-0/+82
2001-04-27More acl -> the_acl, %d with uid_t issues.Jeremy Allison1-13/+13
2001-04-27fix a bug in printer name handling that jerry reported.Jean-François Micouleau1-3/+8
2001-04-16Getting medieval with compiler warnings as Jeremy puts it.Tim Potter1-1/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-15/+11
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-35/+23
2001-04-12Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison1-13/+9