index
:
~vuntz/cups-pk-helper
master
PolicyKit helper to configure cups with fine-grained privileges
vuntz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-19
[release] post-release bump to 0.1.1
HEAD
master
Vincent Untz
1
-1
/
+1
2010-02-19
[release] 0.1.0
cups-pk-helper-0.1.0
Vincent Untz
1
-0
/
+18
2010-02-19
Plug leaks
Vincent Untz
1
-9
/
+12
2010-02-19
Make functions implementing dbus methods return nothing
Vincent Untz
2
-149
/
+93
2010-02-19
Fix previous commit (d3ad5757) to build
Vincent Untz
1
-2
/
+2
2010-02-19
Make sure to return an error via dbus in case of failure
Vincent Untz
1
-4
/
+8
2010-02-19
Avoid timeout on job-related methods for invalid jobs
Vincent Untz
1
-3
/
+9
2010-02-19
Handle all cups replies the same way
Vincent Untz
1
-15
/
+25
2010-02-19
Add _cph_cups_get_attribute_string() helper
Vincent Untz
1
-33
/
+50
2010-02-19
Improve performance of cph_cups_job_get_status()
Marek Kasik
1
-10
/
+25
2010-02-19
Add JobCancelPurge method
Marek Kasik
5
-5
/
+41
2010-02-17
Fix usage of multiple actions to determine if user interaction is needed
Vincent Untz
1
-6
/
+14
2010-02-17
Update .gitignore
Vincent Untz
1
-0
/
+1
2010-02-17
Remove validation of policy file with polkit-policy-file-validate
Vincent Untz
2
-6
/
+0
2010-02-16
Add check for string length in validity checks
Vincent Untz
1
-21
/
+47
2010-02-16
Remove gtk+/gio dependency
Vincent Untz
2
-6
/
+2
2010-02-16
Put commit message guidelines in ChangeLog
Vincent Untz
1
-1
/
+47
2010-02-16
Bump version to 0.1.0 before release
Vincent Untz
1
-1
/
+1
2010-02-16
Small string tweaks in tests
Vincent Untz
2
-16
/
+16
2010-02-16
Fix removing printer in python test
Vincent Untz
1
-1
/
+1
2010-02-16
Port the tests to PolicyKit 1
Vincent Untz
2
-126
/
+18
2010-02-16
Make _cph_mechanism_get_callers_user_name() static
Vincent Untz
1
-1
/
+1
2010-02-16
Code cleanup after PolicyKit 1 port
Vincent Untz
1
-10
/
+18
2010-02-16
Port to PolicyKit 1
Marek Kasik
4
-94
/
+31
2010-02-16
Improve error string in autogen.sh
Vincent Untz
1
-1
/
+1
2010-02-16
Use email instead of old bugzilla URL to report bugs
Vincent Untz
1
-1
/
+1
2010-02-16
Use AM_SILENT_RULES
Vincent Untz
2
-2
/
+3
2010-02-16
Support adding printer without device URI
Tim Waugh
1
-3
/
+6
2010-02-16
Move lots of code around
Vincent Untz
6
-719
/
+732
2010-02-16
Reorganize cph_cups_devices_get() code to be more readable
Vincent Untz
1
-50
/
+89
2010-02-16
Improve handling of errors for cph_cups_devices_get()
Vincent Untz
1
-8
/
+10
2010-02-16
Respect the schemes when getting devices with pre cups 1.4 code
Vincent Untz
1
-0
/
+18
2010-02-16
Add real validation of URI schemes
Vincent Untz
1
-4
/
+43
2010-02-16
Use an array of strings for schemes arguments of DevicesGet
Vincent Untz
5
-30
/
+62
2010-02-16
Avoid strdup'ing constant strings
Vincent Untz
1
-15
/
+7
2010-02-16
Add a limit argument to DevicesGet
Vincent Untz
5
-3
/
+19
2010-02-16
Also respect the timeout when getting devices with pre cups 1.4 code
Vincent Untz
1
-0
/
+5
2010-02-16
Be less strict when accepting devices to output in pre cups 1.4 code
Vincent Untz
1
-2
/
+1
2010-02-16
Code cleanup for cph_cups_devices_get()
Vincent Untz
1
-52
/
+45
2010-02-16
Add DevicesGet method
Marek Kasik
6
-1
/
+241
2009-03-04
Update NEWS/configure.ac for 0.0.4.
cups-pk-helper-0.0.4
Vincent Untz
2
-1
/
+13
2009-03-04
Change reconnect maximum delay to 3 seconds.
Vincent Untz
1
-1
/
+6
2009-02-28
Use "/jobs/" as resource instead of "/admin/"
Vincent Untz
1
-5
/
+4
2009-02-28
Move the check validity for job_hold_until later.
Vincent Untz
1
-1
/
+7
2009-02-28
Add checks for job id validity.
Vincent Untz
1
-2
/
+32
2009-02-28
Make cph_cups_reconnect() static.
Vincent Untz
1
-1
/
+1
2009-02-28
Mark the newly-implemented pycups API as covered.
Vincent Untz
1
-3
/
+3
2009-02-28
Tweak comment.
Vincent Untz
1
-1
/
+1
2009-02-28
More code style fixes.
Vincent Untz
1
-15
/
+17
2009-02-28
Change default policy for job-edit to yes.
Vincent Untz
1
-1
/
+1
[next]