summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2001-12-21Factor out a broadcast_printer_notify() routine.Martin Pool1-7/+17
2001-12-18Fixed uninitialised variable warning.Tim Potter1-1/+1
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter1-9/+37
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-0/+1
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+18
2001-12-03Writing decimal constants as "02" has been shown to cause cancer inMartin Pool1-1/+1
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-1/+1
2001-11-26Merge from appliance-head: when creating a default security descriptorTim Potter1-1/+11
2001-11-24added "net join" commandAndrew Tridgell1-2/+1
2001-11-22merge oops fix from 2.2Gerald Carter1-4/+4
2001-11-22merge from 2.2Gerald Carter1-12/+30
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison2-1/+2
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+6
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-7/+6
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