summaryrefslogtreecommitdiffstats
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* SGI compiler fixes.Herb Lewis2001-06-261-0/+6
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-221-5/+5
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-042-2/+2
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-0/+101
* Replaced a whole bunch of lookup_name() requests inTim Potter2001-05-101-8/+11
* Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison2001-05-031-0/+10
* More debug %d -> %u issues.Jeremy Allison2001-04-271-6/+6
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-182-18/+9
* configure:Jeremy Allison2001-04-142-16/+8
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-23/+4
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-11/+20
* Fixed missing HAVE_STDARG_H.Jeremy Allison2001-04-101-4/+20
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-10/+10