summaryrefslogtreecommitdiffstats
path: root/source/printing/print_generic.c
Commit message (Collapse)AuthorAgeFilesLines
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+4
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-1/+1
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3067: patch based on volker's initial work in trunk that fixes the queu ↵Gerald Carter2007-10-101-45/+44
| | | | update problem when using the background daemon
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
| | | | | compilation, but that allows Samba3 to take advantage of pre-compiled headers in gcc if available.
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-1/+1
|
* Ensure print queue array is zeroed out before returning.Jeremy Allison2003-04-091-0/+1
| | | | Jeremy.
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+3
|
* Merge JohnR's fix.Jeremy Allison2002-03-191-5/+10
| | | | Jeremy.
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
|
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell2001-07-041-1/+1
| | | | can't redefine them. damn.
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+1
| | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation.
* configure:Jeremy Allison2001-04-141-15/+7
| | | | | | | | | | | | | | | | | | | | | | configure.in: include/config.h.in: include/profile.h: smbd/vfs-wrap.c: smbd/vfs.c: Added fchmod and fchown to VFS (sorry Gerald - but we needed them anyway). smbd/dosmode.c: smbd/files.c: printing/printfsp.c: smbd/close.c: smbd/open.c: Fixed "dos filemode" correctly so there are no race conditions. Forces test of open of file O_WRONLY before allowing fchmod as root. Afterwards, calls standard close function that preserves POSIX locks due to POSIX-me-harder braindamage. :-). Andrew please review this code. Also - in removing the tmpdir param in smbrun an extra NULL parameter was missed in each print_run_command() call (which is a varargs fn.). Now fixed. Jeremy.
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-23/+4
| | | | Jeremy.
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-11/+20
| | | | | be read. Jeremy.
* Fixed missing HAVE_STDARG_H.Jeremy Allison2001-04-101-4/+20
| | | | Jeremy.
* Fixed typo bug spotted by Jim Vopni jimv@metrics.com. Caused no status toJeremy Allison2001-03-281-1/+1
| | | | | | be returned. Jeremy. CVS ----------------------------------------------------------------------
* Added files for CUP printing patch split.Jeremy Allison2001-03-161-0/+251
Jeremy.