summaryrefslogtreecommitdiff
path: root/src/cups-pk-helper-mechanism.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Plug leaksVincent Untz1-9/+12
2010-02-19Make functions implementing dbus methods return nothingVincent Untz1-120/+64
2010-02-19Fix previous commit (d3ad5757) to buildVincent Untz1-2/+2
2010-02-19Make sure to return an error via dbus in case of failureVincent Untz1-4/+8
2010-02-19Avoid timeout on job-related methods for invalid jobsVincent Untz1-3/+9
2010-02-19Add JobCancelPurge methodMarek Kasik1-1/+10
2010-02-17Fix usage of multiple actions to determine if user interaction is neededVincent Untz1-6/+14
2010-02-16Make _cph_mechanism_get_callers_user_name() staticVincent Untz1-1/+1
2010-02-16Code cleanup after PolicyKit 1 portVincent Untz1-10/+18
2010-02-16Port to PolicyKit 1Marek Kasik1-82/+19
2010-02-16Move lots of code aroundVincent Untz1-211/+211
2010-02-16Use an array of strings for schemes arguments of DevicesGetVincent Untz1-6/+6
2010-02-16Add a limit argument to DevicesGetVincent Untz1-0/+2
2010-02-16Add DevicesGet methodMarek Kasik1-0/+24
2009-02-28Code style fixes.Vincent Untz1-14/+31
2009-02-28Add job related functions + reconnect abilityMarek Kasik1-5/+138
2008-11-21Implement FileGet/FilePut methods.Vincent Untz1-0/+42
2008-11-21Use class-edit check when classes are involved.Vincent Untz1-12/+30
2008-11-21Also take into account printer-X-edit for set-default/printer-enable.Vincent Untz1-5/+27
2008-11-21Add _check_polkit_for_printer().Vincent Untz1-15/+43
2008-11-21Check right actions for class methods.Vincent Untz1-3/+9
2008-11-21Rename policies with dashes, and add class-edit.Vincent Untz1-4/+4
2008-11-20Make it possible to check for more than one authorization for a givenVincent Untz1-21/+85
2008-11-20Add new policies for PK, and start using them.Vincent Untz1-2/+2
2008-11-20Implement ClassAddPrinter/ClassDeletePrinter/ClassDelete methods.Vincent Untz1-0/+58
2008-11-20Add ServerGetSettings/ServerSetSettingsVincent Untz1-0/+52
2008-11-20Fix stupid crash in _cps_cups_printer_class_set_users().Vincent Untz1-3/+0
2008-11-20Skip empty user names when setting Allowed/Denied.Vincent Untz1-0/+3
2008-11-20Add (untested) PrinterSetUsersAllowed/PrinterSetUsersDenied.Vincent Untz1-1/+41
2008-11-20Change the signature of PrinterAddOptionDefault to take as.Vincent Untz1-7/+6
2008-10-27Make AcceptJobs actually work.Vincent Untz1-0/+3
2008-09-22Add quite some stuff, and the current patch to s-c-p.Vincent Untz1-15/+314
2008-09-21First pass at this.Vincent Untz1-4/+97
2008-09-18Add base of code, without methods (based on clock applet code).Vincent Untz1-0/+294