summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2001-10-16Optimisation to send only to correct processid.Jeremy Allison1-6/+16
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau1-2/+50
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter8-16/+0
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison1-2/+3
2001-09-17move to SAFE_FREE()Simo Sorce2-52/+43
2001-09-15Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett1-41/+9
2001-09-10convert more code to use XFILEAndrew Tridgell1-13/+13
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-4/+4
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2-119/+124
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell2-16/+16
2001-09-03the next step in our error code handling changeAndrew Tridgell1-12/+11
2001-09-02updated copyright for Michael SweetAndrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-6/+6
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-1/+0
2001-08-24get rid of compiler warningsHerb Lewis1-1/+1
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter3-8/+8
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-9/+51
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison2-400/+643
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2-26/+26
2001-08-10Fixed typo in patch.Jeremy Allison1-1/+1
2001-08-09Added fix from Dan Thibadeau @ HP for parsing problem.Jeremy Allison1-0/+13
2001-08-09Merged John's fix.Jeremy Allison1-1/+1
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-6/+6
2001-07-30Fixup error returns in updating driver db version.Jeremy Allison1-22/+40
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-3/+3
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-4/+4
2001-07-23Same fix for resume as for pause.Jeremy Allison1-1/+2
2001-07-23Fix for CUPS pause/restart code.Jeremy Allison1-2/+2
2001-07-23Fix for cups compile.Jeremy Allison1-16/+17
2001-07-17iFix from "Shahms E. King" <shahms@shahms.com> to get cups user nameJeremy Allison1-6/+6
2001-07-16Fix for incorrect creation of print job names, based on a patch byJeremy Allison1-2/+2
2001-07-16Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison1-2/+0
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-1/+1
2001-07-10Removed unused local variables.Tim Potter1-8/+0
2001-07-09split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau1-32/+114
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell5-40/+40
2001-07-04The big character set handling changeover!Andrew Tridgell6-35/+13
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison1-14/+4
2001-06-28Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison1-4/+20
2001-06-26SGI compiler fixes.Herb Lewis1-0/+6
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison1-5/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell2-2/+2
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-0/+101
2001-05-10Replaced a whole bunch of lookup_name() requests inTim Potter1-8/+11
2001-05-03Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison1-0/+10
2001-04-27More debug %d -> %u issues.Jeremy Allison1-6/+6
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2-18/+9
2001-04-14configure:Jeremy Allison2-16/+8
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-23/+4
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-11/+20