forked from theforeman/smart-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
270 lines (199 loc) · 10.2 KB
/
CHANGELOG
File metadata and controls
270 lines (199 loc) · 10.2 KB
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
2011-12-09 Paul Kelly <paul.ian.kelly@googlemail.com>
* fixes #1383 - aready existing dns entries should not raise a collision exception
2011-12-04 Mikael Fridh <mfridh@marinsoftware.com>
* fixes #1366 - identifies omshell key conflict output
2011-11-23 Ohad Levy <ohadlevy@gmail.com>
* fixes #1349 - some certificates are shown twice
2011-11-08 Ohad Levy <ohadlevy@gmail.com>
* Merge pull request #8 from joschi/smart-proxy-0.3_deb
* version bump
2011-11-08 Jochen Schalanda <jochen@schalanda.name>
* Updated Debian package specification after release of Smart-Proxy 0.4
2011-09-28 Ohad Levy <ohadlevy@gmail.com>
* fixes #1177 - Ensure that Solaris DHCP vendor options creation on Windows DHCP works correctly.
2011-09-18 Ohad Levy <ohadlevy@gmail.com>
* fixes #1154 - ms dhcp smart proxy error 400
2011-09-05 Ohad Levy <ohadlevy@gmail.com>
* refs #1022, fixes wrong condition if there is no entry in the settings file
* fixed identation
* clean up code passing, and removed duplicate code between dhcp server implementations
* fixes #1149 - add backtrace to log failures
2011-09-05 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #1022 - trusted hosts are ignored
2011-08-17 Ohad Levy <ohadlevy@gmail.com>
* fixes #1116 - When requesting the same dhcp reservation, if its not conflicting return 200
2011-08-09 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #1100 - Conflict returns 400 error code
* Fixes #1094 - ISC loadRecordOptions call
2011-07-20 Paul kelly <paul.ian.kelly@googlemail.com>
* Fixes #1055 - SETTINGS.dhcp_subnets
2011-07-19 Paul kelly <paul.ian.kelly@googlemail.com>
* Fixes #1033 - DHCP Vendor options
2011-07-12 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #1037 - dns_key should be optional
* Fixes #1036 - @om close error
* Fixes #1035 - Missing require resolv
* Fixes #1034 - Use name and not hostname option
2011-07-11 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #1023 - Add collision exception type for DNS and DHCP
2011-07-03 Corey Osman <corey@logicminds.biz>
* Fix: 1006 -- puppetrun is depreciated in puppet 2.6
2011-06-23 Paul kelly <paul.ian.kelly@googlemail.com>
* Fixes #959 - Added Native MS DHCP options capture
2011-06-23 Corey Osman <corey@logicminds.biz>
* Bugfix #1004 - puppetca is depreciated in puppet 2.6
2011-06-06 Ohad Levy <ohadlevy@gmail.com>
* release of 0.2
2011-05-29 Jochen Schalanda <jochen@schalanda.name>
* * Added new changelog entry for smart-proxy 0.2rc2 release * Changed source format to '3.0 (native)'
2011-05-26 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #846 - supports Solaris TFTP pxe configuration files
2011-05-11 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #845 - puppetca delete operations should report NotFound
2011-05-08 Ohad Levy <ohadlevy@gmail.com>
* fixes #879 - Cryptic error message when nsupdate is not found
2011-05-06 Ohad Levy <ohadlevy@gmail.com>
* fixes #880 - incorrect parsing of key settings causes wrong argument type
* partial fix - refs #853
* refs #853 - fixes typo
2011-05-05 Marcello de Sousa <foreman-dev@area151.com>
* fixes #878 - Include wget limits for timeout and retries.
2011-05-03 Ohad Levy <ohadlevy@gmail.com>
* fixes #783 -API should contain a version
* fixes #853 - If used with the proxy, the dhcpd server is open for connections from any server
* refs #873 - do not merge pending certificate request info with revoked certificates
* fixes #873 - puppetca api should include revoked certificates and timestamps
2011-05-01 Ohad Levy <ohadlevy@gmail.com>
* refs #869 - fixed typos
* fixes #869 - Enable API to sign pending certificate requests
2011-04-17 Ohad Levy <ohadlevy@gmail.com>
* Fixes Bug #800, Adds support for tftp_servername
2011-04-06 Jochen Schalanda <jochen@schalanda.name>
* (Re-) Introduced dedicated system user for smart-proxy
2011-03-31 Frank Sweetser <fs@WPI.EDU>
* fixes #801 - Flatten path before iterating
2011-03-27 Ohad Levy <ohadlevy@gmail.com>
* fixes #795 - Failed to fetch boot files on older ruby versions
2011-03-24 Ohad Levy <ohadlevy@gmail.com>
* Fixes #781 - Cleanups and remove ebarresing code
* Merge branch '781' into develop
* fixes #787 - add rake task to send patches
* Fixes #781 - DHCP create attempted when mac already used
2011-03-24 Paul kelly <paul.ian.kelly@googlemail.com>
* Fixes 779 - windows 64 bit detection wrong
* Fixed #780 - Broken error messaging in MS DHCP
2011-03-20 Jochen Schalanda <jochen@schalanda.name>
* fixes # 764 - Updated Debian package specs for version 0.1
2011-03-17 Ohad Levy <ohadlevy@gmail.com>
* fixes #755 - parenthesize warning
* fixes #754 - undefined method '+' for #<Proxy
* Updating releas relate files
* fixes #732 - provide better defaults inside rpm package
2011-03-17 Mark Bainter <mark.bainter@match.com>
* fixes #752 - Lookup the constant for the log level
* fixes #753 - puppetca.rb: Fixing typo in comparison operator
2011-03-17 Lukas Zapletal <lzap+git@redhat.com>
* fixes #610 - tftp file fetching logging
2011-03-16 Lukas Zapletal <lzap+git@redhat.com>
* Adding tags to gitignore file
2011-03-15 Jochen Schalanda <jochen@schalanda.name>
* Fixes #665 - Set option 'bind' or 'host' depending on Sinatra version.
2011-03-15 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #737 - Foreman host check was incorrect
2011-03-13 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #707 - ICMP ping only for root
* Fixes #710-omshell-errors-on-stderr
* Fixes #652 - Minor error reporting issues
* Fixes #711 - DNS update errors are not returned to foreman
2011-03-10 Lukas Zapletal <lzap+git@redhat.com>
* fixes #716 - spec file - no write permission to tmp dir
2011-03-07 Ohad Levy <ohadlevy@gmail.com>
* fixes #713: DHCP delete returns "Sinatra doesn't know this ditty"
2011-03-07 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #651 - Minor issues with the puppetca interface
2011-02-24 Ohad Levy <ohadlevy@gmail.com>
* fixes #689 - rpm spec file does not require net-ping
2011-02-21 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #64 - microsoft DHCP support
2011-02-15 Ohad Levy <ohadlevy@gmail.com>
* fixes #627 - Smart Proxy should be able to create a default tftp menu
2011-02-13 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #663 - Provides a feature query facility
2011-02-10 Justin Sherrill <jsherril@redhat.com>
* Fixes #627 - added the ability to save a default pxe boot file
2011-02-09 Jochen Schalanda <jochen@schalanda.name>
* Fixes feature #550 - Added Debian package specification.
2011-02-08 Paul Kelly <paul.ian.kelly@googlemail.com>
* Fixes #655 - add :json to log_halt
2011-02-01 Lukas Zapletal <lzap+git@redhat.com>
* fixes #620 - PID file creation under /var/log/foreman-proxy
* fixes #549 - Add a rpm package for the smart proxy
2011-01-27 Ohad Levy <ohadlevy@gmail.com>
* fixes #625 - provide dhcp subnet details via json
* fixes #624 - allow the proxy to list/show puppet certificates
* fixes #662 - smart proxy can't be stopped
2011-01-27 Paul Kelly <pikelly@blueyonder.co.uk>
* Fixes #619 - dsn_key is optional
* Fixes #618 - Provide a dns_server setting
2011-01-26 Paul Kelly <pikelly@blueyonder.co.uk>
* Fixes #617 - The @ssl_options is not passed to the run\! call
2011-01-25 Ohad Levy <ohadlevy@gmail.com>
* fixes #615 - puppetca should comply with rest best practices
* fixes #614 - proxy should support Daemon mode
* fixes #613 - Allow to use SSL to communicate with the proxy
* cleanup sinatra code. helpers are now shared accross all urls.
* fixes #610 - tftp file fetching should be logged into the smart-proxy log
* fixes #571 - Use Net
* Clean up of unused code, typos and debug messages
2011-01-06 Ohad Levy <ohadlevy@gmail.com>
* fixes #574 - Exception trace when omshell does not perform
2010-12-23 Ohad Levy <ohadlevy@gmail.com>
* Ensuring that we read the erb files... not the deleted haml files :)
* remove redundent attribute
* converted haml temlpates to erb templates, as it seems that haml is not packaged on RHEL/CentOS platform
2010-12-21 Ohad Levy <ohadlevy@gmail.com>
* cleanup logic, refs #557
* update CSS that subnets will be visible in Chrome too
* fixes #557 - Adds abandoned lease state to ISC dhcp
* dhcp next servers need to be stored in hex, refs #554
2010-12-20 Ohad Levy <ohadlevy@gmail.com>
* Fixes #554 - ISC dhcp reservation has incorrect next server value if using host name vs ip
* wget should not be sent into the background immediately, refs #513
2010-12-19 Ohad Levy <ohadlevy@gmail.com>
* Fixes #513 - move tftp file fatching to run as in the background
* Fixes #537 - dhcp next server could be saved as a name, not just IP
* Fixes #548 - Subnet sometimes include records from other subnets ISC dhcp does not restrict users to put the host entries inside a subnet block.
* Minor imporvements to the build in dhcp broswer - * added delete reservation option * sorted subnet list * add counters to subnets and records page * fixed incorrect table headers in subnet details page * fixed annonying extra whitespace in the top bar
2010-12-16 Ohad Levy <ohadlevy@gmail.com>
* free IP now returns JSON
2010-12-02 Ohad Levy <ohadlevy@gmail.com>
* record is not created at this stage...
* Added loggin
2010-12-01 Ohad Levy <ohadlevy@gmail.com>
* Sample config file
* Added more verbose errors upon API requests
* Added more error messages to nsupdate based on pikelly patches
* Added timestamps to subnets data
* cleanup the dhcp api's added more error messages etc
* added dhcp vendor type and configuration files into settings
* withspaces alignments
* Renamed foreman-proxy to smart-proxy
2010-10-24 Ohad Levy <ohadlevy@gmail.com>
* create the image directory if it doesnt exists Return status of boot file fetching
* fixed typos
2010-10-22 Ohad Levy <ohadlevy@gmail.com>
* MAC validations should be case insensitive
2010-10-21 Ohad Levy <ohadlevy@gmail.com>
* it show now be possible to run it though the bin directory
* remove swp files
2010-10-19 Ohad Levy <ohadlevy@gmail.com>
* added gem spec file
2010-10-18 Ohad Levy <ohadlevy@gmail.com>
* added DHCP broke down rest actions into seperate files
2010-10-17 Ohad Levy <ohadlevy@gmail.com>
* Added DHCP as a module
* minor refactoring to tftp module
* Changed SETTINGS to openstruct Chagned DNS from a module into a class (wip)
2010-10-14 Ohad Levy <ohadlevy@gmail.com>
* Added DNS management
* first commit