| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 7c9a7cb8682156ffb39382a44e3abf40408bff63.
|
|
|
|
| |
This reverts commit a48d591ef5d839159f600a8c7e2966211450c00b.
|
|
|
|
| |
This reverts commit a2f298883f21c3e9afe686ee393410f2bcb28370.
|
|
|
|
|
|
| |
1.3.4, Unsupported character set."
This reverts commit 47161923108222c41db4572b5f44cdb2b6d84a51.
|
|
|
|
|
|
| |
printer lists."
This reverts commit f5f7ed4041ef986a5ce208d59bbf39d34373ce71.
|
|
|
|
| |
This reverts commit 916bb3a8dc1ab23e416508cc2ed7a5791540e622.
|
|
|
|
| |
(cherry picked from commit 1ab2a5b958a900a078cadf98b83fba7fadbaedf9)
|
|
|
|
|
| |
Jeremy.
(cherry picked from commit 48ee5a66d18b805d03f93c85e98a41374d82cfb9)
|
|
|
|
|
|
|
|
|
|
| |
Unsupported character set.
Cups 1.3.4 expects utf8 to be used in all messages to/from the server. We may be using a
different character set so we need to use talloc utf8 push/pull functions in all communication.
Contains the !server fix already applied to 3.3.
Jeremy.
(cherry picked from commit a1323951a3264f81be07276f021201bee0d8d0f5)
|
|
|
|
|
| |
Jeremy.
(cherry picked from commit d596f78517f33f5a4c4849be3162d4f3031f045f)
|
|
|
|
|
| |
Jeremy.
(cherry picked from commit 3cba8305bd32c7a83fd9c39eaea953b8a0199b22)
|
|
|
|
|
|
| |
If opening new_file fails, fsp would still be set to the files_struct of
old_file.
(cherry picked from commit f75b53f85cbccc4b37db4c9adc0df81a06898d38)
|
|
|
|
| |
(cherry picked from commit 11a8f5161184914bec031c741c57bbce19998d2c)
|
|
|
|
| |
(cherry picked from commit 6b0fed09ea34409d1c61bae9121bdb38d4c68d62)
|
|
|
|
|
|
|
| |
Should map the created sd to printer jobs, not printer.
Confirmed fix by the reporter. Karolin please pull for 3.2-stable.
Jeremy.
(cherry picked from commit f620182ac41eaf659cf53842df1089ce1f823654)
|
|
|
|
|
|
| |
they're in use by other drivers.
Jeremy.
(cherry picked from commit 205c352caeb32693a02fcfaeb3f18515719ac373)
|
|
|
|
|
|
|
|
| |
We now open messages.tdb even before we do the become_daemon. become_daemon()
involves a fork and an immediate exit of the parent, thus the
parent_is_longlived argument must be set to false in this case. The parent is
not really long lived :-)
(cherry picked from commit 4f4781c6d17fe2db34dd5945fec52a7685448aec)
|
|
|
|
|
| |
metze
(cherry picked from commit 9adb675a86e81c90e2bddfe984b5ac8f201fec75)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 6cee34703503fbf3629057345fe221b866560648)
|
|
|
|
|
|
|
|
|
| |
the server when searching for a name for the location and comment fields can
take so much time the client times out. When searching for a name we don't
use these fields anyway, so add a function get_a_printer_search() which
doesn't contact the CUPS server.
Jeremy.
(cherry picked from commit 92d9f20852d5384e92a93dd0b051034718840ca8)
|
|
|
|
|
| |
Michael
(cherry picked from commit 3d2fdcd50fdbfb66a14360516836445d47eceeb0)
|
|
|
|
|
|
|
|
| |
Replace all callers of traverse with this tdb_traverse_delete_fn() and
don't export tdb_traverse_delete_fn() anymore.
Michael
(cherry picked from commit d4be4e30cd8c3bdc303da30e42280f892a45a8c9)
|
|
|
|
| |
(cherry picked from commit b59b436997fba47afd02ffb6f1194dfaef229d44)
|
|
|
|
| |
(cherry picked from commit 3fc85d22590550f0539215d020e4411bf5b14363)
|
|
|
|
| |
Karolin
|
|
|
|
|
|
|
|
| |
Just a small commit to get a handle on this git thingy. This patch
fixes some missing calls to va_end() to match various calls to va_start()
and VA_COPY().
Tim.
|
| |
|
|
|
|
| |
Reported by Martin Zielinski <mz@seh.de>
|
|
|
|
|
| |
prs_struct.
Jeremy.
|
|
|
|
| |
Michael
|
|
|
|
| |
Michael
|
|
|
|
|
|
| |
with Volker. Mostly making sure we have data on the incoming
packet type, not stored in the smb header.
Jeremy.
|
|
|
|
| |
ndr_size_security_descriptor does the same as sec_desc_size
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
| |
on irc.
Jeremy.
|
|
|
|
|
|
| |
locking.c:open_read_only was unused
don't export the silly boolean flag locking_init(bool read_only)
|
| |
|
|
|
|
|
| |
No more temptations to use static length strings.
Jeremy.
|
|
|
|
| |
metze
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
than expect a pstring space to put data into.
Fix the (few) callers.
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
| |
tdb_unpack requirement (I'll be making that an
allocating interface later).
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
them a better match for replacing string_sub. Remove
more unused code.
Jeremy.
|