summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Change reconnect maximum delay to 3 seconds.Vincent Untz1-1/+6
2009-02-28Use "/jobs/" as resource instead of "/admin/"Vincent Untz1-5/+4
2009-02-28Move the check validity for job_hold_until later.Vincent Untz1-1/+7
2009-02-28Add checks for job id validity.Vincent Untz1-2/+32
2009-02-28Make cph_cups_reconnect() static.Vincent Untz1-1/+1
2009-02-28Mark the newly-implemented pycups API as covered.Vincent Untz1-3/+3
2009-02-28Tweak comment.Vincent Untz1-1/+1
2009-02-28More code style fixes.Vincent Untz1-15/+17
2009-02-28Change default policy for job-edit to yes.Vincent Untz1-1/+1
2009-02-28Remove tracking of the reconnecting state: it's not used.Vincent Untz1-6/+0
2009-02-28Code style fixes.Vincent Untz2-16/+32
2009-02-28Add job related functions + reconnect abilityMarek Kasik6-5/+406
2009-01-27Only use send_destination.Vincent Untz1-2/+1
2008-11-21Implement FileGet/FilePut methods.Vincent Untz5-2/+130
2008-11-21Use class-edit check when classes are involved.Vincent Untz1-12/+30
2008-11-21Add cph_cups_is_class().Vincent Untz2-0/+41
2008-11-21Also take into account printer-X-edit for set-default/printer-enable.Vincent Untz2-5/+33
2008-11-21Add _check_polkit_for_printer().Vincent Untz1-15/+43
2008-11-21Fix check for remote hplip.Vincent Untz1-0/+1
2008-11-21Add cph_cups_is_printer_local(), to make life easier.Vincent Untz2-0/+32
2008-11-21Check right actions for class methods.Vincent Untz1-3/+9
2008-11-21Rename policies with dashes, and add class-edit.Vincent Untz2-10/+19
2008-11-21Add cph_cups_printer_get_uri() to get the URI of a printer based on itsVincent Untz2-0/+61
2008-11-20Make it possible to check for more than one authorization for a givenVincent Untz1-21/+85
2008-11-20Fix a bug where most of the changes to a printer didn't work.Vincent Untz1-2/+8
2008-11-20Add some commented out code useful for debugging.Vincent Untz1-0/+4
2008-11-20Add new policies for PK, and start using them.Vincent Untz2-4/+50
2008-11-20s/_cps/_cph/ (typo in namespace)Vincent Untz2-2/+2
2008-11-20Implement ClassAddPrinter/ClassDeletePrinter/ClassDelete methods.Vincent Untz5-3/+353
2008-11-20Mark adminGetServerSettings/adminSetServerSettings as done.Vincent Untz1-2/+2
2008-11-20Add cps_cups_is_printer_uri_local() function.Vincent Untz2-0/+64
2008-11-20s/_cps/_cph/ (typo in namespace)Vincent Untz1-3/+3
2008-11-20Add ServerGetSettings/ServerSetSettingsVincent Untz5-0/+169
2008-11-20Fix stupid crash in _cps_cups_printer_class_set_users().Vincent Untz2-7/+4
2008-11-20Skip empty user names when setting Allowed/Denied.Vincent Untz2-9/+36
2008-11-20Accept an empty string array for deleting an option.Vincent Untz1-1/+1
2008-11-20Add (untested) PrinterSetUsersAllowed/PrinterSetUsersDenied.Vincent Untz5-4/+187
2008-11-20Change the signature of PrinterAddOptionDefault to take as.Vincent Untz5-68/+42
2008-11-13Fix a crash in validity checks.Vincent Untz1-2/+2
2008-11-13Add some code in the python test for accepting jobs.Vincent Untz1-0/+13
2008-11-13Add some code in the python test for changing an option.Vincent Untz1-0/+13
2008-11-13Add remaining safety checks.Vincent Untz1-12/+44
2008-11-13Add lots of checks.Vincent Untz1-15/+45
2008-11-13Create a macro to easily add some checks.Vincent Untz1-15/+19
2008-11-13Validity check for printer URI.Vincent Untz1-1/+40
2008-11-13Add small comment.Vincent Untz1-0/+1
2008-11-13Add checks for the printer name.Vincent Untz1-4/+43
2008-11-13Add infrastructure to have a non-cups internal status.Vincent Untz1-1/+26
2008-11-13Implement _cph_cups_is_printer_name_valid()Vincent Untz1-1/+12
2008-10-27Make it possible to specify the resource to use for cups requests.Vincent Untz1-26/+65