summaryrefslogtreecommitdiffstats
path: root/source3/printing/print_aix.c
Commit message (Collapse)AuthorAgeFilesLines
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-08-081-3/+14
| | | | | | | | | This will allow in future for a single atomic printer_list.tdb update. Bug: https://bugzilla.samba.org/show_bug.cgi?id=10652 Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-2/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: fix the AIX 5.3 build.Günther Deschner2011-04-201-0/+1
| | | | | | (AIX defines open to be open64) Guenther
* s3-printing: explicitly include "printing/pcap.h" as there is ↵Günther Deschner2010-05-141-1/+1
| | | | | | | | /usr/include/pcap.h. Thanks metze for pointing this out. Simo, please check. Guenther
* Make pcap headers privateSimo Sorce2010-05-141-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-4/+4
| | | | | | | | Since it's a function it just sets the local pointer to NULL and basically is an equivalent to free(). It also claims it's being used for callbacks but isn't used that way anywhere.
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+2
| | | | (This used to be commit fd34ce437057bb34cdc37f4b066e424000d36789)
* Fix bug leftover from pstring conversion noticed by ceezJeremy Allison2007-12-101-3/+1
| | | | | | on irc. Jeremy. (This used to be commit 70950b419a57465c38bb36722644b95b1d14f76d)
* Remove pstring from printing/*.c except for theJeremy Allison2007-11-211-9/+23
| | | | | | | tdb_unpack requirement (I'll be making that an allocating interface later). Jeremy. (This used to be commit d2ee75326ac291ab4f1860075ba35f58703c7d9d)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r4539: patch from Rob -- adding real printcap name cache function to speed ↵Gerald Carter2007-10-101-0/+111
up printcap reloads (This used to be commit 1cad5250932b963c2eb9b775221b13db386d601b)