summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 809d9c6b90d6427f277af385daa36ab8da8fb507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
2006-04-04  Richard Hughes  <richard@hughsie.com>

	* doc/Makefile.am: Add in the new spec directory so we add the folder
	to the tarball.

	* doc/spec/polkit-spec.xml.in: Fix this up in one place so it validates
	and so that make distcheck can run again..

2006-03-29  David Zeuthen  <davidz@redhat.com>

	* configure.in: Add docbook detection
	
	* doc/spec/*: New files
	
	* polkitd/polkit-session.c (polkit_session_finalize): Free the
	questions to prevent memory leak

2006-03-27  Richard Hughes  <richard@hughsie.com>

	* .cvsignore, doc/.cvsignore, libpolkit/.cvsignore,
	polkitd/.cvsignore, privileges/.cvsignore, tools/.cvsignore:
	Add these files.

2006-03-16  David Zeuthen  <davidz@redhat.com>

	* polkitd/polkit-session.c (polkit_session_close): Remember to
	kill the child here

2006-03-16  David Zeuthen  <davidz@redhat.com>

	* polkitd/main.c (main): Bail if we can't become primary owner

	* polkitd/polkit-session.c (data_from_pam): Unref when the child dies
	(polkit_session_initiate_auth): Ref the object after creating child
	(polkit_session_initiator_disconnected): Make sure to nuke the kids

2006-03-15  David Zeuthen  <davidz@redhat.com>

	* polkitd/polkit-manager.h: Include sys/types.h; fixed fd.o
	bug #6280. Patch from Wouter Bolsterlee <uws+freedesktop@xs4all.nl>.

2006-03-14  David Zeuthen  <davidz@redhat.com>

	* polkitd/PolicyKit.in: Change priorities from 90 10 to 98 02 to make
	this work

	* polkitd/PolicyKit.conf.in: Remove user="@POLKIT_USER@" bits as I'm
	not sure we need a dedicated user

	* configure.in: Cosmetic things

2006-03-15  Kay Sievers  <kay.sievers@vrfy.org>

	Add SUSE distro bits.

	* configure.in:
	* policy-kit.in:

2006-03-14  David Zeuthen  <davidz@redhat.com>

	Add a bunch of code; basically a full rewrite moving all queries
	to the daemon.

	* COPYING:
	* Makefile.am:
	* configure.in:
	* libpolkit/Makefile.am:
	* libpolkit/libpolkit-test.c:
	* libpolkit/libpolkit.c: (libpolkit_new_context),
	(libpolkit_free_context),
	(libpolkit_get_allowed_resources_for_privilege_for_uid),
	(libpolkit_is_uid_allowed_for_privilege),
	(libpolkit_get_privilege_list):
	* libpolkit/libpolkit.h:
	* policy-kit.in:
	* polkit-interface-manager.xml:
	* polkit-interface-session.xml:
	* polkit.pc.in:
	* polkitd/Makefile.am:
	* polkitd/debug-polkitd.sh:
	* polkitd/main.c: (usage), (delete_pid), (main):
	* polkitd/policy.c: (policy_util_set_policy_directory),
	(policy_element_new), (policy_element_free),
	(policy_element_free_list), (policy_element_dump),
	(txt_backend_read_policy), (policy_get_whitelist),
	(policy_get_blacklist), (policy_get_policies), (afp_process_elem),
	(policy_get_allowed_resources_for_policy_for_uid_gid),
	(policy_is_uid_gid_allowed_for_policy), (policy_util_uid_to_name),
	(policy_util_gid_to_name), (policy_util_name_to_uid),
	(policy_util_name_to_gid),
	(policy_get_allowed_resources_for_policy_for_uid),
	(policy_is_uid_allowed_for_policy), (getgrouplist):
	* polkitd/policy.h:
	* polkitd/polkit-manager.c: (caller_info_delete),
	(polkit_manager_init), (polkit_manager_finalize),
	(polkit_manager_class_init), (polkit_manager_error_quark),
	(polkit_manager_error_get_type), (bus_name_owner_changed),
	(session_remover), (session_finalized), (polkit_manager_new),
	(uid_from_username), (safe_strcmp),
	(polkit_manager_get_caller_info),
	(polkit_manager_initiate_privilege_grant),
	(polkit_manager_is_user_privileged),
	(polkit_manager_get_allowed_resources_for_privilege),
	(polkit_manager_list_privileges),
	(polkit_manager_add_temporary_privilege),
	(polkit_manager_remove_temporary_privilege):
	* polkitd/polkit-manager.h:
	* polkitd/polkit-marshal.list:
	* polkitd/polkit-session.c: (polkit_session_init),
	(polkit_session_finalize), (polkit_session_class_init),
	(polkit_session_error_quark), (polkit_session_error_get_type),
	(polkit_session_check_caller), (polkit_session_is_authenticated),
	(polkit_session_get_auth_denied_reason), (safe_memset),
	(my_conversation), (write_back_to_parent), (do_pam_auth),
	(data_from_pam), (polkit_session_get_auth_details),
	(polkit_session_initiate_auth), (polkit_session_get_questions),
	(polkit_session_provide_answers), (polkit_session_close),
	(polkit_session_grant_privilege_temporarily), (polkit_session_new),
	(polkit_session_initiator_disconnected):
	* polkitd/polkit-session.h:
	* polkitd/polkitd-test.c: (my_exit), (do_check),
	(write_test_policy), (do_read_tests), (main):
	* polkitd/run-polkitd.sh:
	* polkitd/valgrind-polkitd.sh:
	* privileges/Makefile.am:
	* privileges/desktop-console.privilege:
	* tools/Makefile.am:
	* tools/Makefile.in:
	* tools/polkit-grant-privilege.c: (have_questions_handler),
	(auth_done_handler), (do_grant_privilege), (usage), (main):
	* tools/polkit-is-privileged.c: (usage), (main):
	* tools/polkit-list-privileges.c: (usage), (main):

2006-03-09  David Zeuthen  <davidz@redhat.com>

	* polkit.pc.in (exec_prefix): Use right Cflags

2006-03-07  David Zeuthen  <davidz@redhat.com>

	* tools/polkit-is-privileged.c (usage, main): s/hal-policy/polkit/

2006-03-07  David Zeuthen  <davidz@redhat.com>

	* polkit.pc.in: Use simpler names: user, group and txtsrc :-/

2006-03-07  David Zeuthen  <davidz@redhat.com>

	* polkit.pc.in: Add libpoluser, libpolgroup and libpoltxtsrc variables

2006-03-07  David Zeuthen  <davidz@redhat.com>

	* polkit.pc.in (Libs): s/-llibpolkit/-lpolkit/

2006-03-07  David Zeuthen  <davidz@redhat.com>

	Initial check-in of PolicyKit