summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.Jeremy Allison2000-04-031-1/+1
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-1/+1
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
* Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau2000-03-131-0/+8
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-33/+57
* fixed enumprinterdata.Jean-François Micouleau2000-03-071-11/+10
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-6/+2
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-151-70/+70
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-071-0/+1413
* Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-291-0/+4
* printing/print_cups.c from 2.0.6Andrew Tridgell1999-12-171-0/+206
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-1412/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-133-99/+115
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-122-20/+51
* don't leak printer handles,Jean-François Micouleau1999-09-271-3/+3
* Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1999-09-251-14/+51
* many small bugs...Jean-François Micouleau1999-07-011-1/+1
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-1/+88
* last part of RPC api change.Jean-François Micouleau1999-05-031-2/+2
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+1289
* Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.Tim Potter1999-04-071-4/+4
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-1/+1
* replace ' with _ as wellAndrew Tridgell1998-11-231-12/+12
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-172-5/+5
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1998-11-121-4/+6
* J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1998-11-111-1/+3
* include/local.h:Jeremy Allison1998-11-101-3/+6
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-2/+2
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-176/+106
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+1
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1Jeremy Allison1998-09-181-2/+2
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-2/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-9/+18
* some more dummy files to ignoreAndrew Tridgell1998-08-151-0/+1
* moved the printing related files to a separate printing/ directory.Andrew Tridgell1998-08-151-0/+0
* configure: Changes for extra headers.Jeremy Allison1998-08-151-14/+14
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-151/+186
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+2
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-0/+33
* printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1998-05-211-2/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-122-33/+33
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-4/+4
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-061-4/+4
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-132-3/+3