summaryrefslogtreecommitdiff
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-051-0/+1
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-051-9/+18
* Writing decimal constants as "02" has been shown to cause cancer inMartin Pool2001-12-031-1/+1
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-1/+1
* Merge from appliance-head: when creating a default security descriptorTim Potter2001-11-261-1/+11
* added "net join" commandAndrew Tridgell2001-11-241-2/+1
* merge oops fix from 2.2Gerald Carter2001-11-221-4/+4
* merge from 2.2Gerald Carter2001-11-221-12/+30
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-172-1/+2
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+6
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-7/+6
* Optimisation to send only to correct processid.Jeremy Allison2001-10-161-6/+16
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-2/+50
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-028-16/+0
* Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison2001-09-261-2/+3
* move to SAFE_FREE()Simo Sorce2001-09-172-52/+43
* Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett2001-09-151-41/+9
* convert more code to use XFILEAndrew Tridgell2001-09-101-13/+13
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-4/+4
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-042-119/+124
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-032-16/+16
* the next step in our error code handling changeAndrew Tridgell2001-09-031-12/+11
* updated copyright for Michael SweetAndrew Tridgell2001-09-021-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-6/+6
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-1/+0
* get rid of compiler warningsHerb Lewis2001-08-241-1/+1
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-233-8/+8
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-9/+51
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-102-400/+643
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-102-26/+26
* Fixed typo in patch.Jeremy Allison2001-08-101-1/+1
* Added fix from Dan Thibadeau @ HP for parsing problem.Jeremy Allison2001-08-091-0/+13
* Merged John's fix.Jeremy Allison2001-08-091-1/+1
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-6/+6
* Fixup error returns in updating driver db version.Jeremy Allison2001-07-301-22/+40
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-3/+3
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-4/+4
* Same fix for resume as for pause.Jeremy Allison2001-07-231-1/+2
* Fix for CUPS pause/restart code.Jeremy Allison2001-07-231-2/+2
* Fix for cups compile.Jeremy Allison2001-07-231-16/+17
* iFix from "Shahms E. King" <shahms@shahms.com> to get cups user nameJeremy Allison2001-07-171-6/+6
* Fix for incorrect creation of print job names, based on a patch byJeremy Allison2001-07-161-2/+2
* Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison2001-07-161-2/+0
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
* Removed unused local variables.Tim Potter2001-07-101-8/+0
* split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau2001-07-091-32/+114
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-045-40/+40
* The big character set handling changeover!Andrew Tridgell2001-07-046-35/+13
* Fixed extra file_free calls - my fault :-(.Jeremy Allison2001-07-021-14/+4
* Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison2001-06-281-4/+20